- 17 Posts
- 83 Comments
someacnt@sh.itjust.worksto
Programmer Humor@programming.dev•Me, after carefully reading Rust's ownership and borrow checker rulesEnglish
13·2 months agoExactly, C++ is what came to my mind when I saw this. Some people don’t put references??
Same. Maybe I… gasp… like trains?
someacnt@sh.itjust.worksto
Open Source@lemmy.ml•Histomat of F/OSS: We should reclaim LLMs, not reject themEnglish
3·3 months agoI feel like they are confounding LLMs AND general AI/ML. The latter is useful in many areas, while the former is mostly hype imo.
That’s such a way to dismiss the theory and academia
Do you mean python has something to do with functional programming, or did I misread? Because I would say e.g. Typescript is (slightly) closer to FP than Python.
This made me realize that I am a nerd. Sad.
someacnt@sh.itjust.worksto
Linux@programming.dev•NVIDIA Drops Pascal Support On Linux, Causing Chaos On Arch LinuxEnglish
28·4 months agoFuck, what do I do when they inevitably discontinue support for 20xx? Just cry and accept that I no longer have a computer, as every component costs as much as a house? D:
someacnt@sh.itjust.worksto
Programmer Humor@programming.dev•The Final Final Layer_new(3)English
61·5 months agoI mean, thoughts on nuclear waste? They certainly need management, and I dunno if humans are good at waste management.
someacnt@sh.itjust.worksto
Linux@programming.dev•I installed Arch Linux to a slow $10.29/year VPS along with GUI without using the installer.English
4·5 months agoB…but it works, at least!
someacnt@sh.itjust.worksto
Programmer Humor@programming.dev•My girlfriend is an actual model, just fyiEnglish
1·5 months agoDoes not work for many of us
Endless envy to you
someacnt@sh.itjust.worksto
Linux@programming.dev•The Death of Windows – And What Comes NextEnglish
142·6 months agoWdym death of windows, is this another of those clickbait vids?
someacnt@sh.itjust.worksto
Programmer Humor@programming.dev•POV: You're a programmerEnglish
11·6 months agoJudging by the Parser newtype, he did.
I don’t understand why their share is rising, not falling. Is there anything I am not understanding here? Will people rely even more on Amazon after this incident?
This sounds more complicated than what I know about monads, but also I lost my ability to explain monads when I understood it, soo… I guess this is the best we could afford.
Monad is (a classes of type of) a collapsible container. Collapsible, like how you can flatten a nested list, or Option<Option<A>> can be flattened to Option<A>.
A common pattern with monads is the flatMap function, where you apply function A -> List<B> to (each element of) List<A> to obtain List<B>. This happen to represent erroneous call chaining with Option or Result types.
My impostor syndrome is saying that I suck at everything, I just got curiosity to get over some of it…
Assuming it ever bursts… Do the people in power want the bust?
someacnt@sh.itjust.worksto
Linux@programming.dev•What's your "I switched to Linux because..." Story?English
1·6 months agodeleted by creator


It lists no alternative to actual(-budget) :( I don’t have time to create my own alternative, maybe I should go back to spreadsheets?