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



  • nolitoCoffee@lemmy.worldHow do you guys grind your coffee?
    arrow-up
    1
    arrow-down
    0
    ·
    6 months ago
    link
    fedilink
    1. The skerton was (is?) A good entry level grinder that will give you very decent results especially for immersion-type brews. It’s what I started on and what I still use for on the go use cases. I haven’t looked at entry level hand grinders in a while so I guess some developments have happened since I got mine. (Based on a comparison video from james hoffman at the time)

    2. God yes, I tried a friend’s 1zpresso and the difference in both grind speed and effort is noticable.





  • Is there any reason why you didn’t just switch the keyboard layout to US if that’s what you’re used to?

    I switched to US at some point because many if the keys for programming were just so much easier to access. If I have to use a pc for any decent amount of time, I just switch the OS layout to US now regardless of the layout that’s printed on the keyboard.






  • nolitoNo Stupid Questions@lemmy.worldWhy can't code be uncompiled?
    arrow-up
    1
    arrow-down
    0
    ·
    10 months ago
    link
    fedilink

    Does commercial mean closed source in this context though? It seems like a waste of resources not to provide the source code for an rtos.

    Considering how small in size they tend to be + with their power/computational constraints I can’t imagine they have very effective DRM in place so it shouldn’t take that much to reverse engineer.

    May as well just provide the source under some very restrictive license.



  • nolitoNo Stupid Questions@lemmy.worldWhy can't code be uncompiled?
    arrow-up
    4
    arrow-down
    0
    ·
    10 months ago
    link
    fedilink

    Isn’t that still the same exact process as a normal compiler except in the case of embedded systems your OS is like a couple kilobytes large and just compiled along with the rest of your code?

    As in, are those “crazy optimizations” not just standard compiler techniques, except applied to the entire OS+applications?