I have found `mise` to be a pretty good way to install tooling https://github.com/cybernetics/mise-en-place
HN user
mac9
https://maclong.uk
This is an interesting concept, how do editors like this fair for writing code though?
The little animation that highlights what section you are reading currently is beautiful
"font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";"
from the css so odds are it's whatever your browser or OS's default sans font is, in my case it's SF Pro which is an Apple font though it may vary if you use a non Apple device.
Some of them probably do... This is still a funny comment though
A static site generation library in Swift.
For me Deno as a technology is great, the development of Fresh has been slow indeed however it is such a clean and effective way to write modern web applications. With KV built-in and deploy you don't really need to install anything other than the core fresh dependencies.
To clarify KV uses SQLite in development but FoundationDB when deployed to Deno Deploy.