Viewing profile — lyxell
lyxell
HN member- Joined
- Fri, Jul 09, 2021, 9:46 AM UTC
- HN karma
- 86
- Public activity
- 35 items
- HN profile
- View on Hacker News ↗
About lyxell
Recent public activity
- story
-
comment
Comment #48374613
The GitHub repo is at https://github.com/hoplang/hop I published it today! :)
- story
-
comment
Comment #44827502
”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.
-
comment
Comment #44639905
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 hav…
-
comment
Comment #44169659
To some people the process leading to a finished project is the most interesting thing about posts like these.
-
comment
Comment #42403733
I’d like to add: Programs should not add files to your home directory and should respect XDG_CONFIG_HOME and friends.
- comment
-
comment
Comment #42328457
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-sqli…
-
comment
Comment #42294129
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 par…
-
comment
Comment #42288543
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 c…
-
story
Show HN: font.delivery – A webfont download service
Hey HN! I built a service that lets you download WOFF2 fonts together with the CSS needed to host the fonts on your website. I built this since I needed it for another project I'm …
-
comment
Comment #42237474
The API looks really nice and intuitive! What motivated you to build this?
-
comment
Comment #42147378
> 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://sqlit…
-
comment
Comment #41869019
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 …
-
comment
Comment #41868994
I can’t speak for how it works in other frameworks but HMR for React works flawlessly in Vite.
-
comment
Comment #41867550
With Vite you do not have to hack together Hot Module Reloading yourself.
-
comment
Comment #41481568
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 yo…
-
comment
Comment #39989088
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 ima…
-
comment
Comment #39830407
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…
-
comment
Comment #39830317
What plugins would you want? My hope is to support most use cases for WP-plugins with built-in functionality.
-
comment
Comment #39830253
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.
-
comment
Comment #38965099
Isn't it a bit more complicated than that if you, like Sourceforge, also host Git repos over SSH?
-
comment
Comment #38921939
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). T…
-
comment
Comment #38921846
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 …