They would accuse you of “trying to use code without understanding what it does”. Can you imagine?
- 7 Posts
- 2.57K Comments
kibiz0r@midwest.socialto
Programming@programming.dev•Is it worth to learn javascript for making a little incremental game as a side project ?English
17·2 天前Absolutely worth it.
Even if you continue to favor Go, I find that the best devs in any language are the devs who know a lot of other languages very well.
That gives them the perspective to understand what any given language does particularly well, so that they can lean into that, and also be aware of paradigms they can borrow from other languages if the use case is appropriate.
Check out Phaser.
kibiz0r@midwest.socialto
Programmer Humor@programming.dev•It ensures that the agent does a good jobEnglish
5·3 天前Ah, went and checked my work laptop this morning. It’s actually set to:
!”git reset —hard HEAD && git clean -fdxgit itis the one that’s set to upstream.I also have
git some:add -p,git away:checkout -p,git out:!”git merge —abort 2> /dev/null || git rebase —abort 2> /dev/null #”And some complicated ones I’m not gonna type on my phone:
git on <foo>where foo is either “it”, in which case I use the appropriate main/master/develop branch and rebase on it; or foo is “up” in which case I do apull —rebaseand play a short audio clip of Get On Up; or foo is a nonexistent branch, in which case I massage the requested branch name to adhere to some conventions and then make a new branch and set the remote tracking branchgit with <foo>where the same “it” logic applies but it’s a merge; or foo is a commit SHA and it gets cherry-pickedgit upis just a pull but it plays a short audio clip of Get On Up- I think I had a
git rektat one point, but I think it just did the same asgit gudso I deleted it
kibiz0r@midwest.socialto
Asklemmy@lemmy.ml•Gen AI and big tech makes me dread the future.English
6·4 天前Well, for one thing, among the general public, AI is less popular than ICE.

And the economics of AI don’t add up, so it can’t last forever. And everything that can’t last forever eventually stops.
I’m not gonna pretend everything is guaranteed to be fine, but I feel like we genuinely have a lot on our side.
kibiz0r@midwest.socialto
Programmer Humor@programming.dev•It ensures that the agent does a good jobEnglish
5·4 天前git config —global alias.gud “reset —hard @{upstream}”
kibiz0r@midwest.socialto
Programming@programming.dev•Converting x86 binaries to arm binaries in placeEnglish
6·4 天前Elevator achieves performance on par with or better than QEMU’s user-mode JIT emulation.
QEMU is a weird pick here. Why not FEX?
kibiz0r@midwest.socialto
Privacy@lemmy.ml•Forget the AI job apocalypse. AI’s real threat is worker control and surveillanceEnglish
13·4 天前Catching up to analysis from four years ago, I see.
kibiz0r@midwest.socialto
Technology@beehaw.org•ProgramBench, a new benchmark from Facebook/Meta(by SWE-Bench creators) to see if LLMs can recreate real executable programs (ffmpeg, SQLite) from scratch with no internet access- They all score 0%.English
7·5 天前It’s incredible how we went from everyone laughing at the YNGMI crypto bros to the entire economy being built on top of YNGMI AI bros.
kibiz0r@midwest.socialto
Programming@programming.dev•Mass npm Supply Chain Attack Hits TanStack, Mistral AI, and 170+ PackagesEnglish
25·5 天前- Use lockfiles
- Use minimum release age gating
- Disable postinstall hooks
- Limit credentials of CI jobs, especially ones that eagerly update deps
- Disable dep-updating features completely (at the network level if you can) when deploying to higher envs
- Be skeptical of standalone CLIs — they often try to self-update, or bootstrap deps from npm, and don’t always use lockfiles to manage it
kibiz0r@midwest.socialtoHacker News@lemmy.bestiver.se•Students Boo Commencement Speaker After She Calls AI Next Industrial RevolutionEnglish
341·6 天前It’s an apt comparison.
The industrial revolution crippled long-established sustainable practices and forced people to move into cities with miserable conditions and perform inhuman labor that maimed and disfigured them for life, with all of the profits going to the already-obscenely-wealthy.
It also supercharged colonization, and pollution… there are a lot of parallels here.
And then you’ve got the enclosure acts, which are analogous to how AI companies took our digital commons and privatized it to sell it back to us.
Also, alternative article without paywall: https://gizmodo.com/graduation-speaker-says-ai-is-the-next-industrial-revolution-immediately-drowned-out-by-booing-students-2000757140
And video of the section of the speech: https://youtube.com/watch?v=JSTdbu8u9oc
kibiz0r@midwest.socialto
Programming@programming.dev•I keep tripping over “true, false, true”English
51·6 天前TypeScript doesn’t really save this
TypeScript tells me the values are booleans. That’s not really the problem.
The types are technically correct. I still have to remember what the arguments mean.
You could use branded/tagged types. Probably not useful in these narrow, one-off occurrences. But if you have a concept that applies across your whole domain, they can be useful.
In another world, generative AI could be trained, deployed, and utilized ethically. And in that other world, it would probably be something of an odd footnote instead of a societal landmark.
kibiz0r@midwest.socialto
Asklemmy@lemmy.ml•Teleportation machines exist. Most people use them, and they come out the other side just fine. Would you use them?English
2·8 天前Emerson Green convinced me that p-zombies are plausible. So there’s no way to know if a teleporter would end your consciousness.
kibiz0r@midwest.socialto
Science@beehaw.org•I made my husband ill with a few words – nobody is immune to the power of the nocebo effectEnglish
9·9 天前The point is that everyone is susceptible to it.













“Then RTFM. It’s not my job to teach you. It’s my job to reply belligerently to every thread and provide absolutely no useful input.”