Hacker Newsnew | past | comments | ask | show | jobs | submit | ftigis's commentslogin

ImageMagick with `-dither` and `-remap` could also work. For remap you would need an image with your desired palette, and IIRC you could use ImageMagick to produce that image but I cannot recall the incantation required for that.


https://github.com/apple/container is supported from macOS 26


Why is a LinkedIn URL needed? Some people don't have one.


How about not accidentally showing tokens and credentials when live screen sharing?


How about this version?

https://levenspiel.com/elephants/

Can't find the source though


This isn't the same though. With EventTarget, if one of the callback throws, the later callbacks would still get called. With yours the later callbacks don't get called.


True, I forgot about that. Habit of working in Rust, perhaps, and generally avoiding exceptions when working in JavaScript.

Well then, a few alternatives to replace f=>f(d), each with slightly different semantics:

• async f=>f(d) (+6, 103 bytes).

• f=>{try{f(d)}catch{}} (+14, 111 bytes).

• f=>setTimeout(()=>f(d)) (+16 bytes, 113 bytes).

• f=>queueMicrotask(()=>f(d)) (+20 bytes, 117 bytes).


How does one follow a post in HN?


They do rely on convection, just forced convection rather than natural.


Have you heard of Blotch? How feasible is selling a device with a 13.3 inch e-ink screen under 200 USD?


It may be marketed as bespoke, but it does seem to take USI stylus (styli?), at least for basic inking purposes, https://youtu.be/4peCXY7duxI?t=486

and USI seems to be about interoperability https://universalstylus.org/ , at least within that ecosystem.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: