anti-idpol action

I am working on fedi software that is hoping to allow Kodi, Plex and Popcorn Time get rid of IMDb/TMDB dependency. Dm me if you’re skilled in SvelteKit and/or Go, especially the Fiber framework, or machine learning with Rust and willing to contribute.

  • 1 Post
  • 22 Comments
Joined 11 months ago
cake
Cake day: September 10th, 2023

help-circle

  • also Huawei laptops. Jfc what a trashy counterfeit of a MacBook and if you get an AMD one, better also get a good cooling stand. The keyboard is terrible and costs a fuckton to replace and generally the repairability is like with macs, the USB ports are built in a way that just begs for either them or your peripherals to be broken, they might overheat while charging, they ship bloatware and the speakers are ridiculously quiet. My friend’s mom bought her one contrary to my advice to get a second-hand thinkpad or just any other business-line laptop and it she had to return the first shipment because the screen got bent during shipment.

    MIUI… don’t even get me fucking started on this garbage. It literally removes numerous features from vanilla android, presumably to relocate some performance budget to the bloat they add.



  • premature optimization is a root of all evil.

    also when those morons decide to do ‘microservices’ but end up creating glorified SOA with one messy DB where half the tables are not even used by anything, updates in place are the standard and there is nothing like one team per service, but instead everyone is expected to navigate millions of lines of spaghetti code with poor documentation, barely any reuse and inconsistencies all across the board with this oh too-fucking-common entity service anti-pattern.

    and so much fucking coupling that you better start deploying your dev cluster just right after waking up so it maybe is up and running by the time your daily is over.

    Fun fact, I used to work at a company where a lot of projects use Elixir and a bulk share of my coworkers have been outspoken critics of microservices precisely because OTP manages to power fault tolerant and scalable systems but not by insane levels of complexity like kubernetes does but by CoC that rarely gets in your way.




  • Vue.js, it’s the simplest of the popular frontend frameworks

    You can learn a hellton about sysadmin and DevOps by running a home lab and aiding that with some courses and maybe one cert or two but I wouldn’t splurge on certs that readily.

    Golang, Express.js, Nest, Flask, SQL (a must), maybe Spark if you dare. Any popular and expressive framework/language for full stack/backend, except for Rails and PHP, those are dying technologies despite their still relatively high popularity in some countries.

    Maybe Flutter, Swift or React Native if you want to get into mobile dev.

    Just go to a job board, then to learnxinyminutes.com, pick something and start with building small, then medium sized, then maybe more complex projects or contributing to FLOSS written using your tech of interest (but please, PLEASE don’'t treat OSS contributions primarily as a way to get a job. Pick something you use instead. Try to figure out how you would implement something, do that and don’t let the impostor syndrome win if it uses a tech you’re familiar with whenever you want to open an issue on a git forge.














  • manjaro’s so notorious for it’s bad mainteinance it even gained a website for tracking the last time they screwed something up. I’m glad I haven’t seen anyone recommend that shitty distro in a while. Tbh nix (the package manager) has proven to provide excellent stability no matter whether I used it on macOS or Artix. It’s been more than a year since I had to reinstall my OS or generally deal with large scale system breakage. Also have grub set up to provide both a LTS and edge kernel, for example. The last installation that broke for me was well over a year ago, it was OpenSUSE Tumbleweed and it also used btrfs. Which is a pretty nice FS if set up correctly, but by default it’s quite slow. Then I switched to Alpine since I’ve been using it on a VPS for a couple of months earlier and absolutely loved it. I don’t count fucking up the configuration files as system breaking because I assume the consensus to be that we refer to unexpected issues here. Getting rid of GDM, glibc, bash, systemd, coreutils and similar bloat not only speeds up your system, it also improves it’s security and stability.

    I wonder when I’ll become so deranged to start tinkering around with BSDs and Gentoo, it’ll be pretty funny if instead of wasting my time gaming I’ll waste it hacking my system to improve it’s responsiveness by 1-2% lmao