• 0 Posts
  • 67 Comments
Joined 1 year ago
cake
Cake day: June 30th, 2023

help-circle
  • This is great until your job outgrows a single computer or you want to have redundancy. Also, chains of bash tools don’t have the best error management when something chokes in one of the middle steps in the pipe. You can still leverage simple bash tools for a lot of the under the hood stuff, but you start needing something more to act as the glue petty quickly when you scale. KISS should still apply.


  • Look at mister fancy pants with and assembler.

    How about entering straight opcode, operand with only a hex keypad and two pairs of 7 segment LEDs. You can only see one set of numbers at a time. You had to write it out on paper to be able to keep track and count positions so you don’t use your spot.

    I had to do this as a project in school. Two 8088 units that we breadboarded to a UART that we used to drive a fiber optic link to communicate with each other with a basic protocol. All descrete components hand wired and coded.

    It made you tie all of skills together into a full system of hardware and software.

















  • Even Nvidia video works out of the box without any additional drivers.

    The thing with Nvidia is that although the default drivers work, they are more generic and don’t take advantage of all of the features and performance of recent cards. Most people would want to load the proprietary drivers from Nvidia to take full advantage of the card.

    Linux would normally include the better drivers, but Nvidia keeps them under a software license that prevents Linux distributions from bundling them.

    Even with this, Ubuntu includes a tool that will download and install these drivers that they can’t


  • You don’t need any internet connection to install Ubuntu. Just use the normal install, not minimal network installer. Install from a USB stick.

    Also, there’s no requirement for a wire either. If that were the case, you could never install on any modern laptop.

    You would need some sort of functioning network to upgrade packages or install anything not in the base image, but this would all be after installation when you have a working OS and wired or wireless won’t matter.


  • Code security is directly proportional to the amount of resources devoted to finding and fixing bugs regardless of open or closed. If nobody is maintaining the code, it doesn’t matter.

    One advantage with open you is that you can look at the version control to see how active the code is being maintained.