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.
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.)
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”.
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)
There are two things I can’t stand in this world: people who are intolerant of other people’s cultures… and the Dutch.
Half-Life, and more recently Abiotic Factor (which is basically Half-Life reimagined as a survival crafting game).
Felt the deep pit in my stomach
It’s depressing how I went from not understanding this expression, to feeling it nearly every time I checked the headlines starting in November of 2016.
I remember registering my fingerprints as a kid as part of a Cub or Boy Scout activity. In retrospect that was really messed up.
Prosecuting the president for stochastic terrorism? That’s a precedent they really don’t want to set with Trump as their candidate.
That they are pushing it is evidence they don’t think they’ll have to follow the rule of law if they win.
Either way, bears may have been involved.
deleted by creator
Who else is better equipped? In my view it would solely depend on the lawyers that internet archive hires, and money plays a big factor in that.
The EFF. This kind of thing is why they exist.
The Archive making themselves an easier target was a huge misstep IMO. All it takes is one overreaching judge telling them they need to purge all copyrighted data (a common judgment in lawsuits like this) and the world becomes a worse place.
You’re able to run MemTest? That’d suggest it’s not actually fried if it can still run things.
Check your BIOS/UEFI to see if Secure Boot was re-enabled. If your CMOS battery died and you didn’t notice, your machine config could have reset to its default values during the power loss.
Honestly, as glad as this article makes me, I’d still like to see a perfect birth control for women. Periods seem like they must be the worst part of being a woman (biologically, not socially). Having a temporary, reversible way to stop ovulation without fucking up a dozen related systems and causing physical and mental anguish would be nice.
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.