Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
techhazard
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
techhazard
2y ago
> I've noticed with untyped code that at some point HOFs start becoming hard to write because the layers of abstraction get confusing […] I have the same with Nix (from NixOS). It’s a really nice idea to have a functional language t
2.
▲
by
techhazard
2y ago
Yes, very. ML and LLM has its specific uses, but every company is slapping “AI” onto everything and it’s so stupid. Have you heard about the AI rice cooker…?[1] You might enjoy the talk Adam Conover had with Ed Zitron[2]; I found it quite c
3.
▲
by
techhazard
2y ago
Exactly! If you only look at the commute, you get ridiculous things like commuter trains, that only run in the morning in one direction and in the afternoon in the other. In the Netherlands for example, lots of people go by car to Work, bec
4.
▲
by
techhazard
3y ago
We’re slowly inching closer to: Say McDonalds to end commercial [1] 1: https://web.archive.org/web/20230122044853/https://www.altch...
5.
▲
by
techhazard
3y ago
That’s likely because it’s unable to print the tracking dots[1]. 1: https://en.wikipedia.org/wiki/Machine_Identification_Code
6.
▲
by
techhazard
3y ago
I now run NixOS, so that’s a non-issue for me. But even so, it’s not hard, you have to install the ZFS package and make sure it’s included in your initramfs (if you use ZFS for / ). On arch I used the linux-lts kernel with ZFS and neve
7.
▲
by
techhazard
3y ago
Desktop, Laptop, NAS and Server all run on ZFS and push snapshots to an extra backup pool on the Server (colocated in a DC). Those backups are also pushed to an offsite location (with a hosting provider). Laptop and NAS run on a single disk
8.
▲
by
techhazard
3y ago
I use colmena[1] to manage one nixos configuration for multiple machines: - laptop - desktop - server - rpi nas I also wipe my entire rootfs every boot with a zfs snapshot rollback[2] using the impermanence module[3] to keep specific statef
9.
▲
by
techhazard
3y ago
Not OP, but I can highly recommend just using the programming language you already use to make key-value map to and then converting that to JSON. That way you only have 1 syntax to worry about. In my case that’s Python (using dictionaries a
10.
▲
by
techhazard
4y ago
Do you have any references about what they got wrong and what the more traditional stories are? I expected they took some liberties for storytelling purposes, but if it’s as egregious as you make it out to be, I’d love to hear the common ve
11.
▲
by
techhazard
4y ago
Exactly, self-driving cars do not solve the car problem; Good public transportation does.
12.
▲
by
techhazard
4y ago
This is no perversion of capitalism. Companies have only one responsibility: to increase profits to the shareholders. All other responsibilities have to be legally enforced; stuff like worker safety, food safety, minimum wage, 8-hour workda
13.
▲
by
techhazard
4y ago
> Requires=network.target tells systemd not to start this mastodon.target if the network.target hasn’t been reached successfully. That’s not true, Wants=/Requires= do not specify any order between units, only that without them the u
14.
▲
by
techhazard
4y ago
I’m also very happy with my Ergodox EZ, and a trackball mouse. The configuration of the keyboard is highly flexible and super easy, and no software on the pc is needed (only to flash the updated config). I’ve also used a Kinesis Advantage i
15.
▲
by
techhazard
5y ago
I also prefer my python to stay simple. Maat looks really interesting for this use-case.
16.
▲
by
techhazard
5y ago
I haven't heard of RQ before, but on first glance they look pretty similar. The main difference I see is that meesee workers are always setup as python programs, whereas RQ workers are separate programs. (calling a `rq` program insead
17.
▲
by
techhazard
5y ago
Personally I prefer meesee[1], because setting up Celery or other big worker systems is always a lot of work, and they have more components than I usually need. Meesee is an elegantly simple worker system (written in python) using redis as