Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
infinisil
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
Nix Steering Committee Election 2024
(discourse.nixos.org)
2 points
by
infinisil
2y ago
|
0 comments
2.
▲
by
infinisil
2y ago
> And if that's not already bad, I found this section of the docs recently and it said "This section has been moved to pkgs/README.md.", but when I read the README file, it doesn't have what the test package exam
3.
▲
by
infinisil
2y ago
I'm going to quote https://save-nix-together.org/ : > Single-handedly blocking Meson, which has a passed RFC, for five years because he doesn’t know meson but knows his own build system I don't know about exact
4.
▲
by
infinisil
2y ago
I'm afraid the letter spread some misinformation: The meson RFC has in fact not been approved: https://github.com/NixOS/rfcs/pull/132 For a discussion on this, see https://github.com/KFea
5.
▲
by
infinisil
2y ago
This is a great post, very well said! Over the weekend I’ve been working with NixOS foundation members and other community members to address what you’re describing, and I’m happy to say that the foundation is very willing to delegate gover
6.
▲
by
infinisil
3y ago
Flakes has an unfortunate past [1]. The fact that so many people are using Flakes now and treating them as stable makes it effectively impossible to make drastic changes, even though the design is flawed in many ways [2]. Nevertheless, the
7.
▲
by
infinisil
3y ago
Hello, the person you're speaking about here. I appreciate all the concern but I'm actually doing very good! While working on Nix was originally a hobby for me, I am now getting paid to do it, so it doesn't have to eat up any
8.
▲
by
infinisil
4y ago
I think https://lobste.rs/ is pretty good at staying focused on programming
9.
▲
by
infinisil
4y ago
I've got a similar setup myself, check out https://lobste.rs/s/yppnts/tailscale_on_nixos_new_minecraft_... where I describe how I did it. It's quite custom but all open source. https://github.
10.
▲
by
infinisil
5y ago
It's referring to the ncurses library: https://en.wikipedia.org/wiki/Ncurses
11.
▲
by
infinisil
5y ago
It would even suffice to just swap two random elements every iteration!
12.
▲
by
infinisil
6y ago
Scion is such an effort: https://www.scion-architecture.net/
13.
▲
by
infinisil
7y ago
- /nix has been the (default) location for at least 15 years without problems, changing this now just because Apple messed with this would be very strange - With Nix, every path in /nix/store has its own ./bin, ./sh
14.
▲
by
infinisil
7y ago
They are using a Docker multi-stage build in the very Dockerfile they showed..
15.
▲
by
infinisil
7y ago
As choward already mentioned, I think NixOS is a very good choice: aarch64 is decently well supported with a bunch of people running NixOS on their Raspbys, and cross compilation support is really good too if needed. See https://
16.
▲
by
infinisil
7y ago
You should be able to make the webserver reverse proxy from https://eliot-jones.com/hntrends to http://localhost:5690 , e.g. with nginx [0] and httpd [1] [0]: https://docs.nginx.com/nginx/adm
17.
▲
by
infinisil
7y ago
Yes Nix has been around for a while and is a very good package manager. But please don't be disrespectful to everybody who doesn't know about it, it's still rather unknown in general.
18.
▲
by
infinisil
7y ago
From what I can gather from the FAQ, this won't work for routers behind a NAT, which is the case for me and I assume many others too, this should probably be mentioned somewhere. A bit worrying that it'll be forever closed source,
19.
▲
by
infinisil
7y ago
Not sure how I feel about Google entrenching itself in yet another part of the technology stack
20.
▲
by
infinisil
7y ago
However, this won't bring you back, it will just bring back a clone that is exactly like you.
21.
▲
by
infinisil
7y ago
> already available in 44 states I'm a bit disappointed by all big companies focusing on the states. Fact is, over 95% of people don't live in the US. Every time I see some fancy new technology, chances are I'll never get
22.
▲
by
infinisil
7y ago
> The first two years it was pretty upfront about being a work-in-progress that wasn't for people who wanted something stable I've been very much on the Swift train in its first 2 years, but I've never heard of anything li
23.
▲
by
infinisil
7y ago
If you're doing so much casting you're doing something wrong. Swift's power comes from the type system, which alleviates the need for all casting in general. Instead of using a [String: Any] dictionary which bears no meaning
24.
▲
by
infinisil
8y ago
Was the snooze time exponential? If it would e.g. double every time it might just work
25.
▲
by
infinisil
8y ago
It's a bit messy, but everything related to zsh should be in here [1]. Apparently the vim command editor thing comes at least partly from prezto [2] [1]: https://github.com/Infinisil/system/blob/master&#x
26.
▲
by
infinisil
8y ago
I'm personally achieving something like this with a combination of binding Ctrl-R to fzf's history search and using zsh's vim command edit mode: https://asciinema.org/a/fELHDWUytNGMBEFBGEjo5jJO7
27.
▲
by
infinisil
8y ago
> Eller's algorithm creates 'perfect' mazes, having only a single path between any two cells, one row at a time. The algorithm itself is incredibly fast, and far more memory efficient than other popular algorithms (such as
28.
▲
by
infinisil
8y ago
I almost couldn't watch the videos on this website because of their size, 50MB each! Just a simple `ffmpeg -i in.mp4 -crf 23 out.mp4` reduces the size by a factor of 10 without noticeable difference. If the blog author is reading this,
29.
▲
by
infinisil
8y ago
There are ways to get around the immutability, but they are very highly discouraged and I haven't seen anybody use them other than newcomers. Think of it like `unsafePerformIO :: IO a -> a` in Haskell. Namely there is: - Making the
30.
▲
by
infinisil
8y ago
9.9.9.9 [1] has been praised by a bunch of people in the thread from a couple days ago [2]. How do those two compare? [1] https://www.quad9.net/ [2] https://news.ycombinator.com/item?id=16716606
More ›