Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Lethalman
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
Lethalman
2mo ago
I need to login to see anything. I walk away.
2.
▲
by
Lethalman
3mo ago
https://xkcd.com/927/
3.
▲
by
Lethalman
3mo ago
It was also incredibly difficult. As a kid I couldn’t go beyond the first level. It was also difficult to attack the enemy at the right time. But still it was an amazing experience whenever I played it. I felt the pressure and the need to s
4.
▲
by
Lethalman
3mo ago
“Written in X”. Every time I look elsewhere when I see it. When is people starting to think about features instead of “it’s better because I rewrote it in X!!”
5.
▲
by
Lethalman
4mo ago
A web fetch is not much different than asking an MCP for its tools, right?
6.
▲
As a community we need to understand that MCP is not needed
3 points
by
Lethalman
4mo ago
|
3 comments
7.
▲
Ask HN: How is everyone dealing with the increase of code reviews?
3 points
by
Lethalman
5mo ago
|
0 comments
8.
▲
by
Lethalman
6mo ago
Wish it wasn’t rust… it’s so hard to read.
9.
▲
by
Lethalman
10mo ago
> To ensure monotonicity, retrieval of the idempotency key and emitting a message with that key must happen atomically, uninterrupted by other worker threads. Otherwise, you may end up in a situation where thread A fetches sequence value
10.
▲
by
Lethalman
10y ago
I think it's because the docs say "If there isn't enough memory, you can't run a JOIN." . While SQL on Hadoop solutions work also without enough RAM by spilling on disk. I don't think a comparison with JOINs wo
11.
▲
Apache Kafka producers are not fault tolerant
(labs.immobiliare.it)
8 points
by
Lethalman
10y ago
|
0 comments
12.
▲
by
Lethalman
10y ago
You are right. It's unfair, I'm going to modify the post to mention alpine. The post is both about tiny images AND how to build docker images with nix. I think it was an interesting tooling to make for our community. Some Nix peop
13.
▲
by
Lethalman
10y ago
The blog post code is supposed to run with latest master since a few days. We've merged a big change that leads to reducing a lot the closure of our packages. Nix moves fast enough, in the sense we usually do a good job at not breaking
14.
▲
by
Lethalman
10y ago
You don't need in fact. But sometimes you are forced to use Docker anyway.
15.
▲
Cheap Docker images with Nix
(lethalman.blogspot.com)
171 points
by
Lethalman
10y ago
|
50 comments
16.
▲
by
Lethalman
11y ago
Always liked and used LyX, and never looked back. LaTeX is not for humans in my opinion, nobody should ever write LaTeX by hand.
17.
▲
by
Lethalman
11y ago
How Nix solved the issue: 1. Each go package has an attribute name in nix, like anything else, that is not tied to its url. 2. Each go package has an url where to fetch the source from, which is not the import path to use the package. 3. Ea
18.
▲
by
Lethalman
11y ago
Sorry, where is it said they will stop development of Persona? The homepage and the service seem to be in full health, there's no warning anywhere for users of Persona. Is there any official statement that Persona will shut down?
19.
▲
by
Lethalman
11y ago
I've looked at knex. But I felt it not to be as composable as sqlata. In knex operators are written with .where() itself. Also it doesn't manage table aliases apparently. And it's quite tied to an underlying connection as I c
20.
▲
Show HN: Sqlata, the SQL builder I wanted
(github.com)
7 points
by
Lethalman
11y ago
|
2 comments
21.
▲
by
Lethalman
11y ago
You also upgrade grub versions I hope :) Or maybe improve the grub installation scripts.
22.
▲
by
Lethalman
11y ago
Things you must be afraid when using nix: 1) If you install a bad grub, you cannot rollback it using nix. That means, not a wrong grub line, but if grub itself is broken. 2) Anything that is not under nix control, the data: like desktop con
23.
▲
by
Lethalman
11y ago
It's a different approach. That's basically an implementation using ostree. Nix is way different than that. Neither is better in my opinion, but I use Nix happily.
24.
▲
by
Lethalman
11y ago
There's a /bin/sh because libc needs it, but we're going to remove that one too in the future somehow. But /usr/bin/env is in nixos to make it easy for people to run scripts. But packages never use /u
25.
▲
by
Lethalman
11y ago
How we solved it in Nix: http://lethalman.blogspot.it/2015/02/developing-in-golang-wi... We don't need go get or any other tool, and we have about 174 packaged libraries in our repository.
26.
▲
by
Lethalman
11y ago
So I haven't seen yet in the website a code sample showing how a simple ping-pong actors would communicate, so I can't even test quickly if this is possible with the language. If the program can implement a lock between the two ac
27.
▲
by
Lethalman
11y ago
Stopped being interested after reading "It's deadlock free!", "because Pony has no locks at all"... yeah but actor X waiting for actor Y which waits for actor X is a deadlock. It's not a matter of lock primitiv
28.
▲
by
Lethalman
11y ago
Missing Nix/NixOS/NixOps :( Which is build, continuous integration, deploy, configuration management and provisioning. Everything with a single language.
29.
▲
by
Lethalman
11y ago
H1Z1 and PlanetSide 2 switched reddit banners: http://www.reddit.com/r/H1Z1 http://www.reddit.com/r/Planetside/ That's because PS2 says they get cheaters from H1Z1, and viceversa.
30.
▲
by
Lethalman
12y ago
repost https://news.ycombinator.com/item?id=9207999
More ›