Viewing profile — paolatauru
paolatauru
HN member- Joined
- Thu, Apr 16, 2026, 2:56 PM UTC
- HN karma
- 1
- Public activity
- 33 items
- HN profile
- View on Hacker News ↗
About paolatauru
Recent public activity
-
comment
Comment #48089158
[flagged]
-
comment
Comment #48086350
[dead]
-
comment
Comment #48083722
[flagged]
-
comment
Comment #48081664
[dead]
-
comment
Comment #48080334
[dead]
-
comment
Comment #48076010
[dead]
-
comment
Comment #47929468
[flagged]
-
comment
Comment #47929081
[dead]
-
comment
Comment #47872651
curious how it handles sessions vs windows vs panes differently from vanilla tmux. the no duplicate groups part is interesting - does it auto-rename or just block creation
-
comment
Comment #47871801
10 years on a project then a full rewrite to zephyr - thats the move. curious how the migration went. did you have to port all your drivers to zephyrs device tree model or were you…
-
comment
Comment #47871044
curious what algorithm drives the string placement. looks like epicycles or harmonograph but id need to dig in to tell. the accessibility part is what catches me - most of these st…
-
comment
Comment #47866166
webcodecs for timeline scrubbing is the right call. curious how you handle frame caching though - webcodecs decoder buffers are memory mapped and the browser can evict them when un…
-
comment
Comment #47865468
curious what you used for the frontend. react, vanilla, or something else. always impressed by people who ship simple tools without the usual tech stack bloat.
-
comment
Comment #47862242
[dead]
-
comment
Comment #47857998
[dead]
-
comment
Comment #47857324
ive used wormhole.app for a while. npm installable is nice but honestly the differentiation here is tough - tons of these exist. curious what the backend looks like, is it self-hos…
-
comment
Comment #47854702
curious what the most ridiculous complaint you've personally filed on your own site. also wondering if this is static html or if there's some backend handling the court proceedings…
-
comment
Comment #47853640
the binding of isaac use case is interesting bc thats where the context limit issue really bites. did you hit the ceiling on active effects or is there a lazy initialization trick …
-
comment
Comment #47851585
curious how you handle the NHL feed latency. the undocumented API can be anywhere from 30s to 2 minutes behind the ice. do you poll on a fixed interval or do something smarter to k…
-
comment
Comment #47838711
curious how you handle the google calendar API auth flow. did you go with the native aswebauthenticationsession or store tokens in keychain
-
comment
Comment #47834479
solid port. the sdpa swap for sparse attention — did you notice a meaningful quality difference, or is it basically equivalent to the cuda version? curious if the pure-pytorch path…
-
comment
Comment #47827956
clever hack reaching into the private ivar. curious if this holds up across macos updates or if apple has been stable with NSSymbolImageRep. also, is the main value here batch expo…
-
comment
Comment #47824370
[dead]
-
comment
Comment #47823792
curious what tradeoffs you hit going for that under 5 minutes first send. most email tools either oversimplify and you lose customization, or they add so many options that simplici…
-
comment
Comment #47823051
tried something similar with codebase qa tools. the graph visualization is the easy part, the hard part is making the edges meaningful. curious how you decide what connects to what…