Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Jasper_
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
Jasper_
5mo ago
Blanket blocking socketcall() caused regressions for all 32-bit applications trying to make sockets. In theory, glibc disables socketcall when running on kernel version >= 4.3. In practice, Debian/Fedora/Ubuntu all set glibc&#x
2.
▲
Reverse Engineering Crazy Taxi, Part 1
(wretched.computer)
6 points
by
Jasper_
7mo ago
|
1 comments
3.
▲
by
Jasper_
9mo ago
I don't make any efforts to make mobile devices work, since usually their GPUs and drivers are not good enough for this, but PRs and patches are welcome. At one point Mobile Safari was working.
4.
▲
by
Jasper_
10mo ago
https://learn.microsoft.com/en-us/windows/win32/api/winuser/...
5.
▲
by
Jasper_
11mo ago
That Wayland keylogger is not the same thing. X11 has several mechanisms (XTest, XRecord, XI raw inputs) to receive a global raw key input stream, accessible to anyone who connects to the X server, without even making a visible window surfa
6.
▲
by
Jasper_
1y ago
Most GPU drivers these days are DRM drivers, which implement fbdev support for backwards compatibility only [0]. The fbdev API is primarily "fake" these days. DRM/KMS using dumb buffers are the preferred API if you want to do
7.
▲
by
Jasper_
1y ago
The words "virtual machine" and "interpreter" are mostly interchangeable; they both refer to a mechanism to run a computer program not by compiling it to machine code, but to some intermediate "virtual" machine
8.
▲
by
Jasper_
1y ago
Unreal Engine has a C++-based GC. https://dev.epicgames.com/documentation/en-us/unreal-engine/...
9.
▲
by
Jasper_
1y ago
But how do you reward people within the system? You need some sort of token with value...
10.
▲
by
Jasper_
1y ago
Every year they drop a "new GPU!" announcement with absolutely no details. All their numbers are "in simulation only". Last year it was their "Thunder" architecture being the world's fastest GPU, now it&#x
11.
▲
by
Jasper_
2y ago
Basis also drops quality on the floor by targeting subsets (ETC1s and UASTC) in hopes of having a "common transcodeable subset". In practice, a number of runtime transcoders seem to just decode to RGBA and then fully re-encode any
12.
▲
by
Jasper_
2y ago
Has anybody ever figured out what "invert a binary tree" means? That came from Max Howell, and nobody else seems to have ever received that question. The best anyone can figure out is that it's reversing the left and right br
13.
▲
by
Jasper_
2y ago
metal-tt/metal-nt require you to specify the exact architecture, and that's not forward-compatible unless you update your application for every new device release. Even minor SKU revisions like applegpu_g13p/applegpu_g13g
14.
▲
by
Jasper_
2y ago
Microcode was only used for the RSP, which was a modified MIPS coprocessor and could only realistically be used for T&L. After that, the RSP then sends triangles to the RDP for rasterization, pixel pipeline, and blending, all of which a
15.
▲
by
Jasper_
2y ago
Ubershader actually has three different opposite meanings, unfortunately. The classic usage is a single source shader which is specialized using #define's and compiled down to hundreds of shaders. This is what Christer uses in that blo
16.
▲
by
Jasper_
2y ago
It happened all the time. I've played plenty of D3D11 games where clicking to shoot my gun would stutter the first time it happened as it was compiling shaders for the bullet fire particle effects. Driver caches mean that after everyth
17.
▲
by
Jasper_
2y ago
The ANSI Y14.2 committee has a version of the font available for download here, created by Peter Karnold. https://cstools.asme.org/csconnect/CommitteePages.cfm?Commit...
18.
▲
by
Jasper_
2y ago
Encryption without authentication is not very useful; if unauthenticated, your ISP could middle-man your connection and effectively decrypt everything while making you think you're encrypted. If that's not in your threat model, an
19.
▲
by
Jasper_
2y ago
No, they don't do any of that. There are 100 different blockchain implementations at least, and none of them are standardized across any of those metrics. Everything from the consensus mechanism to the packet format to the bytecode is
20.
▲
by
Jasper_
2y ago
Why would the addition of blockchains help standardize things?
21.
▲
by
Jasper_
2y ago
The blockchain can't do anything with stablecoins, because that's interfacing with a financial system that's out of the reach of smart contracts. Even if we assume that a stablecoin is backed by real USD sitting in a bank acc
22.
▲
by
Jasper_
2y ago
It can't track physical items, because you can always just lie about the data. Company A says "I put the jewels in box 1352", and Company B opens the box to receive a bunch of dish towels. Just because it's cryptographic
23.
▲
The Ultimate Guide to Matrix Multiplication and Ordering
(blog.mecheye.net)
2 points
by
Jasper_
2y ago
|
0 comments
24.
▲
by
Jasper_
2y ago
> Average:18/2=9 > 9 corresponds to 'i'(9='i') > But 'i' is 9, so that seems off by 1. Still seems bad at counting, as ever.
25.
▲
by
Jasper_
2y ago
I'm not seeing what you claim to be seeing in that demo video. I see a per-triangle debug view, and a per-cluster debug view. None of that is showing repetition.
26.
▲
by
Jasper_
2y ago
> Repetition is a link, not a copy. It's recursive; meshes can share submeshes, which in turn can share submeshes, all the way down. While it does construct a DAG to perform the graph cut, the final data set on disk is just a flat l
27.
▲
by
Jasper_
2y ago
Dolphin runs ads on their main website, and collects the money into a Dutch foundation which helps pay for development-related expenses.
28.
▲
by
Jasper_
2y ago
The main thing that took them down was that when Tears of the Kingdom leaked a week early, the Yuzu developers made a special build available exclusively on Patreon that was able to run it, actively marketed its ability to play a leaked gam
29.
▲
by
Jasper_
2y ago
[flagged]
30.
▲
by
Jasper_
2y ago
> Also, there seem to be no sane API for managing layouts or switching them programatically, or subscribing to layout change event X11 has XkbMapNotify/XkbStateNotify. Wayland has a wl_keyboard.keymap event. > A better idea would
More ›