Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
weatherlight
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
ZJIT GC: Inlining GC Fastpath in ZJIT (Ruby)
(railsatscale.com)
1 points
by
weatherlight
13d ago
|
1 comments
2.
▲
Demystifying MLsub – The Simple Essence of Algebraic Subtyping
(lptk.github.io)
1 points
by
weatherlight
3mo ago
|
0 comments
3.
▲
Interactive: Resource for Theories of Consciousness
(loc.closertotruth.com)
1 points
by
weatherlight
3mo ago
|
0 comments
4.
▲
Landscape Grid: Consciousness Categories and Theories
(loc.closertotruth.com)
3 points
by
weatherlight
3mo ago
|
0 comments
5.
▲
by
weatherlight
3mo ago
I receive webhooks all the time as ack that something was processed/ or a notification of the status of some sort of thing in an external system that we don't control.
6.
▲
by
weatherlight
3mo ago
I love Lisps, ML-family languages, etc. Languages like Java or Go are just painful for me to program in, and I know I’m probably in the minority there. But honestly, I think a lot of it comes down to the fact that syntax carries semantic ex
7.
▲
by
weatherlight
3mo ago
I'm working on Glyph, Its a is a statically typed functional language in the ML family. Surface syntax is mostly SML-1997-ish, but underneath it's a different thing: simple-sub type inference, algebraic effects, modular implicits,
8.
▲
by
weatherlight
3mo ago
The BEAM virtual machine. Its has lightweight isolated processes, message passing, supervisors, hot-ish runtime introspection, and fault containment are not libraries bolted on later. They are the substrate. not an after thought. if you are
9.
▲
by
weatherlight
3mo ago
Slight misunderstanding. The LLM didn't generate Zig. My compiler does. The model's work was in the Rust compiler internals, specifically the borrow-inference and refcount-insertion passes (Perceus-style ownership analysis). Zig i
10.
▲
by
weatherlight
3mo ago
Yes, iit had access. Thats actually the point. I maintain a failure registry in the repo. Every failed attempt gets documented with the exact mechanism, the test that regressed, the revert SHA, and an instruction to start from that frontier
11.
▲
by
weatherlight
3mo ago
I had almost the opposite experience. I'm building a compiler for a language without a tracing GC, so a big chunk of the work is around memory management: functional in-place update, reuse analysis, and a Perceus-style reference-counti
12.
▲
The Side Effect You Can't See: Perceptual Parochialism in Software Engineering
(mamad.purbo.org)
3 points
by
weatherlight
4mo ago
|
0 comments
13.
▲
A Minimal NixOS Config That Still Feels Premium
(slicker.me)
2 points
by
weatherlight
6mo ago
|
0 comments
14.
▲
by
weatherlight
8mo ago
Really depends of the ergonomics of the language. In erlang/elixir/beam langs etc, its incredibly ergonomic to write code that runs on distributed systems. you have to try really hard to do the inverse. Java's ergonomics, eve
15.
▲
by
weatherlight
8mo ago
he's taking a 50% paycut going from the US to Brussels, but its more than what he will be making in his home country i guess.
16.
▲
by
weatherlight
8mo ago
We have a really talented engineer on our team (in the US), who has a green card and everything. He's taking a job in Brussels, he said very plainly hes not sticking around to find out what happens next. I don't blame him.
17.
▲
by
weatherlight
9mo ago
Who is this for? Who is the target audience? Mac users/ Windows users?
18.
▲
Which language is best for AI code generation?
(revelry.co)
2 points
by
weatherlight
10mo ago
|
0 comments
19.
▲
by
weatherlight
10mo ago
I agree. Having children does make ones priorities very cut and dry. I found it a lot easier to "adult" once I had children. My Friends, at the time often asked, "Is having children hard?" I often replied, in the beginni
20.
▲
by
weatherlight
11mo ago
The project looks very young. I do like the goals of the project though, and I like that it's on the BEAM.
21.
▲
by
weatherlight
1y ago
I've been using Alpha(as my main driver!) for a year now, there's been a few hiccups here and there but its been very good. I prefer this to Gnome. It's my main driver for software development, it was initially a dual boot sy
22.
▲
by
weatherlight
1y ago
I can. it's called Erlang. true an false are just atoms.
23.
▲
by
weatherlight
1y ago
I live a 20 minute walk away. I never tire of looking at it. When friends come to visit I usually skip the touristy stuff but I will always accompany them to go see the Sagrada Família.
24.
▲
by
weatherlight
1y ago
quackery
25.
▲
Write Ruby extension gems in Rust, or call Ruby code from a Rust binary
(github.com)
3 points
by
weatherlight
1y ago
|
0 comments
26.
▲
Run Erlang/Elixir on Microcontrollers and Embedded Linux
(grisp.org)
206 points
by
weatherlight
1y ago
|
53 comments
27.
▲
by
weatherlight
1y ago
love the little heart filled note you left in the game's files :) I hope Henrique finds it one day too.
28.
▲
by
weatherlight
1y ago
:disksup.get_disk_info/1 (from :os_mon) just calls into the underlying OS once, grabs the info, and returns it. It’s not a blocking “long-running monitor” the way a NIF doing I/O in a scheduler thread would be. https://
29.
▲
by
weatherlight
1y ago
because the author self admitted they don't know C! One of the reason why people use the Beam VM is because its robust and fault tolerant. a lot of the choice here are made at the expense of VM's health. also why wouldn't any
30.
▲
by
weatherlight
1y ago
I love his channel. I have no interest in this subject but I like his style of lecturing and showing/teaching. I watch all his stuff when it drops.
More ›