Don’t forget the healthy markup! It’s not a proprietary Sony storage device if they don’t charge twice as much for a tenth the space.
Don’t forget the healthy markup! It’s not a proprietary Sony storage device if they don’t charge twice as much for a tenth the space.
GuavaScript?
I remember people arguing over 2 vs 3 spaces, back when terminals only displayed 80 characters and every character width saved was a huge deal. (Oh god, memories of all the single-character variable names have returned to haunt me)
I can’t go back, won’t go back. I am so glad the Bad Old Days are over. *returns to coding on my dual-widescreen monitor setup*
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.
Just take the first panel, but the end of the parchment goes into a shredder.
Posits aside, that page had one of the best, clearest explanations of how floating point works that I’ve ever read. The authors of my college textbooks could have learned a thing or two about clarity from this writer.
You mean to say, you’re having trouble finding it?
Simple Mobile Tools (the creator of Simple Gallery, a very popular gallery app) sold out to a scummy ad company. This is a fork of the Simple Gallery app that won’t include all the telemetry and ads the new owners will inject it with.
Excellent news! Now to wait for PolymorphicShade’s SponsorBlock fork to follow suit.
This is why modding games is great. Most of the hard engine and framework stuff is already done for you, so you get to focus on content creation (the “fun” part).
Still difficult, but it requires a fraction of the time and effort that making a game from scratch would take.
Someone posted this article a while back that goes into more detail on some alternatives, as well as contains one of the best and most intuitive explanations of floating point that I’ve ever read.