Wednesday, June 14, 2023

Show HN: Im building open-source headless CMS for technical content https://ift.tt/DaYQ901

Show HN: I’m building open-source headless CMS for technical content 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 editor or formatter) - Kanban dashboard (inspired by my experience of tools like Trello used in larger technical content teams to manage content production process) - The actual headless CMS (content delivery via API, integrations, etc.) Most recently I decided to open-source it and see if there's any interest in such a tool. Right now the primary focus was my personal use-case (kind-of "promotional" technical writing seen in programming and start-up blogs), but I think, with more customization, something like this could extend to the documentation space and make writing and managing docs a lot easier. Let me know what do you think about this. https://vrite.io/ June 14, 2023 at 05:02PM

Tuesday, June 13, 2023

Show HN: ChatGPT with Access to the Internet https://ift.tt/ZpKgeJl

Show HN: ChatGPT with Access to the Internet This is a client for the OpenAI's GPT API (requires you to have an API key). Features: - Can look things up for you over the internet - End-to-end encrypted chat history - No login or personal data required https://chat.lit.codes June 14, 2023 at 08:10AM

Show HN: ciao HTTP/S checks and tests monitoring https://ift.tt/gsfvDuJ

Show HN: ciao – HTTP/S checks and tests monitoring It's been a while since 1.0.0 came out thus you should check the current version 1.9.0 with many new features. https://ift.tt/BN2Fdhw June 14, 2023 at 04:47AM

Show HN: LLaMA tokenizer that runs in browser https://ift.tt/4F5H0ix

Show HN: LLaMA tokenizer that runs in browser https://ift.tt/reROA5U June 14, 2023 at 01:52AM

Show HN: Interview Igniter AI Coach for Behavioral Interview Practice https://ift.tt/EItWlVw

Show HN: Interview Igniter – AI Coach for Behavioral Interview Practice https://ift.tt/JZklywg June 13, 2023 at 09:57PM

Show HN: Apricot because RSS won't come back unless we move it forward https://ift.tt/VHgTlLr

Show HN: Apricot – because RSS won't come back unless we move it forward 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 addition to traditional RSS feeds. I’m open to adding other platforms if there’s demand and the content is programmatically accessible. * Cross-platform feed search. I know search isn’t hot at the moment but it’s pretty useful in this context. Search for “Star Trek” and find not just the TV shows, but the podcasts and Subreddits too. * Items can be sorted chronologically or with an ML-powered recommender system. * Users can filter their feed by platform, which is helpful for specific use cases like finding a good podcast episode for a car ride or a good TV episode to watch after dinner. * On-demand, GPT-powered content summaries help users see what an article is really about before clicking. (gotta sprinkle some gen AI on there!) Apricot is free while it’s in beta. I’m still thinking through the pricing model, but it will likely be some form of freemium starting in September. I want to avoid ads if at all possible. If you’ve got a few minutes (and come on, with Reddit offline, I know you do), check it out and let me know what you think! App: https://ift.tt/VABQq4D Homepage: https://theapricot.io Blog: https://ift.tt/RjhYW1I https://ift.tt/VABQq4D June 14, 2023 at 12:11AM

Show HN: Build webpages including channels, blogs, and more https://ift.tt/uqGMyOS

Show HN: Build webpages including channels, blogs, and more 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) https://slashpage.com June 13, 2023 at 03:20PM

Monday, June 12, 2023

Show HN: Stable Diffusion powered level editor for a 2D game https://ift.tt/ymMl6wQ

Show HN: Stable Diffusion powered level editor for a 2D game 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. https://ift.tt/NvkMce2 June 12, 2023 at 09:01PM

Show HN: Run your own Vercel in minutes https://ift.tt/v7apKqD

Show HN: Run your own Vercel in minutes https://instellar.app June 12, 2023 at 06:43PM

Show HN: Prim+RPC – a bridge between JavaScript environments (open-source) https://ift.tt/BKMxegV

Show HN: Prim+RPC – a bridge between JavaScript environments (open-source) 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). https://ift.tt/Kqo0rMb June 12, 2023 at 05:35PM

Show HN: Open-Source vs. OpenAI. 8 Best Open-Source Alternatives to GPT https://ift.tt/KRtB63W

Show HN: Open-Source vs. OpenAI. 8 Best Open-Source Alternatives to GPT What open-source #generativeai models are there? Are they really so good? Can they be a real alternative to #GPT4? How do they deal with security issues and mistrust? Can they be used commercially? I did some research and found 8 interesting alternatives to #GPT. Enjoy! https://ift.tt/QObmHju June 12, 2023 at 04:06PM

Show HN: Journe – Private and Encrypted Journaling https://ift.tt/bEU8Ro2

Show HN: Journe – Private and Encrypted Journaling Encrypted and private journaling that is easy to start and continue forever. Entries are Client-side encrypted with AES-256 so they are truly private and only yours. https://journe.io June 12, 2023 at 02:55PM

Show HN: I wrote a book about Google Maps https://ift.tt/xYdf1CR

Show HN: I wrote a book about Google Maps Hello all, After 8 years of developing with Google Maps, I'm publishing a handbook with carefully curated examples that demystify the GMaps JavaScript API and provide a solid foundation to build on. Included are loads of tips & tricks, recommended tools, related resources, and useful links. I would love to hear your feedback about it! https://gmapsbook.com June 12, 2023 at 01:57PM

Sunday, June 11, 2023

Show HN: AI-Powered Vintage Interactive Fiction Interpreter https://ift.tt/jT1Mkbw

Show HN: AI-Powered Vintage Interactive Fiction Interpreter https://ift.tt/8OKjNU9 June 12, 2023 at 04:44AM

Show HN: Finarky – Portfolio Tracker with Personal Rate of Return https://ift.tt/nf97kXK

Show HN: Finarky – Portfolio Tracker with Personal Rate of Return A minimalist portfolio tracker that calculates your Personal Rate of Return (using Internal Rate of Return, IRR). Although often missing in more featured and complex apps, the Personal Rate of Return is essential to know if you're on track to meet your investment goals, compare the performance of your different investments, or with other people's portfolios without revealing any specifics. This is a side-project. Built with ClojureScript and Krell/Reagent/React Native. https://finarky.com/ June 12, 2023 at 01:26AM

Show HN: TL-WHO https://ift.tt/l5GRtZu

Show HN: TL-WHO https://ift.tt/iqokaUp June 11, 2023 at 10:40PM

Show HN: OpenObserve – Elasticsearch/Datadog alternative https://ift.tt/KPmL5DV

Show HN: OpenObserve – Elasticsearch/Datadog alternative Hello folks, We are launching OpenObserve. An open source Elasticsearch/Splunk/Datadog alternative written in rust and vue that is super easy to get started with and has 140x lower storage cost compared to elasticsearch. It offers logs, metrics, traces, dashboards, alerts, functions (run aws lambda like functions during ingestion and query to enrich, redact, transform, normalize and whatever else you want to do. Think redacting email IDs from logs, adding geolocation based on IP address, etc). You can do all of this from the UI, no messing up with configuration files. OpenObserve can use local disk for storage in single node mode or s3/gcs/minio/azure blob or any s3 compatible store in HA mode. We found that setting up observability often involved setting up 4 different tools (grafana for dashboarding, elasticsearch/loki/etc for logs, jaeger for tracing, thanos, cortex etc for metrics) and its not simple to do these things. Here is a blog on why we built OpenObserve - https://ift.tt/LjexUBV . We are in early days and would love to get feedback and suggestions. https://ift.tt/TiJHmUL June 11, 2023 at 04:05PM

Saturday, June 10, 2023

Show HN: Yo.link – Subdomain based URL shortener https://ift.tt/M6BkLe1

Show HN: Yo.link – Subdomain based URL shortener I was looking for a pet project to try out recent additions to https://vercel.com platform, specifically their PostreSQL and Redis offering. They also provide easy to setup wildcard subdomain HTTPS certificates, and since I had yo.link domain lying around for a while, why not use it to create, yes, yet another, URL shortening service, but with a twist... Putting the user-selectable short-code in the subdomain has the advantage that it is the first thing that users read in a URL, and as such it is an opportunity to provide some contextual information about the link. Here are some examples: https://svelte4.yo.link --> https://www.youtube.com/watch?v=AOXq89h8saI https://hn.yo.link --> https://ift.tt/WUm12Nt https://ift.tt/ULG67lE --> https://ift.tt/it7QY2N... I couldn't find any other shorteners that use this approach, hence wanted to build one. Redis is great for counting realtime clicks, sliced by hour, day, month, country/city and user browser. PostgreSQL is used as master DB to host the short-code destination-link mapping, and for user management. I plan to add some extra features, like: - tagging the links so it is easy to search and categorise. - password protect the links. - separate analytics for QR code visits. Please let me know what you think. Any ideas, suggestions or critic is very welcome. If you are interested in collaborating on such a project, please let me know (support@yo.link) https://yo.link June 11, 2023 at 03:29AM

Show HN: A simple Telegram bot for creating notes on the fly https://ift.tt/aqTRdhn

Show HN: A simple Telegram bot for creating notes on the fly https://ift.tt/w4bWt6E June 10, 2023 at 05:43PM

Show HN: A music search engine that helps you find new songs https://ift.tt/St1OR0e

Show HN: A music search engine that helps you find new songs Just finished working on a side project that helps you find new music by searching through various criteria and at the same time play the songs that fit your filters. I often find myself stuck listening to the same few songs as finding new ones can be a long and sometimes fruitless process. That is why I wanted to make a tool for anyone to use that takes into consideration multiple parameters that have to do with a song, with all the filters coming from the user with no ads or popularity of songs affecting the search. I am 19 and love working with programming projects like these in my free time. Play around with the product and feel free to provide any feedback on it! (Note: As most streamlit URLs it may need to be copy-pasted in the search bar to work.) https://ift.tt/QbYHulK June 10, 2023 at 02:44PM

Show HN: Kstack – Skill pack for monitoring/troubleshooting K8s in Claude Code https://ift.tt/GQauRgE

Show HN: Kstack – Skill pack for monitoring/troubleshooting K8s in Claude Code Hi All, Recently I've been using Claude Code a lot for de...