Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
generichuman
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
21 ms
·
1.
▲
Triton: DirectX 11 driver for QEMU
(blog.getutm.app)
7 points
by
generichuman
2mo ago
|
1 comments
2.
▲
by
generichuman
3mo ago
You can use GLM in OpenCode with a z.ai subscription by default as well. Also it'd be good if you mentioned you were involved with nemesis8.
3.
▲
No-One Is Going to Buy Your Videogame
(illomens.itch.io)
25 points
by
generichuman
3mo ago
|
2 comments
4.
▲
by
generichuman
8mo ago
That's cool. I imagine I could also maintain a MinGW package that can be downloaded through the Zig package manager and statically linked without involving the zig libc? (Such that the user doesn't need to install anything but zig
5.
▲
by
generichuman
8mo ago
This is very exciting for zig projects linking C libraries. Though I'm curious about the following case: Let's say I'm building a C program targeting Windows with MinGW & only using Zig as a cross compiler. Is there a way
6.
▲
Pico GPU is a 300KB memory GPU intended to learn and experiment with shaders
(ncannasse.github.io)
2 points
by
generichuman
8mo ago
|
0 comments
7.
▲
by
generichuman
9mo ago
Check Detour out: https://github.com/graphitemaster/detour?tab=readme-ov-file#... I suspect with combination of Detour & Zapps it could be possible.
8.
▲
by
generichuman
9mo ago
Can you build GUI programs with this? I'm thinking anything that would depend on GPU drivers. Anything built with SDL, OpenGL, Vulkan, whatever.
9.
▲
by
generichuman
11mo ago
If your use case is generating html, MathML is supported in all modern browsers: https://developer.mozilla.org/en-US/docs/Web/MathML#browser_...
10.
▲
Producing Open Source Software – 2nd edition
(producingoss.com)
1 points
by
generichuman
11mo ago
|
0 comments
11.
▲
by
generichuman
11mo ago
I will be even more impressed with linux syscall stability if your implication is that (some) people need to recompile their software for each major update on all other UNIXes.
12.
▲
by
generichuman
11mo ago
I'm only thinking in terms of Linux distributions since I never needed to deploy software on other UNIXes (excluding macOS, but Apple constantly forces changes anyway). Do other UNIXes have any problems similar to glibc ABI problems th
13.
▲
by
generichuman
11mo ago
That doesn't give you independence from the libc, does it? By extension you lose distro-independence too (not sure if Detour supports musl-based ones, need to run tests). Agree that IPC will be more secure and stable though. I imagine
14.
▲
NJVL: Nim's New Intermediate Representation
(github.com)
78 points
by
generichuman
11mo ago
|
9 comments
15.
▲
Detour: Dynamic linking on Linux without Libc
(github.com)
79 points
by
generichuman
11mo ago
|
8 comments
16.
▲
by
generichuman
11mo ago
That's only true if you're making CRUD software and easily replaceable by any random programmer. For anything more serious LLMs are only useful as a better search engine.
17.
▲
by
generichuman
1y ago
Keep in mind there _may_ be a negative feedback loop there. If you're building your software in a way that won't be able to perform better with superior disk/db/network performance, then it isn't worthwhile to ever
18.
▲
by
generichuman
1y ago
All fair, but: > As for the "...latest version of the SDKs..", that is moving the goal posts, there is no mention of it on [...] I thought it was implied since tooling & library breakages over the years happen and sometimes
19.
▲
by
generichuman
1y ago
Okay, C++ is believable, but can you really build a Java / .NET project that was not touched for 20+ years with no changes to the code or the build process (while also using the latest version of the SDKs)? I imagine you can _make_ a p
20.
▲
by
generichuman
1y ago
I landed on "immutable distros by default for average users" as well. It is a more Windows/macOS like experience where it is much harder to mess up the system. Flatpak guarantees everything will work in most cases, and for ot
21.
▲
Teal – A statically-typed dialect of Lua
(teal-language.org)
229 points
by
generichuman
1y ago
|
173 comments
22.
▲
Windows User Space Emulator
(momo5502.github.io)
1 points
by
generichuman
1y ago
|
0 comments
23.
▲
The state of binary compatibility on Linux and how to address it
(jangafx.com)
201 points
by
generichuman
1y ago
|
143 comments
24.
▲
How do I make sure my game runs well on Via?
(venusoft.net)
1 points
by
generichuman
2y ago
|
1 comments
25.
▲
by
generichuman
2y ago
https://archive.md/cvzgy (was down for me, this fixed it)
26.
▲
A Rationale for Immutable Desktop Linux (2023)
(old.reddit.com)
1 points
by
generichuman
2y ago
|
0 comments
27.
▲
Distrobox in Practice (2023)
(hackeryarn.com)
6 points
by
generichuman
2y ago
|
0 comments
28.
▲
by
generichuman
2y ago
> [...] where we make more $$$ than 95% of the population [...] That doesn't make a difference. Suppressed wages are suppressed wages. But, since you care about the comparison, people doing the suppressing are making even more.
29.
▲
by
generichuman
2y ago
My favorite SFXR alternative is this one which has a very nice UI: https://sfbgames.itch.io/chiptone
30.
▲
by
generichuman
3y ago
> If you're interested in writing C# and .Net code on a Linux machine. Then wait no further. VS Code (with .Net dev kit extension) works great. Unless you're writing Roslyn source generators. You can only debug them with (non-c
More ›