The best Hacker News stories from Show from the past day

Go back

Latest posts:

Show HN: I made a git rebase TUI editor

I use interactive rebase quite often, and particularly like the editor bundled with IntelliJ. But I do not always work with IntelliJ, and am not 'fluent' with Vim, so I tried to replicate roughly the same rebase experience within a TUI. I used a small TUI OCaml project i made last year.<p>The notable features are: - Move commits up and down, fixup, drop - Rename commits from the editor (without having to stop for a reword during the rebase run) - Visualize modified files along commits - 'Explode' a commit ,creating a commit for each modified file (a thing I found myself doing quite often)<p>Feedbacks (both on the tool and the code) and contributions welcome, hope it could fit other people needs too !

Show HN: I made a simple web app to help kids learn a new language

Hey there!<p>Out of the necessity to teach my son a new language, I developed an app just for him. After months of use and realizing how effective it was, I decided to make it available to the public. Now, I’m looking for your support, feedback, and possibly help in reaching potential customers.<p>Take a look and let me know your thoughts!<p>Thank you!

Show HN: I made a simple web app to help kids learn a new language

Hey there!<p>Out of the necessity to teach my son a new language, I developed an app just for him. After months of use and realizing how effective it was, I decided to make it available to the public. Now, I’m looking for your support, feedback, and possibly help in reaching potential customers.<p>Take a look and let me know your thoughts!<p>Thank you!

Show HN: AOO – C++ library for real-time audio streaming and messaging

AOO is a lightweight and flexible peer-to-peer audio streaming and messaging solution. It allows to send audio and messages in real-time and on demand between network endpoints - not only in local networks, but also over the public internet!<p>The C/C++ library can be easily embedded in host applications or plugins. It even runs on embedded devices, such as the ESP32. In addition, the project contains a Pure Data external and a SuperCollider extension.<p>The following article provides a high level introduction and demonstrates some use cases: <a href="https://www.soundingfuture.com/en/article/aoo-low-latency-peer-peer-audio-streaming-and-messaging" rel="nofollow">https://www.soundingfuture.com/en/article/aoo-low-latency-pe...</a><p>AOO has been in development since 2020 and it has been used in several art projects since. Now it has finally reached a stage where I feel comfortable presenting it to a larger public.<p>This is still a pre-release and I want to get more feedback before making a final release, so tell me what you think!

Show HN: AOO – C++ library for real-time audio streaming and messaging

AOO is a lightweight and flexible peer-to-peer audio streaming and messaging solution. It allows to send audio and messages in real-time and on demand between network endpoints - not only in local networks, but also over the public internet!<p>The C/C++ library can be easily embedded in host applications or plugins. It even runs on embedded devices, such as the ESP32. In addition, the project contains a Pure Data external and a SuperCollider extension.<p>The following article provides a high level introduction and demonstrates some use cases: <a href="https://www.soundingfuture.com/en/article/aoo-low-latency-peer-peer-audio-streaming-and-messaging" rel="nofollow">https://www.soundingfuture.com/en/article/aoo-low-latency-pe...</a><p>AOO has been in development since 2020 and it has been used in several art projects since. Now it has finally reached a stage where I feel comfortable presenting it to a larger public.<p>This is still a pre-release and I want to get more feedback before making a final release, so tell me what you think!

Show HN: AOO – C++ library for real-time audio streaming and messaging

AOO is a lightweight and flexible peer-to-peer audio streaming and messaging solution. It allows to send audio and messages in real-time and on demand between network endpoints - not only in local networks, but also over the public internet!<p>The C/C++ library can be easily embedded in host applications or plugins. It even runs on embedded devices, such as the ESP32. In addition, the project contains a Pure Data external and a SuperCollider extension.<p>The following article provides a high level introduction and demonstrates some use cases: <a href="https://www.soundingfuture.com/en/article/aoo-low-latency-peer-peer-audio-streaming-and-messaging" rel="nofollow">https://www.soundingfuture.com/en/article/aoo-low-latency-pe...</a><p>AOO has been in development since 2020 and it has been used in several art projects since. Now it has finally reached a stage where I feel comfortable presenting it to a larger public.<p>This is still a pre-release and I want to get more feedback before making a final release, so tell me what you think!

Show HN: Pocache, preemptive optimistic caching for Go

Hey all, I recently published this Go package, and would like to <i>show off</i> as well as get feedback!

Show HN: Pocache, preemptive optimistic caching for Go

Hey all, I recently published this Go package, and would like to <i>show off</i> as well as get feedback!

Show HN: Self-Hostable Algolia DocSearch Replacement

Interactive demo: <a href="https://getcanary.dev/docs/cloud/demo" rel="nofollow">https://getcanary.dev/docs/cloud/demo</a><p>Canary works with local search indexes like Pagefind too: <a href="https://getcanary.dev/docs/local/demo" rel="nofollow">https://getcanary.dev/docs/local/demo</a><p>For both demo, you'll find small "code" tab to see actual code to build the search UI.<p>Self-hosting guide: <a href="https://getcanary.dev/docs/cloud/self-host" rel="nofollow">https://getcanary.dev/docs/cloud/self-host</a><p>Would love to hear any feedback!

Show HN: Self-Hostable Algolia DocSearch Replacement

Interactive demo: <a href="https://getcanary.dev/docs/cloud/demo" rel="nofollow">https://getcanary.dev/docs/cloud/demo</a><p>Canary works with local search indexes like Pagefind too: <a href="https://getcanary.dev/docs/local/demo" rel="nofollow">https://getcanary.dev/docs/local/demo</a><p>For both demo, you'll find small "code" tab to see actual code to build the search UI.<p>Self-hosting guide: <a href="https://getcanary.dev/docs/cloud/self-host" rel="nofollow">https://getcanary.dev/docs/cloud/self-host</a><p>Would love to hear any feedback!

Show HN: I made an Ollama summarizer for Firefox

Source: <a href="https://github.com/tcsenpai/spacellama">https://github.com/tcsenpai/spacellama</a>

Show HN: I made an Ollama summarizer for Firefox

Source: <a href="https://github.com/tcsenpai/spacellama">https://github.com/tcsenpai/spacellama</a>

Show HN: I made an Ollama summarizer for Firefox

Source: <a href="https://github.com/tcsenpai/spacellama">https://github.com/tcsenpai/spacellama</a>

Show HN: Dead man's switch without reliance on your infra

I wrote this Go project to implement a dead man’s switch that didn’t rely on cron jobs, timers, databases, etc on the infra it runs on. Deadcheck integrates to PagerDuty and keeps a long running incident snoozed until expected check-in times where it’ll alert unless a check-in occurs.

Show HN: Dead man's switch without reliance on your infra

I wrote this Go project to implement a dead man’s switch that didn’t rely on cron jobs, timers, databases, etc on the infra it runs on. Deadcheck integrates to PagerDuty and keeps a long running incident snoozed until expected check-in times where it’ll alert unless a check-in occurs.

Show HN: NotesHub: cross-platform, Markdown-based note-taking app

Thank you for your comments, just some context:<p>- The app is available for iOS, Android, Windows, Mac, Apple Vision Pro, and the Web.<p>- The Web version is implemented as a Progressive Web Application that is very responsive, local first, offline first, can be installed, and is entirely free to use.<p>- Native (hybrid) versions do not require subscription fees and have small one-time payment.<p>- You can store your notes in Git using any Git provider such as GitHub, GitLab, or Bitbucket. However, it has the best built-in integration with GitHub. Self-hosted scenarios like Gitea are also supported. In addition to Git, you can store your notes in a file system and iCloud Drive on Apple Devices.<p>- It has a rich Markdown syntax support with added extensions like Mermaid, ABC music notation, callouts, etc.<p>In addition to regular Markdown notes, you can create Kanban boards for easy task management (under the hood, it is still stored in Markdown). If that is not enough, you can create whiteboards based on Excalidraw and embed them back into your notes.

Show HN: NotesHub: cross-platform, Markdown-based note-taking app

Thank you for your comments, just some context:<p>- The app is available for iOS, Android, Windows, Mac, Apple Vision Pro, and the Web.<p>- The Web version is implemented as a Progressive Web Application that is very responsive, local first, offline first, can be installed, and is entirely free to use.<p>- Native (hybrid) versions do not require subscription fees and have small one-time payment.<p>- You can store your notes in Git using any Git provider such as GitHub, GitLab, or Bitbucket. However, it has the best built-in integration with GitHub. Self-hosted scenarios like Gitea are also supported. In addition to Git, you can store your notes in a file system and iCloud Drive on Apple Devices.<p>- It has a rich Markdown syntax support with added extensions like Mermaid, ABC music notation, callouts, etc.<p>In addition to regular Markdown notes, you can create Kanban boards for easy task management (under the hood, it is still stored in Markdown). If that is not enough, you can create whiteboards based on Excalidraw and embed them back into your notes.

Show HN: I made a URL expander because short links are too mainstream

Show HN: I made a URL expander because short links are too mainstream

Show HN: I made a URL expander because short links are too mainstream

< 1 2 3 ... 19 20 21 22 23 ... 718 719 720 >