Viewing profile — wener
wener
HN member- Joined
- Wed, Jun 03, 2015, 4:38 AM UTC
- HN karma
- 1,013
- Public activity
- 195 items
- HN profile
- View on Hacker News ↗
About wener
Recent public activity
-
comment
Comment #47888562
As a Chinese, I feel tiered, it's like the cold war, what is takes to keep competitive with every aspect, it's just another win for the country and the corp
-
comment
Comment #47569584
The only thing I prefe peggyjs over ohm is runtime deps, I thinkg this might let ohm aot the grammar to avoid the deps.
-
comment
Comment #47207279
Why not use mcp-cli mode, I even made a replica for that https://github.com/wenerme/wode/tree/develop/packages/wener-...
-
comment
Comment #46894738
I use https://github.com/ariga/atlas for this, migration based and schema base both has there good and bad side, I prefer both even in one project, schema based can make dev faster…
- story
-
comment
Comment #46625775
https://wener.me my notes https://abc.wener.cc my things
- story
-
comment
Comment #46041525
Really hope there is a layout mode or ocr with bbox mode, I want to see the model restore the whole page.
-
comment
Comment #45110697
Nats is the way
-
comment
Comment #45077024
So, the final choice is dexie + custom backend? I've researched these open source solution before, I think dexie is the choice that you will never regret. fyi https://dexie.org/
-
comment
Comment #45058617
I just track my bookmark as Awesome https://wener.me/notes/tags/awesome The source is at https://github.com/wenerme/wener I found it's very useful, especially the license and basic…
-
comment
Comment #45009059
I still try think /v1 /v2 is a break, I don't trust you will keep v1 forever, otherwise you'll never introduce this execuse. I'd like to introduce more fields or flags to control t…
-
comment
Comment #44981937
I used to use sqlite3 with stdio to read VoIP SQLite data. It's difficult or impossible to get a compatible SQLite version, and it's also hard to use cgo. I want to read the SQLite…
-
comment
Comment #44649085
Bootstrap is a good practice in old time, tailwind is modern css, daisy ui is a battery included components in pure css based on tw. I use daisy ui in every project I work on, by u…
- story
-
comment
Comment #37180872
I add nano to every alpine base container, micro seems good, but apk add nano # Installed size 308 kB apk add micro # Installed size 12.17 MB
-
comment
Comment #36496853
Systemd is a complete solution to a variety of problems may not exists. :P
-
comment
Comment #36496799
Not by s6, but s6 author may introduce a new init for alpine
-
comment
Comment #36496502
Tinc can work on L2, which means works like switch, means it can works like an cable between any nodes.It doesn't need an ip, you can make a bridge. There is no known good replacem…
- story
-
comment
Comment #33198692
Any plan to support musl ?
-
comment
Comment #33027381
Deno looks good, but don't support musl, I'm not the target audience.
- story
-
comment
Comment #32564528
Recently build a simple SQL Parser for sequelize https://github.com/wenerme/js-miniquery
- story