The best Hacker News stories from Show from the past day
Latest posts:
Show HN: Tweening web visualisation, in Rust – (WASM)
Using wasm-bindgen, and the tween-rs crate
Show HN: Tweening web visualisation, in Rust – (WASM)
Using wasm-bindgen, and the tween-rs crate
Show HN: Miracode, a Minecraft programming font that is readable
I always believe in using what one makes, which is unfortunate because I made Monocraft. For the past year I've been stuck looking at those pixels while I code, so over the weekend I tried my hand at making a version of Monocraft that was more legible. Introducing Miracode, a Minecraft programming font that is actually usable!
Using a custom algorithm, I've converted adjacent pixels from the original font into strokes, which allow for a more smooth look while maintaining that Minecraft-y look. Give it a try and let me know what you think!
Show HN: Miracode, a Minecraft programming font that is readable
I always believe in using what one makes, which is unfortunate because I made Monocraft. For the past year I've been stuck looking at those pixels while I code, so over the weekend I tried my hand at making a version of Monocraft that was more legible. Introducing Miracode, a Minecraft programming font that is actually usable!
Using a custom algorithm, I've converted adjacent pixels from the original font into strokes, which allow for a more smooth look while maintaining that Minecraft-y look. Give it a try and let me know what you think!
Show HN: Miracode, a Minecraft programming font that is readable
I always believe in using what one makes, which is unfortunate because I made Monocraft. For the past year I've been stuck looking at those pixels while I code, so over the weekend I tried my hand at making a version of Monocraft that was more legible. Introducing Miracode, a Minecraft programming font that is actually usable!
Using a custom algorithm, I've converted adjacent pixels from the original font into strokes, which allow for a more smooth look while maintaining that Minecraft-y look. Give it a try and let me know what you think!
Show HN: A platform for remote piano lessons based on the Web MIDI API
I'm building a video conferencing app designed to facilitate better remote piano lessons. My hope is to solve a lot of the challenges piano tutors and new students deal with when taking lessons through Skype/Zoom. It leverages WebRTC's data transmission to send media, MIDI state, and (eventually) send sheet music files and other musical data.<p>I'm surprised with how well the MVP has worked and would love to hear any feedback or suggestions!
Show HN: A platform for remote piano lessons based on the Web MIDI API
I'm building a video conferencing app designed to facilitate better remote piano lessons. My hope is to solve a lot of the challenges piano tutors and new students deal with when taking lessons through Skype/Zoom. It leverages WebRTC's data transmission to send media, MIDI state, and (eventually) send sheet music files and other musical data.<p>I'm surprised with how well the MVP has worked and would love to hear any feedback or suggestions!
Show HN: A platform for remote piano lessons based on the Web MIDI API
I'm building a video conferencing app designed to facilitate better remote piano lessons. My hope is to solve a lot of the challenges piano tutors and new students deal with when taking lessons through Skype/Zoom. It leverages WebRTC's data transmission to send media, MIDI state, and (eventually) send sheet music files and other musical data.<p>I'm surprised with how well the MVP has worked and would love to hear any feedback or suggestions!
Show HN: Multi-monitor KVM using just a USB switch
Simple KVM lets you control multiple PCs from one mouse, keyboard and monitor(s).<p>It is similar to Haimgel's display-switch (<a href="https://news.ycombinator.com/item?id=29608967">https://news.ycombinator.com/item?id=29608967</a>), but it provides a GUI which hopefully makes it a bit easier to set up. It also supports hotkeys which effectively lets you alt+tab between computers.<p>I was surprised by the star-to-download ratio (55:400) on GitHub, so I thought I'd post it here as it might be useful to someone.<p>Feedback welcome!<p>Thanks,
Fidel
Show HN: Multi-monitor KVM using just a USB switch
Simple KVM lets you control multiple PCs from one mouse, keyboard and monitor(s).<p>It is similar to Haimgel's display-switch (<a href="https://news.ycombinator.com/item?id=29608967">https://news.ycombinator.com/item?id=29608967</a>), but it provides a GUI which hopefully makes it a bit easier to set up. It also supports hotkeys which effectively lets you alt+tab between computers.<p>I was surprised by the star-to-download ratio (55:400) on GitHub, so I thought I'd post it here as it might be useful to someone.<p>Feedback welcome!<p>Thanks,
Fidel
Show HN: Multi-monitor KVM using just a USB switch
Simple KVM lets you control multiple PCs from one mouse, keyboard and monitor(s).<p>It is similar to Haimgel's display-switch (<a href="https://news.ycombinator.com/item?id=29608967">https://news.ycombinator.com/item?id=29608967</a>), but it provides a GUI which hopefully makes it a bit easier to set up. It also supports hotkeys which effectively lets you alt+tab between computers.<p>I was surprised by the star-to-download ratio (55:400) on GitHub, so I thought I'd post it here as it might be useful to someone.<p>Feedback welcome!<p>Thanks,
Fidel
Show HN: Multi-monitor KVM using just a USB switch
Simple KVM lets you control multiple PCs from one mouse, keyboard and monitor(s).<p>It is similar to Haimgel's display-switch (<a href="https://news.ycombinator.com/item?id=29608967">https://news.ycombinator.com/item?id=29608967</a>), but it provides a GUI which hopefully makes it a bit easier to set up. It also supports hotkeys which effectively lets you alt+tab between computers.<p>I was surprised by the star-to-download ratio (55:400) on GitHub, so I thought I'd post it here as it might be useful to someone.<p>Feedback welcome!<p>Thanks,
Fidel
Show HN: Mukette, a Markdown Pager for Unix-Based Systems
I really apologize if I am submitting this twice. I am new to these fora. I just discovered Show HN. The other thread did not have Show HN so it did not get any traction. This is a useful little tool so I guess people will like it. You're eithre like me, and do all your work in the terminal emulator. If they literally replace my displays with a VT100 I won't complain (but have to watch Youtube on my phone -_-). The other kind of use is someone who uses X (I know emulators are X too!) extensively, and only often needs to use the terminal This can be useful for both groups. Imagine you wanna read the README.md file of a repository. This happened to me what I wanted to read PackCC's REAMDE. And I had to do a pipline from Pandoc to Philadelphia! This nifty little tool will page the markdown file.<p>I want to improve it in the future. I have made some leeway to adding more features to it. I want people to execute the code listings (in a safe environment) by navigating to them. It's all right these in the code, I just got tired of picking at this like an old wound and releassed it.<p>It's been rand through ASAN and Valgrind. Some errors were fixed. If anything remains that I missed please tell me. I always initialize pointer ssto NULL so it should not complain much?<p>Anyways thanks.
Show HN: I made an AI powered job description generator
Show HN: Now my pet programming language can run in the browser
Show HN: Now my pet programming language can run in the browser
Show HN: Emacs minor mode for connecting assembly and assembled code buffers
I made a little emacs minor mode for connecting assembly code and assembled code buffers<p>I'm really fascinated by the idea of demystifying an operating system, so to be able to view the alignment between code and data I find really satisfying
Show HN: Emacs minor mode for connecting assembly and assembled code buffers
I made a little emacs minor mode for connecting assembly code and assembled code buffers<p>I'm really fascinated by the idea of demystifying an operating system, so to be able to view the alignment between code and data I find really satisfying
Show HN: Emacs minor mode for connecting assembly and assembled code buffers
I made a little emacs minor mode for connecting assembly code and assembled code buffers<p>I'm really fascinated by the idea of demystifying an operating system, so to be able to view the alignment between code and data I find really satisfying
Show HN: Emacs minor mode for connecting assembly and assembled code buffers
I made a little emacs minor mode for connecting assembly code and assembled code buffers<p>I'm really fascinated by the idea of demystifying an operating system, so to be able to view the alignment between code and data I find really satisfying