Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
nstbayless
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
PR: Remove Remote Attestation from British Columbia ID App
(github.com)
3 points
by
nstbayless
4mo ago
|
0 comments
2.
▲
by
nstbayless
3y ago
Also a full 3d library (likely will result in a lower fps): https://github.com/nstbayless/mini3d-plus
3.
▲
Screengrab vs. Screenshot
(thecontentauthority.com)
1 points
by
nstbayless
3y ago
|
4 comments
4.
▲
by
nstbayless
3y ago
I was looking for the etymology of these two terms which I had thought to be synonyms. As an avid screenshotter myself, I never knew the subtleties that differentiate it from screengrabbing...
5.
▲
by
nstbayless
3y ago
I assume it's this: In Python, coroutines cannot yield from within another function call: if coroutine A calls function B, B cannot yield. In Lua, it's possible to yield a coroutine at any function depth: B can yield. To implement
6.
▲
by
nstbayless
3y ago
It's possible that the tweets were actually produced together somehow. This might buy just enough search space between the two of them.
7.
▲
Super Mario Bros. beaten in 4:54.631 [video]
(youtube.com)
6 points
by
nstbayless
3y ago
|
4 comments
8.
▲
by
nstbayless
3y ago
New any% world record. 22 frames from TAS.
9.
▲
by
nstbayless
3y ago
That makes sense. I agree that it's must be a standard understanding among statisticians that one of these interpretations is implied (although maybe given what happened with the Monty Hall problem, it's not really so standard?).
10.
▲
by
nstbayless
3y ago
I found that Elden Ring ran better on Proton on Linux than on native Windows on the same device. Loaded faster and ran more smoothly. I do not know why.
11.
▲
by
nstbayless
3y ago
The bucket formulation is very elegant. I still feel the problem arises from English, not probability. It's clear that "we've checked one child, it's a boy" implies "at least one child is a boy." But furth
12.
▲
by
nstbayless
3y ago
Probability does not bite; describing partial information in English bites. It's not actually true that the probability is 1/3, nor that the probability is 1/2. (Same with 13/27 vs 1/2). The problem is underspecifie
13.
▲
by
nstbayless
3y ago
Will this work? define string_length(x) _Generic(x, \ const char * : strlen((const char*)(const void*)x), \ struct MyStringBuffer * : ((const MyStringBuffer*)(const void*)x)->length)
14.
▲
by
nstbayless
3y ago
Kaze has expressed intent to produce a patch for sm64 with all the optimizations he's found after he releases his overhaul hack.
15.
▲
by
nstbayless
3y ago
One of the big optimizations Kaze makes is to remove a huge lookup table, which greatly reduces cache/memory usage.
16.
▲
by
nstbayless
3y ago
"Deep coroutines:" where you can yield from a function called from the coroutine. Lua supports this, but python doesn't (as far as I can tell). Is there a term for this? To the author: you could make the code even cleaner by
17.
▲
by
nstbayless
3y ago
I found that article quite confusing. I think these slides are clearer: https://courses.cs.washington.edu/courses/cse421/18au/lectur... (provided you know about induction already.)
18.
▲
by
nstbayless
3y ago
I may have misunderstood, but I believe step 1 (eliding loads) is simply a cache scheduling problem. The optimal solution is the greedy "furthest in the future" eviction policy.
19.
▲
by
nstbayless
4y ago
This looks really cool! How many gigs is the model that's installed this way? If it's large it would be nice to include a disclaimer.
20.
▲
by
nstbayless
4y ago
Here's another one. Handy "syntax" that makes it possible to iterate an unsigned type from N-1 to 0. (Normally this is tricky.) for (unsigned int i = N; i --> 0;) printf("%d\n", i); This --> construction a
21.
▲
by
nstbayless
4y ago
Gimp takes strange turns now and then, does but gradually improve over time. It used to be that fuzzy-select would cause immense lag practically every time. Now my biggest complaint with selection is merely that the rectangle select tool de
22.
▲
by
nstbayless
4y ago
"Silence" apparently does what Signal used to: https://silence.im/#download -- unencrypted SMS messages, and encrypted SMS for others who use the same app.
23.
▲
by
nstbayless
4y ago
Signal already colours SMS and encrypted messages differently. Unecrypted (SMS) messages are grey; encrypted messages are blue.
24.
▲
by
nstbayless
4y ago
I initially downloaded Signal assuming it had that feature. Then they removed encrypted SMS entirely: https://signal.org/blog/goodbye-encrypted-sms/ -- I almost uninstalled the app then.
25.
▲
Ask HN: What's a Good SMS App for Android?
16 points
by
nstbayless
4y ago
|
10 comments
26.
▲
by
nstbayless
4y ago
awesome! I will put myself on the email list. :)
27.
▲
by
nstbayless
4y ago
I'm on android, so I can't try it yet. The two things I want to know are: - Is there a web interface? - Can I add entries if they aren't already in the database?
28.
▲
The process of making a ROMhack (it's not that hard)
(nstbayless.github.io)
4 points
by
nstbayless
9y ago
|
0 comments