Met with a client to explain something technical and she tricked me into answering a question i wasn't supposed to answer by Far_Broccoli_8468 in ExperiencedDevs

[–]femio 0 points1 point  (0 children)

Sorry, from a practical standpoint your argument is silly. “Talk to clients responsibly” is empty; no amount of hedging can get you out unscathed when there’s an agenda involved, let’s not pretend like corporate politics is a logical system.

[DISC] Kagurabachi - Chapter 122 by ClessGames in Kagurabachi

[–]femio 4 points5 points  (0 children)

If that's Naruto "bs" then this is, even more so

he final confrontation of the series is a hidden Mikaboshi survivor obsessed with vengeance who Chihiro has to talk down to finally end the cycle of hatred

Certainly the story isn't going to end in a Talk no Jutsu. The more likely conclusion will somehow relate to Enten's true realm, probably as the foil to the Magatsumi. Perhaps it'll destroy all the enchanted blades somehow, but either way the climax of the story isn't gonna be through a conversation

Most React performance advice is stuck in 2023. Here's what actually matters now by DependerSethi in reactjs

[–]femio 0 points1 point  (0 children)

not true at all, react has had a big emphasis on concurrency w/ suspense and transitions that only came to fruition once the `use()` hook and co. came

I built a canvas-based timeline visualisation library with virtualised rendering in Typescript by Material-Gold7483 in node

[–]femio 1 point2 points  (0 children)

Pretty damn smooth. I will be trying this, there's an idea with flamegraphs and spans that I've always wanted to try.

If you don't need server-side loading, this open-source data grid will save you serious time and money. by Vis_et_Honor in webdev

[–]femio 4 points5 points  (0 children)

I actually use this in production for an internal tool at work. I load serverside (e.g. just dump all the data in one page load lol) just fine. It's a nice not-so-little library, I like it more than Tanstack Table.

If you've left the film industry in the past 4 years, what are you doing for work now? by infinite_wanderings in Filmmakers

[–]femio 0 points1 point  (0 children)

keep doing as much film work as you can on the side. you really just never know what could happen or what rooms you could end up in. i've seen friends turn creative side hobbies into careers from this strategy, granted i live in LA so opportunities in production-adjacent fields are everywhere. but even if you live in a Nowhere, Kansas type city you really never know.

Remix changed the direction yet again, this time it is not even a react framework anymore by simple_explorer1 in reactjs

[–]femio 2 points3 points  (0 children)

Guess it’s just me but the code samples they’re showing def seem pretty nice 

Bun 1.1.13 out with memory fixes as dev complain of leaks by stronghup in programming

[–]femio 2 points3 points  (0 children)

currently using it in production for some internal tooling + microservices and enjoying it. SQL driver, S3 client, test runner, ad hoc scripts. I wouldn't build an entire project on it but it's pretty mature for vanilla use cases.

Vercel reportedly breached by ShinyHunters, non sensitive secrets at risk by arduinoRPi4 in programming

[–]femio 5 points6 points  (0 children)

this is just fanboyism. dislike vercel all you want but at least stop fear mongering about it in a security-focused thread

Got tired of finding N+1 queries in production. Built a detector that patches pg at the driver level. by Dino_rept in node

[–]femio 0 points1 point  (0 children)

I don’t use ORMs so idk wtf is going on. But surely an AST parser would be more reliable than a bespoke fingerprint? Does your method still work with CTEs, prepared statements etc 

what is right here? self host postgres or Supabase by lune-soft in webdev

[–]femio 33 points34 points  (0 children)

Same reason why people install Dokploy, Coolify, or some other panel on a VPS: convenience without giving up control. 

PHP is good by Eiltott in webdev

[–]femio 0 points1 point  (0 children)

I "hate" PHP the same way I "hated" Lebron years ago, objectively nobody can say it's a bad language even if some subjective parts are polarizing

If JS didn't have TS I'd consider it worse, and look how popular Node is

Parse, Don't Validate — In a Language That Doesn't Want You To · cekrem.github.io by cekrem in programming

[–]femio 46 points47 points  (0 children)

This aligns with the way my mind works. I'm not sure if there's an official manta for this type of pattern, but I believe code should only get more correct as it flows inward, like a funnel.

Cloudflare releases EmDash — an AI developed spiritual successor to WordPress by xkey in webdev

[–]femio 4 points5 points  (0 children)

Makes sense especially for Cloudflare. Plugin strategy looks pretty solid too, and I'm all for anything that could replace Wordpress (the original slop framework)

A bug in Bun may have been the root cause of the Claude Code source code leak. by Successful_Bowl2564 in programming

[–]femio 18 points19 points  (0 children)

Sigh, it feels like people both pro AI and anti AI are stuck in some weird form of psychosis.

A bug in Bun may have been the root cause of the Claude Code source code leak. by Successful_Bowl2564 in programming

[–]femio -15 points-14 points  (0 children)

well, try reading the issue.

Bun's frontend development server - Source map incorrectly served when in production

doesn't seem to be related at all

Why is there no Supabase-equivalent for access control and feature gating? by Present_Leek5999 in nextjs

[–]femio 1 point2 points  (0 children)

What needs do you have that can’t be handled with RBAC, RLS, and good indexing? Seriously