Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
16
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
16
3mo ago
That was me. The engine is deterministic so I wrote a beam solver for it. My score should've been 208 (pretty sure it could play forever; I capped the solver at a max time limit) but I messed up one of my moves (I was manually moving t
2.
▲
by
16
9mo ago
It sounds like you're on unstable? Things are significantly more stable if you stick to the release branches (25.05, 25.11 etc)
3.
▲
by
16
9mo ago
It sounds like you're talking about home-manager, which is a third-party Nix module, not Nix itself. I've been using Nix happily for several years now for work and personal without needing to use home-manager at all (since I don&#
4.
▲
by
16
3y ago
From what I understand, the Beeper team has invested a lot of time and effort (and code!) into their own "make matrix go vroom" solution which also benefits their complex bridging system, and I imagine it would take some significa
5.
▲
by
16
4y ago
Battery life is significantly worse on my m1 pro macbook pro under asahi. I'd estimate about half of MacOS.
6.
▲
by
16
4y ago
I'm not sure if this is an elephant-in-the-room sort of thing of if people legitimately haven't picked up on it, but if you listen to the speech patterns and accent that Lina presents, (s)he speaks exactly like marcan. You can l
7.
▲
by
16
4y ago
https://dirtywave.com/
8.
▲
by
16
5y ago
I have a second SIM card that T-Mobile gave me for free (no idea why). I have it installed in an Android phone running Tasker with a bunch of jobs I created to do various things. Android phone stays at home while my primary (flip phone) com
9.
▲
by
16
7y ago
I loved the concept of "automatic bi-directional tagging" so much that I created a sorta-clone of Roam here: https://github.com/neutralinsomniac/exocortex It's still WIP, but I use it every day for my pe
10.
▲
by
16
7y ago
Try enabling processor scaling with `apm -A` and see if it makes a difference. My x220 running openbsd will default to low performance if I don't run the apm daemon.
11.
▲
by
16
8y ago
this is the video that convinced me to give acme a shot. 6 months later and I can't imagine going back to anything else. this coming from a heavy vim user of 10+ years.
12.
▲
by
16
8y ago
Have you tried leaving any giant rooms you may be in? Like Riot/Matrix HQ? I use my personal homeserver for my friends/some IRC channels and my load is nonexistent. May not be the answer you're looking for, but those huge (10
13.
▲
by
16
9y ago
> But until any of these new age apps/platforms support federation and decentralized communication, there's not much use for the masses to look for servers run by specific people. Have you not heard of https://matrix
14.
▲
by
16
9y ago
Telegram has been around for three years now. I wouldn't hold my breath for open source servers/ability to run your own. That's not their business model.
15.
▲
by
16
9y ago
https://riot.im is doing this. e2e is in beta still, but they have key list management/verification in place already.
16.
▲
by
16
9y ago
https://riot.im Most seamless end-to-end encrypted solution I've come across. And it's still in beta. Every piece is open source (I'm running my own server), it's federated, supports history sync as a first-c
17.
▲
by
16
11y ago
You need to update the addresses of commit_creds() and prepare_kernel_cred() as per this: https://news.ycombinator.com/item?id=10931954
18.
▲
by
16
11y ago
Arch is not kosher. You need to do this: https://news.ycombinator.com/item?id=10931954
19.
▲
by
16
11y ago
Did you update the addresses of commit_creds() and prepare_kernel_cred() to match your running kernel before you compiled/ran it?