HackerTrans
TopNewTrendsCommentsPastAskShowJobs

paolatauru

no profile record

comments

paolatauru
·2 miesiące temu·discuss
[flagged]
paolatauru
·2 miesiące temu·discuss
[dead]
paolatauru
·2 miesiące temu·discuss
[flagged]
paolatauru
·2 miesiące temu·discuss
[dead]
paolatauru
·2 miesiące temu·discuss
[dead]
paolatauru
·2 miesiące temu·discuss
[dead]
paolatauru
·2 miesiące temu·discuss
[flagged]
paolatauru
·2 miesiące temu·discuss
[dead]
paolatauru
·3 miesiące temu·discuss
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
paolatauru
·3 miesiące temu·discuss
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 able to keep some of the old code
paolatauru
·3 miesiące temu·discuss
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 stay in processing/p5 land
paolatauru
·3 miesiące temu·discuss
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 under pressure. did you implement your own lru cache on top or are you just letting the decoder handle it. also interested in how mobile holds up on memory constrained devices - iphones especially tend to kill pages that use too much webcodecs memory in the background
paolatauru
·3 miesiące temu·discuss
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.
paolatauru
·3 miesiące temu·discuss
[dead]
paolatauru
·3 miesiące temu·discuss
[dead]
paolatauru
·3 miesiące temu·discuss
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-hostable or managed only?
paolatauru
·3 miesiące temu·discuss
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
paolatauru
·3 miesiące temu·discuss
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 you figured out
paolatauru
·3 miesiące temu·discuss
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 keep it snappy
paolatauru
·3 miesiące temu·discuss
curious how you handle the google calendar API auth flow. did you go with the native aswebauthenticationsession or store tokens in keychain