Aussie living in the San Francisco Bay Area.
Coding since 1998.
.NET Foundation member. C# fan
https://d.sb/
Mastodon: @dan@d.sb

  • 8 Posts
  • 3.07K Comments
Joined 2 years ago
cake
Cake day: June 14th, 2023

help-circle
rss







  • Even if the report is inaccurate, Backblaze has never been profitable, which isn’t great. Investors want to see a return on their investment. They’ll keep pushing Backblaze to become profitable, likely eventually resulting in enshittification of some sort. We’ll see if things have changed when they publish their Q1 2025 results on May 7.

    One of the harsh realities in Silicon Valley is there’s a lot of companies that produce great products but end up failing after going public, either because they couldn’t find a good product market fit, or because they couldn’t figure out how to make their idea profitable.










  • apt and apt-get both use dpkg internally, but these days it’s essentially seen as an implementation detail that regular users don’t need to know about.

    dpkg doesn’t resolve dependencies (that’s a feature of apt) which means that if you install a Debian package with dpkg, you’ll have to manually install all dependencies first, and they won’t be marked as automatically installed (so autoremove won’t remove them if they’re not needed any more). Using apt solves that.

    The web suggests dpkg because either the articles are old, or they’re based on outdated knowledge :)