Posts

New Show Hacker News story: Show HN: Calculate the Cost of Your Meetings

Show HN: Calculate the Cost of Your Meetings 3 by zuhayeer | 0 comments on Hacker News.

New Show Hacker News story: Show HN: Boundless AI create custom LLM chatbots programatically

Show HN: Boundless AI, create custom LLM chatbots programatically 3 by ramonepm | 0 comments on Hacker News. Boundless AI empowers businesses to create and engage with custom chatbots effortlessly. Our platform allows you to easily train, deploy, and interact with chatbots tailored to your specific needs. You have complete control over the conversation flow.

New Show Hacker News story: Show HN: Zapddit a Reddit-style open-source client for nostr

Show HN: Zapddit – a Reddit-style open-source client for nostr 4 by vivganes | 0 comments on Hacker News. zapddit is an opensource reddit-style client for nostr protocol, where one follows topics (hashtags) instead of people. Code is available at: https://ift.tt/HKqtk8a Your feedback will be hugely helpful.

New Show Hacker News story: Show HN: DAX Guide

Show HN: DAX Guide 2 by ratanpremji | 1 comments on Hacker News.

New Show Hacker News story: Show HN: Im building open-source headless CMS for technical content

Show HN: I’m building open-source headless CMS for technical content 2 by arek_nawo | 0 comments on Hacker News. In the last few years I've been doing a lot of technical writing, both for my own programming blog and others, and I've noticed there is a lack of good tools for this kind of writing. Whether that was a programming blog post or documentation, I always had to move back an forth between different editors, and sometimes even other apps for content management and the actual content publication. A lot of copy-pasting, and wasted time. Based on this experience I decided to try and build a tool that could provide a good experience for this kind of content from writing to publishing. This (I call it Vrite) ended up being essentially a headless CMS, but optimized for technical content and a pretty unique one overall, I'd say. I tried to combine what can be seen as 3 separate products into one: - WYSIWYG editor (with the addition of code-specific tooling like code edito...

New Show Hacker News story: Show HN: LLaMA tokenizer that runs in browser

Show HN: LLaMA tokenizer that runs in browser 4 by belladoreai | 1 comments on Hacker News.

New Show Hacker News story: Show HN: Interview Igniter AI Coach for Behavioral Interview Practice

Show HN: Interview Igniter – AI Coach for Behavioral Interview Practice 2 by vgraupera | 1 comments on Hacker News.

New Show Hacker News story: Show HN: Apricot – because RSS won't come back unless we move it forward

Show HN: Apricot – because RSS won't come back unless we move it forward 3 by brianpk | 2 comments on Hacker News. I’ve been using RSS readers for decades, but they’ve started feeling more and more like a chore. Something about the inbox/to-do list design, counts of unread items, managing teams and complex filtering rules... I realized they add to my stress level instead of reducing it. I’ve also come to rely on social media for discovery – hearing about new ideas, tools, papers, people, etc., but I’m so tired of the ads, spam, addictiveness, and toxicity. Apricot is my attempt to distill the best of both worlds. It’s a web app where users subscribe to feeds like an RSS reader then see new items as they come in, in a single, combined, social media-style feed. Apricot goes beyond traditional RSS readers in a couple other ways: * Users can follow TV shows (via TVmaze), Spotify podcasts, Substack newsletters, YouTube channels, and Subreddits (if/when they come back online) in addit...

New Show Hacker News story: Show HN: A smarter Unix shell and scripting environment

Show HN: A smarter Unix shell and scripting environment 12 by hnlmorg | 2 comments on Hacker News.

New Show Hacker News story: Show HN: Build webpages including channels, blogs, and more

Show HN: Build webpages including channels, blogs, and more 3 by davidshim | 0 comments on Hacker News. Hello HN! I'm David, a developer. I'm building a service that can contain channels like Slack since 5 months ago. It's not SaaS(It's free like reddit or HN) It named SlashPage. It's live today. I'd love to your feedback. I'm prepared a short video to make it easier to understand. https://youtu.be/zScnyiG_lok Website: https://slashpage.com (No sign up required)

New Show Hacker News story: Show HN: Open-source icon set with 4000 icons

Show HN: Open-source icon set with 4000 icons 3 by vincent-lemoign | 0 comments on Hacker News. It's our biggest open source icon set ever with 4,000 icons in four styles: Line/Solid/Duo/Flat Core is like the Helvetica of icons. Neutral and versatile. Built on a tiny 14px grid for maximum legibility. Currently, it's available on Figma but we're working to add it to our web app, desktop app, and GitHub. Here's a link to the file: https://www.figma.com/community/file/1250041133606945841/4%2... Thank you for the feedback and hope you use them!

New Show Hacker News story: Show HN: Non.io, a Reddit-like platform Ive been working on for the last 4 years

Show HN: Non.io, a Reddit-like platform Ive been working on for the last 4 years 152 by jjcm | 57 comments on Hacker News. Heya HN, I've been working on a reddit-like platform as my primary side project for the last few years. Doing a (very) soft launch today, mainly because I want to use it to encourage discussion of alternatives. How non.io works: 1. Free to browse, paid to interact. 2. Minimum subscription is $2 (though you can choose more). I take $1 to run the servers, everything left gets split evenly between everything you upvote that month. It's a simple model, but I hope it's a better one than the freemium model we've been relying on for the last few years. Fundamentally I feel like any ad-supported network doesn't have alignment between the needs of the users and the needs of the platform, which is what drove me to make this. Because this is a soft launch, if you do subscribe I'd encourage you not to pay for the time being. I'm still testing the...

New Show Hacker News story: Show HN: Stable Diffusion powered level editor for a 2D game

Show HN: Stable Diffusion powered level editor for a 2D game 57 by robobenjie | 11 comments on Hacker News. Hey folks, I’ve been working on using control-net to take in a video game level (input as a depth image) and output a beautiful illustration of that level. Play with it here: dimensionhopper.com or read the blog post about what it took to get it to work. Been a super fun project.

New Show Hacker News story: Show HN: Run your own Vercel in minutes

Show HN: Run your own Vercel in minutes 4 by artellectual | 1 comments on Hacker News.

New Show Hacker News story: Show HN: Prim+RPC – a bridge between JavaScript environments (open-source)

Show HN: Prim+RPC – a bridge between JavaScript environments (open-source) 2 by doseofted | 0 comments on Hacker News. There are a lot of times when I want to define a function on the server and simply call it from the client without all of the additional setup. I made Prim+RPC to do just that. It bridges two JavaScript environments where you can't immediately call a function (like those defined on a web server or in a web worker) and makes it available to call from the client, regardless of transport, without compiler magic or additional wrappers, and using your favorite existing tools (as well as being fully typed).