- 59 Posts
- 11 Comments
Noughtmare@programming.devOPto
Haskell@programming.dev•Real World Haskell RevivedEnglish
1·27 days ago
Noughtmare@programming.devOPto
Haskell@programming.dev•Real World Haskell RevivedEnglish
3·28 days agoWhich LISP? :P
Noughtmare@programming.devto
Programming@programming.dev•Codeberg had a major outage today! About 7 hours of complete down (July 31, 2026)English
4·1 month agoI when I read reports of the downtime on mastodon I checked status.codeberg.org and saw that almost everything was a red line, except for the authenticated traffic. I guess I was lucky that I still had my cookies.
Noughtmare@programming.devto
Programming@programming.dev•Codeberg had a major outage today! About 7 hours of complete down (July 31, 2026)English
15·1 month agoNot completely down; as a signed in user I didn’t notice a thing.
Noughtmare@programming.devOPto
Haskell@programming.dev•Issue 535 :: Haskell Weekly newsletterEnglish
2·1 month agoI made it on there with my revival of Real World Haskell :D
Noughtmare@programming.devto
Haskell@programming.dev•How to do package management?English
3·4 months agoCabal is more than sufficient for my purposes nowadays. I’d recommend reading their Getting Started page:
https://cabal.readthedocs.io/en/3.10/getting-started.html
That gives an overview of the basic functions and for example how to add new dependencies.
For setting up the entire toolchain, I’d also recommend GHCUp’s first steps guide:
Noughtmare@programming.devto
Advent Of Code@programming.dev•🦆 Everybody.Codes 2025 Quest 1 Solutions 🦆English
3·10 months ago.means function composition in Haskell.(f .) . (+)is just an obscure way to write\x y -> f (x + y). It’s not recommended to use this point-free style in production code, but it is sometimes fun to experiment with for challenges like this.
Noughtmare@programming.devto
Selfhosted@lemmy.world•How much time and money would it take to set up and maintain a server similar to disroot.org, offering the same services, for a group of ten people?English
7·11 months agoThey are considered volunteers in the Netherlands as long as the compensation is way below market rates. I don’t understand why you think this is a problem.
Noughtmare@programming.devto
Selfhosted@lemmy.world•How much time and money would it take to set up and maintain a server similar to disroot.org, offering the same services, for a group of ten people?English
4·11 months agoIn the Netherlands, volunteers can be paid up to €5.60 per hour and up to €2100 per year (tax-free).
Noughtmare@programming.devto
Privacy@programming.dev•BritCard ID Now Mandatory — What Happens if You Refuse?English
2·11 months agoThe Netherlands also has mandatory ID.


Saying you can do both good and bad with any tool is misleading if the tool makes it easier to do the bad thing (and I think that is one of the points of the article). Also, it is common, and in my opinion valid, to use metonymy and refer to the practice of how LLMs are made and used rather than just the LLM itself when saying “LLMs are evil”.