Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
heftig
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
11 ms
·
1.
▲
by
heftig
28d ago
No, that's too easily machine-read. Print it in a fancy calligraphy font or one with ambiguous characters.
2.
▲
by
heftig
2mo ago
I had the exact opposite experience. It doesn't teach the basics needed to even solve the first puzzle. Which language are we even writing in? Clicking help explains what exactly to do but not why, as well as lots of rules with unexpla
3.
▲
by
heftig
3mo ago
You mean un-uninstallable crapware? This has at least a technical reason: Preloaded apps are part of the read-only system image and cannot be removed. "Disabling" should be equivalent, though. It's not just preloaded apps, th
4.
▲
by
heftig
3mo ago
Mobile browsers are assuming you're looking at a legacy page optimized for desktops (widescreen) and have a relatively large virtual screen size by default. They expect you to manually zoom in as necessary. Adding this helps: <m
5.
▲
by
heftig
4mo ago
The image gets de-saturated but the noise that's mixed in is colored. This looks like a mistake. I think the noise is also way too 'soft'. At high frequencies it just becomes near-uniform gray so it barely affects the thresho
6.
▲
by
heftig
5mo ago
Firefox on Android can override this via a toggle in the Accessibility settings. Maybe other browsers have something similar?
7.
▲
by
heftig
6mo ago
The perspective shifts so that the up-down direction becomes the hidden dimension. So the ceiling and floor disappear (and you have trouble avoiding lava) and you only see the walls of the space.
8.
▲
by
heftig
7mo ago
I wish TERM would contain a list of terminal types in decreasing order of specificity, like 'ghostty:xterm-256color', so a system that doesn't know what ghostty is would fall back to xterm-256color, but that ship has sailed l
9.
▲
by
heftig
9mo ago
To be clear, walking backwards (away from the target) reduced your bullet velocity relative to the target, reducing the damage you were doing and leading to you needing more shots.
10.
▲
by
heftig
9mo ago
The bad tutorial at least has some narrative justification. It's just a filter for people who are already useful as shock troops with minimal training.
11.
▲
by
heftig
9mo ago
The only wrong thing I've been throwing is the SOS Beacon instead of a Reinforce, which is just annoying, and not just once. It makes the game public if it was friends-only and gives it priority in the quick play queue. So that can
12.
▲
by
heftig
9mo ago
The game logic is also weird. It seems like they started with at attempt at a realistic combat simulator which then had lots of unrealistic mechanics added on top in an attempt to wrangle it into an enjoyable game. As an example for overly
13.
▲
by
heftig
1y ago
Which codegen backend the building compiler uses is independent of which codegen backend(s) the built compiler uses. Similarly, you can build Clang using itself or using GCC. The resulting compiler should behave the same and produce the sam
14.
▲
by
heftig
1y ago
The "about" does a lot of heavy lifting in this example. Dividing 10,000,000_10 by the number of grains that fit into one universe doesn't change it much. The 10,000,000 would get smaller somewhere in the deep depths of the d
15.
▲
by
heftig
1y ago
Different access rules, I guess. Or maybe they wanted some separation from the existing org so the custom automation has no chance of doing collateral damage.
16.
▲
by
heftig
1y ago
MSYS2 is basically Cygwin with Pacman for package management, plus several other environments with either GCC or Clang and different Windows-Native C and C++ runtimes. It's nice, but not perfect. It inherits a lot of problems from Cygw
17.
▲
by
heftig
1y ago
Pretty much. AFAIK you're waiting for Windows Defender and other hooks to run.
18.
▲
by
heftig
1y ago
I think the implication was that they're pointers to objects that own resources (like containing FILE handles) and need to be "freed" with a custom function, not just "free". void my_thing_free(MyThing *thing)
19.
▲
by
heftig
2y ago
No, it also covers the data. As long as you don't delete the rollback subvolume, all the original data should still be there, uncorrupted. Even if you disable copy-on-write, as long as the rollback subvolume is there to lay claim to th
20.
▲
by
heftig
2y ago
All of it. With a checksums-of-checksums scheme like a Merkele tree, you can effectively and efficiently checksum all the data and keep incremental changes cheap. You only need to update the checksums of the data blocks you touched and thei
21.
▲
by
heftig
2y ago
When people "donate their body to science", they don't usually expect their parts getting sold to the public. But that's the reality of it.
22.
▲
by
heftig
2y ago
Because it's an incredibly complex mess that will allow sandbox escape if it isn't implemented exactly right. Also, it's still in draft status. Not that that means much.
23.
▲
by
heftig
2y ago
No, they're talking about the local connections that are covered by the ticket. They're that bad. I've had similar experiences commuting into Cologne where it's 40 minutes by car or 2 hours by train, and that's with
24.
▲
by
heftig
2y ago
The main reason they picked Arch is the rolling release model with updates from upstream projects they work with landing quickly and continuously. So yes, TH's speculation is just off the mark here.
25.
▲
by
heftig
2y ago
I'm not sure how this gets rendered, but the lack of hinting makes it a strain to read. What irony that an article about progress in text rendering has such awful rendering quality. PS: That is in Firefox. In Chrome it uses what appear
26.
▲
by
heftig
2y ago
I don't know about power stations, but it's a common feature in medical devices. E.g. keyboards have a flat or nearly-flat surface so they can be easily cleaned by wiping without leaving any germs behind in a groove, or on an edge
27.
▲
by
heftig
2y ago
If it were chemically/biologically stable until it has been mechanically eroded into microscopic particles, that would at least avoid adding to our microplastics problem.
28.
▲
by
heftig
2y ago
No, they haven't. "Instant Payments"/"Instant Credit Transfers" are specifically transfers completed in seconds. Banks usually charge more for this service than for regular transfers, which complete on the next
29.
▲
by
heftig
2y ago
`wcstombs` and `mbstowcs` sound like they might do this? They're C99 standard functions and should be converting between "wide strings" and "multibyte strings", which should be native UTF-16 and UTF-8 if your curren
30.
▲
by
heftig
2y ago
I think you mean the LGPL? It allows you to "convey a combined work under terms of your choice" as long as the LGPL-covered part can be modified, which can be achieved either via dynamic linking or by providing the proprietary cod
More ›