Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
strstr
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
strstr
10d ago
From the article: > Sampling the current RNG through observations, > Computing the current internal RNG state, > Predicting the future internal states, > Calculating corresponding quality levels for each future call, and finally
2.
▲
by
strstr
10d ago
I did an easier version of this in my college intro class. There was a class competition that involved rock paper scissors as a subcomponent, and ties were broken with randomness. You could rig Java’s prng so you would win all ties. The prn
3.
▲
by
strstr
11d ago
I always like to look at the windows for these “more attractive” buildings. They always lead me to believe the indoor experience is worse in some way. Either cramped or similar. Sometimes they imply a dark windowless rooms. Generally, they
4.
▲
by
strstr
3mo ago
(I’ll bite and try to steelman) How does a typical user verify that they are running the intended secure software?
5.
▲
by
strstr
3mo ago
You can definitely do this without sorting. QuickSelect is average case n, and is, roughly, quick sort where you throw away one of the sides each time and recurse on the other. This has a fat tail for cases where you pick a bad pivot (simil
6.
▲
by
strstr
3mo ago
I used to translate classic interview questions into not-spoiled-on-the-internet ones by doing this kind of batch to incremental conversion. The count-the-islands one was fun but hard to fit into a 45minute interview. Eventually most of tho
7.
▲
by
strstr
3mo ago
Who does a sort for this D:
8.
▲
by
strstr
3mo ago
Title: Android 17 is here
9.
▲
Powering the next era of Confidential AI
(cloud.google.com)
7 points
by
strstr
4mo ago
|
0 comments
10.
▲
by
strstr
4mo ago
[2025]
11.
▲
by
strstr
6mo ago
Split locks are weird. It’s never been obvious to me why you’d want to do them unless you are on a small core count system. When split lock detection rolled out for linux, it massacred perf for some games (which were probably min-maxing sin
12.
▲
by
strstr
8mo ago
Popular blogger from roughly a decade ago. His rants were frequently cited early in my career. I think he’s fallen off in popularity substantially since.
13.
▲
by
strstr
8mo ago
This is more of a typing game than anything else. It rejected “blackcapped chickadee” (wanted black-capped chickadee). Frankly that felt a bit tedious on a phone. Had to scrub through to correct and lost.
14.
▲
by
strstr
9mo ago
My suspicion is that the bot was a fairly standard chess bot, but the difficulties were set based on computation time. As airplane computers got better, it turned into a beast. As a result, if you tried this on older planes, it might have b
15.
▲
by
strstr
9mo ago
For my personal usage of ai-studio, I had to use autohotkey to record and replay my mouse deleting my old chats. I thought about cooking up a browser extension, but never got around to it.
16.
▲
by
strstr
10mo ago
How much are my eyeballs worth over the lifetime of a TV? In the race to the bottom, ads will outcompete others by pushing price lower. But how much lower?
17.
▲
Fractal Imaginary Cubes
(i.h.kyoto-u.ac.jp)
63 points
by
strstr
1y ago
|
8 comments
18.
▲
by
strstr
1y ago
Legitimately, they are often too hard. Balancing the problems is quite challenging. On top of that, the solutions often make the problems seem much intimidating than they are (not that they are easy). Most solutions involve a lot of “happen
19.
▲
by
strstr
1y ago
Fair enough! Just happens to be the one of two I need to read
20.
▲
by
strstr
1y ago
Source for the ASP firmware is at https://github.com/amd/AMD-ASPFW . It has a number of gaps, but it is mostly there. It doesn't build, it doesn't have source for some of the service calls iirc (SVC_.*), and t
21.
▲
by
strstr
1y ago
In practice, it’s essentially infeasible to make a non-detectable virtualization stack. Timing is really really hard to match (as is everything else). You can edit the binary that’s doing the detection, but this is time consuming. Every new
22.
▲
by
strstr
1y ago
That’s not intended to be possible for any reasonable TPM with a trustworthy ekcert.
23.
▲
by
strstr
1y ago
Allegedly some of the anticheats are configuring the IOMMU through Windows APIs (vanguard, faceit, and a smattering of chinese anticheats). It’s hard to find good public information though. They do some mix of blocking access and deliberate
24.
▲
by
strstr
1y ago
Cheating will slowly look more and more like trying to hack your own machine. Secure Boot+TPM combined with decent firmware will make cheating a lot harder. If the firmware ensures random devices don’t get BME set before the IOMMU is proper
25.
▲
by
strstr
1y ago
“ Default disclosure for this issue is 11 August. Opening this issue just five days early for visibility this particular week. :)” Hello Defcon!
26.
▲
by
strstr
1y ago
With the default key hierarchies, the benefit is more limited. It raises the bar. Implementing known vulnerabilities takes work. And not ever configuration is vulnerable to every issue. And, for a lot of the vulns, the OS vendor shoves thin
27.
▲
by
strstr
1y ago
Tried cheating with Gemini 2.5 pro, and I became even more suspicious to the AIs than the stuff I cooked up by hand. Most of my actual success relied on mentioning a desire to train an even larger model.
28.
▲
by
strstr
1y ago
The most interesting toy economy I’ve seen has been d2jsp and its “forum gold”. Forum gold is primarily used as a fiat currency for diablo 2 trading. It’s a janky digital currency on a janky forum from like 20ish years ago, that’s still ali
29.
▲
by
strstr
2y ago
Had the same experience. Took the janky decompilation from ghidra, and it was able to name parameters and functions. Even figured out the game based on a single name in a string. Based in my read of the labeled decompilation, it seemed larg
30.
▲
by
strstr
2y ago
Ooof, it failed my "Wheel of Potential" bug finding question, and got aggressive about asserting it was correct.
More ›