• 5 Posts
  • 297 Comments
Joined 1 year ago
cake
Cake day: July 3rd, 2023

help-circle



  • So if I’m developing a garage door opener using ESP32 RISC-V module, I’m not a RISC-V developer? The dev tools and the cross-compiler only come in x86_64 variant, they simply won’t work on RISC-V laptop. But at least they provide a Linux installer.

    The only use case I can think of is to build Debian packages on a target architecture without cross-compilation, because many packages do not support cross-compilation, but it’s more an issue of poor build scripts.






  • Busybox was quickly replaced by BSD-licensed Toybox everywhere for that exact reason.

    Copyleft licenses (like the Gnu General Public License) mandate that all derivative works remain free.

    This is false. It’s perfectly legal to take GPL-licensed work, modify it, and sell it. As long as the work itself does not reach the general public, you don’t need to release it’s source code to the public (e.g. your work for the military, you take money for your work, and provide source code to them, but not release it publicly).


  • I have discovered cold infusion coffee just last week. It’s a surprising way to salvage ruined coffee roast. Cool water until there’s some ice in it, or just dump ice in water, then dump your badly roasted coffee powder, shake, and leave in the fridge overnight (not the freezer). Strain the grounds, reheat in the microwave and drink (or just drink it cold and with grounds, whatever works for you). Ideally you should use coarse grind size, but it’s mainly because it’s easier to filter it.


  • Coffee tends to not have any upper price range, you always can find something even more exclusive than beans pooped by a rainforest squirrel. So whatever marketing trend is occurring, it likely won’t impact most consumers, who drink it for the caffeine content not the taste. Maybe in 10 years when the trend soaks down to the bottom shelf of the supermarket, I will have a bit differently tasting beans in my free office-provided coffee. But it’s already 95% Robusta with 5% mystery beans to provide foam, not enhance the taste. They could add fried soy beans for all I care, it certainly won’t make the taste worse.

    Anyway, to answer your original question, I’m not seeing any “100% Robusta char-fry” coffee ads in my city.


  • Nothing like that, just more automated coffee machines with credit card terminals across the city. It’s a progress I guess.

    I never understood “100% Arabica” trend. It’s just sour. The fancy expensive coffee made by a barista on a shiny manual espresso machine tastes acidic to me, and the best-tasting coffee is what our free office-provided automated machine makes from bottom-shelf beans. Am I supposed to fix it with cream and sugar? Do I have some rare gene mutation that makes me sneeze when looking at the sun and makes 100% Arabica coffee bad-tasting?


  • pelya@lemmy.worldtoScience Memes@mander.xyzJinkies
    link
    fedilink
    English
    arrow-up
    10
    ·
    11 days ago

    I first used Matplotlib 10 years ago. It was unintuitive and very slowly redrawing the whole plot each time you tried to zoom.

    I’m using it right now, and I’m happy to report that it kept to it’s time-honored tradition - zoom is still piss-slow even on my fancy new PC with 12 cores.

    Maybe in the next 20 years, matplotlib devs will discover wonders of tile cache.