• 0 Posts
  • 22 Comments
Joined 1 year ago
cake
Cake day: August 15th, 2023

help-circle
  • How broken are we talking here? Like, installation is kinda borked but technically works broken, or purge it with fire and salt the storage medium broken?

    I have often busted my machine learning rig as it runs an ancient (but spacious VRAM) GPU. If I upgrade the drivers by accident, it takes an average of 1-2 days to make everything happy again.

    I used to be more cavalier with my boot partitions; I am no stranger to a busy box for repairs. Best moments are when I used to try and adjust a live partition to make more room for the swap partition (or vice versa).

    I have screwed up more Raspberry PI installations than I care to count. Usually by my own hand.

    I have completely broken Xwindows multiple times due to drivers, trying to go between desktop environments, and most frequently trying to get video cards to work that aren’t natively supported.


  • I don’t doubt you cleaned up it up well. But you are the exception rather than the rule for experiencing Windows 11.

    The absolute shitfest that is the incessant integration with Bing and other online only tech is the biggest problem. If you have muscle memory like I do to start button + type keyword for a program + enter, it is unbearably slow to respond at times for the search to catch up. Or my new favorite, getting ready to hit enter, only to have it change the current selection right before.

    And this is to say nothing of the critical settings you can no longer directly control or are just broken. Want to change the power profile of your laptop? Buried. Want to get an estimate on your battery time remaining? Better open the registry. Want to switch your background? Well, roll the dice on that high resolution PNG you just created; unlike 10, 11 fails on some backgrounds of certain filetypes if they’re over a certain size (try a detailed PNG over 3000x4000). Just want a plain old Documents directory that isn’t integrated with OneDrive? Happy hunting; turning it off ain’t enough anymore.


  • Windows 11 is trash. Microsoft kept boasting it was “faster” than 10, but it is (unsurprisingly?) heavy in some weird areas, including a less snappy start menu, more telemetry, invasive integration with their software, you name it. Tried one machine in my collection to try it via an upgrade (a Microsoft Surface Pro 6), and the performance was so bad I ended up going back to Windows 10. Multi-second lag just to get to the program shortcuts is a really bad sign.


  • Yes. So much yes.

    Sure, at least half of the FAANG use Linux. But they use a homegrown Linux flavor often maintained by an entire dedicated team. Not some random ass Ubuntu or Mint ISO you downloaded; these images are custom tailored to the workflows, dev needs, security needs, and even package management needs of the corporation. They often carry a complete profile template that integrates with whatever they’ve chosen to enforce authentication, have a lavish on-board remote monitoring system, you name it.

















  • Oh boy, here we go (inhales):

    Agile isn’t that bad. People just believe they are more productive if they are “heads down” and not held accountable for what they write/do.

    Functional programming isn’t that great and doesn’t solve all of the world’s problems; it just pushes the issues with state to other parts of your design, and doesn’t scale well in deeply nested solutions.

    IDEs with proper code support (i.e. automatic structure analysis, autocomplete, etc.) are one of the best ways to deal with a large codebase that needs refactoring. Doing widescale refactors without one is asking for trouble. If you believe you don’t need it, either your codebase is just that small (which is fine) or playing with fire.

    Much of the advice out there on architecture and tooling isn’t properly contextualized on the codebase, market, and team situation. If you believe you have the One True Architecture Solution, you are naive. (Ex. Microservices, large complex code pipelines, monorepos, etc.) Be especially wary of anything from FAANG engineering blogs unless you are also in another letter of FAANG.

    There. Got it out of my system. Have fun dissecting it.