Hacker Newsnew | past | comments | ask | show | jobs | submit | cpursley's commentslogin

And why they outlast all other manufacturers and have fewer issues in general. In my experience, Apple products are often actually cheaper when amortized over their lifespan.

Or just skip/migrate off of the Next.js and other JS SSR rats nets to Elixir and Phoenix LiveView - Claude and Codex are both very good with Elixir now: https://elixirisallyouneed.dev

I see this sort of maximalism a lot where people are just turned off js and say f it I'll use HTMX or LiveView or Alpine or whatever promises that you won't have to write js, and that's fine; as long as you're building generic dashboards and/or the same repetitive UI patterns. And even then you're basically writing JS just in a worse way.

I use Liveview and Elixir for 2-3 home-lab related frontend services; but when I have to do something moderately complicated I have to reach out for a darn js library and hooks and phx-commands. Try using native drag and drop or even client-side markdown rendering. This also leads to memory leaks when you can't properly detach libraries.

I just say think about your goals; these frameworks/platforms that promise to remove JS from your life or minimize it do so by sacrificing something. There's no silver bullet for building on the web.

But whenever I do talk to people who are debating amongst frameworks SvelteKit and SolidStart are the two I recommend, it's easy to host anywhere (unlike Next), you can turn off SSR, just ship static files with very minor changes (exporting a variable in Svelte for ex). They're really quick, get the job done, actively being worked on, loads of resources, discussions and thriving communities.


It's not so much about the syntax, it's about the better runtime. But it is nice to have fewer moving parts and not have to touch JS as often.




I find it amazing that skills are essentially excellent tools for humans to understand too.

I really wish they were called lessons instead of skills. It makes way more sense and prevents the overloading of the term "skill".

There is some papers [0] showing that the skill and agent files reduce the reasoning effectiveness in some use cases (e.g. autogenerated)

[0] https://arxiv.org/abs/2602.11988

reference: https://news.ycombinator.com/item?id=47034087


We'd just be overloading "lessons" as well, and even more so because it takes more work to ground the concept, given its larger semantic distance from what we're describing.


How well does PG work with 10-20 million (financial) records per day? Basic stuff: a few writes per, some reads, generating some analytics, etc.

The entire point of just using Postgres went right over your head…

While the lift to add to your database is low, I don’t think you’re at a point you can outsource the work.

But all the better if they do!


Why don't you just do it yourself if you maintain a curated resource list?

Wanted to give them chance to write it up as they like


What nonsense. The "rest of the world" understands the message loud and clear: China shows up to do business. America shows up to bomb. It's a pretty reasonable choice. Anyways, people now ant a BYD, not a Chevy - because its a better car.

Mailersend is EU and fantastic

I got interested because i am looking to switch to european email service because of law requirements and i know MailerLite (their other product).

But after looking at their site: "MailerSend is a United States-registered company."

I understand they are based in EU but the main issue is that if they are registered in US then thanks to CLOUD Act afaik it doesn't really matter.


Might contact them about it, their mail servers are in the EU.

You didn’t read the article

Why would I when I can have openclaw do that for me?

Very nice, Oban is great. I effectually found a similar approach with pgflow.dev (built around pgmq) - but the stateless deno "workers" are pretty unreliable and built an elixir worker (https://github.com/agoodway/pgflow) that can pick up and process jobs that were created by pgflow's supabase/typescript client. So maybe there's an opportunity also with Oban to have a TypeScript/Node client that can insert jobs that Elixir/Python Oban can pick up. Also, I wonder if another approach vs the python workers picking things up is to have elixir workers call/run python/lua, etc code or is that too limiting?


btw, a lot of postgres envs are not going to have pgmq, so just use Oban and don't reinvent the wheel like I did ;)

I'm happy other people are thinking about this. One of the big stories over the fast years that few know about is a number of the French colonies kicking off the shackles. Can they make it on their own or with their new Chinese and Russian "friends"? Guess we'll see.


This platform is 90% just comfortable shitlibs living in the imperial core, so can't expect much. I think BRICS is the best thing that ever happened to the global south, if only to provide a counterbalance to the western 'empire of chaos'. As a Kenyan official put it: "Every time China visits we get a hospital, every time Britain visits we get a lecture."


Yes, and I imagine pgclaw would pair well with pgmq and pg_cron for scheduled work. Postgres really is enough: https://postgresisenough.dev


Interesting to hear you say that, I was thinking (but hadn't said) that using WalEx to dispatch to some workers where the agent lived would be a better solution. The worker would then update the row (or more likely insert a new one in a different table with more constraints/different columns). I would be curious to hear what advantage you see in a `claw` type/`agent` column? I can't make heads or tails of it but I regard you as knowing a lot more about Postgres than me.


You could probably use listen/subscribe trigger to accomplish that.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: