And to complete the trifecta, there’s also Aseprite for pixel art (it’s free if you compile it yourself).
And to complete the trifecta, there’s also Aseprite for pixel art (it’s free if you compile it yourself).
18/f/California.
Jokes aside, this appears to be a full virtual machine rather than something like WSL that can interact with and manipulate the host OS. You probably won’t be able to do anything interesting with your Android files using it, just mess around in a sandboxed distro. So it’s still good for developers who want a portable Linux environment to run things in, but not nearly as useful as a properly integrated terminal would be.
Yeah, it’s twelve bucks to unlock scheduled backups and cloud syncing in Swift Backup, but then again this post is about paid apps. :)
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?
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.
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.
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.
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.)
It’s a forked up world.
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.
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).
That could take a lifetime!
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.
To paraphrase an old tweet: “parentheses - for when every thought comes with bonus sub-thoughts”.
Three things in CS meet the qualifications for arcane runes: complex regular expressions, pointer arithmetic, and bit shifting.
Ponder Stibbons inserts another punch card into Hex. Ants flow through tubes and gears begin turning.
Megumin’s other problem is she only specced into things that would improve her explosion’s damage output, neglecting basic mage things like mana capacity and efficiency. So she can only cast one (stupidly overpowered) explosion spell before all but passing out from using more mana than she actually has. It’s why no other party would take her, because even in situations where the spell would be useful she becomes a massive liability after casting it.
We could also have “karma” on Lemmy, but while technically tracked the environment is better off without it being public in my opinion. I view voting records similarly.
It’s strange that they removed total account karma visibility a while back but are now thinking about making votes public.
I think a good compromise (since Lemmy already tracks that data) would have been to show the upvote/downvote ratio a user receives on their profile page, without showing their total karma. That’d help you spot toxic users without incentivising karma whoring.
Similarly, a display of how often a user upvotes versus downvotes others would help spot bots and trolls without completely obliterating privacy like their suggestion would.
(But ultimately none of this solves the problem of privacy on the Fediverse being one federated bad actor away from nonexistence)
One-time pads require no machines and are unbreakable in theory, though in reality they’re a pain to set up and use so people reuse keys out of laziness, making it possible to analyze and decipher encrypted messages.
Security is only as good as its weakest link, and people are morons.
Right, I should have specified isolated VM. WSL and Windows are interconnected (even if some things, like accessing Windows files within WSL2, are horribly slow). Google’s solution probably won’t have anything like that, given their reluctance to allow users access to Android’s underlying systems.