That sounds awesome - looking forward to it. Other than the general decline on HN comments, I hope there can also be more rules about politics; my feeling is that there's a lot more political discussion on HN than ~10 years ago.
Posts by Gaganpreet
I miss the AI conversation here. X is where all the interesting discussion and folks talking about AI.
a real miss in codex pricing is the lack of seat based plans like claude team. there's a $20/month with limited codex use and then a usage based plan.
for comparison, my max plan rarely ran out into limits and this week it's happened 3 times already with regular usage
there's a stark difference in anthropic and openai investigating bugs about users running into usage limits more often this week
anthropic - 3 days and still investigating - no updates, no grace quota
openai - we are investigating, meanwhile we have reset everyone's limits
i may not like but i understand anthropic's reasoning to change session limits
what i do have a problem with:
no prior notice. and now 24 hours later - no notification about the change. if it wasn't for social media, i wouldn't know any better.
would have saved me half a day if i had bothered to read the documentation
"Subagents cannot spawn other subagents"
(the agent itself seems to have missed it)
Yeah, repetitive prompts are frustrating and most users would just default to "allow".
My thoughts on how supply chain attacks are going to be ever so lucrative and the worst is yet to materialise gaganpreet.in/posts/pipe-t...
narrowly avoided being the resulting victim of a supply chain attack that happened on trivy earlier today.
the virtual one :-)
we haven't narrowed down an ATS yet and none of the free ones include AI.
we are gonna narrow our pipeline to looking within our network, word of mouth or an external recruiter. The direct inbound route is gonna be for visibility only at this point, I'm afraid.
I put a job post live yesterday and in a few hours hours there are 50+ applicants to review.
4 out of 5 applications have tell tale signs of AI.
I feel like we are gonna have to go to the drawing board here.
Gotta say it's amusing to find out that "docker sandbox" runs microvms under the hood and not, well, containers
I am looking for a microvm based sandbox for running coding agents but have hit a wall. Docker Sandbox exists but has no Linux support yet. Is there anything that works for Linux yet?
your opinion doesn't count π
your opinion doesn't count π
can we all agree that the American date format is the single most frustrating bit of technical imperialism imposed on the rest of the world?
Spend whole day writing code, feels like only a couple of hours have passed
Spend a couple of hours working on documentation, why does it feel like the whole day?
Vibe-coded a real-time voice keyboard over the weekend. Something like Wispr Flow but Linux native and completely local. Core flow works and the accuracy needs to be improved but it's impressive for what was essentially background work.
My Thinkpad has been weirdly locking up randomly the past few weeks. Everything I can check, checks out okay - RAM, SSD and it seems it might be time to get a new one.
I prefer SQLAlchemy with raiseload always enabled. It solves the biggest pain point for me with ORMs. That said, SQLAlchemy has a lot of legacy to it, which doesn't help in having one clean obvious way to interact with the DB.
Took my Sunday afternoon to set up testcontainers. Should make multiple agents and running tests a lot easier.
Certainly me. I am hovering around 50-60% of my limits on my $100 plan and I know the $200 plan isn't for me.
From what I understand, however, that Codex on business plan allows you to work and switch across 2-3 accounts. OTOH, Claude Code business is strangely set at $150 with 5 minimum users.
NotebookLM is a killer product but why the heck are the generated slides not editable.
And lest I miss this: WhatsApp is the primary guilty party here. Seems like the bar for getting a business account is super low and there's no restriction on content sent by a business account.
Google got a lot of pushback a few weeks ago for wanting to make sideloading difficult - I wish there was a middle ground possible here that satisfied users who want to sideload and those who have no business installing random packages.
A WhatsApp business account with an Indian number sent me an apk and I dread to think what's inside the package. We have come full circle from sending exe attachments over email.
I'm not saying this would work for everyone but as a small team this is letting us do in one day that would normally take weeks and it'd be impossible without the current state of AI tools
We are heavily using mcp internally at DigiUsher - build backend api, expose via mcp, use Claude to quickly mock up what it would look like in our web app would look like given a persona.
design -> develop -> iterate
is now
mock -> develop -> small iterations