Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Splizard
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
Splizard
27d ago
No, by leveraging unkeyed struct initializers as the switch case pattern, which the Go compiler does exhaustiveness checking on.
2.
▲
by
Splizard
29d ago
You can also add support for exhaustive switches on tags.
3.
▲
by
Splizard
29d ago
Tagged unions can be implemented in user code, you dont actually need language support to use them. https://github.com/splizard/tagged
4.
▲
by
Splizard
29d ago
exactly
5.
▲
by
Splizard
29d ago
What are your plans around the maintenance of this project, how would you feel about solo being incorporated into the musl build for graphics.gd ?
6.
▲
by
Splizard
2mo ago
Small nitpick but Go doesn't really have any YOLO C/C++ code in its runtime and standard library.
7.
▲
by
Splizard
3mo ago
yea this headline is pretty disgusting
8.
▲
by
Splizard
5mo ago
Maybe you could look at using some AI assistance to provide some real 'useful' feedback to the OP about what made you lose interest, as your false confidence in some opaque 'AI-detection' heuristic is lazy and only harms
9.
▲
Benchmarks: Go's FFI is finally faster then GDScript (and Rust?)
(github.com)
1 points
by
Splizard
7mo ago
|
0 comments
10.
▲
by
Splizard
8mo ago
you can patch musl, to initialize the brk state as -1 and then it won't use it.
11.
▲
by
Splizard
8mo ago
You have to tell musl to use mmap instead of brk. You're right that it doesn't work in all cases but as long as you switch TLS on calls (and callbacks), at least with a project the size of Godot, you can approach a workable soluti
12.
▲
The Holy Grail of Linux Binary Compatibility: Musl and Dlopen
(github.com)
231 points
by
Splizard
8mo ago
|
206 comments
13.
▲
Home Sourced AI Safety
(quentinquaadgras.com)
1 points
by
Splizard
10mo ago
|
0 comments
14.
▲
by
Splizard
11mo ago
If only there was an easy way to fund all the Open Source programs you like and use, so the projects who struggle with it, can put more focus into design. Seems like a win-win, take my money solution, for some reason the market (and I guess
15.
▲
Mesh2Motion – Open-source web application to animate 3D models
(mesh2motion.org)
229 points
by
Splizard
11mo ago
|
37 comments
16.
▲
by
Splizard
11mo ago
The issue appears to be cascading internationally due to internal dependencies on us-east-1
17.
▲
by
Splizard
11mo ago
The problem with configuration formats, is not syntax, or abstraction, it's the lack of consistent language server integration, it's problem when I can't lookup the definition for a key, the expected type, or quickly jump to
18.
▲
by
Splizard
1y ago
> neither of those languages has dynamic linking what do you mean by this?
19.
▲
by
Splizard
1y ago
you can totally still do this
20.
▲
Develop native iOS apps in Go, on any platform, without the SDK
(github.com)
2 points
by
Splizard
1y ago
|
0 comments
21.
▲
The Engine to No Engine Journey
(md.jtmn.dev)
2 points
by
Splizard
1y ago
|
0 comments
22.
▲
Native Multiplatforming – Android and Web
(github.com)
1 points
by
Splizard
1y ago
|
0 comments
23.
▲
by
Splizard
1y ago
Very exciting stuff!
24.
▲
by
Splizard
1y ago
Remind me again why we can't use HTTPS certificates to sign code that is linked with a domain?
25.
▲
by
Splizard
1y ago
Only Linux, BSD and other operating systems that are entirely Open Source. Even Windows has scary warnings now that pop up unless you pay several hundred dollars a year plus you have to go through a completely unreasonable process (that oft
26.
▲
by
Splizard
1y ago
> require your device to be running an official rom signed by Google How exactly does the app detect this?
27.
▲
by
Splizard
1y ago
If only this was voluntary and automated by an Open Source service provider, so that I only have to pay one monthly fee and all the FOSS that is detected to be in-use on my machine is funded.
28.
▲
by
Splizard
1y ago
Go is a great language because it has distinct types by default, it's not about "making invalid states unrepresentable", it's about recording relationships about a particular type of value and where it can be used ie. it
29.
▲
by
Splizard
1y ago
Can you add support for duplex numbers? (duplexnumbers.com)
30.
▲
by
Splizard
1y ago
This is great! There's way too many arcane text file formats (configs, Dockerfiles, workflow definitions etc) without any sort of fast feedback loop on type-safety, documentation etc. We need more projects like this and if a system is
More ›