Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
zambal
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
zambal
1y ago
I could be wrong, but the sentence "Flix precisely tracks the purity of every expression in a program." together with some examples of function definitions without the purity/impurity annotation, gave me the impression it
2.
▲
by
zambal
1y ago
I don't think it's actually a problem. Taste can guide the direction skill needs to go.
3.
▲
by
zambal
1y ago
If you fail to see the difference, maybe study the subject matter a little more?
4.
▲
by
zambal
1y ago
Indeed, if I'm not mistaken Netflix at least used to use (and commit to kernel) FreeBSD on content servers because of its superior sendfile performance
5.
▲
by
zambal
1y ago
But in that case it's hard to argue that llm's are cheap in comparison to search (the premise of the article)
6.
▲
by
zambal
1y ago
Don't know if it was intentional, but your ramble reminded me of the lyrics of Losing my edge by LCD Soundsystem. However, as someone who also experienced most of this stuff, it was a fun read either way :)
7.
▲
by
zambal
2y ago
This comment is very misplaced. I'm Dutch and I wrote my comment not because the retailer is German, but because it are desktop CPU sales figures from a single retailer whose customers seem to be primarily gamers.
8.
▲
by
zambal
2y ago
Yeah, the title feels a bit misleading, because it's only true in a very narrow context.
9.
▲
by
zambal
2y ago
The subject is the ability to make accurate up to date maps out of satellite imaginary. I fail to see how this is a counter argument against that.
10.
▲
by
zambal
3y ago
Peak power draw is 12W, not 27W for the Rpi5 though.
11.
▲
by
zambal
3y ago
> Germany, which a lot of Europeans don't have a positive opinion on (to put it mildly) Do you have a source for that, because that's not the impression I, as a non German European, have.
12.
▲
by
zambal
3y ago
A bit pedantic I guess, but that still uses some syntactic sugar (optional brackets and keyword syntax). Removing all syntactic sugar would look like this: defmodule(Foo, [{:do, def(:bar, [{:do, "baz"}])}]) Even aliases (
13.
▲
by
zambal
3y ago
Yes, using I/O as on/off, especially on power switches, for sure predates PlayStations.
14.
▲
by
zambal
3y ago
So many memories playing around with a Spectra Video MSX as a kid. Mostly playing games, occasionally trying to draw stuf or making sounds using Basic. Some programs could only be started from msx dos. Later, when most households in the Net
15.
▲
by
zambal
3y ago
> Incidentally this is public facing Internet servers. The % -inside- enterprises us much much higher. I can believe private enterprise usage is higher, but I imagine FAANG and similar companies also have quite a lot non public Linux ser
16.
▲
by
zambal
3y ago
Thanks a lot, that's quite the list and a good reminder to spend some more time browsing the Internet Archive!
17.
▲
by
zambal
3y ago
I'm not OP, but I can at least give an argument against using a timestamp for sorting versions: for various reasons system time is not guaranteed to be monotonic, which can result in cases where newer versions would be sorted before ol
18.
▲
by
zambal
3y ago
> If anyone has experience with remote editing in a terminal editor, but not through an ssh shell (ie, the traditional way), I'm very interested in hearing your experience. As usual, emacs has a mode for everything: https:/&#x
19.
▲
by
zambal
3y ago
Thanks for the suggestion, never seen the movie!
20.
▲
by
zambal
3y ago
Just like the Truman Show movie, I have always felt it's a bit underappreciated. So many great performances in that beautifully shot movie and such an emotional roller coaster. Although in many aspects a totally different type of movie
21.
▲
by
zambal
3y ago
What's the point of a comment like this? I think I disagree with your reply, but the lack of argument makes it difficult. While I wouldn't go as far as saying that elixir has the same benefits as lisp regarding uniform syntax in c
22.
▲
by
zambal
3y ago
So loading an external library or framework isn't Vanilla JS, but if I copy/paste the VanJS source into a script tag, nothing gets loaded, there's no syntax magic, just some function calls, so that's Vanilla JS, right? I
23.
▲
by
zambal
3y ago
> What sort of user is Gnome targeting ? I guess that would be me. I mostly work in the terminal and I just don't care that much about the window manager. As long as it's simple, works consistent and looks somewhat nice and cle
24.
▲
by
zambal
3y ago
Kubernetes and the BEAM are actually a great match. Kubernetes for management and supervision of nodes/containers and the BEAM for management and supervision of processes. I see them as complimentary technologies.
25.
▲
by
zambal
3y ago
As far as I know there are no Erlang projects with that ambition, but quite some interesting things are happening in the Elixir eco system: https://github.com/elixir-nx I'm a Elixir and Erlang developer who is just sta
26.
▲
by
zambal
3y ago
> You can make any system arbitrarily complex. But isn't that introducing incidental complexity? Not sure if you actually disagree.
27.
▲
by
zambal
3y ago
But what if you just need that extra bit of dryness and you're already at 10?
28.
▲
by
zambal
4y ago
Bitcask was a storage engine created by basho for their riak db (dynamodb like distributed db). The other storage engine riak could use was google's levellb. At the time bitcask was as fast or faster than leveldb for most tasks. This w
29.
▲
by
zambal
4y ago
You either need consistency or you don't. Raft is for systems that need this guarantee. If you don't need it, something like CRDT's can be used.
30.
▲
by
zambal
4y ago
To me it seems that all social media platforms converge to some user hostile version of Reddit. You can argue that it got worse over time too, but it still is the platform that gives me most control over what I like to see. The other model
More ›