HackerLangs
TopNewTrendsCommentsPastAskShowJobs

bpicolo

7,219 karmajoined 13년 전

comments

bpicolo
·3일 전·discuss
Pretty common to find at $300, e.g. Costco.

People love it.
bpicolo
·6일 전·discuss
The Dyson Supersonic?
bpicolo
·12일 전·discuss
> require sessions with a tutoring AI

There are few things more unenjoyable than parroting things I know to AI. I hope this is not the future we create for the next generation
bpicolo
·12일 전·discuss
The internet at large is full of armchair experts, it's not just a tech thing.
bpicolo
·24일 전·discuss
> It’s optimized for projects—including games and entertainment—that combine code with large binary assets, and caters for the needs of developers and artists alike.
bpicolo
·지난달·discuss
I mean, aren't you kind of proving the poster's point?

Fork away. If you want to put in the meaningful effort required to maintain and improve upon a project as significant as Godot, and feel that AI is a mechanism you want in order to do so, go for it. Clearly, the maintainers don't feel that that's the best approach to create the product they want to create, and they are not required to accede to the sense of entitlement of the community.
bpicolo
·지난달·discuss
It’s temporary, yes. Basically just collateral to promise you’ll show up for the court hearings.

Often they’re paid through bondsman who finance bonds (you pay them a fee). Which also results in a bounty hunting industry for the people that do run away.
bpicolo
·지난달·discuss
Yep, I straight up deleted my Nextdoor. Nextdoor itself is spammy and ad ridden. And most of the content in the community is also just spam anyway.

My neighborhood has a WhatsApp. I engage with it if I feel like it. Works great
bpicolo
·2개월 전·discuss
You’re describing incidental complexity of running a container on AWS, though. Which you can also do with lambda because there are 15 different ways to do it.

Dead simple on GCP Cloud Run.
bpicolo
·2개월 전·discuss
As much as we may all hate to admit it, vibecoding is very close to just being the new programming.
bpicolo
·2개월 전·discuss
At Amazon managers absolutely are not in the loop for layoffs. I would very much doubt they are at meta.
bpicolo
·2개월 전·discuss
EMs are never in the loop for layoffs for companies of this size, because the whole company would just get forewarning of the layoffs
bpicolo
·4개월 전·discuss
Watch some twitch while you monitor it - will magically go away I suspect
bpicolo
·4개월 전·discuss
Another funny thing about Mac networking.

There's a game I play (Old School Runescape) that does network ticks every .6s. Mac does some sort of aggressive optimization on the network hardware/software, so network this infrequent doesn't keep the layers "hot", and you end up getting delayed ticks regularly, meaning you learn what should be happening in the game .2-.5s late. This optimization for (I assume) battery life makes the software not work as intended.

Playing anything that streams, like video, or triggering TCP connections (e.g. curl) at a more frequent clip while the game is running fixes the problem.

No way other than hacks that I've found to fix it, and I have no idea how you could report this to the right team at Apple to get it actually fixed.
bpicolo
·5개월 전·discuss
Don't give it write permissions?

You could easily make human approval workflows for this stuff, where humans need to take any interesting action at the recommendation of the bot.
bpicolo
·5개월 전·discuss
The ground can already support the weight. Anything whatsoever in between the ground and the occupants is sufficient if your goal is to separate their feet from it.

> It's made from a renewable resource (wood) and there's some 400+ million metric tons of paper production yearly

They don’t mean production volume, they mean physically. You can’t increase the thickness of paper by 1000x to just make thicker, stronger, paper. It’s a different material entirely.
bpicolo
·5개월 전·discuss
It's equally possible that it's phishing of some sort instead of genuine recruiting, so do be careful
bpicolo
·5개월 전·discuss
Going to be? Already is!
bpicolo
·5개월 전·discuss
Hah, if only SaaSintegrations were the hard part. Try integrating with insurance carriers!
bpicolo
·5개월 전·discuss
> The ideal team size now appears to be 2-3 engineers per project

That's pretty much always been true for greenfield that doesn't require large swaths of boilerplate (e.g. integrations)