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.

  • 6 Posts
  • 260 Comments
Joined 10 months ago
cake
Cake day: September 10th, 2023

help-circle

  • Similar observation here, after 7 months of absolute hell of financial difficulties and humiliation forcing me to move back in with my folks I literally went to having a possibility of overemployment or being picky again literally over a couple of weeks which also gives me hope that compensation will finally start to catch up to the inflation.
    Wonder why is that, but I would guess it might be that overzealous layoffs motivated by short-term bump in stock price started backfiring, especially considering the maintainability of so many, many commercial projects where turnover absolutely does not help.

    Though I wouldn’t count my chickens before they hatch, the system is abso-fucking-lutely not rational and the global economy is on a path of going from crisis to crisis.




















  • Sometimes you’d use defensive programming (type checker, exception handling, null safeguards, fallback/optional values) which can be argued as a sort of in-place testing, so testing can be not as beneficial to your projects’ robustness as the readability of their core business logic. And some languages would lean more heavily towards defensive programming (e.g. Go, Scala or well written Typescript) and some would rely more on tests but also be designed in a way that makes testing really easy as they seek to keep things loosely coupled (Elixir or Clojure).

    Also if your language doesn’t have a quality REPL to reliably test things manually, there is a relatively high chance you debugging process is causing you to waste more time than having a good test coverage.