The security advisory is not viewable
- 0 Posts
- 339 Comments
balsoft@lemmy.mlto
Linux@programming.dev•Bcachefs creator claims his custom LLM is 'fully conscious'
62·16 days agoTo be fair, LLMs can be quite useful tools to fill the gaps around traditional tooling for writing and coding. But I agree with you that they will never become AGI, just by their very design.
balsoft@lemmy.mlto
Linux@programming.dev•Bcachefs creator claims his custom LLM is 'fully conscious'
10·16 days agoI wouldn’t be surprised if this is already the case, depending on your definition of “code”. After all LLMs can spit out code-looking text at a rate much faster than any human. The problem comes when you actually try using this code for anything important, or worse still when you try to maintain it going forward. As such, most code in projects that actually matter will probably be either created, or at least architected and carefully guided by humans for quite some time still.
I think the meme is a cliche of “haha you are in a relationship so your partner takes up all your time and you don’t have any time for your hobbies”. Which sounds like a pretty toxic relationship tbh
I made a really cozy and usability-focused setup like 10 years ago, and since I made it with NixOS+home-manager I’m just carrying it over with me. It is going strong after three device swaps, two moves to a new country, and meeting a partner, with some minor changes (i3 -> sway, Nord theme -> custom base16-based, pulseaudio -> pipewire, etc)
balsoft@lemmy.mlto
Programmer Humor@lemmy.ml•Amazon's internal agentic tool decided that existing code was inadequate and decided to replace it taking down a part of AWS for 13 hours, and was not the first time it had happened. 🤣
30·20 days agoSoo, they piped a probabilistic token predictor straight into a root console of a customer-facing service, and it only caused an outage twice so far? They should consider themselves lucky.
I really hope “morging continvoucly” becomes a meme and is used to mock microsoft forever
Here is translation from HR speak to English:
“fast-paced” - requirements change multiple times during each sprint
“exciting” - your manager will be an idiot
To expand on the other comment, Luddites were not necessarily against technological progress. Rather they used destruction of certain types of machinery as a political tool: to temporarily extend their power as skilled laborers, and to intimidate the factory owners into recognizing their unions or getting certain laws passed. Most Luddites were not against technological progress in general.
balsoft@lemmy.mlto
Programmer Humor@programming.dev•Someone got tired of hallucinated reports
2·1 month agoyou will get errors on your errors.
Python3: hold my beer
During handling of the above exception, another exception occurred:
balsoft@lemmy.mlto
Linux@programming.dev•NixOS is the best operating system I absolutely cannot recommend to anyone - Anurag Singh
2·1 month agoDolphin (well, whatever the KDE’s indexer is called) uses xattrs under the hood for tagging, so it will be compatible with other software (including {get,set}fattr).
The index has to be up-to-date, but then that would be true with any tag-based filesystem, it’s just happening on a different layer (and arguably a layer which is more suitable for this - not sure it’d be a good idea to enforce synchronous indexing during xattr writes).
The most significant user-facing obstacle is lack of software which supports this system, but I guess that shows that there’s not much desire for it in reality.
balsoft@lemmy.mlto
Linux@programming.dev•NixOS is the best operating system I absolutely cannot recommend to anyone - Anurag Singh
2·1 month agoOne that stops inviting ideological battles
That’s impossible IMHO. Nix is fundamentally about doing things “the right way”, and so there will always be disagreements about what “the right way” is. I think they are bound to be eventually settled on the best possible answer, you don’t need a fork for that.
balsoft@lemmy.mlto
Linux@programming.dev•NixOS is the best operating system I absolutely cannot recommend to anyone - Anurag Singh
2·1 month agoThe CSS thing might be true, but the swayconfig file is probably a solvable problem, especially with everything being slowly moving to freeform modules. We just need to write a Nix -> swayconfig generator, which shouldn’t be too difficult because swayconfig is not even turing-complete.
balsoft@lemmy.mlto
Linux@programming.dev•NixOS is the best operating system I absolutely cannot recommend to anyone - Anurag Singh
2·1 month agoYou don’t have to waste 30 seconds on a full eval when just iterating, I use these one-liners when trying to get some config file working: https://github.com/balsoft/nixos-config/blob/master/flake.nix#L140 ; they only evaluate one specific file and then link it into the right location “imperatively”
Then when I get it working I do the
nixos-rebuild switch, which is a no-op in terms of home-manager stuff because the link points to the same location, it just makes it so that it stays the same after a reboot (I use impermanence).
balsoft@lemmy.mlto
Linux@programming.dev•NixOS is the best operating system I absolutely cannot recommend to anyone - Anurag Singh
1·1 month agoI think what you’re looking for is simply an indexer + UI that sorts your filesystem by tags rather than by directory structure. Not sure if that’s as beneficial as you imagine it to be, but IIRC KDE allows you to do something like that in Dolphin.
balsoft@lemmy.mlto
Linux@programming.dev•NixOS is the best operating system I absolutely cannot recommend to anyone - Anurag Singh
1·1 month agoThey provide the same immutability guarantees
Not as easy to have your entire system introspectable, sharable between devices, and under the same VCS. NixOS is declarative first and foremost, and all other benefits fall out from that; immutability is just one of them.
NixOS is a hack that shoehorns existing FOSS software into what an OS should really be. I doubt we’ll get anything better for the foreseeable future, except maybe Guix.
balsoft@lemmy.mlto
Linux@lemmy.ml•AerynOS: New, written-from-scratch Linux Distribution focusing on performance & atomicy
4·1 month agoThey’re writing a new package manager/build system and bootloader. So I guess mostly NIH, which is totally fine by me.
balsoft@lemmy.mlto
Programmer Humor@programming.dev•I still haven't figured out how to do this
7·1 month agoAh, it’s not the best for cases like that, especially if you need to make different layouts all the time. You can get it to do anything with enough packages and positioning hints, but at some point it becomes too much of a chore. If you just need a dozen of layouts and then fill them out with different content, it’s doable.
balsoft@lemmy.mlto
Programmer Humor@programming.dev•I still haven't figured out how to do this
25·1 month agoI haven’t seen any WYSIWYG document editors that are any good. Markdown/Org for simpler stuff, LATEX for more complicated stuff, or mix them together with pandoc.

Well, email allows you to solve that issue by self-hosting. But what you can’t solve is that if you do self-host, gmail will drop your emails to spam or just discard them completely, just because it feels like it, even if you do the whole dance with DMARC and have used the domain for a good few years. It’s frustrating as shit.