HackerTrans
TopNewTrendsCommentsPastAskShowJobs

meithecatte

no profile record

Submissions

What I mean when I say "my union"

posts.demarko.org
2 points·by meithecatte·last year·0 comments

Long term technologies, waiting in the background

shkspr.mobi
4 points·by meithecatte·2 years ago·2 comments

"War on WPE", or the single-member community of Automattic CEOs

liberda.nl
10 points·by meithecatte·2 years ago·0 comments

[untitled]

1 points·by meithecatte·3 years ago·0 comments

comments

meithecatte
·3 months ago·discuss
Perhaps Signal should force the notification settings to "don't show the content" when disappearing messages are enabled in a particular chat?
meithecatte
·10 months ago·discuss
No, they are correct, because the deciders themselves are just a cog in the proof of the overall theorem. The specification of the deciders is not part of the TCB, so to speak.
meithecatte
·last year·discuss
The discord link will die soon. The attachment links started expiring at some point last year IIRC.
meithecatte
·last year·discuss
I'm pretty sure this is a feature that's available at least to big creators – I remember a Tom Scott video doing a bit involving scheduling an ad at a particularly fitting moment.

You might have to be a YouTube partner or something like that to make use of this stuff, though.
meithecatte
·2 years ago·discuss
I must admit, this is the kind of description that's enough to make me want to maybe get into ham radio someday.
meithecatte
·2 years ago·discuss
I have heard of at least one instance of an exam a while ago, where some questions – ones that need diagrams in their statement – would be written onto the blackboard in the exam room, due to limitations of the duplication techniques used for the exam paper.
meithecatte
·2 years ago·discuss
Exactly, the comment in question is basically a noisy upvote.
meithecatte
·3 years ago·discuss
Probably trimmed due to HN's length limit
meithecatte
·3 years ago·discuss
You're talking about industrial PLCs. They're programmed using a-bit-more-fancy Scratch snappy blocks. There is no version control. The firmware contained paths embedded as strings, so we know that firmware for each model and customer was developed in a separate folder on disk. I wouldn't be surprised if they also had .zip files with backups of previous versions.
meithecatte
·3 years ago·discuss
As explained by the linked article in Polish, the workshop reached out to them and asked of they could figure out why the train isn't working.
meithecatte
·3 years ago·discuss
I've seen a lot of discussion about YouTube banning adblockers, but as a user of Firefox + uBO, I have never seen it happen for me. Perhaps the Firefox extension ecosystem makes it easier to push blocklist updates or something. Or YouTube's detection is browser-specific and they bothered with the largest first.
meithecatte
·3 years ago·discuss
Some sort of checksumming to detect segments differing between users would probably be doable.
meithecatte
·3 years ago·discuss
Checking whether a string of bits encodes a proof of False in ZF is decidable. Now enumerate the bitstrings and check each.
meithecatte
·3 years ago·discuss
Only one of the two bugs listed requires a ProMotion display. The other one can occur on all Apple silicon machines.
meithecatte
·3 years ago·discuss
I suppose we need to know if it's secure boot (tivoization), or verified boot (remote attestation).
meithecatte
·3 years ago·discuss
Pretty sure you can just click the dotted menu button on that popup and select "do not translate from $LANG".
meithecatte
·3 years ago·discuss
How do you make the new machine compute BB(754)? BB is the canonical example of an uncomputable function, precisely because you can decide the halting problem if you can compute it (or any upper bound). Granted, BB may be computed for specific arguments, as OP mentions for 1–4, but the existence of the ZFC-dependent machine is, at least to me, a very good argument that the boundary of what's possible is much lower.
meithecatte
·3 years ago·discuss
Do note that any function f(n) that is always (or even just eventually always) greater than BB(n), is uncomputable, for very similar reasons.
meithecatte
·3 years ago·discuss
The standards claim that the existence of such a (SEED, a, b) tuple is enough to show that there is nothing special about the curve in question. But if one in a billion curves have a special property that only you know about, which would make it easier for you to attack the cryptosystem, you can try a variety of different SEED values until you find a desirable curve.
meithecatte
·3 years ago·discuss
There are two known ways to achieve this:

- Multi-party computation. Too much overhead for something like this.

- Remote attestation, as seen in e.g. Intel SGX. Usually provided by the CPU vendor. Not a cryptographic guarantee, more of a "it'd be very hard to defeat this if you're not Intel". Probably not that warrant-resistant.