For games is a must have.
HN user
jvidalv
You will be surprised to discover that the most open pro-democracy and “leftist” are also the most fascist and speech controlling ones.
At least in Spain this is exactly the case, and is really scary how much people falls for it.
They don’t. It’s all based on FOMO. Like superpowers, the more the better.
My advice: the best claude is the raw claude, with some custom tailored skills. That’s it, no plugins.
Bun is so good that can’t be used as server and only as local script runner.
https://discord.com/channels/876711213126520882/148058965798...
Leaks memory left and right. And the core team seems unable to fix it.
This is completely wrong, all this pages are mine and are Tailwind:
https://berrus.app/ (game) https://josepvidal.dev/ (my site) https://fescims.com/ (mountaineering community)
Even my mobile app for the mountaineering community is tailwind (Yes, there is Tailwind for ReactNative): https://apps.apple.com/us/app/cims-mountain-challenges/id674...
My point being, quick AI slop landing pages and products will share the same vibes, but at the end Tailwind is just a collection of css classnames, allowing you to build and create as much as cool and unique pages as with plain css if you put the effort.
Fair reframe, and I agree more than I disagree.
It's actually why I stopped at Railway level instead of going full VPS.
Exactly, it always was one. The UX premium was a price on friction, and agents are pushing the price of friction to zero.
It's not about hard, it's about priorities.
I wouldn't switch from Vercel just to save X% per month, because the real cost was all the extra time to build and maintain the infrastructure myself. The savings never justified the hours.
With agents that math changes. The build and maintenance work moves onto the agent, so the savings threshold where switching makes sense drops a lot.
On top of that there are other goodies. Vercel is serverless, so you can't co-locate the API with the DB, which means extra latency and yet another bill (Supabase?). That's one more thing you can now own for basically no effort.
Bit of an stretch here.
I mean, the root problem is, who searches anymore? Or better said, the ones who search are decreasing exponentially.
I only use Google to search for reddit posts.
The rest is ChatGPT or Claude.
Thanks for the message, is exactly what I have in my brain and how I'm seeing it unfold.
I'm lucky to be part of different codebases, +200 engineers codebase in a 10 years old company and code, +5 engineers on fresh code. My personal projects, that are beyond POC's, real users, hundreds of commits.
The LLM agent sweet spot is the last one, they are perfect, as I can contain most of the knowledge in my brain of how it works in/out. Speed is insane as a solo developer.
Then the 5 engineers codebase, is also really good, but here you already start to see the problems, thanks to agents you don't even need to care how it works, I have been working on it for +6 months, it uses TRPC and I don't even know (I don't care) how TRPC works. You feel that no one in the team really knows how stuff works at 100% (fresh codebase, we have build this ourselves!!).
Then there is the old codebase with +200 engineers, this is the worst of all of them, you described it perfectly, a bottomless pit of tech debt. This codebase before agents was an old non-typescript one, it was not perfect, but you could build a mental model and understand it perfectly after a few weeks working on it. Now, is a hot-mess of code duplication and the quality is degrading faster and faster as the code gets worse and the Claude Code adoption increases within the engineering team.
Not sure what will be the outcome of all this, but I wouldn't be surprised if some company wakes up in 2027 with a codebase that maintenance and development has increased by x100 fold thanks to Agents.
I also call this "bollocks" there is no way this workflow is even 1/10 of what you can get with Codex/Claude Code.
A normal engineer may be running a couple of sessions with every session spawning sub agents left and right.
80 persons or even 10 having this workflow on this setup doesn't work, and this is the standard engineer workflow today.
Not caring.
My brain translates it from: "su propio" -> "it's own".
Don't ask me why, thanks for the correction
You nailed it, commute is the killer. I'm also Spanish, from a very small and rural town.
My father is a farmer and does a siesta every day of the year. He comes back at home of working in the farm every day around 1PM, then we have lunch together and he goes on to take a nap (siesta).
In winter they are shorter, 30 minutes, as the day is short.
In summer, they can go over 1 hour easily, as the day is longer and is hot between 2 and 5 PM.
Of course, my father is it's own boss and old school farmer, young farmers don't do that, and try to work on an schedule.
And is the same about school, when I was a kid no one was driving me to the school or taking me back, I walked there on my own, went home at mid day for lunch, played some football after it, and then went back to school for a couple of hours at 3PM.
I feel we are slowly drifting away from natural times and actions to forced on schedule behaviour to fit within the cogs of a late-stage capitalism productive machine.
Bun can't be used for anything serious, only as a "script kiddie" to run small scripts.
Trying to run it as a replacement for node in persistent backend/api scenarios is just plain broken.
RSS grows unbounded under Bun: https://discord.com/channels/876711213126520882/148058965798...
In the only one that feels that OpenAI has bots/commenters on payroll on all this kind of news downplaying Claude and stating how much better Codex is?
There is too much and there are too many, and some of their takes don’t fly if you use Claude daily.
Same principle applies, hosting in Railway has slightly worse UX, but with LLM's you don't need to write a single docker line anymore, so deploying on railway is way way less cumbersome than before, and you gain more control and less costs.
This is something I noticed, originally I thought "AI" was the perfect tool for Vercel and Nextjs (current standard = future standard), but then I realized is the total opposite, their moat/stick is gone now, and Rouch that is smart I think knows this.
I switched a middle sized app to Tanstack Router + Vite while I was walking my dogs. Then 30 minuts-1 hour QA and it was done. This should have never happened before AI.
(I did switch because I was tired of the bloated network tab with 100 unnecesary RSC calls, the 5 seconds lag when clicking on an internal link, the 10 seconds "hot reload" after a change... I'm on a M4 MAX with 64GB of ram....)
I have switched from the bloated mess of Nextjs to Vite+TSS and never looked back.
If you click on "download button" which should open the link to the App Store you will notice that is a broken link. This is why is ai slop.
Spinning a web like that today is 30 minutes of Claude Code prompting.
But like it or not, the gatekeeping of Apple and Google means that pushing an app to their stores is days work and wait time.
So yeah, reeks of ai slop.
Exactly, this why if I use next.js I always hijack the api routes and use Elysia, it comes with something called eden that makes the typing e2e fantastic, can't recommend it enough.
As a side note, I'm slowly moving out of Next.js, as you said, is bloated, full of stuff that is just noise and that benefits them (more network requests more money) for little user benefit.
Right now for me the gold standard is Vite + Tanstack Router. (And Elysia for api/server, but thats unrelated).
I work as a consultant so I navigate different codebases, old to new, typescript to javascript, massive to small, frontend only to full stack.
Claude Code experience is massively different depending on the codebase.
Good E2E strongly typed codebase? Can one shot any feature, some small QA, some polishing and it's usually good to ship.
Plain javascript? Object oriented? Injection? Overall magic? Claude can work there but is not a pleasant experience and I wouldn't say it accelerates you that much.
Suprisingly Claude is amazing at cleaning up your macbook. Tried, works like a charm.
Is super fast but also super inaccurate, I would say not even gpt-3 levels.
What is the definition for intelligence?
Hello! I’ve created an easy to install sound packs that are played on certain Claude actions.
Sometimes I was missing requests from Claude, and this is a fun way to put myself back in action.
Counter Strike, Half life, Old School RuneScape, Stardew Valley… Are some of the ones available.
Totally agree, schema issues are easily solved with solutions like drizzle or prisma.
I would never go full mongo considering how easy is now a days to have TypeScript first postgres.
Prepare the prompts for the features.
When I read the first or second comment ranked in this news (stavros, mrasong) I can't avoid thinking that they are paid comments by OpenAI.