• 7 Posts
  • 59 Comments
Joined 1 year ago
cake
Cake day: June 18th, 2023

help-circle


  • At work we have a contractual design deliverable that was due yesterday, I still can’t get anybody to tell me what I’m supposed to be designing/building. I’ve got the contract, but its so vague that it’s more unhelpful than it is helpful and there’s apparently been 9 months of conversations with the customer, none of which have included engineering, nor has anything from them been written down. So we’re designing something just based on rumors.

    So we’re in crunch mode, but also we don’t know what we’re trying to accomplish… 😩




  • [edit: To be clear, I assume the part that OP is not sure if it’s satire or not is “or switching to a more privacy-conscious browser such as Google Chrome.”] The emphasis in

    Firefox is worse than Chrome

    is in the original. To me that clearly implies that they are of the opinion that in general Google & Chrome are worse on privacy than Mozilla & Firefox. The comment at the end is just tongue in cheek snark alluding to the fact that in this particular case google did better for privacy in Chrome than Mozilla in Firefox.

    or switching to a more privacy-conscious browser such as Google Chrome.




  • I am still interested to know the details of how they came to this decision. Why Signal instead of Matrix.

    AFAIK, signal doesn’t federate, There is no “signal server-to-server” protocol. When people say “The Signal Protocol”, they are talking about a cryptographic protocol, not a network protocol.

    As for why they wouldn’t use Matrix, I would assume it’s just too heavy of a protocol for the scale they operate at. IIRC, Matrix isn’t just a chat protocol. It’s a multi-peer cryptographic state synchronization protocol. Chat is (was?) just the first “easy” application they were going to apply it to. (Now I’m curious if they still have plans for that at some point.) They’ve been making great strides in improving the efficiency, at least in the client-server API (I haven’t been paying attention to the server-server API at all), but it’s still going to be a heck of a lot more compute heavy than whatever custom API they’re providing.











  • IMO, yes. Docker (or at least OCI containers) aren’t going anywhere. Though one big warning to start with, as a sysadmin, you’re going to be absolutely aghast at the security practices that most docker tutorials suggest. Just know that it’s really not that hard to do things right (for the most part[1]).

    I personally suggest using rootless podman with docker-compose via the podman-system-service.

    Podman re-implements the docker cli using the system namespacing (etc.) features directly instead of through a daemon that runs as root. (You can run the docker daemon rootless, but it clearly wasn’t designed for it and it just creates way more headaches.) The Podman System Service re-implements the docker daemon’s UDS API which allows real Docker Compose to run without the docker-daemon.


    1. If anyone can tell me how to set SELinux labels such that both a container and a samba server can have access, I could fix my last remaining major headache. ↩︎




  • Meh. Now I’m a dyed in the wool Linux zealot, but this list is crap.

    1. Everything you need, nothing you don’t

    Phoey, even the description for this point talks about how much Valve had to build to make the deck possible.

    1. Better performance, lighter overheads
      Windows is a pretty bloated OS

    Honestly don’t know enough about Windows to say anything on this one definitively. I still doubt it though…

    1. A hidden desktop experience
      You never need to use it if you don’t want to

    This has nothing to do with windows vs linux, Valve just did a good job on their ‘not-desktop’ side of things.

    1. Never worry about drivers

    Do the windows consoles not come with drivers installed? Also, can you point out where I can download all the Linux drivers from Valve without exacting them from a full OS recovery image? (Actually kinda honestly asking on that last one. Or have they just upstreamed everything already?)

    1. Modify it to your heart’s content
      Linux puts tools in your hands

    This is a choice that Valve made. They absolutely could have given this thing secure boot that only lets you run official software with no hooks for mods. I was tangentially involved with doing exactly this for the SmartThings Hub V3, it’s not particularly hard.