I/O and stuff like that is being done in the WASI proposals not in WASM proper. I believe most of this stuff is waiting for initial implementations at this point and then it becomes a proper standard.
- 0 Posts
- 11 Comments
Solemarc@lemmy.worldto
Programming@programming.dev•Unix Co-Creator Brian Kernighan on Rust, Distros and NixOS
203·4 months agoWhat honest criticisms did you find in this article? All I saw was;
- compiling is slow
- borrow checker is complicated
This isn’t new?
Solemarc@lemmy.worldto
Programming@programming.dev•Vulnerable Claude code in GitHub action led to stolen NPM keys
61·4 months agoThis doesn’t look like a Claude issue or an AI issue, this looks like someone pushed malicious code to a repo and they where trying to make AI tools ignore these files? I’m not reading this wrong am I?
Solemarc@lemmy.worldto
Australia@aussie.zone•Stop the free ride: all motorists should pay their way, whatever vehicle they driveEnglish
9·4 months agoIsn’t the EV tax effectively just a fuel excise tax for cars that don’t use fuel? I mean, regardless of what this article thinks the fuel excise is described as “a sales tax on fuel that is reinvested into roads”.
I wouldn’t say it’s a flop but it is kinda light on content. I finished they game on week 1 played a bit more on week 2 where nothing changed I then uninstalled it. I’m back right now because they’ve released new content though.
Most games do have huge concurrent player falloffs pretty quickly helldivers 2 currently has a 24hr peak of 63k and I wouldn’t call it a flop. Path of Exile 2 currently has a 24hr peak of 17k players, I wouldnt call it a flop. Somehow Dragon age veilguard was at the top of the steam charts in week 1 and we all know it was a flop. I’m not sure steam charts are a particularly useful metric. Fromsoft seems very happy with the amount of players in NightReign and that’s probably the most useful metric we have.
Solemarc@lemmy.worldto
Rust@programming.dev•Ratatui - a Rust library for cooking up delicious TUIs
8·6 months agoAnother tui library I’ve seen lately is iocraft. Although it’s got the classic react/swiftui style.
Solemarc@lemmy.worldto
Programming@programming.dev•ReactJS-like Framework with Web Components
2·7 months agoA new JS framework! Time to reset the clock!
In all seriousness though, congrats, you’re already a lot further than most people ever get. I approve of this trend to reduce bundle size as much as possible that we’ve been moving towards.
Solemarc@lemmy.worldto
Programming@programming.dev•What's your favorite IDE right now?
212·7 months agoUsed to use vscode, then one day it stopped working for me. I’ve been using Helix full time for a few months now and I’m pretty happy with it.
Solemarc@lemmy.worldto
Programming@programming.dev•Here’s how I use LLMs to help me write code | Simon Willison
7·7 months agoIt’s funny, to me I’ve had an llm give me the wrong answer to questions every time.
The first time I couldn’t remember how to read a file as a string in python and it got me most of the way there. But I trusted the answer thinking “yeah, that looks right” but it was wrong, I just got the io class I didn’t call the read() function.
The other time it was an out of date answer. I asked it how to do a thing in bevy and it gave me an answer that was deprecated. I can sort of understand that though, bevy is new and not amazingly documented.
On a different note, my senior who is all PHP, no python, no bash, has used LLM’s to help him write python and bash. It’s not the best code, I’ve had to do optimisations on his bash code to make it run on CI without taking 25 minutes, but it’s definitely been useful to him with python and bash, he was hired as a PHP dev.
Solemarc@lemmy.worldto
Programming@programming.dev•Functional JSX-Syntax for Webcomponents.
1·8 months agoMDN says you’re right because innerHTML is un-escaped and you’re probably trying to use textContent. Didn’t know about this one, thanks.

Polling the API every second, are you crazy?!