Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mk12345
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
mk12345
11mo ago
I really like this approach, and think it should be used more! In a previous experiment, I created a simple webpage which renders media stored in the URL. This way, it's able to store and render images, audio, and even simple webpages
2.
▲
by
mk12345
1y ago
Very cool, reminds me of the library of Babel (of which you also made a version! [1]). I made something similar a while ago, the Hdd of Babel [2], which contains all possible files(*) , and wrote down some thoughts on it [3]. I really like
3.
▲
by
mk12345
2y ago
I think it does! uv add [0] adds a dependency to your pyproject.toml, as well as your environment. If you change your pyproject.toml file manually, uv sync [1] will update your environment accordingly. [0]: https://docs.astral.sh
4.
▲
by
mk12345
2y ago
I created https://floatynotes.app a while ago, which might fit your list :). It provides virtual sticky notes, using the new Document Picture-in-Picture API.
5.
▲
by
mk12345
3y ago
Nice, I had a similar idea a while ago! I wanted to support other media types, such as images, audio and webpages. It was a really fun experiment! https://mkaandorp.github.io/hdd-of-babel/
6.
▲
by
mk12345
3y ago
Good points. Additionally, PiP is also possible in most browsers. https://developer.mozilla.org/en-US/docs/Web/API/Picture-in-...
7.
▲
by
mk12345
4y ago
Looks cool! I created something similar a while ago, which allows you to store any kind of data in the url (web pages, audio, games,...). https://mkaandorp.github.io/hdd-of-babel/