• 10 Posts
  • 86 Comments
Joined 1 year ago
cake
Cake day: June 21st, 2023

help-circle

  • I don’t consider myself a Republican or a Democrat, although unless things change drastically in American politics, I can’t see myself ever voting Republican by the time I’m dead and gone. With that said, I mentioned to someone yesterday that if I didn’t have the experience of living through Trump’s time in office, this debate would make me seriously consider voting for him.

    I really don’t believe that this debate is going to sway many undecided voters toward Biden. If you compare their performance at face value, Trump was unusually well-spoken, and Biden seemed like he belonged in a nursing home. Half of what Trump said was complete bullshit, but how many undecided voters are actually reading articles that show how full of it he really is?

    What you have is a person who stated lies as fact and did a decent job of being convincing and a person who was generally truthful but seemed like he “wasn’t all there.” Undecided voters who “don’t follow politics” are going to see this and say “You know, I think I understand why people support Trump.” That’s a very scary prospect.

    I don’t dislike Biden, but my personal opinion is that the best thing he could do for the country is step aside and let a different Democrat take the nomination. Geriatrics like Trump and Biden need to retire, do whatever they feel like in their golden years, and let someone else take the reins. A competent politician in his 50s or 60s would absolutely destroy Trump, and that’s exactly what we need right now.


  • In the US at least, most equipment (unless you get into high-and datacenter stuff) runs on 120V. We also use 240V power, but a 240V connection is actually two 120V phases 180-degrees out of sync. The main feed coming into your home is 240V, so your breaker panel splits the circuits evenly between the two phases. Running dual-phase power to a server rack is as simple as just running two 120V circuits from the panel.

    My rack only receives a single 120V circuit, but it’s backed up by a dual-conversion UPS and a generator on a transfer switch. That was enough for me. For redundancy, though, dual phases, each with its own UPS, and dual-PSU servers are hard ro beat.



  • Speaking from experience, be careful you don’t become over-zealous in your anti-scraping efforts.

    I often buy parts and equipment from a particular online supplier. I also use custom inventory software to catalog my parts. In the past, I could use cURL to pull from their website, and my software would parse the website and save part specifications to my local database.

    They have since enacted intense anti-scraping measures, to the point that cURL no longer works. I’ve had to resort to having the software launch Firefox to load the web page, then the software extracts the HTML from Firefox.

    I doubt that their goal was to block customers from accessing data for items they purchased, but that’s exactly what they did in my case. I’ve bought thousands of dollars of product from them in the past, but this was enough of a pain in the ass to make me consider switching to a supplier with a decent API or at least a less restrictive website.

    Simple rate limiting may have been a better choice.



  • corroded@lemmy.worldtoTechnology@lemmy.worldIs Microsoft trying to commit suicide?
    link
    fedilink
    English
    arrow-up
    201
    arrow-down
    8
    ·
    edit-2
    25 days ago

    Microsoft knows that the addition of adds to Windows, Recall, data mining, etc are not suicide. As far as tech news goes, Lemmy really exists in an echo chamber. The vast majority of us at least have some interest in technology. For the majority of the population, though, this isn’t true. The typical person sees a computer as a tool to be used for other things. They’re not reading articles about the latest release of Windows, new CPU technology, the latest GPU, etc. They’re using their computer, and when it’s time for an upgrade, they buy whatever suits their needs.

    If I was to ask any of my family, or most of my coworkers, about any of the latest “controversies” surrounding Microsoft, they would have no idea what I was talking about. Microsoft obviously thinks that the added profits gained by monetizing their customers will offset the loss of 1% of their users that switch to Linux. They’re probably right, too.

    I like Windows, personally (well, Windows 10 at least). My unofficial rule has always been if it needs a GUI, then it runs Windows, otherwise, it runs Linux as a headless machine. Once Windows 10 is no longer a viable option, my unofficial rule will be “it runs Linux.” Most people will not make this switch.


  • Outside of obvious ethnic names, which isn’t an issue here, how does the seller even know what a potential buyer looks like?

    I never spoke to the previous owner of my home, and I have no idea what they look like. The opposite is also true. I have a name on various forms, but that’s it. Our only correspondence was through various documents sent between our agents. I didn’t even see the seller at closing; we signed the closing documents at different times.

    It sounds like her real estate agent is on her side, so unless the agent was trying to sabotage the sale, how does this happen?



  • When I use OpenSpeedTest to to test to another VM, it doesn’t read or write from the HDD, and it doesn’t leave the Proxmox NIC. It’s all direct from one VM to another. The only limitations are CPU are perhaps RAM. Network cables wouldn’t have any effect on this.

    I’m using VirtIO (paravirtualized) for the NICs on all my VMs. Are there other paravirtualization options I need to be looking into?


  • It was a good suggestion. That’s one of the first things I checked, and I was honestly hoping it would be as easy as changing the NIC type. I know that the Intel E1000 and Realtek RTL8139 options would limit me to 1Gb, but I haven’t tried the VMware vmxnet3 option. I don’t imagine that would be an improvement over the VirtIO NIC, though.




  • I will resort to ChatGPT for coding help every so often. I’m a fairly experienced programmer, so my questions usually tend to be somewhat complex. I’ve found that’s it’s extremely useful for those problems that fall into the category of “I could solve this myself in 2 hours, or I could ask AI to solve it for me in seconds.” Usually, I’ll get a working solution, but almost every single time, it’s not a good solution. It provides a great starting-off point to write my own code.

    Some of the issues I’ve found (speaking as a C++ developer) are: Variables not declared “const,” extremely inefficient use of data structures, ignoring modern language features, ignoring parallelism, using an improper data type, etc.

    ChatGPT is great for generating ideas, but it’s going to be a while before it can actually replace a human developer. Producing code that works isn’t hard; producing code that’s good requires experience.






  • I really think this depends largely on who you are and what you do with your phone. I have face recognition and fingerprint recognition both enabled on my phone. It’s good enough to prevent a thief from gaining access to my device, and if law enforcement asked, there’s nothing on my phone that could possibly be incriminating. Realistically, I’d have no issue just unlocking my phone and giving it to a police officer, although I do know well enough to always get a lawyer first. Biometrics add an extra layer of convenience; it’s nice to just look at my phone and it unlocks. My concern personally is more about someone stealing my phone and accessing my accounts than self-incrimination.

    If I ever was going to put myself in a situation where I’d run afoul of the authorities, I’d leave my phone at home anyway.


  • I certainly don’t think it will be easier in a few years, but I also think that after 19 years of using gmail, a few more years aren’t going to make a huge difference. It’s really kind of sad to think about how far Google has fallen. I started with gmail in 2005. At the time, Google was starting to become the “go-to” search engine. They had better results than Yahoo or AltaVista; the “do no evil” slogan was also a great “feel-good” factor. I don’t think anyone at the time expected how different things would be in 2024.

    I can host my own media on my own server. I use Nextcloud Talk for IMs (also hosted on my own server). Just about any online service can be self-hosted, except for email. I have certainly tried in the past, even hosting email on a VPS. You run into so many issues, though. Your server isn’t trusted, websites don’t recognize your domain, a whole litany of problems. Email is just one of those things that you really can’t self-host.

    Sure, I could switch to a new email provider, forward gmail, and slowly over time update my email address for everyone who’s sending to my gmail account. What happens then when my new email provider decides to start harvesting my data for profit? Email is one of those things where you can’t live without it, but you’re forced to use a service that isn’t your own and could fuck you at any time.