The best Hacker News stories from Show from the past day
Latest posts:
Show HN: ScholArxiv – an open-source, aesthetic, minimal research paper explorer
Show HN: ScholArxiv – an open-source, aesthetic, minimal research paper explorer
Show HN: Play with an interactive heatmap of SF crime (and other cities)
Show HN: Play with an interactive heatmap of SF crime (and other cities)
Show HN: BudgetFlow – Budget planning using interactive Sankey diagrams
Show HN: BudgetFlow – Budget planning using interactive Sankey diagrams
Show HN: BudgetFlow – Budget planning using interactive Sankey diagrams
Show HN: I've spent nearly 5y on a web app that creates 3D apartments
Show HN: I've spent nearly 5y on a web app that creates 3D apartments
Show HN: I've spent nearly 5y on a web app that creates 3D apartments
Show HN: I've spent nearly 5y on a web app that creates 3D apartments
Show HN: AutoEditor – Edit your video in just a few clicks
I wanted to show the first version of my new project, its main goal is to let users edit short engaging videos in just a few clicks.<p>Upload your video (or take a link from YouTube), cut your video, crop it, subtitle it, add overlay layers and much more.
Show HN: AutoEditor – Edit your video in just a few clicks
I wanted to show the first version of my new project, its main goal is to let users edit short engaging videos in just a few clicks.<p>Upload your video (or take a link from YouTube), cut your video, crop it, subtitle it, add overlay layers and much more.
Show HN: AutoEditor – Edit your video in just a few clicks
I wanted to show the first version of my new project, its main goal is to let users edit short engaging videos in just a few clicks.<p>Upload your video (or take a link from YouTube), cut your video, crop it, subtitle it, add overlay layers and much more.
Show HN: I built a serverless data API builder – no storage, low latency
Hey HN,<p>I'm Bo, cofounder of Fleak.ai. Over the past several months, our team has been hard at work developing Fleak, a data API backend builder, and we would love your feedback on what we've built so far.<p>What Fleak Does:
Fleak simplifies the process of building and deploying API backends. It features a no-code IDE UI that lets you create workflows by chaining together steps such as native SQL transformations, calling LLM models, AWS Lambda functions, and more. With a single click, you can deploy these workflows to a production endpoint (during test, we are able to handle 5000 QPS without LLM node).<p>Key Features:<p>Native SQL Transformation: Work with SQL directly, without the need for a storage layer.
Simplified Setup: No more cluster configuration and script juggling.
Efficient Deployment: Streamlines the deployment cycle and reduces the need for constant monitoring.
The inspiration for Fleak came from my frustration with maintaining production data pipelines, especially with the added complexity brought by LLMs. Fleak aims to simplify life for data practitioners.<p>Known restrictions:
1. not all SQL syntax is supported, we are adding daily
2. free version has rate limit due to cost
3. LLM node latency is not optimized due to cost, but our base rate limit is higher than out of box models and can be elastic.<p>Our codebase is meticulously maintained, though it's not open source yet as we're still considering which parts to release.
You can check out Fleak at www.fleak.ai.
We are hosting a small product feedback lunch on Stanford campus this thursday 8/8 1:30pm-2:30pm. Come join us! <a href="https://lu.ma/0beq21pd" rel="nofollow">https://lu.ma/0beq21pd</a><p>We'd love to hear your thoughts:<p>Does this sound useful to you?
What features would you like to see?
Any advice on open-sourcing?
Thanks!
Show HN: I built a serverless data API builder – no storage, low latency
Hey HN,<p>I'm Bo, cofounder of Fleak.ai. Over the past several months, our team has been hard at work developing Fleak, a data API backend builder, and we would love your feedback on what we've built so far.<p>What Fleak Does:
Fleak simplifies the process of building and deploying API backends. It features a no-code IDE UI that lets you create workflows by chaining together steps such as native SQL transformations, calling LLM models, AWS Lambda functions, and more. With a single click, you can deploy these workflows to a production endpoint (during test, we are able to handle 5000 QPS without LLM node).<p>Key Features:<p>Native SQL Transformation: Work with SQL directly, without the need for a storage layer.
Simplified Setup: No more cluster configuration and script juggling.
Efficient Deployment: Streamlines the deployment cycle and reduces the need for constant monitoring.
The inspiration for Fleak came from my frustration with maintaining production data pipelines, especially with the added complexity brought by LLMs. Fleak aims to simplify life for data practitioners.<p>Known restrictions:
1. not all SQL syntax is supported, we are adding daily
2. free version has rate limit due to cost
3. LLM node latency is not optimized due to cost, but our base rate limit is higher than out of box models and can be elastic.<p>Our codebase is meticulously maintained, though it's not open source yet as we're still considering which parts to release.
You can check out Fleak at www.fleak.ai.
We are hosting a small product feedback lunch on Stanford campus this thursday 8/8 1:30pm-2:30pm. Come join us! <a href="https://lu.ma/0beq21pd" rel="nofollow">https://lu.ma/0beq21pd</a><p>We'd love to hear your thoughts:<p>Does this sound useful to you?
What features would you like to see?
Any advice on open-sourcing?
Thanks!
Show HN: I built a simple, open-source tool to manage servers and SSH keys
Show HN: I built a simple, open-source tool to manage servers and SSH keys
Show HN: 1-FPS encrypted screen sharing for introverts
I wanted to show you something I was hacking on for the last few weeks.<p>I tired of sharing screen via Google Meet with 1-hour limitation, with Zoom and 40-minute limitation, etc. With paid Slack subscription. And often times I just needed to screenshare with no audio.<p>So I ended up with my own solution - no registration, low memory, low CPU, low tek 1 fps encrypted screen sharing. Currently sharing only the main screen (good for laptop users).<p>It's very raw in terms of infrastructure, since I'm not counting bytes (yikes!), everything works on my own dedicated server. But the service itself has been tested, we've been sharing screens for countless hours. All sessions last for 48 hours, then it gets removed with all remaining info.<p>Every new frame replaces the other, and everything is end-to-end encrypted so even server owners and operators won't be able to see what are you sharing.<p>There is also no tracking, except the main page - and I use my own analytics. Sessions are not getting tracked and never will be, and observability currently is not in place.<p>Again, this is a true one-person side hacking project I hope (but I have serious doubts) I might need to scale if it's getting traction to support more users.
Show HN: 1-FPS encrypted screen sharing for introverts
I wanted to show you something I was hacking on for the last few weeks.<p>I tired of sharing screen via Google Meet with 1-hour limitation, with Zoom and 40-minute limitation, etc. With paid Slack subscription. And often times I just needed to screenshare with no audio.<p>So I ended up with my own solution - no registration, low memory, low CPU, low tek 1 fps encrypted screen sharing. Currently sharing only the main screen (good for laptop users).<p>It's very raw in terms of infrastructure, since I'm not counting bytes (yikes!), everything works on my own dedicated server. But the service itself has been tested, we've been sharing screens for countless hours. All sessions last for 48 hours, then it gets removed with all remaining info.<p>Every new frame replaces the other, and everything is end-to-end encrypted so even server owners and operators won't be able to see what are you sharing.<p>There is also no tracking, except the main page - and I use my own analytics. Sessions are not getting tracked and never will be, and observability currently is not in place.<p>Again, this is a true one-person side hacking project I hope (but I have serious doubts) I might need to scale if it's getting traction to support more users.