Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
manveru
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
manveru
10mo ago
You can run https://www.erlang.org/doc/apps/kernel/code.html#modified_mo... in some process and make it send notifications to your monitoring when anything stays modified for too long.
2.
▲
by
manveru
11mo ago
Take a look at how Nushell does this, it's quite neat: https://www.nushell.sh/book/custom_commands.html#documenting...
3.
▲
by
manveru
1y ago
Here's the actual source from the parliament, https://www.parlament.gv.at/aktuelles/pk/jahr_2025/pk0643 (in German, but should be easy enough to translate). They haven't said how they want to accomp
4.
▲
by
manveru
1y ago
Are the SDKs AI generated? I looked at the Crystal, Ruby, and Zig ones and all they contain is a hello world example with some docs that have little to do with the code. Sorry if this comment seems rude, just curious.
5.
▲
by
manveru
1y ago
A place I recently saw it was in the web editor for typst. It runs the same code as the CLI since it's compiled from rust for both targets.
6.
▲
by
manveru
2y ago
It's very well supported by NixOS, been using it for a decade or so.
7.
▲
by
manveru
3y ago
I've been trying Gleam of and on for a few years and different tasks. When it works it's really neat, but I find myself constantly having to write your code in Erlang which kind of defeats the joy of using it. The biggest missing
8.
▲
by
manveru
3y ago
See the about section: https://github.com/GetFirefly/firefly#about-firefly > The primary motivator for Firefly's development was the ability to compile Elixir applications that could target WebAssembly, enablin
9.
▲
by
manveru
4y ago
We're only using CUE in a very limited fashion now, mostly went back to writing everything in Nix to keep things consistent. Learning Nix is already quite a hurdle without also forcing people to dive into CUE. I originally introduced C
10.
▲
by
manveru
4y ago
All their apps are available on F-Droid, unless you want to build them yourself: https://search.f-droid.org/?q=secuso&lang=en
11.
▲
Privacy Friendly Apps – improved privacy protection on the smartphone
(secuso.aifb.kit.edu)
142 points
by
manveru
4y ago
|
52 comments
12.
▲
by
manveru
5y ago
Thanks, it's always a pleasure to see flakes in the wild. Hope it makes it into nixpkgs soon.
13.
▲
by
manveru
6y ago
There you go: https://github.com/NixOS/nixpkgs/pull/115062
14.
▲
by
manveru
6y ago
あけましておめでとうございます!
15.
▲
by
manveru
6y ago
I recently saw another site that tries to offset its carbon footprint: https://mynoise.net/carbonFootprintCompensation.php I hope this becomes more prevalent at least for paid services.
16.
▲
by
manveru
6y ago
For Steam, NixOS actually builds a full FHS with all the packages from SteamOS and then runs Steam within that using a simple chroot. It works surprisingly well and can also be used for stubborn software that cannot work without FHS and wit
17.
▲
by
manveru
6y ago
scrolling in Firefox on Android is really unpredictable and hard on this site. it seems like a nice idea, but I couldn't get past the first few choices.
18.
▲
by
manveru
7y ago
You might enjoy http://existentialcomics.com/comic/301
19.
▲
by
manveru
7y ago
There is https://github.com/t184256/nix-in-termux
20.
▲
by
manveru
8y ago
There is also https://r13y.com/
21.
▲
by
manveru
8y ago
There's a lot of effort going into making documentation better. Recently we also got function documentation: https://nixos.org/nixpkgs/manual/#chap-functions
22.
▲
by
manveru
8y ago
They have a really good and simple API for the Cloud hosting at https://docs.hetzner.cloud/ and there's also https://www.terraform.io/docs/providers/hcloud/index.html I've been usin
23.
▲
by
manveru
8y ago
Tried this out on the day it was released, and it's been awesome so far. Usually structuring images would take a lot of manual tweaking to get the layers just right, but with this I just adjust the number of layers and watch magic happ
24.
▲
by
manveru
8y ago
The Nix team (in particular grahamc with https://github.com/NixOS/ofborg ) is working hard on making CI better . But it's true that the on-boarding experience and CLI could be much improved. It's quite frustra
25.
▲
by
manveru
8y ago
The problem, if i remember correctly, is that you cannot control the purity of recycled glass very well. The last time I checked it was mostly used to lower the temperature needed for the furnace. But if you want to make pure boro-silicate
26.
▲
by
manveru
8y ago
I can recommend https://support.mozilla.org/en-US/kb/containers highly, i have a bunch of containers for work, personal, projects, research, etc...
27.
▲
by
manveru
8y ago
Pretty much the only time I use chromium now is when I need to debug Websockets, since the traffic is impossible to see in Firefox. Really hope they fix https://bugzilla.mozilla.org/show_bug.cgi?id=1373639 some day.
28.
▲
by
manveru
8y ago
> Did Germany experience rapid industrial expansion in the 19th century due to an absence of copyright law? That's the very first sentence...
29.
▲
by
manveru
8y ago
I'd say you were missing https://github.com/k0kubun/pp but the other tricky thing is that you can read a http.Request.Body only once unlike in Ruby. I usually use ioutil.ReadAll for that.
30.
▲
by
manveru
8y ago
There's an article about it at http://www.amishnews.com/amisharticles/amish_tech.htm which references some books that might describe it in more detail. > Almost any electrical appliance can be adapted to work
More ›