• 2 Posts
  • 182 Comments
Joined 3 years ago
cake
Cake day: June 18th, 2023

help-circle
  • As I understand it, most enterprises have an agreement with Microsoft for commercial licensing of Windows that lets them pay per user instead of per machine. Given that most enterprises tend to lock in a contract with their hardware provider of choice, it wouldn’t surprise me if they had something in there to omit Windows since they already pay for it directly. Plus enterprises windows has features for managing windows at scale (group policy, centralized auth, etc).

    I worked for one of the IT departments at my university and we got Ubuntu machines straight from Dell on occasion. I recall those machines being somewhat quirky if we tried to flash them with Windows later (might have been missing a TPM header, or equally arbitrary hardware requirement, but it’s been like 10 years).

    In the consumer space, Framework will also let you skip buying a windows licence as well.






  • Most of my hardware is from before I switched to Linux and I don’t see the need to switch anything that’s still working. I have a pair of Sennheiser 6xx’s that I use at my desk (my usage is occasional enough that I haven’t been able to justify buying a dedicated DAC/ Amp) and a pair of Sony WH-1000XM6’s that live in my backpack for when I’m outside the house.

    For mic I usually use the mic built into my webcam (Logitech c920) at my desk, it’s nothing fancy, but it works well enough for the occasional voice/ video call. I don’t think I’ve had reason to need to use my mic while away from my desk, but I’d probably fall back to the one built into my laptop or use the XM6’s mic.

    The only thing that might need software is the XM6’s, but those can always fallback to using a wired connection in a pinch. Plus, since they can be paired to both my phone and laptop at the same time, I can use the android app to handle settings tweaks (usually just adjusting the noise canceling mode).










  • Mmm, there’s nuance with a bit of ambiguity here and I’m not deeply familiar with onion routing (security isn’t my specialty, I know enough to say that I’m very out of my depth).

    Let’s back up to what a VPN does: it’s effectively a detour for your network traffic. Instead of traffic going from your client (I’m grouping computer/ phone and routers tougher, because you can do VPN routing at either level) and to whatever you were trying to go, the VPN server acts as a middleman. (Assuming secure traffic ssl/ https) A VPN masks your traffic from your ISP (because they just see you connecting to the VPN instead of your destination) and from your destination (because they see the request as coming from the VPN server*).

    As I understand it, onion routing conceptually similar to chaining multiple VPN hops together, such that each hop is only aware of where to go next. (I think technically, each packet is sent along a different random path).

    So. There’re a couple of ways to answer your question, depending on how you interpret it or how you layer technologies.

    1. Onion routing on its own would theoretically already have the privacy advantages of a VPN- because of the way requests are bounced and split up, the receiving end doesn’t know where the call came from. That assumes that whatever the client is trying to talk to accepts onion traffic and can talk back over the same protocol.
    2. Otherwise, you have to have a client on the other end of the onion route to accept your traffic, make a call to whenever you were trying to go and send it back to you. At that point you’ve more or less made a VPN.
    3. You could go through a VPN first and then onion route, effectively this would decouple your machine from the onion network, but it does put you back at 1 or 2 for actually getting the data you want.

    All that said, the major downside to onion routing is speed, it’s incredibly slow to break your request apart, bounce it around the network a bunch of times, reassemble it on the other end, and then turn around and do it again for the return trip.

    * That also means that some sites, like reddit (fuck u/spez), will block traffic from VPN servers because multiple people’s traffic all coming from the same place looks a lot like spam.



  • You can totally self-host your own VPN, a lot of folks will do that so that they can access their home lab remotely (without having to open ports or set up a reverse proxy).

    That said, self-hosting kind of defeats the purpose of using a VPN service if the goal is to anonymise web traffic or bypass regional restrictions/ content blocks.*

    * Technically you could use a hosting service and host your own VPN in another region, but it’s probably not going to be cheap, and it’s kind of a stretch of the self part of self hosting.



  • It can be both. The three RAM manufactures (Samsung, Micron, and SK Hynix) have a historical record of price fixing and collusion (I believe Gamers Nexus has some excellent reporting on this). It isn’t just supply and demand, it’s that three sketchy companies have the world over a barrel and may well be using the demand spike to keep prices (artificially) high with the knowledge that nobody else can enter the market and that it takes YEARS and a truly ridiculous amount of money to scale up production to increase supply.