Aren’t all configs declarative?
- 0 Posts
- 14 Comments
Awesome! Now all I need to do is to stop being lazy and actually make a new game. Challenge level: impossible.
hark@lemmy.worldto linuxmemes@lemmy.world•Remember: GNU/Linux and other UNIX systems can make files that are case-sensitive, Windows can't make files that are case-sensitive31·10 months agoI sometimes run into this when I extract an archive file on Windows and there are files named with different cases but are otherwise the same. I prefer case-sensitivity because I like precision and fewer assumptions being made about a system and how it’s used.
hark@lemmy.worldto linuxmemes@lemmy.world•Apparently, Catholic dating is all about money7·11 months agoCasholic with a lisp.
hark@lemmy.worldto Python@programming.dev•Why Python Is So Slow (And What Is Being Done About It)3·1 year agoA process pool means extra copying of data around which incurs a huge cost and this is made worse by the tendency for parallel-processing-friendly workloads often consisting of large amounts of data.
hark@lemmy.worldto Python@programming.dev•Why Python Is So Slow (And What Is Being Done About It)4·1 year agoUsually, but when it isn’t then you’ve got a bottleneck. Multithreaded performance is a major weak point if you need to do any processing that isn’t handled by one of the libraries.
hark@lemmy.worldto Python@programming.dev•Why Python Is So Slow (And What Is Being Done About It)4·1 year agoThat depends on what the application needs to do. There’s a reason why all performance-critical libraries for Python aren’t written in Python.
C is almost the perfect subset for me, but then I miss templates (almost exclusively for defining generic data structures) and automatic cleanup. That’s why I’m so interested in Zig with its comptime and defer features.
The graph goes up for me when I find my comfortable little subset of C++ but goes back down when I encounter other people’s comfortable little subset of C++ or when I find/remember another footgun I didn’t know/forgot about.
Rapid Abandonment Is Imperative
I mostly drink instant coffee. I’m also a dirty Windows user who mainly uses WSL (with the Ubuntu distro on that) for my Linux needs.
hark@lemmy.worldto Selfhosted@lemmy.world•Intel is quitting on its adorable, powerful, and upgradable mini NUC computersEnglish191·2 years agoFunny timing on this since the mini pc market is picking up steam from what I can tell. Then again, these are overpriced compared to the competition.
Laying in bed thinking about the problem, “oh, that must be it!” Jump excitedly out of bed to work on the problem, “welp, that wasn’t it.”