<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: mind_uncapped</title><link>https://news.ycombinator.com/user?id=mind_uncapped</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 26 Jun 2026 00:25:19 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=mind_uncapped" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by mind_uncapped in "Ask HN: Who wants to be hired? (May 2026)"]]></title><description><![CDATA[
<p>Location: bengaluru<p>Remote: Yes<p>Willing to relocate: Yes<p>Technologies: FastAPI, Python, Nextjs, Typescript, Docker, Langchain, Langfuse, PostgresQL, Redis, AWS (ec2, s3,lambda, ecs, ebs, cloudfront), VNC (x11vnc, novnc)<p>Resume: <a href="https://drive.google.com/file/d/19NhGlGj-R2aLO5KOizT8Kt_GOHLENCV0/view?usp=sharing" rel="nofollow">https://drive.google.com/file/d/19NhGlGj-R2aLO5KOizT8Kt_GOHL...</a><p>email: janardanhazarika20@gmail.com</p>
]]></description><pubDate>Fri, 01 May 2026 21:27:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=47980600</link><dc:creator>mind_uncapped</dc:creator><comments>https://news.ycombinator.com/item?id=47980600</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47980600</guid></item><item><title><![CDATA[I built a hiring platform that watches engineers work in a real CAD tool]]></title><description><![CDATA[
<p>https://ai-eval-lab.janardan.xyz/<p>https://www.janardan.xyz/writing/deconstructing-ai-eval-lab-workings<p>I got bored of UI work at my day job and wanted to build something. Ended up building a platform that streams KiCad (a PCB design tool) to the browser via VNC, tracks what the user is doing on the board in real time, and uses an LLM to evaluate their process at the end.
The idea: coding assessments exist everywhere, but nothing like this for EE/hardware folks. Wanted to see if you could evaluate an engineer by just watching them work.
Still rough. VNC latency and lag is real. No proctoring yet (MVP phase). But the core thing works. Blog has the full breakdown of how it's built.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47913720">https://news.ycombinator.com/item?id=47913720</a></p>
<p>Points: 7</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 26 Apr 2026 20:08:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=47913720</link><dc:creator>mind_uncapped</dc:creator><comments>https://news.ycombinator.com/item?id=47913720</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47913720</guid></item><item><title><![CDATA[New comment by mind_uncapped in "Ask HN: What Are You Working On? (April 2026)"]]></title><description><![CDATA[
<p>I'm building a hiring platform for hardware engineers, contrary to hiring software engineers where there are too many options, hiring hardware engineers through provisioned testing environments lacked some good software, a good remote-assessment tool.<p>A MVP is live at this <a href="https://ai-eval-lab.janardan.xyz/" rel="nofollow">https://ai-eval-lab.janardan.xyz/</a><p>Github: <a href="https://github.com/janardannn/ai-eval-lab" rel="nofollow">https://github.com/janardannn/ai-eval-lab</a><p>For now, for every session, inside the docker container, i create a virtual frame buffer using xvfb and render KiCad in it. Thereafter using x11vnc to pickup the xvfb display and serve it using VNC. Since browsers cant use raw TCP connections, i am using websockify to bridge WS <--> TCP. To render the app in browser, I am using noVNC to render an iframe inside my app. noVNC opens a websocket to websockify and the frames from the container start flowing.<p>Inside, KiCad itself, a have added a python plugin which auto loads when KiCad is started as a background thread. After a set interval of time, it tracks all the board objects like footprints, tracks, zones etc and serialize them as a JSON and makes a POST request to the backend server for the specific session id.<p>For the grading and evaluation, as of now, I am using an LLM to cross check the entire sequential board activity that was sent over the duration of the assessment and grade it against a predefined rubric/score it against per-checkpoint criteria. This is entirely based on how the admin have set the assessment grading rubrics.<p>I am not building it as a business rather exploring the space and the technology. It was an excuse for me to learn about VNC, streaming, docker orchestration and also somewhat of AWS through its deployment.<p>I'm hosting it on the free AWS tier so only one session at a time. If you queued then please give it some time.<p>Happy to chat about anything regarding the project!</p>
]]></description><pubDate>Tue, 14 Apr 2026 03:27:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=47760898</link><dc:creator>mind_uncapped</dc:creator><comments>https://news.ycombinator.com/item?id=47760898</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47760898</guid></item></channel></rss>