Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)JD
Posts
2
Comments
244
Joined
2 yr. ago

  • The great thing about open source is that anyone can read the code. Even if you don't read every line yourself there are others who will. In popular projects it's pretty much a guarantee any suspicious or malicious changes get caught almost immediately due to the visibility of everything.

    As for local-only I trust Bitwarden and their encryption schemes enough that I use their cloud sync, but you can always self host it in a Docker container with no Internet access if you're concerned about it.

  • Because by not using a password manager I guarantee you are duplicating passwords between services. This means the second a service you use is compromised, every single service you use with that same email/password combination is compromised. Even if every one of your passwords had a slight deviation malicious actors know people do this and will likely be able to write a program that attempts those deviations on other services. You're effectively leaving your security up to weakest link in services you sign up for, and security is more often implemented poorly than implemented well.

    By using a password manager you generate a 20+ character long password that is unique to each service you use. These passwords being random and unique to each service protects you from rainbow tables and other hash table based attacks. In the event Bitwarden or another password manager you use is breached anything they get will be worthless as long as your master password is not compromised (which should only ever exist in your head) due to the data being encrypted at rest.

    It is a similar concept to using a secure, trusted middleman for processing payments instead of giving your credit card to every single site that asks for it.

  • Software engineers*. Computer scientists are concerned with the math behind computing and are mostly found in academia. Software engineers generally have a foundational knowledge of computer science they combine with software engineering principles to create robust software. Generally software engineers do have computer science degrees though.

    They share a similar relationship as engineers and physicists.

  • I'm a Zoomer with a Dell Optiplex running Ubuntu server, an 18 TB HDD, and 35 years of combined seed time. I'll let you fill in the gaps. Many of us are extremely tech literate and often share our Plex/Jellyfin instances with friends. Many of these not-so-etch-literate friends ask how they can do this for themselves using their computers and we shoot them over instructions.

    Piracy is infinitely easier/more accessible than ever. It's spreading like wildfire and thanks to the FOSS community anyone with a spare evening can get themselves up and running very quickly.

  • I don't think it's diminishing the work of the Yuzu devs, but more so a strong belief in the capabilities of the open source community. They worked their asses off and are extremely talented, and I'm sure there are others who will hop in and carry the torch.

    I'm also curious if there's a programmatic way to circumvent the argument Nintendo made about bypassing DMCA by separating the emulator from the code that utilizes the keys such that you can use tool A to bypass DMCA, and tool B (Yuzu with game decryption removed) to run the circumvented game. In this case tool A already exists, and tool B could be a fork of Yuzu.

  • I got an 18TB HDD for $360 and threw it in my $80 Dell Optiplex server running Ubuntu server 20.04 LTS. I continue to seed everything I've ever torrented and have only filled 4TB. I probably won't have to start deleting things for like 2 years.

  • An American leaving the US is more comparable to a European leaving Europe rather than their home country.

    Hilariously enough by percentage, the number of Americans who have never left the US is similar to the number of Europeans who have never left their home country (40% vs 37%). That's honestly insane given leaving the US is much more difficult than hopping on a train to go to an adjacent country in Europe. I've never left the US, but there's so fucking much here that with the exception of a few culturally significant places in the world (mainly Thailand) I have no desire to really travel abroad.

  • I don't know what you're trying to get at. The original comment stated the stock market is a rich man's game that poor men are designed to lose. I pointed out that anyone with extra income can take advantage of the stock market and not lose. Just because rich people can take advantage of market manipulation doesn't mean poor people have to lose.

  • I'm more of a toasted salami and cheese on sourdough with mustard, salt, and pepper guy personally, but any sandwich really fits the bill. Sometimes I say fuck it and just throw butter and cheese on some bread when I'm really feeling lazy.

  • On top of what others have said keep in mind shorting isn't just you saying the stock will go down, it's you saying the stock will go down more than others think it will. Tbh I wouldn't even touch anything to do with shorting or options if I were you. It's incredibly risky and should only be done by people with more experience than you and I.

  • I'd say it's more convenience than elitism.

    I'm in BTN and it's the only indexer I use for my Sonarr instance because it has absolutely everything. I've never not been able to find something and almost everything I download will saturate my 1.2 Gbps connection.

    For Radarr I don't have any private trackers and it takes 35 public trackers to get coverage that is almost as good. The options I'm given are way less organized and download speeds are a gamble. It's not really an issue because I rarely watch movies, but I definitely understand why private trackers are so sought after. I'll eventually try to get into some smaller ones which tend to be pretty easy to do.

  • I've been using Google's Gemini and it's pretty good at interpreting fucked up or imperfect smart commands. For example we have some lights named "Chrimas Lights" and it will turn those on and off by referring to them as Christmas lights. It can also do multiple commands in a row without being overly explicit. So you can say "set lights to x%, make them yellow, and turn them off in an hour and set my TV to volume x" and it'll do it no problem. The old assistant could not do anything even close to this.

    It's also much faster and processes words as fast if not faster than a human can. From finishing a command to the command being executed seems to be about 1/10th of a second which makes me wonder if it's doing any sort of inferencing on the back end. It's one of the best LLM integrations I've seen so far.

  • I've noticed it's less common in the city and more common in rural areas. I live in SF and people here don't call them gas stations unless they have gas, but in the Central Valley this is extremely common.

    I grew up there and I always forget how much more "proper" I speak at home vs where I grew up. My partner sometimes struggles to understand what I'm trying to say a lot of the time when I slip back into it when speaking with my family. Gas station is just one of the many overly generic terms. Another one is "Vallarta" which doesn't necessarily mean the chain grocery store Vallarta, but a Mexican grocery store usually selling produce and with a meat counter.

  • Gas station is a somewhat colloquial form of bodega/corner store in the US. Often corner stores without gas stations will still be referred to as gas stations. Sometimes they're also called convenience stores.

  • Auto save with Google Docs style snapshots has so little overhead I'd hardly consider it a trade-off. We have insane amounts of disk storage and extremely reliable non-volatile memory. The only reason against it that I can conceive of is confidential data you don't ever want to exist outside of volatile memory.

    All modern word processors use auto save and it kinda blows my mind libre does not do this.