HN user

wener

1,013 karma

A Programmer live at https://github.com/wenerme .

Posts97
Comments93
View on HN
github.com 5mo ago

Claude Flow

wener
1pts0
www.repoflow.io 6mo ago

Benchmarking Self-Hosted S3-Compatible Storage

wener
24pts3
blogs.windows.com 1y ago

MS Introducing Mu language model

wener
3pts0
calver.org 3y ago

Calendar Versioning

wener
1pts0
news.ycombinator.com 3y ago

Ask HN: Who use LDAP in 2022 and how?

wener
3pts0
github.com 3y ago

Comdb2: Distributed SQLite by Bloomberg

wener
2pts0
github.com 3y ago

Manticore Search: Elasticsearch Alternative

wener
118pts69
github.com 4y ago

Programming Language Benchmarks Visualization

wener
2pts0
github.com 4y ago

WAL-G 2.0: backup and restore for database in the cloud

wener
2pts1
github.com 4y ago

React UI Components for macOS High Sierra and Windows 10

wener
1pts0
github.com 4y ago

Wails – Electron Alternative Powered by Go

wener
394pts93
tunnelblick.net 4y ago

The Future of Tun and Tap VPNs on macOS (2020)

wener
72pts15
docs.gitlab.com 4y ago

Gitlab Integrated Sentry error tracking

wener
4pts1
w3techs.com 4y ago

HTTP/3 is used by 22.2%

wener
2pts0
nextjs.org 4y ago

Next.js 11.1

wener
79pts30
www.spinics.net 5y ago

Linux-LTS 5.10.26 breaks bonding

wener
2pts0
github.blog 5y ago

New global ID format coming to Github GraphQL API

wener
1pts0
http3-explained.haxx.se 5y ago

HTTP/3 Explained

wener
4pts0
wikidiff.com 5y ago

Scheme vs. Schema

wener
1pts0
www.fsf.org 6y ago

Join the FSF: Free Software in Action

wener
3pts0
developer.mozilla.org 6y ago

JavaScript Void Operator

wener
2pts1
sqlite.org 6y ago

Sqlarfs: Use sqlite as fuse back end

wener
3pts1
coq.inria.fr 6y ago

Coq: A program specification and mathematical higher-level language

wener
8pts2
keybase.pub 6y ago

Keybase: Public, Signed Files

wener
148pts50
www.zerotier.com 6y ago

ZeroTier: On the GPL to BSL Transition

wener
4pts2
github.com 6y ago

DotCMS: Java based open source CMS

wener
3pts0
godbolt.org 7y ago

Compiler explorer: code to assembly in browser

wener
3pts0
www.alizila.com 7y ago

11.11 Global Shopping Festival

wener
2pts0
datalore.io 7y ago

Jetbrians Datalore 1.0: Intelligent Web Application for Data Analysis

wener
2pts1
www.algorithm-archive.org 7y ago

The Arcane Algorithm Archive

wener
1pts0
DeepSeek v4 3 months ago

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

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 the behavior as params, not asking user to change the whole base url for single new API.

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 data on the server, and stdio is the only choice.

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 using daisy ui, I don't need shadcn, I prefer <button> instead of wrap my own <Button>, and menu, dialog etc. With baseui components I have a very powerful toolset that let me build thing's fast and good enough.

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 replacement for this.

The down side is

- single thread (perf has limits in 10gbe)

- userspace (wg can works in kernel)

- 1.1 is stable enough, but still may crash, be careful

You may also interested in n2n

Vite 3.0 4 years ago

But, vite is working on to become the next nextjs, like ssr, isg etc. Nextjs only support react, so it's easier to leverage the react's ability to do these.

When there is ssr, there is runtime, more than just a dev/build tool.

CSS should be portable across any browser/web view. And given that browsers nowadays occupy tons of memory (even though they are written in highly performant languages) I am still impressed by sciters small shipping size.

Chrome is new IE since June 15 2022, and happy about it. Interop 2022 is about make safari and chrome get on the same page about new css feature.

Memory, portable CSS and browser compat is about cost, if I can make whole company install chrome, that can save a ton of money investing on support unexpected browser, one time install is way cheaper than continue support. If the company is big enough, there will be no problem, like google can rewrite whole Google Doc to canvas to support cross browser. If building a sciter based app biz, that's all your investing goes, that make sense.

[Interop 2022]: Blog https://web.dev/interop-2022 Current status https://wpt.fyi/interop-2022