The best Hacker News stories from Show from the past day

Go back

Latest posts:

Show HN: I built a website editor for TailwindCSS

Show HN: Building musical synthesizers with SQL queries

If you already know what bytebeat is, you don't need an explanation. If not, check my project :)<p>Here is how it looks:<p><pre><code> SELECT mono(output( arraySum(x -> 1 / 6 * running_envelope(30 * (1 + x / 6), time, 0.05 * x, 0.005, lfo(0, 0.25, sine_wave, time / 8), 0.1) * sine_wave(time * 80 * exp2(x / 3)), range(12)))) FROM table; </code></pre> To check how it sounds, find the examples in the repository <a href="https://github.com/ClickHouse/NoiSQL">https://github.com/ClickHouse/NoiSQL</a>

Show HN: Building musical synthesizers with SQL queries

If you already know what bytebeat is, you don't need an explanation. If not, check my project :)<p>Here is how it looks:<p><pre><code> SELECT mono(output( arraySum(x -> 1 / 6 * running_envelope(30 * (1 + x / 6), time, 0.05 * x, 0.005, lfo(0, 0.25, sine_wave, time / 8), 0.1) * sine_wave(time * 80 * exp2(x / 3)), range(12)))) FROM table; </code></pre> To check how it sounds, find the examples in the repository <a href="https://github.com/ClickHouse/NoiSQL">https://github.com/ClickHouse/NoiSQL</a>

Show HN: Building musical synthesizers with SQL queries

If you already know what bytebeat is, you don't need an explanation. If not, check my project :)<p>Here is how it looks:<p><pre><code> SELECT mono(output( arraySum(x -> 1 / 6 * running_envelope(30 * (1 + x / 6), time, 0.05 * x, 0.005, lfo(0, 0.25, sine_wave, time / 8), 0.1) * sine_wave(time * 80 * exp2(x / 3)), range(12)))) FROM table; </code></pre> To check how it sounds, find the examples in the repository <a href="https://github.com/ClickHouse/NoiSQL">https://github.com/ClickHouse/NoiSQL</a>

Show HN: ChatGDB – GPT-Powered GDB Assistant

ChatGDB is a tool designed to superpower your debugging experience with GDB, a debugger for compiled languages. Use it to accelerate your debugging workflow by leveraging the power of ChatGPT to assist you while using GDB!<p>It allows you to explain in natural language what you want to do, and then automatically execute the relevant command. Optionally, you can ask ChatGPT to explain the command it just ran or even pass in any question for it to answer. Focus on what's important - figuring out that nasty bug instead of chasing down GDB commands at the tip of your tongue.<p>See it here: <a href="https://github.com/pgosar/ChatGDB">https://github.com/pgosar/ChatGDB</a>

Show HN: ChatGDB – GPT-Powered GDB Assistant

ChatGDB is a tool designed to superpower your debugging experience with GDB, a debugger for compiled languages. Use it to accelerate your debugging workflow by leveraging the power of ChatGPT to assist you while using GDB!<p>It allows you to explain in natural language what you want to do, and then automatically execute the relevant command. Optionally, you can ask ChatGPT to explain the command it just ran or even pass in any question for it to answer. Focus on what's important - figuring out that nasty bug instead of chasing down GDB commands at the tip of your tongue.<p>See it here: <a href="https://github.com/pgosar/ChatGDB">https://github.com/pgosar/ChatGDB</a>

Show HN: ChatGDB – GPT-Powered GDB Assistant

ChatGDB is a tool designed to superpower your debugging experience with GDB, a debugger for compiled languages. Use it to accelerate your debugging workflow by leveraging the power of ChatGPT to assist you while using GDB!<p>It allows you to explain in natural language what you want to do, and then automatically execute the relevant command. Optionally, you can ask ChatGPT to explain the command it just ran or even pass in any question for it to answer. Focus on what's important - figuring out that nasty bug instead of chasing down GDB commands at the tip of your tongue.<p>See it here: <a href="https://github.com/pgosar/ChatGDB">https://github.com/pgosar/ChatGDB</a>

Show HN: ChatGDB – GPT-Powered GDB Assistant

ChatGDB is a tool designed to superpower your debugging experience with GDB, a debugger for compiled languages. Use it to accelerate your debugging workflow by leveraging the power of ChatGPT to assist you while using GDB!<p>It allows you to explain in natural language what you want to do, and then automatically execute the relevant command. Optionally, you can ask ChatGPT to explain the command it just ran or even pass in any question for it to answer. Focus on what's important - figuring out that nasty bug instead of chasing down GDB commands at the tip of your tongue.<p>See it here: <a href="https://github.com/pgosar/ChatGDB">https://github.com/pgosar/ChatGDB</a>

Show HN: Machato — A native macOS client for ChatGPT

Machato is a tiny ChatGPT client that supports all basic features, and more !<p>I was frustrated with other native implementations that focused on quick access but didn't give easy access to a history of what has been said. Since ChatGPT is a learning tool for me, I'm always ruffling through past conversations. The client supports markdown rendering as well as LaTeX. Feel free to try it out !<p>For those who see this thread early, you can use the promo code EARLY_BIRD to get a free lifetime license.<p>Let me know if some aspects can be improved or if there are features you'd like to see implemented in native clients.<p>EDIT: Since the early bird discount has expired before this post could reach HN, I'll leave you with 50% off with the code MACHATO50 !

Show HN: Machato — A native macOS client for ChatGPT

Machato is a tiny ChatGPT client that supports all basic features, and more !<p>I was frustrated with other native implementations that focused on quick access but didn't give easy access to a history of what has been said. Since ChatGPT is a learning tool for me, I'm always ruffling through past conversations. The client supports markdown rendering as well as LaTeX. Feel free to try it out !<p>For those who see this thread early, you can use the promo code EARLY_BIRD to get a free lifetime license.<p>Let me know if some aspects can be improved or if there are features you'd like to see implemented in native clients.<p>EDIT: Since the early bird discount has expired before this post could reach HN, I'll leave you with 50% off with the code MACHATO50 !

Show HN: Generate startup ideas based on HN comments

Show HN: Generate startup ideas based on HN comments

Show HN: ADHD-friendly Pomodoro web app

Show HN: ADHD-friendly Pomodoro web app

Show HN: ADHD-friendly Pomodoro web app

Show HN: ADHD-friendly Pomodoro web app

Show HN: Tabby – A self-hosted GitHub Copilot

I would like to introduce Tabby, which is a self-hosted alternative to GitHub Copilot that you can integrate into your hardware. While GitHub Copilot has made coding more efficient and less time-consuming by assisting developers with suggestions and completing code, it raises concerns around privacy and security.<p>Tabby is in its early stages, and we are excited to receive feedback from the community.<p>Its Github repository is located here: <a href="https://github.com/TabbyML/tabby">https://github.com/TabbyML/tabby</a>.<p>We have also deployed the latest docker image to Huggingface for a live demo: <a href="https://huggingface.co/spaces/TabbyML/tabby" rel="nofollow">https://huggingface.co/spaces/TabbyML/tabby</a>.<p>Tabby is built on top of the popular Hugging Face Transformers / Triton FasterTransformer backend and is designed to be self-hosted, providing you with complete control over your data and privacy. In Tabby's next feature iteration, you can fine-tune the model to meet your project requirements.

Show HN: Tabby – A self-hosted GitHub Copilot

I would like to introduce Tabby, which is a self-hosted alternative to GitHub Copilot that you can integrate into your hardware. While GitHub Copilot has made coding more efficient and less time-consuming by assisting developers with suggestions and completing code, it raises concerns around privacy and security.<p>Tabby is in its early stages, and we are excited to receive feedback from the community.<p>Its Github repository is located here: <a href="https://github.com/TabbyML/tabby">https://github.com/TabbyML/tabby</a>.<p>We have also deployed the latest docker image to Huggingface for a live demo: <a href="https://huggingface.co/spaces/TabbyML/tabby" rel="nofollow">https://huggingface.co/spaces/TabbyML/tabby</a>.<p>Tabby is built on top of the popular Hugging Face Transformers / Triton FasterTransformer backend and is designed to be self-hosted, providing you with complete control over your data and privacy. In Tabby's next feature iteration, you can fine-tune the model to meet your project requirements.

Show HN: Tabby – A self-hosted GitHub Copilot

I would like to introduce Tabby, which is a self-hosted alternative to GitHub Copilot that you can integrate into your hardware. While GitHub Copilot has made coding more efficient and less time-consuming by assisting developers with suggestions and completing code, it raises concerns around privacy and security.<p>Tabby is in its early stages, and we are excited to receive feedback from the community.<p>Its Github repository is located here: <a href="https://github.com/TabbyML/tabby">https://github.com/TabbyML/tabby</a>.<p>We have also deployed the latest docker image to Huggingface for a live demo: <a href="https://huggingface.co/spaces/TabbyML/tabby" rel="nofollow">https://huggingface.co/spaces/TabbyML/tabby</a>.<p>Tabby is built on top of the popular Hugging Face Transformers / Triton FasterTransformer backend and is designed to be self-hosted, providing you with complete control over your data and privacy. In Tabby's next feature iteration, you can fine-tune the model to meet your project requirements.

Show HN: Tabby – A self-hosted GitHub Copilot

I would like to introduce Tabby, which is a self-hosted alternative to GitHub Copilot that you can integrate into your hardware. While GitHub Copilot has made coding more efficient and less time-consuming by assisting developers with suggestions and completing code, it raises concerns around privacy and security.<p>Tabby is in its early stages, and we are excited to receive feedback from the community.<p>Its Github repository is located here: <a href="https://github.com/TabbyML/tabby">https://github.com/TabbyML/tabby</a>.<p>We have also deployed the latest docker image to Huggingface for a live demo: <a href="https://huggingface.co/spaces/TabbyML/tabby" rel="nofollow">https://huggingface.co/spaces/TabbyML/tabby</a>.<p>Tabby is built on top of the popular Hugging Face Transformers / Triton FasterTransformer backend and is designed to be self-hosted, providing you with complete control over your data and privacy. In Tabby's next feature iteration, you can fine-tune the model to meet your project requirements.

< 1 2 3 ... 534 535 536 537 538 ... 958 959 960 >