HackerTrans
TopNewTrendsCommentsPastAskShowJobs

zoky

no profile record

comments

zoky
·il y a 2 mois·discuss
something something XKCD competing standards something something
zoky
·il y a 3 mois·discuss
Not at all. That’s like saying learning how different kinds of engines work is redundant in the age of taxis. You don’t have to know any of this stuff in order to get from A to B. But if you want to understand the processes involved in getting there, or you maybe want to be the one that builds a better self-driving vehicle, this is where you should start.
zoky
·il y a 3 mois·discuss
This is both simultaneously false, and true but largely meaningless. If you mean the Mona Lisa is somehow directly encoded somewhere in pi, then of course it’s not. It’s just a number.

If you mean that when you feed the numbers starting with some offset of pi into a specific algorithm you will get a rendering of the Mona Lisa, then yes, but so what? Allow me to introduce you to the PiMona algorithm. I won’t bother you with the implementation details, but it takes exactly one integer parameter. If it’s 3, it produces a beautiful rendering of the Mona Lisa. Anything else and it generates random garbage. Turns out, it’s really easy to find where the Mona Lisa is encoded in pi! It’s right there at the start.

But let’s say you meant that the digits of pi at some offset, when encoded properly and fed into any algorithm that is theoretically capable of generating the Mona Lisa will cause that algorithm to do so, then sure. But that’s also true of random noise, and says more about the algorithm and the nature of random numbers than about the Mona Lisa somehow being encoded into the fabric of the universe (which I’m sure isn’t what you meant, but I’m just saying there’s nothing really special about pi in that regard, except that as far as we know, it continues infinitely).
zoky
·il y a 3 mois·discuss
Passersby
zoky
·il y a 3 mois·discuss
And likewise the Romanian “dumneavoastră” evolved into… nothing, that’s still the polite form of “you” in Romanian. Interestingly though, it can be used in both the singular and plural, and takes verbs conjugated exactly the same way for both forms (i.e. the second person plural).
zoky
·il y a 3 mois·discuss
The 2019 Intel Mac Pro had PCIe slots. The Apple Silicon Mac Pro still has them as well, but they’re pretty much useless.
zoky
·il y a 4 mois·discuss
Except that requiring you to testify in order to absolve yourself of guilt violates your Fifth Amendment right not to testify in a trial against you. It is up to the government to prove you did something, not up to you to prove you didn’t.
zoky
·il y a 5 mois·discuss
Man, fuck Facebook Marketplace. I cannot figure out for the life of me why everyone decided to abandon the perfectly useable Craigslist for that unreliable, buggy, scam-laden pile of hot garbage. Never once have I had a single good experience with Facebook Marketplace.
zoky
·il y a 5 mois·discuss
Well, okay, but that’s like 95% of flying.
zoky
·il y a 5 mois·discuss
It is a work in progress and is far from providing all the features you might expect from a later model 3174, but it does provide basic TN3270 and VT100 emulation.

+ TN3270

+ Extended Data Stream

+ Basic TN3270E

+ Device name (LU) negotiation

o SSL/TLS


I think that last one is a joke but I really don’t know enough about this sort of thing to be sure…
zoky
·il y a 5 mois·discuss
Such a weird way to do it when it would be a vastly easier to just blow the document out to paper and re-scan it.
zoky
·il y a 5 mois·discuss
I mean, technically it’s short for alter on the way to being short for alternate
zoky
·il y a 5 mois·discuss
I see them all the time. Usually it’s in the form of “choose your 2FA method” and it gives you a choice between SMS/email/phone call or whatever.
zoky
·il y a 6 mois·discuss
For one thing, it’s much easier to measure spans of time when you have an integer frame rate. For example, 1 hour at 30fps is exactly 108,000 frames, but at 29.97 it’s only 107,892 frames. Since frame numbers must all have an integer time code, “drop-frame” time code is used, where each second has a variable number of frames so that by the end of each measured hour the total elapsed time syncs up with the time code, i.e. “01:00:00;00” falls after exactly one hour has passed. This is of course crucial when scheduling programs, advertisements, and so on. It’s a confusing mess and historically has caused all kinds of headaches for the TV industry over the years.
zoky
·il y a 6 mois·discuss
How do they block them? The only way I can think of would be signal jamming, which is super illegal and would have the FCC on them like brown on coffee beans…
zoky
·il y a 7 mois·discuss
Actually, the Canadian government suppresses it because they just really don’t want anyone to know how to get to 64K RAM, ON.
zoky
·il y a 7 mois·discuss
I mean, you gotta read it. I’m not normally a huge fan of the classics; I find Steinbeck dry and tedious, and Hemingway to be self-indulgent and repetitious. Even Twain’s other work isn’t exactly to my taste. But I’ve read Huckleberry Finn three times—in elementary school just for fun, in high school because it was assigned, and I recently listened to it on audiobook—and enjoyed the hell out of each time. Banning it simply because it uses a word that the entire book simply couldn’t exist without is a crime, and does a huge disservice to the very students they are supposedly trying to protect.
zoky
·il y a 7 mois·discuss
Banning Huckleberry Finn from a school district should be grounds for immediate dismissal.
zoky
·il y a 7 mois·discuss
Contact a known and trusted security researcher who can verify to the world that you did what you said you did, so everyone else can have as much time as possible to figure out exactly how fucked they are. Doing nothing isn’t an option; once someone figures something like that out, it signifies that conditions were ripe for the discovery to be made, and it’s only a matter of time before it’s discovered again independently.
zoky
·il y a 9 mois·discuss
> The one thing I really can't stand about macOS is "Secure Input". It won't let you use something like TE or KM to input a password.

It actually will. The problem is that when secure input is enabled, you can’t trigger a macro from the keyboard, because the daemon isn’t allowed to intercept keystrokes. But if you can trigger the macro some other way, like through a mouse button or a MIDI message, keystrokes can be sent just fine, even into a password field.