Quetzalcutlass

joined 2 years ago
[–] Quetzalcutlass 2 points 4 months ago* (last edited 4 months ago)

8 changed a lot of UI for no reason other than to chase the mobile market. 8.1 reverted a lot of that and people liked it, but the damage to 8's reputation had already been done.

If they kept the edition alive for a few years 8.1 might be remembered as a redemption story like Windows 98 Second Edition, but they rushed 10 out the door - as a free upgrade, no less - to get back the goodwill they'd lost.

[–] Quetzalcutlass 1 points 4 months ago (1 children)

Windows ME was a crapshoot. One of our computers blue screened a few times during the couple months we had it installed; the other couldn't even run an hour without hard crashing.

Nowadays I can't even remember the last time Windows crashed. Newer versions are definitely a lot more stable, though suck in different ways.

[–] Quetzalcutlass 2 points 4 months ago* (last edited 4 months ago)

The funny thing is the whole commercialization process started with one of the future partners messaging the project lead out of the blue on LinkedIn. I don't know about you, but taking ideas from a random LinkedIn user doesn't strike me as good business sense.

Then again, getting something out of your years of unpaid volunteer work must be incredibly tempting, given how many open source projects have sold out over the years. At least it was to form an actual legitimate company this time, unlike when SuperSU (the Android root solution before Magisk came along) sold themselves to a scummy foreign ad company. That one still ranks as the all time top WTF sale.

[–] Quetzalcutlass 10 points 4 months ago* (last edited 4 months ago)

In the early days it was an abortion-adjacent topic, which made it an easy target to vilify to rile up support from single-issue voters. Now a large portion of society will hate anything involving stem cells forever, regardless of facts. Once the culture war starts, it's hard to get it to stop.

[–] Quetzalcutlass 5 points 4 months ago* (last edited 4 months ago)

Back on Reddit there were people who set up scripts to automatically delete comments after a set amount of time to prevent people from looking at their history. As you could probably guess, they were usually the most stubborn and argumentative sort on the platform.

Though I've upvoted that user before and I normally don't do that to people being disruptive, so who knows? If only there were some sort of history that would tell me what kind of user they were...

[–] Quetzalcutlass 22 points 4 months ago* (last edited 4 months ago) (4 children)

Could be worse. At least it's not Microsoft's support forums:

Hey, I see you're having problems with <copy-paste key words from OP>. Try the following and see if it fixes your issue.

Open a command prompt and enter ”sfc /scannow".

I hope this helps!

(Reply marked as solution, thread closed.)

[–] Quetzalcutlass 12 points 4 months ago

It's a forked up world.

[–] Quetzalcutlass 70 points 4 months ago (9 children)

CyanogenMod, which was the base of most custom Android ROMs at one point. After taking venture funding, incompetent business majors crashed and burned the project trying to commercialize it. It was then forked and LineageOS was born.

[–] Quetzalcutlass 2 points 4 months ago* (last edited 3 months ago)

I just updated to the newest Ubuntu LTS, which puts pip into system managed mode so you can't easily install packages outside of a virtual environment anymore.

If you (or anyone who stumbles upon this comment in the future) run into this problem, the new recommended way to install yt-dlp through pip and keep it in your path and up to date is via pipx (sudo apt install pipx). The syntax is a bit gnarly for pre-releases, so I figured I'd post an update:

To install the nightly: pipx install --pip-args '\--pre' "yt-dlp[default,curl-cffi]"

To update the nightly: pipx upgrade --pip-args '\--pre' yt-dlp

I alias the update command and run it before every download session.

(You may need to delete your old yt-dlp binaries before it'll let you install the new one - use type -a yt-dlp to find them.)

[–] Quetzalcutlass 2 points 4 months ago

I've never asked, but I believe medical issues cropped up and their reduced retirement funds wouldn't have been enough, forcing them to keep working, and the situation spiraled from there.

[–] Quetzalcutlass 4 points 4 months ago* (last edited 4 months ago)

The main problem with Java (or garbage collected languages in general) as a first language is needing to unlearn the bad habits it ingrains when you move to a systems programming language with manual memory management. Other than that it's a pretty good first language, though I'd suggest learning a bit of C at the same time just to get a basic grip on things like pointers and stack vs heap.

Edit: it occurs to me that C# would be the perfect learning language. It's very similar to Java and an easy first language, but you'd also learn about stack allocation through structs, and can teach pointers using unsafe (though I think unsafe code is still GCed, so this wouldn't help with the memory management side of things. Haven't touched C# in fifteen years so I'm not sure how it works anymore).

[–] Quetzalcutlass 5 points 4 months ago

Magneto hates Beast?

view more: ‹ prev next ›