Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
wolf4earth
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Alignment as Geometry: The Token-Stream as Abbott's Flatland, from Within
(systemic.engineering)
3 points
by
wolf4earth
4mo ago
|
0 comments
2.
▲
Written language as the shared substrate between literate brains and LLMs
(systemicengineering.substack.com)
3 points
by
wolf4earth
4mo ago
|
0 comments
3.
▲
by
wolf4earth
6mo ago
The point of the argument is that meaning emerges in conversation. A session between human and AI is a conversation. Current AI storage paradigms offer lateral memory across the time axis. What exists around me? A bit branch is longitudinal
4.
▲
by
wolf4earth
6mo ago
AI content is clearly marked as such. The rest is written by me personally on my shoddy MacBook.
5.
▲
by
wolf4earth
6mo ago
You don't understand my writing. Hence I must be stupid. Interesting conclusion. ;)
6.
▲
by
wolf4earth
6mo ago
Or people like the neuroqueer author.
7.
▲
by
wolf4earth
6mo ago
It's a synthesis of multiple problem domains that thought they were special. When the truth is: they weren't. It was fragmented? Good. Welcome to reality. ;)
8.
▲
AI Did Not Take Your Agency. You Handed It Over
(systemic.engineering)
2 points
by
wolf4earth
8mo ago
|
0 comments
9.
▲
On Fragmentation: Tech Debt Is a Coherence Problem
(systemic.engineering)
1 points
by
wolf4earth
9mo ago
|
0 comments
10.
▲
How Docker Forced Me to Learn More About Linux
(dev.betterdoc.org)
1 points
by
wolf4earth
5y ago
|
0 comments
11.
▲
by
wolf4earth
5y ago
I wonder how Kubernetes would look like if it was built on top of the BEAM.
12.
▲
by
wolf4earth
5y ago
This talk by Saša Jurić (author of Elixir in Action) should answer most of your questions regarding the benefits of the BEAM (Erlang VM). https://youtu.be/JvBT4XBdoUE Seriously, if you're even the slightest bit curious
13.
▲
by
wolf4earth
6y ago
Just FYI `<>` is already the string concatenation operator. Just in case you're not aware. :)
14.
▲
by
wolf4earth
6y ago
That would be my guess as well. Rust seems to be a good choice considering their initial reasoning behind choosing OCaml. It offers static typing with support for sum types and is reasonably fast, while certainly providing more in terms of
15.
▲
We split Plug.SSL to control SSL redirection
(dev.betterdoc.org)
4 points
by
wolf4earth
6y ago
|
0 comments
16.
▲
by
wolf4earth
6y ago
What's your take on dhall-lang[^1] for configuration? [^1]: https://dhall-lang.org/
17.
▲
Russia wants to ban the use of secure protocols such as TLS 1.3, DoH, DoT, ESNI
(zdnet.com)
5 points
by
wolf4earth
6y ago
|
0 comments
18.
▲
Devtalk – discuss, stay up to date, and catch up easily
(devtalk.com)
1 points
by
wolf4earth
6y ago
|
0 comments
19.
▲
by
wolf4earth
6y ago
At the end of the day, what's the difference between restarting the app because you updated an environment variable, or restarting the repo? In both cases you might have short service interruptions. So why not simply restart the app wh
20.
▲
by
wolf4earth
6y ago
Now I feel like a fool.
21.
▲
kube-namespace – never was switching namespaces easier
(gist.github.com)
1 points
by
wolf4earth
6y ago
|
2 comments
22.
▲
by
wolf4earth
7y ago
There is another option, using a `Task`. Using child specifications one can pass the function to be executed in the `Task` alongside: children = [ Child1, Child2, {Task, &MyModule.run_on_start/0} ] # ... Eff
23.
▲
by
wolf4earth
7y ago
I actually know the people behind Dropshare. They are former colleagues of mine. Maybe I can get you in touch?
24.
▲
by
wolf4earth
7y ago
While that is true it does not make a difference for day to day programming, unless you are super accustomed to think about locks. You can get very far in Elixir without considering the nitty gritty parts of OTP.
25.
▲
by
wolf4earth
7y ago
Performance is definitely not close to Ruby, this is just blatantly incorrect. Elixir and Erlang can easily hold their ground vs Go. The BEAM was originally designed to run software for telephone switches. It's often referred to as sof