Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bbb651
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
bbb651
2y ago
Picotron[1] has this feature, I don’t remember the exact format but essentially you have a special comment syntax that includes a base64 encoded lz4 compressed string that stores the image, every text widget on the system supports it and re
2.
▲
by
bbb651
2y ago
I meant more than it already is, I referenced this: https://stackoverflow.com/a/43339003 . I do think it would be neat but it's niche enough to not be worth the non-obvious behavior of boxing with `Option`, e.g. yo
3.
▲
by
bbb651
2y ago
You can almost do it with `condition and value`, but you get `False` instead of `None` (and adding any more code makes this worse than `value if condition else None`. Interestingly lua like `<condition> and <true-expression> or
4.
▲
by
bbb651
2y ago
I have a feeling this will change real soon.
5.
▲
by
bbb651
2y ago
https://hacks.mozilla.org/2024/05/experimenting-with-local-a...
6.
▲
by
bbb651
2y ago
Terrible article imo. You can’t approach UI from the perspective of a developer using the UI you just wrote, you need to think about it from a user’s perspective. That sometimes means having redundancy in the name of familiarity and legibil
7.
▲
by
bbb651
2y ago
Well good news, literally just did a week ago: https://chromium-review.googlesource.com/c/chromium/src/+/57...
8.
▲
by
bbb651
2y ago
Here is the [source code]( https://github.com/OatsCG/Openmusic ). The app has a lot of cool features like themes (apple music, spotify, wii, windows 7), an equalizer and car control with your hand over the depth sensor.