• 0 Posts
  • 25 Comments
Joined 2 years ago
cake
Cake day: June 15th, 2023

help-circle



  • A job I had in the past, everyday, I would get up to a 100 emails per day(I was managing a team).

    99% of it was garbage.

    One time, I came back to more than 2000 emails from vacations. I told my boss that I would mark them as read and to fill me in on what I nees to look out for, otherwise I would never have gone through all the garbage.



  • I have plenty of food in the sink when I rinse the plates. It’s a lot easier to pick up the little chunks in the filter there than trying to get everything in the first pass in the compost.

    I mean between that or putting my hands in shit while changing a diaper, I will take wet food in the sink any day of the week.



  • When you buy an ARM from ST or Espressif, the license is already paid for. We have no shortage of ARM on the market or every other non-arm chips on the market.

    Changing to RISC-V should theoretically lower the price to comparable ARM chips because there is no license to pay, but the buck stops there.

    If a company develops a product with a RISC-V chip, they can still create a walled product. The underlying chip architecture does not prevent a company from being a dick.

    The Atmel Atmega/AVR is just an old architecture from before ARM became widespread. And Arduino is a project that streamlined code loading onto a chip to make creative art more accessible to non-technical people and caught on. It could have been done on Microchip PIC or the Texas Instrument MSP, both widespread architecture at the time.

    What I am trying to say is that we have plenty of hardware to do pretty much anything that we want and the issue of open hardware/firmware is on the companies that create the products and not the chips from the manufacturers.

    Edit: Espressif is not ARM based.








  • What a fucking leap. CLI does not equal complexity.

    If you can write and read, you can use a CLI. Can you read and write? Great, you can learn CLI cmds.

    People don’t want to use CLIs because unless you’ve been using computers before windows 95, chances are that all your life you’ve been using a GUI, and humans in general don’t like changes.

    Going from Windows to any Linux distro is a big enough leap, and adding a new way to interact with your tool on top of that is too much at once for the vast majority of people.

    With that said, a lot of Windows issues require you to use the CLI and mess with regedit to fix them. How is that any different than asking people to run a diagnostic command to troubleshoot their PC?

    You can use a Linux distro through a GUI pretty much 99.9% of the time, just like Windows. The only difference is that on Linux, the CLI is much more powerful than the GUI, so the majority of users will use the CLI to troubleshoot.