HackerTrans
TopNewTrendsCommentsPastAskShowJobs

bennett_dev

no profile record

Submissions

Show HN: How Loud Is My Hotel?

noise.vantezzen.io
5 points·by bennett_dev·17 วันที่ผ่านมา·2 comments

Ableton Extensions SDK

ableton.com
173 points·by bennett_dev·เดือนที่แล้ว·97 comments

Building a read-only P2P SQLite Database in the browser

read.vantezzen.io
1 points·by bennett_dev·2 เดือนที่ผ่านมา·0 comments

What Matters in Practical Learned Image Compression

apple.github.io
2 points·by bennett_dev·2 เดือนที่ผ่านมา·0 comments

The US government just banned consumer routers made outside the US

theverge.com
9 points·by bennett_dev·4 เดือนที่ผ่านมา·1 comments

Date-fns 3.6.0 increased install size from 4.7MB to 21.1MB

github.com
1 points·by bennett_dev·7 เดือนที่ผ่านมา·0 comments

comments

bennett_dev
·2 เดือนที่ผ่านมา·discuss
AFAIK Ladybird is separated from SerenityOS completely now (https://hackaday.com/2024/07/02/fork-ladybird-browser-and-se...) so the Ladybird contributors can fully focus on it
bennett_dev
·2 เดือนที่ผ่านมา·discuss
Sounds similar to Vercel‘s portless CLI (https://portless.sh/)
bennett_dev
·3 เดือนที่ผ่านมา·discuss
There was a nice task on 39c3 https://youtu.be/3OAiOfCcYFM

They do try to upstream and eventually just have Linux natively support Apple Silicon!
bennett_dev
·5 เดือนที่ผ่านมา·discuss
I'm not familiar with Elysia but how does this handle subfunctions? e.g. if my code is

const app = new Elysia() .patch('/user/:id', (request) => { return handleUserRequest(request); })

or some other custom logic, does it automatically need to fall back to full parsing?
bennett_dev
·5 เดือนที่ผ่านมา·discuss
Such an interesting showcase of history. RCT was a masterpiece written in Assembly from hand. Looking at code from OpenRCT2 you can really see the thought behind it.

Now ISO Coaster really is a badly slipped together adaptation. A lot of details don’t make sense, graphics often look weird and performance is terrible - all while using tons of compute resources.
bennett_dev
·5 เดือนที่ผ่านมา·discuss
Same - most of the time I just directly open the specific status (e.g https://http.cat/504 )
bennett_dev
·6 เดือนที่ผ่านมา·discuss
Nothing to do with politics and everything to do with crappy AI slop. There was some list somewhere of some of those reports and it was painful to look at
bennett_dev
·6 เดือนที่ผ่านมา·discuss
What differentiates this from http://fingerprint.com/?

Visited for the first time and it said I already visited 800+ times with a 99.5% accurancy - not very promising. From the code this also looks like very simple client-side fingerprinting + IP information?