Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
strstr
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
strstr
2mo ago
(I’ll bite and try to steelman) How does a typical user verify that they are running the intended secure software?
2.
▲
by
strstr
2mo 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
3.
▲
by
strstr
2mo 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
4.
▲
by
strstr
2mo ago
Who does a sort for this D:
5.
▲
by
strstr
3mo ago
Title: Android 17 is here
6.
▲
Powering the next era of Confidential AI
(cloud.google.com)
7 points
by
strstr
3mo ago
|
0 comments
7.
▲
by
strstr
4mo ago
[2025]
8.
▲
by
strstr
5mo 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
9.
▲
by
strstr
7mo 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.
10.
▲
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.
11.
▲
by
strstr
8mo 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
12.
▲
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.
13.
▲
by
strstr
9mo 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?
14.
▲
Fractal Imaginary Cubes
(i.h.kyoto-u.ac.jp)
63 points
by
strstr
11mo ago
|
8 comments
15.
▲
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
16.
▲
by
strstr
1y ago
Fair enough! Just happens to be the one of two I need to read
17.
▲
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
18.
▲
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
19.
▲
by
strstr
1y ago
That’s not intended to be possible for any reasonable TPM with a trustworthy ekcert.
20.
▲
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
21.
▲
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
22.
▲
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!
23.
▲
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
24.
▲
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.
25.
▲
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
26.
▲
by
strstr
1y 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
27.
▲
by
strstr
1y ago
Ooof, it failed my "Wheel of Potential" bug finding question, and got aggressive about asserting it was correct.
28.
▲
by
strstr
1y ago
It's a lot better at my standard benchmark "Magic: The Gathering" rules puzzles. Gets the answers right (both the outcome and rationale).
29.
▲
by
strstr
2y ago
We tell them: HELL NO. You’re about to become a magnesium-based lifeform. The age of the primitive carbon-man is done.
30.
▲
by
strstr
2y ago
You are probably saying this as a troll, but I’ll bite. I mean, sure Rust would have helped. Technically, the borrow checker and bounds checks wouldn’t have done it here (I’m aware I’m being obtuse by not just linking the bug). Having clean
More ›