HackerTrans
トップ新着トレンドコメント過去質問紹介求人

baublet

no profile record

コメント

baublet
·11 日前·議論
These free speech warriors didn’t actually care about free speech. They just wanted to be able to say horrible things without consequences.
baublet
·11 日前·議論
[flagged]
baublet
·20 日前·議論
The most difficult codebases are those with every little thing some bespoke abstraction that went through 3 rounds of committee reviews that results in having to click through 12 files to figure out what anything is doing. Factory factory factories each with their own little frankenframework to understand before using anything.
baublet
·2 か月前·議論
Yeah this is a cringe way to weigh in on something completely unrelated to your project. Who cares if some random package supports Bun? Compat was always on Bun, anyway.
baublet
·2 か月前·議論
We wrote a simple internal tool that looks at the that transcript and replaces all UUID and BSON IDs with lower cardinality placeholders (e.g., id-1), including replacing them in the output, and it instantly brought down common error and hallucination rates. I figure this tool lets you apply semantic tokens to the IDs too, e.g. user-1 instead of id-1. Stuff like this is useful for my team because we only use small, fast, highly available models for bulk classification, so we measure error and hallucinations where we can.
baublet
·2 か月前·議論
Came here to add this, too. Sometimes the most valuable thing a solution can buy you is time to think of a better solution.
baublet
·3 か月前·議論
This is bigotry dressed up as concern. It’s also not something widespread. Seems like you just think immigrants are rapists.
baublet
·3 か月前·議論
Weaponized ignorance.
baublet
·4 か月前·議論
I suspect if the IRGC accidentally blew up a school next to a military base in Oklahoma, they would find it in them to condemn those who made such an innocent mistake.
baublet
·4 か月前·議論
True! Although in a lot of Node you DO have a compile chain (typescript) you need to account for. There’s a transactional cost there to get these working well, and only sharing the code it needs. These days it’s much smaller than it used to be, though, so worker functions are seeing more use.

I make my comment to note tho that in many envs it’s easier to scale out than account for all the extra complications of multiple processes in a single container.
baublet
·4 か月前·議論
You have to pay that cost in a worker thread anyway, too. There’s no free lunch.
baublet
·4 か月前·議論
Reading the article, I didn’t see this answered: why not scale to more nodes if your workload is CPU bound? Spin off 1 cpu and a few gb of ram container and scale that as wide as you need?

e.g., this certainly helps when the event loop is blocked, but so could FFI calls to another language for the CPU bound work. I’d only reach for a new Node thread if these didn’t pan out, because there’s usually a LOT that goes into spinning up a new node process in a container (isolating the data, making sure any bundlers and transpilers are working, making sure the worker doesn’t pull in all the app code, etc.).

Side car processes aren’t free, either. Now your processes are contending for the same pool of resources and can’t share anything, which IME means more likelihood of memory issues, esp if there isn’t anything limiting the workers your app can spawn.

Still, good article! Love seeing the ways people tackle CPU bound work loads in an otherwise I/O bound Node app.
baublet
·4 か月前·議論
Yeah and it’s not our fault every Elon discussion involves politics. It’s literally all he does all day, and all he seems interested in, anymore.
baublet
·4 か月前·議論
They would not. The do not.
baublet
·4 か月前·議論
It was. In hindsight it signaled the beginning of the mass weaponization of the internet via social media. It also was NOT grassroots lol. It was very specifically and intentionally enflamed and groomed and funded by people like Steve Bannon and his good buddy Jeffrey Epstein. It wouldn’t have such a big Wikipedia article without them.
baublet
·4 か月前·議論
Are you suggesting that academia and all of the other actual places people who learn and know stuff for a living being full of leftists is some conspiracy against you and the right wing?

Touch grass, my dude. These are the thoughts of someone who spends too much time on X.
baublet
·6 か月前·議論
I think some displays allow fast enough updates for that. But the early versions of the Divoom didn't have enough docs and/or had broken firmware and wouldn't show any custom gifs I sent it. But it's been working great for me for a few years now as a wall clock/weather display.

Finally got around to writing it about this yesterday, actually. https://ryanmpoe.com/2026-01-03-weather-pixel-art/

Happy coincidence, OP!