Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
lyxell
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
Hop 0.2
(hoplang.com)
3 points
by
lyxell
3mo ago
|
0 comments
2.
▲
by
lyxell
4mo ago
The GitHub repo is at https://github.com/hoplang/hop I published it today! :)
3.
▲
Show HN: Hop – JSX for Rust
(hoplang.com)
10 points
by
lyxell
4mo ago
|
2 comments
4.
▲
by
lyxell
1y ago
”I think GPT-5 is the closest to AGI we’ve ever been” Sorry, but this sounds like overly sensational marketing speak and just leaves a bad taste in the mouth for me.
5.
▲
by
lyxell
1y ago
I like to use txtar files for snapshot testing. I let one of the file fields contain the expected output and one or more contain the input(s). Most mainstream languages already have txtar parsers so this approach makes it trivial to port an
6.
▲
by
lyxell
1y ago
To some people the process leading to a finished project is the most interesting thing about posts like these.
7.
▲
by
lyxell
2y ago
I’d like to add: Programs should not add files to your home directory and should respect XDG_CONFIG_HOME and friends.
8.
▲
by
lyxell
2y ago
Awesome! Thanks for sharing. It feels good to have some company in this, I will follow your progress! I created a repo for my solutions here: https://github.com/lyxell/aoc2024-sqlite Update: Wow. Reading your solutions
9.
▲
by
lyxell
2y ago
I’m allowing myself to convert the data to a csv and read it using ’.mode csv’. I realized when solving todays problem that SQLite’s json_each("[" || T.c1 || "]") Is useful for parsing comma separated rows into (r
10.
▲
by
lyxell
2y ago
I’m using sqlite this year. Hoping that there won’t be any computational geometry or trie problems. Kind of hoping for a graph problem solvable with recursive CTEs, that would be cool.
11.
▲
Show HN: font.delivery – A webfont download service
(github.com)
2 points
by
lyxell
2y ago
|
0 comments
12.
▲
by
lyxell
2y ago
The API looks really nice and intuitive! What motivated you to build this?
13.
▲
by
lyxell
2y ago
> It actually uses rowid even if you have a primary key. This is true with one exception, if you create an INTEGER PRIMARY KEY, SQLite will use this instead [1]. [1]: https://sqlite.org/rowidtable.html
14.
▲
by
lyxell
2y ago
I’ve used both standalone esbuild as well as Vite for hundreds of hours and HMR works flawlessly in React using Vite, it’s the only reason I use Vite instead of just using esbuild directly. I suggest you to try it out.
15.
▲
by
lyxell
2y ago
I can’t speak for how it works in other frameworks but HMR for React works flawlessly in Vite.
16.
▲
by
lyxell
2y ago
With Vite you do not have to hack together Hot Module Reloading yourself.
17.
▲
by
lyxell
2y ago
I guess you mean relying only on type inference? That will only get you so far. E.g. function parameters for freestanding functions would still be untyped. For those to be typed you need TypeScript or JSDoc annotations as OP noted.
18.
▲
by
lyxell
2y ago
Related: https://github.com/containrrr/watchtower Polls a docker registry and automatically restarts the container with the same flags that it was started with using the latest image.
19.
▲
by
lyxell
2y ago
Custom forms with support for triggering actions is definitely on the roadmap. I'm not sure where I stand on the possibility to add a fully fledged plugin system. I've been looking at the possible scripting environments that are e
20.
▲
by
lyxell
2y ago
What plugins would you want? My hope is to support most use cases for WP-plugins with built-in functionality.
21.
▲
by
lyxell
2y ago
I'm working on a Wordpress-replacement written in Go, distributed as a single static binary with SQLite/Postgres for db and Disk/S3/GCS for storage.
22.
▲
by
lyxell
3y ago
Isn't it a bit more complicated than that if you, like Sourceforge, also host Git repos over SSH?
23.
▲
by
lyxell
3y ago
This is a great recommendation. It is worth noting that unlike Docker, crane is root- and daemonless which makes it work great in Nix (it's called 'crane' in the Nix repository). This allows for Nix to be used to manage depen
24.
▲
by
lyxell
3y ago
I immediately thought of this book too. For the comment section readers: The War of Art is a book about Pressfields idea of 'resistance', a force the artist/maker must overcome in just about any important (to them) creative e
25.
▲
by
lyxell
3y ago
The showcase of projects is (a bit unintuitively) listed under Available packages and is helpful if you want to get a picture of what you can build on top of gokrazy: https://gokrazy.org/packages/showcase/
26.
▲
by
lyxell
5y ago
I think it is hard to answer this without reducing the real world into something it may not be. What constitutes an event in the real world? Is the universe discrete or continuous? Do we really use mathematics to describe nature, or do we u
27.
▲
by
lyxell
5y ago
C++23 is the current most likely long-term replacement for C++.
28.
▲
by
lyxell
5y ago
I looked it up. The main reason that I'm excluded from the audience is not due to Borland but rather that I don't have Microsoft Windows as my operating system.
29.
▲
by
lyxell
5y ago
What about the UI framework druid? It has 3.9k stars on Github and is under active development. https://github.com/linebender/druid
30.
▲
by
lyxell
5y ago
Interesting read. This post seems to be written by Adam Gordon Bell who is also the host of the excellect CoRecursive podcast. Recently featured at HN in The Untold Story of SQLite [0]. [0]: https://news.ycombinator.com/item
More ›