Quetzalcutlass

joined 1 year ago
[–] [email protected] 2 points 1 month ago (1 children)

Yeah, it's twelve bucks to unlock scheduled backups and cloud syncing in Swift Backup, but then again this post is about paid apps. :)

[–] [email protected] 4 points 1 month ago* (last edited 1 month ago) (3 children)

Titanium Backup hasn't been updated in five years, and I think that update was just to meet requirements to stay on the store. Their last changelog entry is adding the menu icon after Android ditched the physical menu button. There are a bunch of settings that are broken or do nothing due to changes to Android over the decades (TB has been around for so long that it supports Android 1.5).

I've been using Swift Backup as a replacement these past few years. It's closed source but was recommended to me, and I haven't run into any problems yet. Is Neo better in some way, aside from being FOSS?

[–] [email protected] 2 points 1 month ago* (last edited 1 month 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.

[–] [email protected] 1 points 1 month 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.

[–] [email protected] 2 points 1 month ago* (last edited 1 month 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.

[–] [email protected] 20 points 1 month ago* (last edited 1 month 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.)

[–] [email protected] 12 points 1 month ago

It's a forked up world.

[–] [email protected] 71 points 1 month 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.

[–] [email protected] 3 points 1 month ago* (last edited 1 month 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).

[–] [email protected] 5 points 2 months ago

That could take a lifetime!

[–] [email protected] 10 points 2 months ago

I've seen code with binary data (such as icons) baked into constants. I can't wait for the three hour narration of base64 encoded pngs.

[–] [email protected] 23 points 2 months ago

Shinzo Abe vibes.

view more: next ›