• 1 Post
  • 45 Comments
Joined 2 years ago
cake
Cake day: June 15th, 2023

help-circle

  • 1500$ because you don’t have bulk parts, otherwise it could go down by a significant amount.

    However, the 5k doesn’t include all the hours of engineering, which costs a lot more than the hardware.

    With that said, you are absolutely right that we get dog shit computers for the price. The amount of hours I’ve spent in my life reducing the cost for a board is insane. And bear in mind that this wasn’t for high volume production neither where hardware cost reductions have a big impact.

    I hope that this guy go on to do his own thing and doesn’t get gobbled by the corporate machine (or become the corporate machine).


  • There are a lot of open source mechanical keyboards out there and with a bit of elbow grease, anyone that is a little bit tech savvy can figure out how to link all the information together and do something with that.

    However, the thing that stands out to me is the integration of all the parts.

    Integration between hardware and firmware is a bitch, and add to that the mechanical integration as well. This dude hopefully has a bright future ahed of him, because he certainly has the chops.



  • Here is a bunch of random tips to become more comfortable with the terminal.

    Do absolutely everything that you can on the terminal.

    When you install something, enable the verbose if possible and snoop around the logs to see what is happening.

    If an app or an install fails, look at the logs to see what is the issue, and try to fix it by actually resolving the error itself first instead of finding the commands on the internet to fix your issue.

    Instead of googling for your command options, use the help menu from the application and try to figure out how to use the command from there.


  • Unless you are at the edge of the firmware and software, this isn’t something you work with a lot.

    When you transfer files or data to a memory space, you can’t drop the whole file/data to memory directly because the resources are limited on the cpu/mcu. It wouldn’t make sense to have a page as big as your biggest theorical data size.

    Page size determine how much data at a time can be transferred into memory.

    In term of performance, writing the page to memory is usually the bottle neck. So 4k vs 64k means you need to write to memory 16 times more and thus making the performance better on 64k page size.






  • The direction that the company is taking. Clearly that Bitwarden feels like other open source projects are diverting revenue from them.

    That’s a small step towards enshittification. They close this part of the software, then another part until slowly it is closed source.

    We’ve seen this move over and over.

    Stopping your business with Bitwarden over that issue sends a message that many customers don’t find this acceptable. If enough people stop using their service, they have a chance to backtrack. But even then, if they’ve done it once, they’ll try it again.

    Your current price is 10$/year now. But the moment a company tries to cull any open source of their project is the moment they try to cash it in.










  • I am thinking of going Debian as well since I like Ubuntu on my work laptop.

    I would like to use the same OS for both PC since I am not a power user yet, but I am tempted by endeavourOS to dip my toes into arch linux.

    I don’t want to have too big of a productivity loss at work (don’t care at home), so I am thinking to switch to Debian for work, and EndeavourOS on my personal PC to gain experience with it. If I like endeavourOS a lot, then I can switch my work laptop to it as well.

    Isn’t it how most Linux users progress?