Viewing profile — DexesTTP
DexesTTP
HN member- Joined
- Fri, May 20, 2022, 12:11 PM UTC
- HN karma
- 97
- Public activity
- 29 items
- HN profile
- View on Hacker News ↗
About DexesTTP
No profile information was provided.
Recent public activity
-
comment
Comment #48566424
It would result in fewer online games that stop working altogether when the publisher wants to stop it. All the publisher would have to do is to create a "mini self-hosted server" …
-
comment
Comment #48358989
The latter. It's a tool, if using data is necessary to make the tool work, then its output derives from the data. If the LLM generation is not derivative of its training data, then…
-
comment
Comment #46658902
It's because circles allow for a stagger and overlap as shown later on. It's not really possible to get the same effect from squares.
-
comment
Comment #46144707
Basically, for this specific structure, they had to develop their own "sub structures" on the 1d line. These sub structures are known to create one little thing going diagonally (a…
-
comment
Comment #42376179
Do look into jsdoc typing and "//@ts-check". I do agree with you on the compilation, and this is the reason I'm still writing the occasional .js or .mjs file. However, the js I wri…
-
comment
Comment #41678920
Context: This is for a 2019 data breach on a system that was created in 2012. The GDPR was instated in 2018 (has it really been that long? Wow feels like yesterday) and Meta failed…
-
comment
Comment #41510657
None of these are true for the MitM threat model that caused this whole investigation: - If someone manages to MitM the communication between e.g. Digicert and the .com WHOIS serve…
-
comment
Comment #41169553
The requirement to ID yourself online was already a thing in China, and using government-provided unique IDs for that isn't the worst way to go about it. The main issue would be ma…
-
comment
Comment #41070889
TS allows you to pass a read-only object to a method taking a read-write value: type A = { value: number; } function test(a: A) { a.value = 3; } function main() { const a: Readonly…
-
comment
Comment #40953281
I really don't agree with that. Git is a powerful tool with very few actual downsides, and the unwillingness of some developers to spend an hour learning how it works hurts them in…
-
comment
Comment #40832510
Not quite that, we've known about galaxies outside our own (like the Magellanic clouds or the Andromeda galaxy) for a few millenia, and the main reason black holes haven't been dis…
-
comment
Comment #40811837
Weird choice to talk about the placebo effect in this context. The placebo effect is definitely used in combination with chemical and biological effects when administering drugs (o…
-
comment
Comment #40615907
Captura is a great piece of software - I've used it for years, and I still use the latest release today. It is a complete, all-in-one tool - very straightforward UI, lots of format…
-
comment
Comment #40211446
I don't think it's likely. The real migration has been and will continue to be towards Discord servers and similar "smallish" live chat-based communities on centralized services. T…
-
comment
Comment #40073917
To simplify equations that create ratios between distance, time and energy. That's literally it. Using Planck units is a math trick to remove a bunch of constants from a bunch of e…
-
comment
Comment #39465742
There's a good chunk of the article about that. "Constant-tile" is a bit of a misnomer, "secret-independent resource consumption" is a better way to say it. If you just add a "slee…
-
comment
Comment #39301197
I don't think that's a healthy mindset to have. Just because something is widely used doesn't mean it's more secure (example: libwebp). The security issues tend to happen mostly wh…
-
comment
Comment #38366331
The advances of renewables are definitely dependent on strong compute and widespread global (or at least widespread local) networking. Smart grids need all of the different tools f…
-
comment
Comment #38010419
LIGO by itself serves "very little" purpose, just watching for gravitational events that are theoretically possible and checking if they happen for real. It actually confirmed that…
-
comment
Comment #37494097
I don't think you understand the policy. Unity isn't doing what Unreal did and asking for a cut of every sales. That would be surprising, that would be impactful, but that would be…
-
comment
Comment #37402287
Hacking the root certificates of TLS doesn't allow you to read every TLS-encrypted conversation ever, thankfully. It just allows you to set up a MITM attack that looks legit. And s…
-
comment
Comment #37395569
That's completely missing the point. This is not about perfection, this is about the threat level. Decryption is always going to be technically possible. A government can always ge…
-
comment
Comment #37393964
"Intrinsically linked" doesn't exist. Encryption is math, math you can do on a piece of paper (in theory). Anything you set up to log the fact that people did that math is always g…
-
comment
Comment #37392999
The issue is that whatever "audit" or "protection" method you create, whatever technology you use to ensure only the "good guys" get the information and the "bad guys" can't, it's …
-
comment
Comment #37392209
The point is that today, the key isn't in Google's or Amazon's or Meta's servers, but on the phones of people. That means that you literally don't have the key if you don't have th…