Your word in the Linux communities’ hardliners ears. The consistent rejection of isolation concepts seen in Flatpak or Snap by some people go completely beyond me.
Natanox
Lemmy account of natanox@chaos.social
- 0 Posts
- 28 Comments
Natanox@discuss.tchncs.deto
Programmer Humor@lemmy.ml•Unsafe Rust: living up to its nameEnglish
291·4 months agoIf this is a real headline then the author is either incompetent regarding code and the complexity of big projects or very competent in regards to marketing and making ragebait headlines. Either of the two.
I’d prefer any other format on the sole basis of “not maintained by <insert Corposcum>”.
Natanox@discuss.tchncs.deto
Programmer Humor@lemmy.ml•i love ai in my offline foss softwares that are still in betaEnglish
221·7 months agoYou don’t bet in achieving a pipe dream in the near future when developing something (at least I hope you don’t). The actual AI devs are also rather humble about what can be realistically achieved in the near future if they’re allowed to speak openly, it’s the techbros and investors who’re blowing everything up so phenomenally that the only way for this bubble - which by now is big enough to crash the US economy on its own - to proceed is to achieve the literally impossible, which is General Artificial Intelligence within at least the next 2 to 3 years (they can only pump so much money into it). I haven’t heard a single developer or scientist saying this to even be remotely realistic.
This is more about economics than programming, AI experts and grifters just collect the money as long as the bubble persist. Also has to do with tech-solutionism and latestage capitalism. In the end the science of Machine Learning will prevail (although a lot of devs might need to find other specialisations; perhaps COBOL?), but this economical house of cards will fall apart. Let’s hope it will burry US-neolibertarianism and -fascism under it this time.
Natanox@discuss.tchncs.deto
Programmer Humor@lemmy.ml•i love ai in my offline foss softwares that are still in betaEnglish
80·7 months agoJust one more GPT bro, I swear it will bring us AGI bro, please bro please, just one more GPT…
Natanox@discuss.tchncs.deto
Linux@lemmy.ml•Bazzite has gained nearly 10k users in 3 months while other Fedora Atomic distros remain fairly stagnantEnglish
2·8 months agoUnfortunately nothing that can be done about it unless someome creates an “illegal” kernel module which supports HDMI 2.1 despite the lack of license. That’s basically the only hope right now (and I’m all for it).
Natanox@discuss.tchncs.deto
Linux@lemmy.ml•Bazzite has gained nearly 10k users in 3 months while other Fedora Atomic distros remain fairly stagnantEnglish
42·8 months agoBecause it sucks? 🙃
Like, seriously, Manjaro had so many problems already that were completely preventable, makes stupid mistakes, bloats itself up with nonsense and provides no stability improvement over Arch whatsoever (which is a bad thing). On the contrary, it apparently even introduces additional bugs.
I’m not surprised they accidentally DDoS’ed the AUR, given they also have a docker script that spins up every single time an image is downloaded to push a change to git to increment a counter. Every. Single. Time. A full docker container. From scratch.
I’d only ever recommend Manjaro to people I really don’t like.
How many “equal” symbols do we need to be absolutely sure?
Beginning your sentence with “I code in JS” really makes any follow-up statement sound sane in comparison.
Natanox@discuss.tchncs.deto
Programmer Humor@lemmy.ml•The JavaScript type coercion algorithmEnglish
4·8 months agoThe description in the first photo about int - steing comparison is incomplete though, right? Wasn’t there also a rule anout which one of then comes first (the second parameter gets converted?), and what happens if a string contains non-numeric values?
It’s all so confusing…
Natanox@discuss.tchncs.deto
Programmer Humor@lemmy.ml•Child labour with 10 years of experience, 'AI-native' accepting 250k lines of Cursor codeEnglish
26·8 months agoYou expect those 250k lines to be comprehensible? In my experience they’ll be an utter clusterfuck.
You can’t fix the airplane if it turns out to be a boat with legs, 2 holes (worked around with 5 pumps) and 3.5 enormous ears tagged “wings”.
Rust: Borrow handler got mad at you for asking
(I’d assume)
And switch cases (called match cases) are there as well.
I use lambdas all the time to shovel GTK signal emitions from worker threads into GLib.idle_add in a single line, works as you’d expect.
Previous commenters probably didn’t look at Python in a really long time.
Parts of me want to argue that “experienced devs” can’t seriously still ask ChatGPT for syntax correction. Like, I do that with Codestral as I’m learning Python (despite the occasional errors it’s still so much better than abstract docs…), but that should just be a learning thing… or is it because nowadays a single codebase often consists of 5+ languages and devs are expected to constantly learn all the new “hot shit” which obviously won’t make anyone experts in one specific one like back when the there just weren’t as many?
No wonder there are some older developers who defend Lisp so passionately. Sounds like a dream to work with once you got the hang of it.
Interesting moral question here:
Given the huge problems are power consumption, morals behind training data and blind trust in AI slop, do you think there is a window of acceptable usage for LLMs as locally run (on existing hardware) coding assistant (not executive tool that does it for you) to help with work on FOSS projects (giving back to where it has taken from) with no money flowing to any company (therefore not bolstering that commercial ecosystem)? While this obviously doesn’t address the energy consumption during training, it may alleviates moral issues to the point people start to think about it as acceptable tool.
To make it abundantly clear, this is neither about “vibe coding” where it does code for you badly, and definitely not about any other bullshit like generative “art”. It’s about the question of humble, educated use of a potential useful tool in a way it might be morally acceptable.
Natanox@discuss.tchncs.deto
Linux@lemmy.ml•What was your first Linux distribution?English
2·1 year agoSame, really nice distro back then.
Yeah… I’m quickly reaching the point where I’m quicker thinking and writing Python code than even writing the prompts. Let alone the additional time going through the generated stuff to adjust and fix things.
It’s good to get a grip on syntax, terminology and as an overly fancy (but very fast) search bot that can (mostly) apply your question to the very code that’s in front of you, at least in popular languages. But once you got that stuff in your head… I don’t think I’ll bother too much in the future. There surely are tons of useful things you can do with multimodal LLMs, coding on its own properly just isn’t one of it. At least not with the current generation.

When vibecoders let the slopmachine set up a "My"SQL database and don’t check where it stores the API key.