The best Hacker News stories from Show from the past day

Go back

Latest posts:

Show HN: Software for Remote GPU-over-IP

We built installable software for Windows & Linux that makes any remote Nvidia GPU accessible to, and shareable across, any number of remote clients running local applications, all over standard networking.

Show HN: Software for Remote GPU-over-IP

We built installable software for Windows & Linux that makes any remote Nvidia GPU accessible to, and shareable across, any number of remote clients running local applications, all over standard networking.

Show HN: Onin – E2EE calendar and chat app

Hey HN!<p>Ryan here (co-founder of YC-backed Muzz). I’m now building Onin, an end-to-end encrypted calendar and chat app that makes organising your personal and social life simple and secure.<p>I’ve been building technology businesses for 10+ years and have witnessed the reoccurring problem that digital calendars were built for companies, not people. They feel cold, transactional, and anti-social — not the thing of dreams for planning your personal life. They also lack the security we now come to expect from consumer products.<p>Onin is the first calendar to be fully E2EE, protecting not just your events, but your messages and even your profile. Unlike existing E2EE calendars, you cannot share Onin events to others without the protection of E2EE. When you consider how much personal information your calendar stores about you and your loved ones’ lives, we think this is essential.<p>With such a focus on security and privacy, it’s only fitting that we host our Privacy Policy and Terms of Service on GitHub to be as transparent as possible with our users.<p>But beyond security, how is Onin so different?<p>Our research found that 84% of events are planned entirely in chats. But our calendars are disconnected from these conversations, leaving our schedules constantly out of sync.<p>To fix this, we’ve collapsed and combined calendar and chat into one secure app, eliminating the fragmentation between events and the conversations that form them.<p>Some of our unique features include:<p>- Calendar keyboard: Access your calendar from within the chat<p>- Event chats: Creating a new event generates a dedicated chat<p>- Just phone numbers: No more searching for your friend’s email<p>- End-to-end encryption: All our events and chats are E2EE, even your profile too<p>Onin is proudly the world’s most private calendar by default:<p>- End-to-end encrypted events, profiles, and messages<p>- Two-Factor Authentication required<p>- Chat without revealing your phone number<p>- (Coming soon) Your unique link to invite people, no need to share your number<p>We’re exactly 4 weeks away from launching the public beta to our waitlist community. You can check out all the features we have coming here and join too at the link above.<p>I’d love to hear your feedback and answer any questions!

Show HN: Onin – E2EE calendar and chat app

Hey HN!<p>Ryan here (co-founder of YC-backed Muzz). I’m now building Onin, an end-to-end encrypted calendar and chat app that makes organising your personal and social life simple and secure.<p>I’ve been building technology businesses for 10+ years and have witnessed the reoccurring problem that digital calendars were built for companies, not people. They feel cold, transactional, and anti-social — not the thing of dreams for planning your personal life. They also lack the security we now come to expect from consumer products.<p>Onin is the first calendar to be fully E2EE, protecting not just your events, but your messages and even your profile. Unlike existing E2EE calendars, you cannot share Onin events to others without the protection of E2EE. When you consider how much personal information your calendar stores about you and your loved ones’ lives, we think this is essential.<p>With such a focus on security and privacy, it’s only fitting that we host our Privacy Policy and Terms of Service on GitHub to be as transparent as possible with our users.<p>But beyond security, how is Onin so different?<p>Our research found that 84% of events are planned entirely in chats. But our calendars are disconnected from these conversations, leaving our schedules constantly out of sync.<p>To fix this, we’ve collapsed and combined calendar and chat into one secure app, eliminating the fragmentation between events and the conversations that form them.<p>Some of our unique features include:<p>- Calendar keyboard: Access your calendar from within the chat<p>- Event chats: Creating a new event generates a dedicated chat<p>- Just phone numbers: No more searching for your friend’s email<p>- End-to-end encryption: All our events and chats are E2EE, even your profile too<p>Onin is proudly the world’s most private calendar by default:<p>- End-to-end encrypted events, profiles, and messages<p>- Two-Factor Authentication required<p>- Chat without revealing your phone number<p>- (Coming soon) Your unique link to invite people, no need to share your number<p>We’re exactly 4 weeks away from launching the public beta to our waitlist community. You can check out all the features we have coming here and join too at the link above.<p>I’d love to hear your feedback and answer any questions!

Show HN: XP1 – A GPT-based Assistant with access to the browser Tabs

XP1 is an assistant based on GPT with access to your browser tabs content. It is geared (prompted) towards productivity and can be used to help you with your daily tasks (answering emails, summarizing, extracting structured data from unstructured text, ...)

Show HN: XP1 – A GPT-based Assistant with access to the browser Tabs

XP1 is an assistant based on GPT with access to your browser tabs content. It is geared (prompted) towards productivity and can be used to help you with your daily tasks (answering emails, summarizing, extracting structured data from unstructured text, ...)

Show HN: XP1 – A GPT-based Assistant with access to the browser Tabs

XP1 is an assistant based on GPT with access to your browser tabs content. It is geared (prompted) towards productivity and can be used to help you with your daily tasks (answering emails, summarizing, extracting structured data from unstructured text, ...)

Show HN: NixOS Web Hosting for Everyone

Show HN: NixOS Web Hosting for Everyone

Show HN: NixOS Web Hosting for Everyone

Show HN: We scaled Git to support 1 TB repos

I’ve been in the MLOps space for ~10 years, and data is still the hardest unsolved open problem. Code is versioned using Git, data is stored somewhere else, and context often lives in a 3rd location like Slack or GDocs. This is why we built XetHub, a platform that enables teams to treat data like code, using Git.<p>Unlike Git LFS, we don’t just store the files. We use content-defined chunking and Merkle Trees to dedupe against everything in history. This allows small changes in large files to be stored compactly. Read more here: <a href="https://xethub.com/assets/docs/how-xet-deduplication-works" rel="nofollow">https://xethub.com/assets/docs/how-xet-deduplication-works</a><p>Today, XetHub works for 1 TB repositories, and we plan to scale to 100 TB in the next year. Our implementation is in Rust (client & cache + storage) and our web application is written in Go. XetHub includes a GitHub-like web interface that provides automatic CSV summaries and allows custom visualizations using Vega. Even at 1 TB, we know downloading an entire repository is painful, so we built git-xet mount - which, in seconds, provides a user-mode filesystem view over the repo.<p>XetHub is available today (Linux & Mac today, Windows coming soon) and we would love your feedback!<p>Read more here:<p>- <a href="https://xetdata.com/blog/2022/10/15/why-xetdata" rel="nofollow">https://xetdata.com/blog/2022/10/15/why-xetdata</a><p>- <a href="https://xetdata.com/blog/2022/12/13/introducing-xethub" rel="nofollow">https://xetdata.com/blog/2022/12/13/introducing-xethub</a>

Show HN: We scaled Git to support 1 TB repos

I’ve been in the MLOps space for ~10 years, and data is still the hardest unsolved open problem. Code is versioned using Git, data is stored somewhere else, and context often lives in a 3rd location like Slack or GDocs. This is why we built XetHub, a platform that enables teams to treat data like code, using Git.<p>Unlike Git LFS, we don’t just store the files. We use content-defined chunking and Merkle Trees to dedupe against everything in history. This allows small changes in large files to be stored compactly. Read more here: <a href="https://xethub.com/assets/docs/how-xet-deduplication-works" rel="nofollow">https://xethub.com/assets/docs/how-xet-deduplication-works</a><p>Today, XetHub works for 1 TB repositories, and we plan to scale to 100 TB in the next year. Our implementation is in Rust (client & cache + storage) and our web application is written in Go. XetHub includes a GitHub-like web interface that provides automatic CSV summaries and allows custom visualizations using Vega. Even at 1 TB, we know downloading an entire repository is painful, so we built git-xet mount - which, in seconds, provides a user-mode filesystem view over the repo.<p>XetHub is available today (Linux & Mac today, Windows coming soon) and we would love your feedback!<p>Read more here:<p>- <a href="https://xetdata.com/blog/2022/10/15/why-xetdata" rel="nofollow">https://xetdata.com/blog/2022/10/15/why-xetdata</a><p>- <a href="https://xetdata.com/blog/2022/12/13/introducing-xethub" rel="nofollow">https://xetdata.com/blog/2022/12/13/introducing-xethub</a>

Show HN: We scaled Git to support 1 TB repos

I’ve been in the MLOps space for ~10 years, and data is still the hardest unsolved open problem. Code is versioned using Git, data is stored somewhere else, and context often lives in a 3rd location like Slack or GDocs. This is why we built XetHub, a platform that enables teams to treat data like code, using Git.<p>Unlike Git LFS, we don’t just store the files. We use content-defined chunking and Merkle Trees to dedupe against everything in history. This allows small changes in large files to be stored compactly. Read more here: <a href="https://xethub.com/assets/docs/how-xet-deduplication-works" rel="nofollow">https://xethub.com/assets/docs/how-xet-deduplication-works</a><p>Today, XetHub works for 1 TB repositories, and we plan to scale to 100 TB in the next year. Our implementation is in Rust (client & cache + storage) and our web application is written in Go. XetHub includes a GitHub-like web interface that provides automatic CSV summaries and allows custom visualizations using Vega. Even at 1 TB, we know downloading an entire repository is painful, so we built git-xet mount - which, in seconds, provides a user-mode filesystem view over the repo.<p>XetHub is available today (Linux & Mac today, Windows coming soon) and we would love your feedback!<p>Read more here:<p>- <a href="https://xetdata.com/blog/2022/10/15/why-xetdata" rel="nofollow">https://xetdata.com/blog/2022/10/15/why-xetdata</a><p>- <a href="https://xetdata.com/blog/2022/12/13/introducing-xethub" rel="nofollow">https://xetdata.com/blog/2022/12/13/introducing-xethub</a>

Show HN: Why YC when there's YZ?

The Crowd Supported, Crowd Constructed, Opened sourced Acceleration program for the next generation of builders. Note: Website is just to get feedback initially.

Show HN: ChatGPT Prompts and Products

Show HN: Prompt Engineering Course

Show HN: Train your own image generator (Stable Diffusion) for free

I've had a blast playing with stable diffusion and I see all the potential it will bring to us. I released a service for training your model, just upload 20-30 images and you can have a model of someone or some object doing anything. You can train one model for free a month in a slower queue or you can train many models on a fast queue and with other features for a fee. Here is an example of using it for show product placement: <a href="https://app.88stacks.com/image/O6kReClOvrz7" rel="nofollow">https://app.88stacks.com/image/O6kReClOvrz7</a> and here is an example of using it for people: <a href="https://app.88stacks.com/image/nOpdvCwx6kb7" rel="nofollow">https://app.88stacks.com/image/nOpdvCwx6kb7</a> and an example for using it for styles: <a href="https://app.88stacks.com/image/zyjw6CmEgk2d" rel="nofollow">https://app.88stacks.com/image/zyjw6CmEgk2d</a> The UI is rough, but I would love feedback on how to improve it for you. <a href="https://88stacks.com" rel="nofollow">https://88stacks.com</a>

Show HN: Train your own image generator (Stable Diffusion) for free

I've had a blast playing with stable diffusion and I see all the potential it will bring to us. I released a service for training your model, just upload 20-30 images and you can have a model of someone or some object doing anything. You can train one model for free a month in a slower queue or you can train many models on a fast queue and with other features for a fee. Here is an example of using it for show product placement: <a href="https://app.88stacks.com/image/O6kReClOvrz7" rel="nofollow">https://app.88stacks.com/image/O6kReClOvrz7</a> and here is an example of using it for people: <a href="https://app.88stacks.com/image/nOpdvCwx6kb7" rel="nofollow">https://app.88stacks.com/image/nOpdvCwx6kb7</a> and an example for using it for styles: <a href="https://app.88stacks.com/image/zyjw6CmEgk2d" rel="nofollow">https://app.88stacks.com/image/zyjw6CmEgk2d</a> The UI is rough, but I would love feedback on how to improve it for you. <a href="https://88stacks.com" rel="nofollow">https://88stacks.com</a>

Show HN: Embed a snow effect on your website

Embed a snow effect on your website with one line of code (~1.3kB), and add some Christmas magic to your websites. A quick weekend project :)

Show HN: Embed a snow effect on your website

Embed a snow effect on your website with one line of code (~1.3kB), and add some Christmas magic to your websites. A quick weekend project :)

< 1 2 3 ... 484 485 486 487 488 ... 850 851 852 >