Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
holmium
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
holmium
1y ago
If only someone could back-port Quick Look into Panther! I didn't realize how much I use that feature as I spammed the spacebar in these emulators.
2.
▲
by
holmium
2y ago
Damn, I was hoping this bridge would stay in its current limbo state where it's open to pedestrians and bikes but closed to vehicles. It's so much nicer not having a five lane stroad that lets cars go 50mph into a park, and instea
3.
▲
by
holmium
3y ago
Maybe there were thinking about it in terms of disinhibition? A --| B --| C Where `A` inhibits `B` which inhibits `C`. So, while the repressor `A` is present, `C` will be transcribed. I'd imagine that simple repression is prob
4.
▲
by
holmium
3y ago
But, it's the DM that would provide the heat/glow for the star: > If the DM particles are their own antiparticles, then their annihilation provides a heat source that stops the collapse of the clouds and in fact produces a diff
5.
▲
by
holmium
3y ago
> I believe moderators on Reddit like to think that they're that important and integral to the site functioning smoothly, but I think the reality is upvoting/downvoting/reporting works perfectly fine in nearly every subred
6.
▲
by
holmium
3y ago
> Sad that I had hoped some exec at Nintendo would veto this approach as "Not Nintendo" rather than choosing to tarnish the brand and take the money, like Apple did. They did, originally. They released a $10, no microtransactio
7.
▲
by
holmium
3y ago
haha yes the discourse level thread is like perfect for all us "we've read the Book" people to comment on.
8.
▲
by
holmium
3y ago
you can do it that way if you wanted to let mut i = 0; for item in items { item.method(i); i += 1; } I don't know why you'd it that way, but Rust definitely isn't stopping you from doing that. e:
9.
▲
by
holmium
4y ago
It looks like there was a control group: > However, an additional control was undertaken where colour contrast thresholds were measured in the morning and then re-measured 3 h later without exposure to 670 nm. This comprised of ten subje
10.
▲
by
holmium
4y ago
As another not-physicist who is interested in physics, I've found the articles/explainers at Of Particular Significance very helpful. There are a few on particle decay, and I think that these two provide a longer answer to your qu
11.
▲
by
holmium
4y ago
Have you read (or "read"; I don't want to be responsible for your death lol) the Texas GOP platform[1] for this year? The first sentence in the "Homosexuality and Gender Issues" section is "Homosexuality is an
12.
▲
by
holmium
4y ago
Riccardo Mori has a great series of articles comparing Snow Leopard with modern macOS if you're looking for something to read: http://morrick.me/archives/9220 http://morrick.me/archives/9246
13.
▲
by
holmium
4y ago
> People play Melee with ping differences bigger than that and it works fine lol. Waaay more technical game shows that there's tolerance. I dunno; I'd imagine people would be mad if there was a 15ms ping differential in Melee.
14.
▲
by
holmium
4y ago
hahah yes the "0.0f" is different from "0.f" is different from "0.0" is different from "0" is a great IDO meme as well. One of the changes we had to make when we started to support the PAL release, wh
15.
▲
by
holmium
4y ago
> The level of snark here is outstanding. [...] 'smelling the grass' I thought his snark wasn't too off the charts in this video. I'd bet it's more a cultural thing. If you were working on the N64, you're pr
16.
▲
by
holmium
4y ago
PD will definitely be the next game to be fully (or near enough) decompiled. The dev behind that one is great. If you're bored, his write up on the "Challenge 7 Bug" is great read: https://gitlab.com/ryandwyer
17.
▲
by
holmium
5y ago
"Pumping" in this context is a very thinly veiled pejorative. The original question is using it in the sense of a "pump and dump" [1]. They're implying that the amount of Rust content on HN is in some way artificial
18.
▲
by
holmium
5y ago
There is only one other monitor on the market with the pixel density and screen size equal to or greater than the Studio 27", eight year old panel or not.[0] If you want high PPI, right now, you get this, or you buy the 16:9, 60Hz 8K 3
19.
▲
by
holmium
5y ago
No, "they" didn't. An iPhone 13 mini was rumored ten days before the iPhone 12 was revealed [1] (see also in that same rumor the 2022 SE 3 launch). There were rumors through out following year that Apple was still going to ha
20.
▲
by
holmium
5y ago
Really, what does the conditions for bridges in the largest state in the continental US, in the South, with one of the highest rates of population grow in the US have to do with a small city in the Northeast that has, in the last 50 years,
21.
▲
by
holmium
5y ago
This one is another great shot for scale: https://pbs.twimg.com/media/FKMeYsZXEAYzpan?format=jpg&name=... [from: https://twitter.com/shadow/status/1487065719028207627/photo/... ]
22.
▲
by
holmium
5y ago
There are teams working on both the OoT decomp and a MM decomp, so I think that combining both of those under the Zelda64 heading is neat--especially with the callback to the pre-release OoT name. Of course, then another team started a Mini
23.
▲
by
holmium
5y ago
I haven't seen too many benchmarks yet, but Dave2D ran a "Cinebench R23" test in a both a single benchmark and thirty minute loop. [1] He saw that the score remained the same after the 30 minutes. He also reported that the lo
24.
▲
by
holmium
5y ago
Yeah, some of the configs are already estimating December ship dates, and that's like 20 minutes after the store opened. They are not going to be able make enough Pro chips
25.
▲
by
holmium
5y ago
In addition to what the others have said, Rust's `String` is three pointer sized words: `(ptr, len, capacity)`. So, a `String` has 50% of the overhead of a `&str`.
26.
▲
by
holmium
6y ago
The only C++ M1 time and battery benchmark I remember is from Matthew Panzarino[1]. He found that it took the M1 Air 25 minutes to do a fresh compile of WebKit, and that the Air had 91% battery remaining after finishing the compilation. So,
27.
▲
by
holmium
7y ago
Outside of a few audio and PAL routines (see asm/non_matchings), everything that was written in C has been decompiled back into C. There are a few routines written in ASM, like the boot code and some of the SDK code. Most of the other
28.
▲
by
holmium
7y ago
In this leak, there's still a fair bit of decomp work to be done on the audio systems. Otherwise, you are right: the majority of the work left is to document the functions, to organize the code so that it's easy to mod and play ar