Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)EC
echindod @programming.dev
Posts 1
Comments 69
What's your favorite book that you wouldnt say is a masterpiece?
  • I was thinking about this. JKR is really a terrible writer. All of the later ret-conning to fix the plot holes is worse than just letting the plot holes lie. (like breaking all the time turners so they don't get used again).

    But it is amazing how captivating these books are inspite of the fact of how poor they are. It's an imaginative world with exceptionally clear flaws, but one I want to revisit regularly.

    But fuck JKR and her shitty politics.

    Edit: maybe it's not technically ret-conning. But the whole two book gap or whatever is just so lazy.

  • "No way to prevent this" say users of only language where this regularly happens - 07/01/2024
  • Oh gawd. That would be so horrible! Is there a project o compile JavaScript to bytecode? With like LLVM? There must be, but I haven't heard of it. I shouldn't even say anything because I will be better off pretending it doesn't exist.

  • Pls someone make this reality
  • It's kind of a fun idea, but as everyone has pointed out: every school is different, even of there is some centralized board of education, some times teachers just say dumb shit.

    Also, when does a fact become a fact? Like, dinosaurs had feathers. It was theorized, then debated, then clarified, and now there are some reasonable consensus about it, but theropauds probably still aren't presented as having feathers in some books. And what teachers know this?

  • What are some preparations you think people should know about in advance of migrating to Linux?
  • I totally get why you wouldn't say Arch is fun. I'm not sure if I actually like arch or if I'm a masochist, however I will say, I learned a lot about the whole OS by installing it, and fixing it when it broke. It made me much more comfortable with using Linux. I haven't used it in a couple of years, but I am thinking about reinstalling it. Nostalgia is a bad thing :-)

  • What are some preparations you think people should know about in advance of migrating to Linux?
  • I like the ideas some other people mention. Specifically: read about your specific hardware and the distro of Linux you want to install. Then, make sure you are using as many open source cross platforms apps as you can, so when you do switch, you will be in familiar territory. I do think the criticisms of Ubuntu as a bad first choice are interesting, and maybe true, but I wouldn't over look downstream distros like Pop!_OS. It's Ubuntu, but with Flat packs and a distinctive Desktop Environment. Mint might also be a good choice, I know lots of people who like it (I don't personally, but to each their own).

    When I started on Linux, I installed Arch on an old MacBook. In those days apple was using amd64, but they were not friendly with Linux or the rest of the computing world. However it was older hardware, and the Arch Wiki had a great page on how to install Linux for that particular configuration. Arch is not a beginner friendly distro, but the wiki is fantastic, and so well documented.

    But my main piece of distinctive advice is just do it. If you have read a few articles and have a pretty good sense of what is required (and are running common, last generation hardware), just jump in. You will probably never "feel" ready, and you will come across unique problems that no starter guide will prepare you for. So just go for it, and learn along the way.

  • Introducing a new RISC-V Mainboard from DeepComputing | Frame.work
  • Pine64's laptops are ARM, but not not RISC-V. they do sell a RISC-V soc (the Star64), but the Rockpro64 chip is ARM.

    I want an ARM laptop, but the PinebookPro was a little underpowered for me to use. Some day.

  • Stop comparing programming languages
  • Python is powerful because it easily wraps C libraries that do real work! Just kidding mostly.

    But yeah, js isn't a language I would describe as powerful. Ubiquitous? More capable than you would expect given it's history? Bloated?

  • Browse and Discover Manpages

    How do you discover system builtins for C functions? The man pages for the C functions on Linux are great, but only if you know the name of the function. Is there a way to see a detailed table of contents, or to browse Manpages on a Linux distro?

    6