Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
YoshiRulz
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
YoshiRulz
10d ago
The tools that exist for fuzzing speedruns (TASers call it "botting") are fairly primitive, excluding a few game-specific ones. Because of that, there really aren't that many TASes where a distributed randomised search could
2.
▲
by
YoshiRulz
1mo ago
I assume they meant https://en.wikipedia.org/wiki/Spinal_Tap_(band) not anything to do with notation.
3.
▲
by
YoshiRulz
2mo ago
Another commenter mentioned that enWiktionary[1] has some, and I also found a dewp article[2]. [1]: https://en.wiktionary.org/wiki/Wiktionary:Frequency_lists/Ge... [2]: https://de.wikipedia.org/wik
4.
▲
by
YoshiRulz
2mo ago
From the article: https://mathlib.org Also https://1000-plus.github.io and https://us.metamath.org
5.
▲
by
YoshiRulz
2mo ago
Other way around, enabling AoT requires you also enable single-file
6.
▲
by
YoshiRulz
2mo ago
Generally when people say LINQ they're referring to the IEnumerable/IQueryable APIs in the BCL, not to C#'s little-used query syntax.
7.
▲
by
YoshiRulz
2mo ago
This same idea as a Wikidata query: https://w.wiki/SV9k (something something everything is a nail)
8.
▲
by
YoshiRulz
2mo ago
Unrelated, but thanks for your chips project! We've used it in BizHawk as part of our CPC emulator core.
9.
▲
by
YoshiRulz
2mo ago
https://www.wikidata.org/wiki/Wikidata:Games#Contribution_ga...
10.
▲
by
YoshiRulz
3mo ago
PuTTY is (or was, in the years before WSL) the go-to SSH client for Windows. If you're a Windows user getting onboarded at a job / uni class which uses Linux machines, installing it is the first thing you'd be told. The lapto
11.
▲
by
YoshiRulz
3mo ago
In that specific case, you could add those data to Wikidata https://www.wikidata.org/wiki/Q19867977#P2541
12.
▲
by
YoshiRulz
3mo ago
Great, now someone can backport it to one of the good versions. Maybe Mojang's implementation is better than the Nvidium mod. (For those OOTL, Mojang prohibits mods which backport preview/experimental features to stable versions.
13.
▲
by
YoshiRulz
3mo ago
Does that make this a list of lists of lists of lists? https://www.wikidata.org/wiki/Q957#sitelinks-wikipedia
14.
▲
by
YoshiRulz
3mo ago
The original reCAPTCHA which was used to train OCR came out back when Google was at least pretending to not be evil, hence the favourable coverage about old books. Now that the challenges are used to train Waymo cars (citation needed, but o
15.
▲
by
YoshiRulz
3mo ago
For JPEG compression: https://parametric.press/issue-01/unraveling-the-jpeg/#param... (anchor doesn't work for me, but it's the one with the caption "Move slider to adjust the amount of subsampling
16.
▲
by
YoshiRulz
6mo ago
Which of Ladybird's sponsors are adtech? None of their websites proclaim them to be in the advertising business at least.
17.
▲
by
YoshiRulz
6mo ago
F-Droid has a build farm, they don't just host apks uploaded by developers, so it can't be attacked in that way. https://f-droid.org/en/docs/FAQ_-_App_Developers/#will-my-ap...
18.
▲
by
YoshiRulz
9mo ago
There is of course a FOSS rewrite https://mathics.org
19.
▲
by
YoshiRulz
11mo ago
The repo (it looks like ~500 LOC of C# in a single file with no deps, cool): https://github.com/joshkartz/Fixed-Gear-Goldbach-Engine
20.
▲
by
YoshiRulz
1y ago
File > Overwrite
21.
▲
by
YoshiRulz
2y ago
.NET (C#) is getting there with Vector<T>.
22.
▲
by
YoshiRulz
2y ago
I believe the problem in Ladybird's case is missing JS APIs https://github.com/LadybirdBrowser/ladybird/issues/226
23.
▲
by
YoshiRulz
2y ago
Kotlin fixes the null handling problem too, and with the added benefit of being able to gradually migrate Java code.
24.
▲
by
YoshiRulz
2y ago
There are a lot of good comments here already, but I can't let this pass by the main page without taking the opportunity to rail against Lua because, no, it's not underrated. It's everywhere and terrible. This article is fair
25.
▲
by
YoshiRulz
2y ago
You have named all the players. Maybe throw ShoutWiki in there, but I recently tried to create a wiki there and it wasn't working—YMMV. There's also NIWA, focused on Nintendo-related IP, but I believe that's more of a webring
26.
▲
by
YoshiRulz
2y ago
Most of the platforms you mention are "replacements" which have "won" over a long term—Google unseated AltaVista and Yahoo!, Reddit outlived Digg and SlashDot, and microblogging like Twitter started as blogs. And of co
27.
▲
by
YoshiRulz
2y ago
The .NET Core Runtime works great on Linux, but it can't run .NET Framework apps, hence wine-mono.
28.
▲
by
YoshiRulz
2y ago
wine-mono for one. It's also used for some desktop apps, crucially for those built with the WinForms framework, since the newer, .NET Core versions of that are Windows-only.
29.
▲
by
YoshiRulz
2y ago
Look at the release history and you'll see it was already on life support. MS stopped adding new features to .NET Framework with 4.8 but Mono has yet to reach parity with that.
30.
▲
by
YoshiRulz
2y ago
The thing the .NET team maintains is (a fork of) the Mono Runtime/JIT. Mono's implementation of the .NET Framework BCL (= stdlib) isn't part of modern .NET.
More ›