• 0 Posts
  • 131 Comments
Joined 2 years ago
cake
Cake day: June 21st, 2023

help-circle
  • Interesting, I want to try some of these solutions.

    I set up luks on some of my selfhosted virtualbox instances to protect against physical theft, but power issues cause all too frequent restarts that are a serious pain to physically access.

    An ssh call in a script that could be remotely used to unlock and complete the boot would be so handy.



  • This is a case of stupid laws that still don’t understand the internet (35+ years in to wide use, mofos)

    If an http GET request initiated from country A traverses routers and wires around the globe to grab some data from a server in country B, then we have to accept that the owners of the server are not “operating in country A” and in fact the user in country A is responsible for import.

    If some laws in country A have a problem with this, then they should unplug their internet wires at the border, or at least learn how to use them and/or govern their citizens.

    All that is tongue in cheek to say they can fuck right off.




  • The answer to the question comes from understanding the marketplace.

    Microsoft’s vision in the '90s was a computer on every desk and in every home.

    In the late '90s and early 2000s, devices like TiVo came on the scene and disrupted the living room. Microsoft started experimenting with Media Center which was a PC that would sit between your cable box and your TV.

    Also remember that Microsoft has been in gaming forever. You certainly heard of Microsoft Flight Simulator. Microsoft’s acquisition of various game studios in the '90s cemented their presence in the space.

    Anyways, at the time it was theorized that some company would eventually control media flowing into the household through the TV screen and Microsoft absolutely wanted that.

    The media center only found limited success, and was kind of a kludgy solution. The first versions of Xbox attempted to overcome some of this by having some media capabilities. The peak of that effort was the first version of Xbox One which actually had an HDMI input and the ability to control your cable box. Had that reached widespread use, Microsoft would have had lots of data about what TV channels everybody was watching and who was watching (remember the first version of Xbox One rolled out with a camera that could recognize who’s watching) and for how long.

    Unfortunately for them, that tech was too little too late and streaming services like Netflix were already catching on. Now you can see in later versions of Xbox Microsoft has pulled back and developed game pass which is a steam-like subscription service, and hasn’t really tried to be a TV media player to the same degree anymore.

    When a company gets huge, like Microsoft, they can’t really waste time chasing business efforts that might only have revenue potential in the low billions. It just doesn’t move the needle. The problem is that innovating brand new ideas that will eventually become multi-billion dollar businesses is phenomenally challenging. And people who can do that don’t work for companies like Microsoft.

    So the entrepreneurs who can potentially dream up multibillion dollar disruptive business ideas go do them on their own and then companies like Microsoft snap them up as soon as they’re able to (if the founders allow it), allowing dominant players to remain dominant without needing to innovate.




  • A dozen years ago or so there was a huge uproar about “common core” mathematics, which was a new standard being used in the USA for teaching.

    It was a politicized trendy topic and even so-called-intellectuals were jumping on the train and calling it a deranged way of learning math.

    I looked into it a bit, and I swear this pic pretty much sums up one of the key methods they were teaching.

    Basically just tricks that a lot of people figure out to simplify problems.




  • Eek, I’m moving towards nextcloud (and away from Google fast as possible). Is there a better all-in-one groupware + files + collab + office apps suite out there?

    It does appear that nextcloud’s devs are eyeballs deep in php tech debt, so their pace of development and integration has slowed.

    It’s so big that none of their FOSS components are going to be #1 on their own.

    Recently upgraded the version and had to allow untested app versions (which had just disappeared) because they hadn’t been updated yet. That’s a weird problem and yeah, I don’t really want to be beta tester everytime I try and open a document.

    They also don’t really have a nice docker compose based deployment yet.

    But I couldn’t be happier to be leaving google in the dust, so there’s that.






  • I’ve been self-hosting since the '90s. I used to have an NT 3.51 server in my house. I had a dial in BBS that worked because of an extensive collection of .bat files that would echo AT commands to my COM ports to reset the modems between calls. I remember when we had to compile the slackware kernel from source to get peripherals to work.

    But in this last year I took the time to seriously learn docker/podman, and now I’m never going back to running stuff directly on the host OS.

    I love it because I can deploy instantly… Oftentimes in a single command line. Docker compose allows for quickly nuking and rebuilding, oftentimes saving your entire config to one or two files.

    And if you need to slap in a traefik, or a postgres, or some other service into your group of containers, now it can be done in seconds completely abstracted from any kind of local dependencies. Even more useful, if you need to move them from one VPS to another, or upgrade/downgrade core hardware, it’s now a process that takes minutes. Absolutely beautiful.