Same. Maybe I… gasp… like trains?
- 16 Posts
- 83 Comments
That’s such a way to dismiss the theory and academia
deleted by creator
Maybe I should admit defeat and go back to reddit… Perhaps everyone is supposed to be slaves to the shareholders
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.
someacnt@sh.itjust.worksto
Linux@programming.dev•NVIDIA Drops Pascal Support On Linux, Causing Chaos On Arch LinuxEnglish
28·2 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·4 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·4 months agoB…but it works, at least!
someacnt@sh.itjust.worksto
Programmer Humor@programming.dev•My girlfriend is an actual model, just fyiEnglish
1·4 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·5 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·5 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?
someacnt@sh.itjust.worksto
Programming@programming.dev•Don't make Clean Code harder to maintain, use the Rule of ThreeEnglish
1·5 months agodeleted by creator
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·5 months agodeleted by creator


Exactly, C++ is what came to my mind when I saw this. Some people don’t put references??