> The manage to find the money to sponsor an F1 team, so I don't think the money is the issue. I'm guessing they'd view that as a marketing expense.
Easily bundling and serving frontend code from your backend code is very appealing: https://bun.com/docs/bundler/fullstack Despite the page title being "Fullstack dev server", it's also useful in production (Ctrl-F…
This is referring to the Strangler Fig design pattern, which is relevant: https://learn.microsoft.com/en-us/azure/architecture/pattern...
The Discord link is broken, in that it links to the server directly rather than to an invitation to join the server, which prevents new members from joining.
For that reason, it's wonderful when games provide a log of actions and/or recent dialogue, so you can easily see what you missed. That kind of functionality seems less common outside games.
This is both a great demo of what Bauble can do and an engaging description of its development. I'm impressed by both!
> As I browsed HN at home, I found that links to her website would not load Thanks for mentioning this, because I was having the same issue and I was surprised no one was mentioning that the site was (appeared to be)…
I prefer Linux, but I dual-boot Windows for gaming, since I haven't been able to get my Nvidia card to work at its full capacity on Linux.
I didn't find it on Netflix, but it seems to be available on Amazon Prime Video.
`exit` will work as expected in Python 3.13: https://docs.python.org/3.13/whatsnew/3.13.html#whatsnew313-...
I wanted this exact thing (Caps Lock -> End), and https://github.com/rvaiya/keyd works. It runs in the background as a systemd service, and the config is just: $ cat /etc/keyd/default.conf [ids] * [main] capslock = end…
(Not GP) That was an interesting and educational explanation, thank you!
PICO-8 limits the speed of the virtual CPU ("4M vm insts/sec"). https://www.lexaloffle.com/pico-8.php
I don't have any experience with this, but these are related HN posts: - https://news.ycombinator.com/item?id=37286019 - https://news.ycombinator.com/item?id=36044797 - https://news.ycombinator.com/item?id=34367767
I agree! I'm very pleased to see the return of the Deno dino.
I think that's a combination of two features, named cells[1] and blocks[2]. [1] https://observablehq.com/documentation/cells/javascript#nami... [2] https://observablehq.com/documentation/cells/javascript#expr...
The storage stools sound great. I always have to stick my stuff on my lap or under my chair. I wonder if comfort suffers?
See this comment from the other discussion: https://news.ycombinator.com/item?id=38469749
`./ape ./llamafile` worked immediately and without problems I can see - thank you!
It doesn't seem to run on NixOS, though I'm new to Nix and may be missing something. $ ./llava-v1.5-7b-q4-server.llamafile --help ./llava-v1.5-7b-q4-server.llamafile: line 60: /bin/mkdir: No such file or directory…
It's especially disappointing to see Deno doing this, because in the past they've used endearing art made by an artist, hashrock, which I liked very much.
I agree! I especially like how they showed how these methods can be tweaked, parameterized, or combined. It looks like it was fun to build!
I like this. It seems similar to `if let Some(value) = option` in Rust, with `?` replacing the pattern matching and supporting multiple assignments. Rather than something like this: if let Some(a) = option_a; let…
Relevant but not mentioned: syrusakbary is the CEO of Wasmer, the company behind WASIX. I'm personally excited by WASIX (WASI has stagnated too long), but if you recommend something you have a part in, I think you…
Julia Evans has a brief description of SQLite-Utils that sold me on it: https://jvns.ca/blog/2022/05/12/sqlite-utils--a-nice-way-to-...
> The manage to find the money to sponsor an F1 team, so I don't think the money is the issue. I'm guessing they'd view that as a marketing expense.
Easily bundling and serving frontend code from your backend code is very appealing: https://bun.com/docs/bundler/fullstack Despite the page title being "Fullstack dev server", it's also useful in production (Ctrl-F…
This is referring to the Strangler Fig design pattern, which is relevant: https://learn.microsoft.com/en-us/azure/architecture/pattern...
The Discord link is broken, in that it links to the server directly rather than to an invitation to join the server, which prevents new members from joining.
For that reason, it's wonderful when games provide a log of actions and/or recent dialogue, so you can easily see what you missed. That kind of functionality seems less common outside games.
This is both a great demo of what Bauble can do and an engaging description of its development. I'm impressed by both!
> As I browsed HN at home, I found that links to her website would not load Thanks for mentioning this, because I was having the same issue and I was surprised no one was mentioning that the site was (appeared to be)…
I prefer Linux, but I dual-boot Windows for gaming, since I haven't been able to get my Nvidia card to work at its full capacity on Linux.
I didn't find it on Netflix, but it seems to be available on Amazon Prime Video.
`exit` will work as expected in Python 3.13: https://docs.python.org/3.13/whatsnew/3.13.html#whatsnew313-...
I wanted this exact thing (Caps Lock -> End), and https://github.com/rvaiya/keyd works. It runs in the background as a systemd service, and the config is just: $ cat /etc/keyd/default.conf [ids] * [main] capslock = end…
(Not GP) That was an interesting and educational explanation, thank you!
PICO-8 limits the speed of the virtual CPU ("4M vm insts/sec"). https://www.lexaloffle.com/pico-8.php
I don't have any experience with this, but these are related HN posts: - https://news.ycombinator.com/item?id=37286019 - https://news.ycombinator.com/item?id=36044797 - https://news.ycombinator.com/item?id=34367767
I agree! I'm very pleased to see the return of the Deno dino.
I think that's a combination of two features, named cells[1] and blocks[2]. [1] https://observablehq.com/documentation/cells/javascript#nami... [2] https://observablehq.com/documentation/cells/javascript#expr...
The storage stools sound great. I always have to stick my stuff on my lap or under my chair. I wonder if comfort suffers?
See this comment from the other discussion: https://news.ycombinator.com/item?id=38469749
`./ape ./llamafile` worked immediately and without problems I can see - thank you!
It doesn't seem to run on NixOS, though I'm new to Nix and may be missing something. $ ./llava-v1.5-7b-q4-server.llamafile --help ./llava-v1.5-7b-q4-server.llamafile: line 60: /bin/mkdir: No such file or directory…
It's especially disappointing to see Deno doing this, because in the past they've used endearing art made by an artist, hashrock, which I liked very much.
I agree! I especially like how they showed how these methods can be tweaked, parameterized, or combined. It looks like it was fun to build!
I like this. It seems similar to `if let Some(value) = option` in Rust, with `?` replacing the pattern matching and supporting multiple assignments. Rather than something like this: if let Some(a) = option_a; let…
Relevant but not mentioned: syrusakbary is the CEO of Wasmer, the company behind WASIX. I'm personally excited by WASIX (WASI has stagnated too long), but if you recommend something you have a part in, I think you…
Julia Evans has a brief description of SQLite-Utils that sold me on it: https://jvns.ca/blog/2022/05/12/sqlite-utils--a-nice-way-to-...