ads
Saturday, September 30, 2023
Show HN: How I made a donut-shaped donut.c replica in Python [video] https://ift.tt/qFPnL0b
Show HN: How I made a donut-shaped donut.c replica in Python [video] https://www.youtube.com/watch?v=tzpfyTFvU6M October 1, 2023 at 11:00AM
Show HN: Program ESP32s in Nim https://ift.tt/qIMvlYn
Show HN: Program ESP32s in Nim https://ift.tt/pcBdrqh October 1, 2023 at 05:43AM
Show HN: A map that tells you if a NYC cafe has WiFi, a restroom, and an outlet https://ift.tt/72ZL3Si
Show HN: A map that tells you if a NYC cafe has WiFi, a restroom, and an outlet I am slowly adding more locations now. This is intended to be a crowdsourced map. Everyone is welcome to add more locations and provide comments/votes here. Free people from going to a cafe for work only to leave because there's no wifi, restroom, or outlet!! Demo: https://ift.tt/Wxt0bI6 https://ift.tt/46VqFw9 October 1, 2023 at 07:27AM
Show HN: Noisy Nest Free white/pink/brown noise generator https://ift.tt/D2Gidjm
Show HN: Noisy Nest Free white/pink/brown noise generator Hi All, i was playing around with GPT-4 today, and threw together a simple noise generator. It can play pink, brown, and white noise indefinitely. I spent maybe an hour creating this. It's quite amazing what you can do with such little time with AI. Let me know if you think of any features to add, and i'll consider adding them to make this more useful. https://ift.tt/ZhVC3rQ October 1, 2023 at 04:10AM
Show HN: Stargazers Reloaded – LLM-Powered Analyses of Your GitHub Community https://ift.tt/EdYtGHb
Show HN: Stargazers Reloaded – LLM-Powered Analyses of Your GitHub Community Hey friends! We have built an app for getting insights about your favorite GitHub community using large language models. The app uses LLMs to analyze the GitHub profiles of users who have starred the repository, capturing key details like the topics they are interested in. It takes screenshots of the stargazer's GitHub webpage, extracts text using an OCR model, and extracts insights embedded in the extracted text using LLMs. This app is inspired by the “original” Stargazers app written by Spencer Kimball (CEO of CockroachDB). While the original app exclusively used the GitHub API, this LLM-powered app built using EvaDB additionally extracts insights from unstructured data obtained from the stargazers’ webpages. Our analysis of the fast-growing GPT4All community showed that the majority of the stargazers are proficient in Python and JavaScript, and 43% of them are interested in Web Development. Web developers love open-source LLMs! We found that directly using GPT-4 to generate the “golden” table is super expensive — costing $60 to process the information of 1000 stargazers. To maintain accuracy while also reducing cost, we set up an LLM model cascade in a SQL query, running GPT-3.5 before GPT-4, that lowers the cost to $5.5 for analyzing 1000 GitHub stargazers. We’ve been working on this app for a month now and are excited to open source it today :) Some useful links: * Blog Post - https://ift.tt/qZv93Sa... * GitHub Repository - https://ift.tt/JyVl8Hi * EvaDB - https://ift.tt/mOdkgYB Please let us know what you think! September 30, 2023 at 10:45PM
Show HN: kproximate – A Kubernetes node autoscaler for Proxmox https://ift.tt/Lwbuk68
Show HN: kproximate – A Kubernetes node autoscaler for Proxmox https://ift.tt/ycgPeCs September 30, 2023 at 04:10PM
Show HN: Integrate Discord with Jira https://ift.tt/8tSuqGh
Show HN: Integrate Discord with Jira Looks like growing number of companies are adopting Discord as their communication platform (instead of Slack or Teams). I've developed this integration between Discord and Jira and it is much more popular than I expected. By the way I continue improving it, so feedback and insights are very welcome! https://ift.tt/HbIkrKQ September 30, 2023 at 03:37PM
Show HN: Raiseto – Discover and Share Ideas https://ift.tt/g8FeXLo
Show HN: Raiseto – Discover and Share Ideas https://raiseto.com/ September 30, 2023 at 07:16AM
Friday, September 29, 2023
Show HN: A C++ dump func. that can print multi-D vectors, maps, tuples, and all https://ift.tt/gu7Pnl6
Show HN: A C++ dump func. that can print multi-D vectors, maps, tuples, and all https://ift.tt/frMCQZY September 30, 2023 at 10:37AM
Show HN: Dolce – Get notified if something (bad) happens to your containers https://ift.tt/bJVZluW
Show HN: Dolce – Get notified if something (bad) happens to your containers Hi HN, while I was on vacation this year the shop of my wife was suddenly down and we only noticed once the emails of customers rolled in. After fixing it on my phone I thought there has to be a better way to notice when your docker container die or are in a restart loop for whatever reason. Now I know there are lots of tools like healthcheck.io and monocker, however none seemed to match my simple use case of getting notified _via email_ when the running– or health-status of any docker container changes. So I did what every SE would do in that case and hacked another solution but this one is mine :). I also always wanted to do a project with deno and get up to speed on typescript. This was also a great reason to finally look into using GitHub Actions to automate some of the tedious tasks. Fun fact: After reading on here about Deno Queues, I rewrote the message buffering and backoff completely and could greatly simplify the code. TL;DR - What is this: Get notification via - EMail (BYOSMTP) - Discord - Telegram if any (or only selected) containers on your host die or change their health status. I also tried to handle unexpected restarts of the container the tool is running in gracefully without loosing any events that happened before and even while the service was down. To make sure you are not spammed by notifications if a container goes into a restart loop, there is also a configurable exponential backoff function. I tried to make using the tool as easy as possible (by getting inspired on how monocker is set up). I would love to get some feedback and hear what you think (also if I just missed the perfect tool for the job: let me know, however the journey was quite fun). https://ift.tt/L91f8qA September 30, 2023 at 12:41AM
Show HN: PDF Debugger – Inspect Structure of PDF Files https://ift.tt/eEl8KA5
Show HN: PDF Debugger – Inspect Structure of PDF Files https://pdf.hyzyla.dev/ September 30, 2023 at 04:07AM
Show HN: Insomnium – 100% local and privacy-focus fork of Insomnia API client https://ift.tt/cPTREJK
Show HN: Insomnium – 100% local and privacy-focus fork of Insomnia API client https://ift.tt/xUheWBt September 30, 2023 at 01:49AM
Show HN: Can your GPU run this LLM? https://ift.tt/ozdbjQx
Show HN: Can your GPU run this LLM? https://ift.tt/6mPd9uY September 30, 2023 at 12:52AM
Thursday, September 28, 2023
Show HN: Automated competitor tracking tool for startups https://ift.tt/7cQoeqI
Show HN: Automated competitor tracking tool for startups Hello HN! I'm excited to share my product that helps companies to track their competitors, their website updates, new features, social media activity etc. I already have the first set of early adopters (thanks to a pretty good ProductHunt launch) who're using it on the daily basis so I'm excited to remove the waiting list and share it with everyone. Cheers! https://rivalhunt.co/ September 29, 2023 at 04:51AM
Show HN: Create short form videos on any topic using Generative AI https://ift.tt/ZfrvFlG
Show HN: Create short form videos on any topic using Generative AI Hey HN, Long time lurker first time posting. This is a streamlit app I wrote as a side project. It's a Generative AI webapp for creating short 30 second informative videos on any topic or subject under the sun. It's not perfect by any means, but a cool demo. It takes around a minute to generate so please be patient. Email is optional, only if you want link to watermark removed completed video clip. Any feedback/suggestions would be appreciated. Thanks! JD P.S. I am actively looking for Senior Python/DevOps/MLOps roles in California. Contact info in my profile. Thanks. https://ift.tt/CXwF2s8 September 29, 2023 at 04:20AM
Show HN: Ultra-Realistic Generative Fill with AI and 3D https://ift.tt/3nDsuGe
Show HN: Ultra-Realistic Generative Fill with AI and 3D Hey all, You've probably seen projects that add objects to an image from a style or text prompt, like InteriorAI (levelsio) and Adobe Firefly. The prevalent issue with these diffusion-based inpainting approaches is that they don't yet have great conditioning on lighting, perspective, and structure. You'll often get incorrect or generic shadows; warped-looking objects; and distorted backgrounds. ### What is Fill 3D? Fill 3D is an exploration on doing generative fill in 3D to render ultra-realistic results that harmonize with the background image, using industry-standard path tracing, akin to compositing in Hollywood movies. ### How does it work? 1. Deproject: First, deproject an image to a 3D shell using both geometric and photometric cues from the input image. 2. Place: Draw rectangles and describe what you want in them, akin to Photoshop's Generative Fill feature. 3. Render: Use good ol' path tracing to render ultra-realistic results. ### Why Fill 3D? + The results are insanely realistic (see video in the github repo, or on the website). + Fast enough: Currently, generations take 40-80 seconds. Diffusion takes ~10seconds, so we're slower, but for the level of realism, it's pretty good. + Potential applications: I'm thinking of virtual staging in real estate media, what do you think? ### Check it out at https://fill3d.ai + There's API access! :D + Right now, you need an image of an empty room. Will loosen this restriction over time. Fill 3D is built on Function ( https://fxn.ai ). With Function, I can run the Python functions that do the steps above on powerful GPUs with only code (no Dockerfile, YAML, k8s, etc), and invoke them from just about anywhere. I'm the founder of fxn. ### Tell me what you think!! PS: This is my first Show HN, so please be nice :) https://ift.tt/9kmH8Ot September 29, 2023 at 03:41AM
Show HN: Semiform.ai – A new kind of web form, powered by LLMs https://ift.tt/sx57X8c
Show HN: Semiform.ai – A new kind of web form, powered by LLMs https://www.semiform.ai September 28, 2023 at 11:13PM
Show HN: Abuse inflight WiFi APIs to track your flight https://ift.tt/CwObK8A
Show HN: Abuse inflight WiFi APIs to track your flight https://ift.tt/X3u8yiW September 29, 2023 at 12:27AM
Show HN: Launching a new home-grown embedding LLM for RAG https://ift.tt/karH9lT
Show HN: Launching a new home-grown embedding LLM for RAG Hi HN! Vectara is a "batteries included" retrieval augmented generation platform. You can upload your rich text documents like PDFs, HTML pages, word docs, etc, or semi-structured JSON and Vectara handles the text and metadata extraction, segmentation, vector embedding, and vector storage, and keyword storage. You can ask a question or perform a search in the UI or via our APIs and Vectara will automatically handle the vectorization, structured metadata filtering, vector+keyword retrieval, hybrid blending, and generative summarization of the results. We're focusing on building and operationalizing the complex infrastructure for vector storage, hybrid retrieval, and generative summarization so you can use fairly high-level APIs and focus on building your own applications. We know that retrieval accuracy is incredibly important for RAG: garbage in, garbage out. We've seen a lot of projects not spend enough time on really getting the retrieval model right and wasting a lot of time/money with poor outcomes. We've spent about the past 6 months working on a new embedding model named Boomerang and just released it on the Vectara platform. We've run it through standard evaluations like BEIR (though we know many models over-fit against BEIR) as well as multi-domain evaluations. We've published the details of our tests for those that really want to dive in, but the TL;DR is that Boomerang beats most/all publicly available models in many/most situations and is particularly strong at cross-lingual and multi-domain tests. We'd love any and all feedback! https://ift.tt/zi7C5lv September 28, 2023 at 10:06PM
Wednesday, September 27, 2023
Show HN: Use ChatGPT with Apple Shortcuts https://ift.tt/xAL9HFk
Show HN: Use ChatGPT with Apple Shortcuts This project was born from my passion for every Apple product and the entire ecosystem, along with the power of ChatGPT. I was tired of copy-pasting and switching between apps on my Mac or iPhone, so I had this crazy idea to bring ChatGPT into every app that I use. This was possible only with the Apple Shortcuts app. Very few people know about its power and potential, so I took this chance and built COPILOT. https://meetcopilot.app But I also loved the idea of AI agents using various tools so much that I leveraged OpenAI's function-calling feature to accomplish that. Now, no matter what app I am using on my iPhone or Mac, the selected text or the current webpage from Safari will be passed automatically to COPILOT. Then I just ask it whatever I need and watch until it reaches the goal autonomously. There was also another problem with ChatGPT - the knowledge cutoff. So I also integrated Google search and web scraping into it. Now, whenever my request needs real-time information, like what is the latest version of macOS, it will use these tools to gather the data and then give me the correct response. Being an app built with Apple Shortcuts, all its "code", called actions, is actually open-source. I'm selling a Premium version of it to earn some revenue for my time. I would love to hear all your thoughts on it! Thank you so much! https://ift.tt/SOjBs2A September 27, 2023 at 03:37PM
Show HN: The Tomb of Ramesses I in the Valley of the Kings https://ift.tt/qY0JPBM
Show HN: The Tomb of Ramesses I in the Valley of the Kings Hey all, I’m coding up a new tour system for my 3d Egyptian work. After the last feedback, I focused on building more interactive content and fx into the guided tours with sound and telling the mythology in the wall art. I’d love feedback with the new version – this is built with vanilla Three.js and footage captured on my iPhone 12. For various fx, I coded many of my own shaders based on work by https://twitter.com/akella and others on ShaderToy, so I’m keen to test on more devices. As the hacker, so the (ancient) painter. https://ift.tt/vix1SIJ September 26, 2023 at 08:04PM
Show HN: Hackers Guide to Language Models https://ift.tt/quBTthd
Show HN: Hackers Guide to Language Models https://ift.tt/N8mwHP5 September 27, 2023 at 10:56PM
Show HN: Using LLMs and Embeddings to classify application errors https://ift.tt/c2rMplF
Show HN: Using LLMs and Embeddings to classify application errors Hi Hacker News! We’re Vadim and Chris from Highlight.io [1]. We do web app monitoring and are working on using LLMs/embeddings to add new functionality to our error monitoring product. Given that there’s a lot of founders/engineers using LLMs in their products, we figured we’d share how we built the new functionality, their impact on our workflows, and how you can try it out. Our goal was to build two features: (1) tagging errors (e.g. deeming an error as “authentication error” or a “database error”); and (2) grouping similar errors together (e.g. two errors that have a different stacktrace and body, but are semantically not very different). Each of these rely heavily on comparing text across our application. After some experimentation with the OpenAI embeddings API [3], we went ahead and hosted a private model instance of thenlper/gte-large (an open-source MIT licensed model), which is a 1024-dimension model running on an Intel Ice Lake 2 vCPU machine on Hugging face [4]. Our general approach for classifying/comparing text is as follows. As each set of tokens (i.e a string) comes in, our backend makes a request to an inference endpoint and receives a 1024-dimension float vector as a response (see the code here [5]). We then store that vector using pgvector [6]. To compare any two sets for similarity, we simply look at the Euclidian distance between their respective embeddings using the ivfflat index implemented by pgvector (example code here [7]). To tag errors, we assign an error its most relevant tag from a predetermined set decided by us. For example, if we tag an error as an "authentication error" or a "database error", we can allow developers to have a starting point before inspecting an issue.(see the logic here [8]). Anecdotally, this approach seems to work very well. For example, here are two authentication errors that got tagged as “Authentication Error”: * Firebase: A network AuthError has occurred * Error retrieving user from firebase api for email verification: cannot find user from uid. We also use these error embeddings to group similar errors. To decide whether an error joins a group or starts a new one, we decide on a distance threshold (using the euclidean distance) ahead of time. An interesting thing about this approach, compared to using a text-based heuristic, is that two errors with different stack traces can still be grouped together. Here’s an example: * github.com/highlight-run/highlight/backend/worker.(*Worker).ReportStripeUsage * github.com/highlight-run/highlight/backend/private-graph/graph.(*Resolver).GetSlackChannelsFromSlack.func1 Both reported as `integration api error` as they involve the Stripe and Slack integrations respectively. The neat thing is that the LLM can use the full context of an error and match based on the most relevant details about the error. We have rolled out a first version of the error grouping logic to our cloud product [9], and there’s a demo of all the functionality at [2]. Long-term, if the HN community has other ideas of what we could build with LLM tooling in observability, we’re all ears. Let us know what you think! Links [1] https://ift.tt/jAxSO8F [2] https://ift.tt/poO3k8c [3] https://ift.tt/GoFQbia [4] https://ift.tt/xczKSvF [5] https://ift.tt/eyvLSTd... [6] https://ift.tt/vsFC9XZ... [7] https://ift.tt/68tXyHF... [8] https://ift.tt/VFy0IPs... [9] https://ift.tt/kxu16ZH https://ift.tt/o9whJat September 27, 2023 at 10:17PM
Show HN: A JavaScript function that looks and behaves like a pipe operator https://ift.tt/2iHzZtv
Show HN: A JavaScript function that looks and behaves like a pipe operator https://ift.tt/HQuCWGd September 27, 2023 at 02:31PM
Tuesday, September 26, 2023
Show HN: POC: Real-Time Medical Image Collaboration Made Easy with OHIF / Nun-Db https://ift.tt/NZz7OSK
Show HN: POC: Real-Time Medical Image Collaboration Made Easy with OHIF / Nun-Db https://ift.tt/wfQnUr3 September 27, 2023 at 06:10AM
Show HN: XRain – Explore rainfall statistics around the world https://ift.tt/asztM2u
Show HN: XRain – Explore rainfall statistics around the world Last year I launched a website that allow people to see rainfall statistics that are based on satellite data. Historical rainfall information usually comes from rain gauges, and while these are fantastic there are many parts of the world that don't have many long term gauges, or where that data is hard to access. Satellite data can be an invaluable source of information for those data-scarce areas. The business model is to sell "extreme precipitation" data that can be used for flood modelling. Unfortunately, after a year I still haven't made a single sale. I've tried various ways of advertising, mainly via messaging people on LinkedIn who would actually have a use for it. I'm still proud of what I've built, even if it's a flop! Fun feature: jump to a completely random part of the world by clicking the "Random" button. I'd love feedback on anything, such as how to improve the UI/UX of the mobile view of the map page. https://ift.tt/svR8Dau September 27, 2023 at 10:36AM
Show HN: Mail Memories – Export all your Gmail images https://ift.tt/JA7ZFhu
Show HN: Mail Memories – Export all your Gmail images I've added screenshots so you can see how it works now. Mail Memories lets you download all the images in your Gmail account from 2004 or 2010 or any year. Would appreciate your thoughts. Previously: https://ift.tt/suYBaK6 Demo - Download the oldest images in your account for free: https://ift.tt/zB9F4eq https://ift.tt/37PqWRB September 27, 2023 at 01:42AM
Show HN: Unity like game editor running in pure WASM https://ift.tt/BwrSK4q
Show HN: Unity like game editor running in pure WASM In the wake of all the Unity nonsense, just wanted to toss the Raverie engine into this mix :) We’re building off a previous engine that we worked on for DigiPen Institute of Technology called the Zero Engine with a similar component based design architecture to Unity. Our engine had a unique feature called Spaces: separate worlds/levels that you can instantiate and run at the same time, which became super useful for creating UI overlays using only game objects, running multiple simulations, etc. The lighting and rendering engine is scriptable, and the default deferred rendering implementation is based on the Unreal physically based rendering (PBR) approach. The physics engine was built from the ground up to handle both 2D and 3D physics together. The scripting language was also built in house to be a type safe language that binds to C++ objects and facilitates auto-complete (try it in editor!) This particular fork by Raverie builds both the engine and editor to WebAssembly using only clang without Emscripten. We love Emscripten and in fact borrowed a tiny bit of exception code that we’d love to see up-streamed into LLVM, however we wanted to create a pure WASM binary without Emscripten bindings. We also love WASI too though we already had our own in memory virtual file system, hence we don’t use the WASI imports. All WASM imports and exports needed to run the engine are defined here: https://ift.tt/svwYDyL... The abstraction means that in the future, porting to other platforms that can support a WASM runtime should be trivial. It’s our dream to be able to export a build of your game to any platform, all from inside the browser. Our near term road-map includes getting the sound engine integrated with WebAudio, getting the script debugger working (currently freezes), porting our networking engine to WebRTC and WebSockets, and getting saving/loading from a database instead of browser local storage. Our end goal is to use this engine to create an online Flash-like hub for games that people can share and remix, akin to Scratch or Tinkercad. https://ift.tt/JeHjPBN https://ift.tt/bFog6lz September 27, 2023 at 12:58AM
Show HN: MyGPT a toy LLM which can be trained on Project Gutenberg and dad jokes https://ift.tt/ZedohUO
Show HN: MyGPT a toy LLM which can be trained on Project Gutenberg and dad jokes My puny version of ChatGPT. This was based on the excellent LLM lecture series by Andrej Karpathy: https://www.youtube.com/watch?v=kCc8FmEb1nY The main points of differentiation are that my version is token-based (tiktoken) with code to load up multiple text files as a trining set. Plus, it has a minimal server which is a drop-in replacement for the OpenAI REST API. So you can train the default tiny 15M parameter model, and use that in your projects instead of ChatGPT. I trained it on 20Mb of Project Gutenberg encyclopaedias, then fine-tuned it on 120 dad jokes, to get a Q: A: prompt format. This model + training set is so small that the results are basically a joke; it's for entertainment purposes only. The code is also very rough, and the server only has the minimum functionality filled in. I embodied this model in my talking LLM-driven hexapod robot, and it could give very silly answers to spoken questions. https://ift.tt/iAm9olH September 26, 2023 at 09:51PM
Monday, September 25, 2023
Show HN: Bigcapital - A open-source alternative to QuickBooks https://ift.tt/OR1VKXb
Show HN: Bigcapital - A open-source alternative to QuickBooks https://ift.tt/rb531pc September 26, 2023 at 03:05AM
Show HN: AI Agents that do research for you https://ift.tt/7fOX3Jq
Show HN: AI Agents that do research for you My take on an ai-agent powered research service. You configure the topics and the sources, then AI goes and does the research for you and distills the knowledge into bite size chunks. https://ift.tt/p0bGL1U September 26, 2023 at 02:09AM
Show HN: An aggregator to find good ChatGPT apps, courses and more https://ift.tt/QoecfSX
Show HN: An aggregator to find good ChatGPT apps, courses and more https://ift.tt/uBFTKrR September 25, 2023 at 09:12PM
Show HN: Generate a concatenated file of all CSS used on a given website https://ift.tt/3Ibp2wR
Show HN: Generate a concatenated file of all CSS used on a given website https://ift.tt/CSG5m1Y September 25, 2023 at 11:14PM
Show HN: Free AI Email Subject Line Generator That Works https://ift.tt/vmbhWLV
Show HN: Free AI Email Subject Line Generator That Works https://ift.tt/KCQG7yo September 25, 2023 at 10:29PM
Sunday, September 24, 2023
Show HN: Animation Music Rose – JavaScript Web Art Tool on HTML5 Canvas https://ift.tt/OfBunek
Show HN: Animation Music Rose – JavaScript Web Art Tool on HTML5 Canvas This program is created by CreateJS (JavaScript) + HTML5 Canvas. You can use it for your web pages and modify the design. https://ift.tt/U4AvwzP September 25, 2023 at 10:57AM
Show HN: Bots Playing Online Cash Bingo on an iPad https://ift.tt/nXO2jlH
Show HN: Bots Playing Online Cash Bingo on an iPad Hey HN, I really enjoy playing "Bing King" from time to time. I had a little downtime, and thought it would be fun to try and write a bot to play it. Sharing it here: https://ift.tt/FuK2j5w Demo videos in the repo https://ift.tt/FuK2j5w September 25, 2023 at 07:53AM
Show HN: Emojirades – Emoji Charades https://ift.tt/yQpYl62
Show HN: Emojirades – Emoji Charades https://ift.tt/TmGSiNH September 25, 2023 at 05:35AM
Show HN: Hichatbot.ai – Chat with your documents, video transcripts https://ift.tt/OMUwVgK
Show HN: Hichatbot.ai – Chat with your documents, video transcripts Hi HN, I created this site recently and need som feedbacks. Please give it a try, let me know if you see anything to need to be improved or added. Below is the summary of https://hichatbot.ai What is HiChatbot? - HiChatbot is an AI-powered chatbot that can answer your questions about documents, text, and videos. You can upload a document, text, or provide a video link to HiChatbot and have a Q&A chat with the content. What are some of the things I can do with HiChatbot? You can use HiChatbot to: - Summarize the main points of a document - Get more details about a specific topic in a document, text, or video - Based on the provided document, generate creative text formats of text content, like executive summaries, reports, poems, code, scripts, musical pieces, email, letters, etc. https://hichatbot.ai September 24, 2023 at 10:26PM
Show HN: pzip- blazing fast concurrent zip archiver and extractor https://ift.tt/JnzBa3t
Show HN: pzip- blazing fast concurrent zip archiver and extractor https://ift.tt/eox1apV September 25, 2023 at 12:23AM
Saturday, September 23, 2023
Show HN: Cloud for AI Agents and AI Apps https://ift.tt/Xn1JZu2
Show HN: Cloud for AI Agents and AI Apps https://e2b.dev/docs September 24, 2023 at 03:42AM
Show HN: Cup – expose declarative APIs over config stored in Git https://ift.tt/bUx5FKl
Show HN: Cup – expose declarative APIs over config stored in Git https://ift.tt/JlIfpcs September 24, 2023 at 06:04AM
Show HN: A Less Shitty OpenAI Token Counter https://ift.tt/P0CL5gt
Show HN: A Less Shitty OpenAI Token Counter Built a simple OpenAI token counter that doesn't crash. It gives you: Tokens Characters Words Paragraphs Link: https://ift.tt/inNru67 Client side only. Feedback welcome. https://ift.tt/inNru67 September 24, 2023 at 04:51AM
Show HN: Minecraft Stored on Paper https://ift.tt/xZdTA5O
Show HN: Minecraft Stored on Paper https://ift.tt/ZgqOPW5 September 24, 2023 at 02:09AM
Show HN: Basketball Play Designer https://ift.tt/HoOAyQr
Show HN: Basketball Play Designer In a company hackathon this weekend, I thought it would be fun to build a basketball play designer. Essentially, you enter some information about the type of play you want, and it generates a play following these requirements. I was imagining it might be useful for stuff like: 1. Designing personalized plays for first-time coaches: "Give me a play that gets my shooting guard an open three-pointer. My shooting guard shoots the best from the right wing, and my point guard has a weak left hand. My center sets great screens, so have my center set an off-ball screen for my shooting guard." 2. Brainstorming novel plays for long-time coaches: "Generate a novel play out of the UCLA set." It is loaded in with an example play, so make sure to hit the buttons to generate new plays with the entered information. The animation generation is based on the play-by-play and is a bit finicky, so you can try to generate new play-by-plays/animations if the first ones don't work well. It's still a bit rough around the edges, but I'd love to know what people think! https://ift.tt/9j4fw7Q September 24, 2023 at 02:36AM
Show HN: A “CRM” for your personal relationships https://ift.tt/VPTj1hG
Show HN: A “CRM” for your personal relationships Android: https://ift.tt/TvCKZQH... iOS: https://ift.tt/w9PagfA We know life can be busy. And we often struggle to make time for the people that matter most to us. According to a Harvard study from 2021, "36% of all Americans [...] feel “serious loneliness.”" [1] We created an app to help people focus on their most personal relationships and guide them through forming more meaningful connections with them, in the hopes to combat the "Loneliness Epidemic". We just launched the first iteration - call it an MVP if you like - something to validate our ideas and get the conversation started. We are looking for people to try out what we have built and share their thoughts. The functionality is very basic for now, but we are planning to expand based on our users' feedback. Here is what you can do today: * Tell us who the people are that matter most to you * Get daily reminders to reach out to them * Send them virtual postcards with over 50 handcrafted designs [1] https://ift.tt/YipcTvr https://ift.tt/D71qVhu September 24, 2023 at 12:21AM
Show HN: Vanya – FHIR data viewer for developers working with healthcare APIs https://ift.tt/Lj2iWzs
Show HN: Vanya – FHIR data viewer for developers working with healthcare APIs FHIR => Fast Healthcare Interoperability Resources I began working with healthcare data using FHIR APIs a few years ago, and was immediately struck by the lack of useful tools for developers. Everyone was using Postman. Development and testing was slooooow. QA was a nightmare. Sprint and business demos involved running Postman queries and browsing JSON results. Painful! So I built Vanya — an app for developers in the style of a database client, but with extras for FHIR. It’s a quick viewer that shows the most recently updated resources, and allows the developer to drill down into connected resources (Patient, Procedure, Medication). The raw JSON is still there to see, but the more common fields are presented in a results grid. The backend is C# / .NET. The UI is Electron, with builds for Windows and Mac. (The Mac was a real pain to build and notarize — a post here on HN a few weeks ago helped with that.) It’s being used right now by the teams I’m working with on a big real world project, and despite its lack of features (alpha version) is delivering real value and saving devs a lot of time. I’d love any feedback from developers who work with FHIR or in the healthcare space. And anyone who’s able to test out the Mac versions. Website: https://vanyalabs.com/ Screenshot 1: https://ift.tt/IsyFLqK Screenshot 2: https://ift.tt/9hCp5Eg.... https://vanyalabs.com September 23, 2023 at 11:55PM
Show HN: I rewrote the 1990's LambdaMOO server from scratch https://ift.tt/mdLHYNb
Show HN: I rewrote the 1990's LambdaMOO server from scratch I got my start on the Internet in the very early 90s playing with, authoring in, and programming on LambdaMOO ( https://ift.tt/YtFyXKI ) and similar systems. Shared virtual social spaces, with a persistent object oriented authoring / scripting language. They can be classified as MUDs (depending on who you talk to) but the focus is social, creative / authoring, and shared programming not RPG gaming. I've always wanted to see this kind of thing modernized and further developed. Over the last 25 years or so I've worked on similar but novel & improved things, but never finished. So I decided to just re-implement LambdaMOO and use that as a base, instead and keep compatibility as a goal, but build it out on a more modern foundation that takes advantage of multiple core machines, newer network protocols, newer connectivity methods, uses MVCC transactions for the shared database etc. LambdaMOO is a somewhat extensive system in that it is composed of compiler, a virtual machine, an object database, user permissions system, network runtime. In some ways it's kind of like a shared, text-based Smalltalk image/runtime... So quite a bit to implement and get right before it all works together. The big challenge throughout has been slavishly maintaining backwards compatibility so existing "cores" (databases) work. It's not done, but it's darn close. Would like for people who are into this kind of thing to check it out, and maybe even help. Many of the technical aspects here are still provisional, but this is the start. Constructive assistance welcome. (Yes, it's a rewrite in Rust, but that's not really the point, even though that's a cliche that's fun.) https://ift.tt/GItpJ4A September 23, 2023 at 10:56PM
Friday, September 22, 2023
Show HN: TG – Fast geometry library for C https://ift.tt/rtIKyoY
Show HN: TG – Fast geometry library for C https://ift.tt/bMZcrz8 September 23, 2023 at 06:27AM
Show HN: Movie Guess – A AI movie title guessing game https://ift.tt/CKpEDAB
Show HN: Movie Guess – A AI movie title guessing game While i was playing dark stories i got the idea of a game that an AI would think of a movie and the user would have to ask questions. The trick is that the AI only answers yes or no and the user has to guess the movie name, asking things like "is the movie a comedy" or "it's about a family trip" So that is it, hope you enjoy the game. It's a fun, challenging game to play with your friends or by yourself. Let me know what you think, and I'd love to hear your feedback and suggestions on how to make it even better! https://ift.tt/Sfol7xT September 23, 2023 at 04:23AM
Show HN: Tome, aka Tom's Editor – a new command-line text editor https://ift.tt/uAVq2vo
Show HN: Tome, aka Tom's Editor – a new command-line text editor https://ift.tt/lYotPuy September 23, 2023 at 12:23AM
Show HN:Rerender A Video – Prisma type style transfer for Videos https://ift.tt/iwnhLk3
Show HN:Rerender A Video – Prisma type style transfer for Videos https://ift.tt/XuqhC4P September 23, 2023 at 02:08AM
Show HN: Tinyfeed – CLI to generate static webpage from a collection of feeds https://ift.tt/iKfjOtY
Show HN: Tinyfeed – CLI to generate static webpage from a collection of feeds This project started because I wanted to consume my RSS/Atoms feeds the same way I consume news on HN: a lightweight webpage with a minimalist user interface where I can comfortably browse interesting links. I didn't like existing solutions for feeds reader. Many of them seemed overly complex, most of them require a database and don't event support sqlite. For a simple feed reader, it felt overkill. What I wanted was an easy setup that didn't rely on external databases or configurations. My solution was to build a small CLI tool that print an HTML page from a list of feed URLs. I can just set it up in Cron, point NGINX to the generate HTML file and that's it, I have a lovely webpage with my feeds. This was my first real project in Go and I'm still learning so I'm eager to receive feedback on the code. Checkout the demo here: https://ift.tt/1PdsZzf https://ift.tt/8Mn60Cg September 22, 2023 at 11:15PM
Show HN: FormsLab – Open-source form builder https://ift.tt/xMlU6pq
Show HN: FormsLab – Open-source form builder Hello guys, I wanted to share with you and ask your opinion about my first open-source project. FormsLab is a tool that can be used as a feedback app to collect feedback from customers, create polls for voting, or as a survey creator. I would like to ask for your feedback and opinions. Thank you! https://ift.tt/pijn1R2 September 22, 2023 at 04:29PM
Thursday, September 21, 2023
Show HN: Corgi – on-demand, 1-on-1 tutoring https://ift.tt/WmYx9JE
Show HN: Corgi – on-demand, 1-on-1 tutoring Hey all — I’m Sameer, a software engineer and longtime math/CS tutor who’s just launched an on-demand tutoring platform called Corgi. The product is a mobile app (currently iOS only) that allows users to request and receive tutoring help whenever they want it, for as little or as long as they need. Here’s how it works: 1. User selects a subject, adds a brief summary of what they need help with, and submits their request 2. All tutors who are online and qualified in that subject receive a notification that someone needs help 3. The first tutor to accept the request gets matched with the user, and both parties are placed in a in-app video chat session 4. The user works with the tutor for as long as they need 5. When the session is complete, the user is charged for the time they used (currently billed at $1/minute, rounded to the nearest minute) and the tutor receives 80% of the student fee As a starting point, the only subject we’re offering is SAT math help, but we plan to expand to other subjects in the near future. I built Corgi because 1) tutoring is a lifelong passion of mine, and 2) I haven’t found a quality, on-demand tutoring service that currently exists, but I believe it’s something that could really help students. The idea here isn’t to try and replace the traditional tutoring model (i.e. working with the same tutor on a consistent basis over a long period of time) but to supplement existing resources with an office hours-like service that can provide immediate help (e.g. at the exact moment when someone is struggling with homework, or is studying for an imminent exam). Eventually, I’d like to offer this platform directly to schools or districts, so that students can use it irrespective of ability to pay. There is at least one major player in this space doing something similar ( https://paper.co ) but from my own research they seem to have a lot of issues (e.g. students getting matched with tutors who aren’t qualified in their subjects, tutors working with many students simultaneously despite the company claiming the tutoring is all 1-on-1) and districts who previously signed contracts with them don’t seem keen on continuing their relationships ( https://ift.tt/bwEp1W3... ). I’ve also been a tutor on some of the existing traditional tutoring platforms (e.g. Wyzant) and have found the experience frustrating (mainly due to unfairly low compensation combined with a struggle to match with students). My goal with Corgi is to build something that provides real value and a positive experience for both the tutors and students who use it. I’ve spent the last week or so recruiting an initial batch of tutors, and am now kicking off the process of finding students to help test it out. I’m also building out some additional features to help make the actual tutoring sessions feel a little smoother (e.g. browser-based sessions to allow usage from any device, virtual whiteboards for easier collaboration). I’d appreciate any and all feedback the HN community has to share, positive or negative! https://ift.tt/zOqynTp September 22, 2023 at 09:23AM
Show HN: brane, a tool to log and query your thoughts with the power of AI https://ift.tt/O6IWvEk
Show HN: brane, a tool to log and query your thoughts with the power of AI https://ift.tt/4HAVtlZ September 22, 2023 at 05:23AM
Show HN: Transform-x - Convert between JSON, SQLite and Excel formats. https://ift.tt/KmzOh2N
Show HN: Transform-x - Convert between JSON, SQLite and Excel formats. This is a JS lib, CLI, Web UI and HTTP API to convert between JSON, SQLite and Excel formats. I built this partially as a challenge to see if I could reuse the JS code in each environment. I also move between these formats often during development. https://ift.tt/futvBdc September 22, 2023 at 01:59AM
Show HN: My Single-File Python Script I Used to Replace Splunk in My Startup https://ift.tt/wYMkGZ9
Show HN: My Single-File Python Script I Used to Replace Splunk in My Startup My immediate reaction to today's news that Splunk was being acquired was to comment in the HN discussion for that story: "I hated Splunk so much that I spent a couple days a few months ago writing a single 1200 line python script that does absolutely everything I need in terms of automatic log collection, ingestion, and analysis from a fleet of cloud instances. It pulls in all the log lines, enriches them with useful metadata like the IP address of the instance, the machine name, the log source, the datetime, etc. and stores it all in SQlite, which it then exposes to a very convenient web interface using Datasette. I put it in a cronjob and it's infinitely better (at least for my purposes) than Splunk, which is just a total nightmare to use, and can be customized super easily and quickly. My coworkers all prefer it to Splunk as well. And oh yeah, it's totally free instead of costing my company thousands of dollars a year! If I owned CSCO stock I would sell it-- this deal shows incredibly bad judgment." I had been meaning to clean it up a bit and open-source it but never got around to it. However, someone asked today in response to my comment if I had released it, so I figured now would be a good time to go through it and clean it up, move the constants to an .env file, and create a README. This code is obviously tailored to my own requirements for my project, but if you know Python, it's extremely straightforward to customize it for your own logs (plus, some of the logs are generic, like systemd logs). And I included the actual sample log files from my project that correspond to the parsing functions in the code, so you can easily reason by analogy to adapt it to your own log files. As many people pointed out in responses to my comment, this is obviously not a real replacement for Splunk for enterprise users who are ingesting terabytes a day from thousands of machines and hundreds of sources. If it were, hopefully someone would be paying me $28 billion for it instead of me giving it away for free! But if you don't have a huge number of machines and really hate using Splunk while wasting thousands of dollars, this might be for you. https://ift.tt/6B4Pq5S September 21, 2023 at 11:26PM
Wednesday, September 20, 2023
Show HN: A website that gives voice to unfulfilled customer needs https://ift.tt/DxAiy6L
Show HN: A website that gives voice to unfulfilled customer needs How does it work? You just write a short title of what you want like “24/7 cafe in my town”, a short description why you need it - “I like to work late, don’t like to work at home and all coffee places close at 9” and how much you would pay per visit. If many people subscribe to your idea, hopefully someone will see it and open that coffee shop. You can also see what others want and maybe get inspired. Or you can just use the website to track your ideas. What problems am I trying to solve? 1. Many startups fail because they build something that customers do not want 2. Customers do not get services they need because their voices are not heard This project attempts to solve the two problems by giving the voice to the customers and a platform for startup founders to research customer demand backed product ideas. The project is at its earliest stage, so any feedback, bug reports and feature requests are welcome! https://ift.tt/vZEUM8k September 21, 2023 at 06:47AM
Show HN: Kusho – Copilot for API Testing https://ift.tt/2IyMzi8
Show HN: Kusho – Copilot for API Testing https://kusho.co/ September 21, 2023 at 03:34AM
Show HN: Mana Pool – Market for Magic Cards https://ift.tt/ys1OMiN
Show HN: Mana Pool – Market for Magic Cards Hi folks. I launched my first startup on HN 15 years ago (see my profile), and I wanted to post here again now. Like my last one, this project comes from one of my life's passions. I have played Magic: The Gathering for 30 years. My co-founders and I think Magic deserves its own market, and this thinking will lead to dozens of ways to make a great app. We consider what we have an MVP, and we are all going to MagicCon this weekend in Las Vegas to walk around in our Mana Pool shirts and talk to people about the future. If HN likes the site, I would appreciate you crashing it before we head out tomorrow night! https://manapool.com/ https://manapool.com/ September 21, 2023 at 12:01AM
Show HN: Booklet – Async forums as an alternative to chat https://ift.tt/D6E8TeR
Show HN: Booklet – Async forums as an alternative to chat I built Booklet to solve the problem of too many chat messages at work. Booklet updates classic internet forums and email groups to have a modern UI and high polish. It organizes communications into threads, and summarizes activities into a neat email newsletter - so members can stay updated without having to stay logged in. The async format promotes deeper discussions, while also increasing engagement by making conversations easy to follow. My goal is to make communications more asynchronous - so that I can get back to work, instead of slacking all day. Most early communities have been hobby groups, but my goal is to mature Booklet into a tool that sits alongside Slack in companies. Try it out, and let me know what you think! https://ift.tt/qDiyPs6 September 20, 2023 at 11:02PM
Show HN: Add a “Share to HN” button to Android via a PWA https://ift.tt/u8sZCh9
Show HN: Add a “Share to HN” button to Android via a PWA https://ift.tt/R5bDxtq September 20, 2023 at 11:53PM
Tuesday, September 19, 2023
Show HN: Focusdoro(AI) – AI assisted Pomodoro task list https://ift.tt/2RdgcaQ
Show HN: Focusdoro(AI) – AI assisted Pomodoro task list Hi, I have always struggled with changing priorities and figuring out what to focus on a particular day. The actual priorities get missed amongst all other things in life. With the launch of Gen AI in almost all aspects of our lives, i decided to build something that can assist me in finding the right priorities and staying on them. This has helped me out for the past couple of days. I am using Openai apis for task breakdown and Daily planning bot and the rest of the site is built using Django, JS, and Tailwind. I have tried a lot of productivity tools throughout the years and Pomodoro and timer-based focused work has worked out best for me. If there are other techniques that have worked out for you, do let me know, I will try to incorporate those :) Would love honest feedback on this so that I can make this more useful to others and to myself. Looking forward to your feedback, thanks in advance :) https://focusdoro.com September 19, 2023 at 09:43PM
Show HN: Hydra - Open-Source Columnar Postgres https://ift.tt/EXKLFbf
Show HN: Hydra - Open-Source Columnar Postgres hi hn, hydra ceo here hydra is an open-source extension that adds columnar tables to Postgres for efficient analytical reporting. With Hydra, you can analyze billions of rows instantly without changing code. demo video (5 min): https://youtu.be/1yzxgb0Oyrw github repo: https://ift.tt/wtjHT4o For 1.0 GA release, aggregate queries are over *60% faster* than Hydra beta due to aggregate vectorization. Spatial indexes (gin, gist, spgist, and rum indexes) and pg_hint_plan are now enabled for performance optimization. postgres is great, but aggregates can take minutes to hours to return results on large data sets. long-running analytical queries hog database resources and degrade performance. use hydra to run much faster analytics on postgres without changing code. for testing, try the hydra free tier to create a column postgres instance on the cloud. https://ift.tt/vYsT6q3 https://ift.tt/awK78z5 September 19, 2023 at 11:05PM
Show HN: Dialoqbase – open-source chatbot creation platform (LangChain wrapper) https://ift.tt/hXqn9uY
Show HN: Dialoqbase – open-source chatbot creation platform (LangChain wrapper) Hey HN, I have been working on a side project for the last 3 months, built around LangchainJS and pgvector. It now supports ChatGPT, Llama, Claude, and Bison models, and the bot can integrate with WhatsApp, Telegram, and Discord for now. I would really appreciate some feedback. Thanks! repo: https://ift.tt/J2IOtqH September 20, 2023 at 01:02AM
Show HN: Dittofeed – 1-Click deploy, self-host Mailchimp alternative https://ift.tt/BA8m2tD
Show HN: Dittofeed – 1-Click deploy, self-host Mailchimp alternative Hi HN, we've released Dittofeed v0.4.0, a significant update primarily focused on facilitating self-hosting. Dittofeed is an open source (MIT licensed) alternative to platforms like customer.io, mailchimp, klaviyo, iterable etc. Self-hosting is particularly useful if you: - Want to evaluate Dittofeed without a long-term commitment - Prefer fixed, non-volume based pricing models - Aim to keep all personally identifiable information within your own infrastructure In this version, we introduced 'Dittofeed Lite,' which merges the dashboard, API, and worker services, simplifying deployment, along with providing an easy auth setup. We've also configured a 1-Click Render deployment. The Render setup comes at a fixed cost of $39/month. However, by using alternative hosting solutions for the Postgres and ClickHouse instances (neon, clickhouse cloud), the monthly costs can be reduced to under $20. We personally feel that there’s a big problem with how existing platforms handle pricing, charging insanely high prices with low contact limits, while restricting access to really basic table stakes features. Excited to share this work, and hear your thoughts and feedback! Github Repo - https://ift.tt/ezKfnUA Demo - https://ift.tt/yikAjMI Docs - https://ift.tt/EJ6dUAc https://ift.tt/ezKfnUA September 19, 2023 at 11:53PM
Monday, September 18, 2023
Show HN: I've working on a webUI for the TinyLlama LLM, would love some feedBack https://ift.tt/9RshWtb
Show HN: I've working on a webUI for the TinyLlama LLM, would love some feedBack Hi HN! This Is a UI I've Been building for the tinyLlama model.The website design is based off openchat.team, but I'm not a Ux designer, and I wanted some feedback on how I could improve it, thanks! https://ift.tt/X2RHYgL September 19, 2023 at 08:05AM
Show HN: Breakout programmed in CSS (no JavaScript) https://ift.tt/89nLYhP
Show HN: Breakout programmed in CSS (no JavaScript) I always see great questions here and I'd love to talk about the specifics of the CSS code involved here if anyone is curious or has questions. I have written about the very basics of the "engine" driving this on my blog but there's a lot more involved in many different directions of its creation: https://ift.tt/wefAm9h Happy Monday! // Jane https://ift.tt/VLy8JuZ September 19, 2023 at 01:45AM
Show HN: Collaborative Lisp Coding on Discord https://ift.tt/U4EmYDZ
Show HN: Collaborative Lisp Coding on Discord This is a Discord bot I made, which lets you write and evaluate Lisp code in collaborative sessions on Discord. I wrote it in a short amount of time, partly for learning purposes, but also because I found the idea exciting and it was fun to hack around. I'd be happy to get your feedback, especially on how to improve the deletion mechanism (maybe make deletion sexpr-based?). I've tried to make the README detailed enough so that it's easy to make some changes and run your own version. https://ift.tt/bzdxoe8 September 19, 2023 at 12:22AM
Show HN: macOS GUI for running LLMs locally https://ift.tt/4KulPGB
Show HN: macOS GUI for running LLMs locally Hello HN, I've been working on this project for a while, and it has been in an "open" beta for some time. I finally believe it's ready for its first release. I hope you like it. Here are some potential questions that may arise: 1. How does it compare to LM Studio? It's likely that if you're already using LM Studio, you'll continue to do so. This project is designed to be more user-friendly. 2. Is it open-source? No, it is not. 3. Does it use any open-source libraries? Yes, it uses llama.cpp and a few others, as indicated in the license information included with the application. 4. Why is not using electronjs? Two reasons, I wanted total control over the whole tech-stack and second, I wanted to be able to send this to my friends over iMessage. 5. Does it support Intel macs? It should, but I couldn't test it. 6. Does it support older macOS? 12.6 is the lowest version at the moment. 7. Is XXX a bug? Probably :) https://www.avapls.com/ September 19, 2023 at 02:51AM
Show HN: A murder mystery game built on an open-source gen-AI agent framework https://ift.tt/9WeF5wZ
Show HN: A murder mystery game built on an open-source gen-AI agent framework Hey HN, Michael and Scott here. We’re open-sourcing an interactive murder mystery featuring LLM-driven character agents. Solve the mystery by finding clues, taking notes, and interrogating agents. They all have distinct motives, personality, and can impact the game in different ways (attacking you, running away, etc). Try it out, it’s pretty fun! We’re also open-sourcing the framework that we used to make and refine the agents. The goal is to create an intuitive interface for storytellers to create, debug, and test game agents. We then take those game agents and expose an API beyond just chat - such as actions, player guardrails, emotional queries, etc. We’re not done yet - there are a lot more features coming on the way: scenario-based agent evals, agent-storyline consistency management, automatic agent generation, etc. We would love to hear your feedback. Thanks! [0] https://ift.tt/vHGLRn1 [1] https://ift.tt/IXA4imF [2] https://ift.tt/jKZY1BM https://www.gron.games/ September 18, 2023 at 10:28PM
Show HN: HyperDX – open-source dev-friendly Datadog alternative https://ift.tt/y4nSxcW
Show HN: HyperDX – open-source dev-friendly Datadog alternative Hi HN, Mike and Warren here! We've been building HyperDX (hyperdx.io). HyperDX allows you to easily search and correlate logs, traces, metrics (alpha), and session replays all in one place. For example, if a user reports a bug “this button doesn't work," an engineer can play back what the user was doing in their browser and trace API calls back to the backend logs for that specific request, all from a single view. Github Repo: https://ift.tt/EMpAwxk Coming from an observability nerd background, with Warren being SRE #1 at his last startup and me previously leading dev experience at LogDNA/Mezmo, we knew there were gaps in the existing tools we were used to using. Our previous stack of tools like Bugsnag, LogRocket, and Cloudwatch required us to switch between different tools, correlate timestamps (UTC? local?), and manually cross-check IDs to piece together what was actually happening. This often made meant small issues required hours of frustration to root cause. Other tools like Datadog or New Relic come with high price tags - when estimating costs for Datadog in the past, we found that our Datadog bill would exceed our AWS bill! Other teams have had to adjust their infrastructure just to appease the Datadog pricing model. To build HyperDX, we've centralized all the telemetry in one place by leveraging OpenTelemetry (a CNCF project for standardizing/collecting telemetry) to pull and correlate logs, metrics, traces, and replays. In-app, we can correlate your logs/traces together in one panel by joining everything automatically via trace ids and session ids, so you can go from log <> trace <> replay in the same panel. To keep costs low, we store everything in Clickhouse (w/ S3 backing) to make it extremely affordable to store large amounts of data (compared to Elasticsearch) while still being able to query it efficiently (compared to services like Cloudwatch or Loki), in large part thanks to Clickhouse's bloom filters + columnar layout. On top of that, we've focused on providing a smooth developer experience (the DX in HyperDX!). This includes features like native parsing of JSON logs, full-text search on any log or trace, 2-click alert creation, and SDKs that help you get started with OpenTelemetry faster than the default OpenTelemetry SDKs. I'm excited to share what we've been working with you all and would love to hear your feedback and opinions! Hosted Demo - https://ift.tt/jmcIxkd Open Source Repo: https://ift.tt/EMpAwxk Landing Page: https://hyperdx.io https://ift.tt/EMpAwxk September 18, 2023 at 11:25PM
Show HN: A Discord bot that creates multi-server text channels https://ift.tt/9iOI2ZE
Show HN: A Discord bot that creates multi-server text channels https://ift.tt/7ehK6Ex September 18, 2023 at 09:12AM
Sunday, September 17, 2023
Show HN: Hyperboot – Run Linux distros on your Chromebook https://ift.tt/HaiNVrw
Show HN: Hyperboot – Run Linux distros on your Chromebook Greetings, HN community! I'm excited to introduce Hyperboot, the spiritual successor to the Eupnea project's Depthboot, designed to simplify the process of running Linux on Chromebooks. A brief background on Hyperboot: Recently, the Eupnea project's developer announced the discontinuation of the project. This news left me and several others deeply disappointed. Determined to keep the vision alive, I initiated the Hyperpnea revival project for Depthboot. I'm here to address any inquiries or feedback you may have. Feel free to ask questions or share your thoughts! Looking forward to engaging with you all. https://ift.tt/tMjXkF5 September 18, 2023 at 06:53AM
Show HN: Panvimdoc – Convert pandoc Markdown to vimdoc help https://ift.tt/6oDHLA7
Show HN: Panvimdoc – Convert pandoc Markdown to vimdoc help https://ift.tt/iI7uBOa September 18, 2023 at 01:02AM
Show HN: Type and Calculate Anything, Instantly. Numi like Calculator. https://ift.tt/bXBYNte
Show HN: Type and Calculate Anything, Instantly. Numi like Calculator. https://hissab.io/ September 18, 2023 at 04:32AM
Show HN: Me and my buddy made $20 with a Stripe link and a Tweet https://ift.tt/bB4Ydqx
Show HN: Me and my buddy made $20 with a Stripe link and a Tweet Hi there, So a buddy a couple of days ago came up with the idea for a new SaaS product regarding gpt and image generation. We did a quick MVP that barely works, it breaks almost 50% of the time but we still wanted to validate the idea before going all in. We have almost 1k followers on Twitter together. Did a quick post describing the idea with a stripe link in the comments with a 5$ value, no landing page, and no shipped product. In exchange, the buyers become beta users. Around 30 mins later we got our first sale next 30 mins another 5$ and so on. Do we consider the idea validated? The short answer is no, We gained some initial momentum but we can't call it a business yet, not until we are starting to get recurring revenue. What next? We created a notion file with multiple marketing channels we plan to test out and see which one is the best. We also created a list full of websites to submit our product and we are tracking the traffic we are going to get from each of them. PS: If you are curious, this is the product https://coverposts.com/ September 17, 2023 at 10:16PM
Show HN: ARA Records Ansible and makes it easier to understand and troubleshoot https://ift.tt/YxlFROc
Show HN: ARA Records Ansible and makes it easier to understand and troubleshoot Hey HN, long time lurker here. I humbly present ara which is a project I created back at Red Hat in 2016 (before AWX was open source) to make my life easier working with distributed and large scale Ansible playbooks. It is designed to be simple and compatible with however you're already running Ansible today without needing to change much of your existing workflows. My time and skills are limited but I have learned a lot and I am happy with how the project has steadily improved over the years with the much appreciated help of contributors. If you'd like to read more about the project, the blog might be interesting: https://ift.tt/0Qdcz3R If you'd like to help, contribute or chat, feel free to hop on IRC, Slack or Matrix: https://ift.tt/sfP5K8w The best way to stay up to date with the project is on Mastodon: https://ift.tt/HaC4tRw I will be here for a while to reply to comments and answer questions. https://ift.tt/TtYUdHI September 17, 2023 at 08:58PM
Show HN: Product Review Summarizer https://ift.tt/bQj84Fk
Show HN: Product Review Summarizer I find it inefficient to read through the product reviews online. So i wrote up this site. It works by pumping the reviews into an llm and giving a few bullet points for negative and positive. For now it works only with amazon. I mostly did this to learn about web technologies. This is my first time not using managed hosting but configuring a ubuntu vps from scratch. I would appreciate technical feedback. Disclaimer: The "Buy on Amazon" button adds an affiliate to the original link. Oh I also read now that amazon is rolling out some "AI" Summary, but its not available where i live yet. So my site might not be needed for long. https://ift.tt/ugRQAYG September 17, 2023 at 08:47PM
Show HN: Fireworks Tap Toy https://ift.tt/EKtCos3
Show HN: Fireworks Tap Toy https://ift.tt/oyMkpaN September 17, 2023 at 02:47PM
Saturday, September 16, 2023
Show HN: Bookmarklet to count number of lines in a GitHub repo https://ift.tt/fFx5bXO
Show HN: Bookmarklet to count number of lines in a GitHub repo https://ift.tt/LzY2SdI September 17, 2023 at 02:10AM
Show HN: Every Breath You Take – Heart Rate Variability Training https://ift.tt/sM0ZR1u
Show HN: Every Breath You Take – Heart Rate Variability Training Through controlled breathing it is possible to regulate your body's stress response. I've built an app to measure and train this effect with a Polar H10 Heart Rate monitor. With every breath you take, you can set the pace of your breathing rate, measure your breathing control with the chest accelerometer, and see how heart rate variability responds. https://ift.tt/3eQxZ24 September 17, 2023 at 02:48AM
Show HN: Illa.ai – Open-Source AI Agent and AI Native App Community https://ift.tt/0s1wI6r
Show HN: Illa.ai – Open-Source AI Agent and AI Native App Community https://illa.ai September 16, 2023 at 10:09PM
Show HN: Yet another Hacker News app https://ift.tt/O0fZ7JL
Show HN: Yet another Hacker News app Thought I'd show off my CSS skills with a little cleaned up version. Often I do wonder what alternative ways are to viewing hackernews. How much more can you strip away right? https://ift.tt/Z8ekVJq September 16, 2023 at 08:31PM
Friday, September 15, 2023
Show HN: Applin – define mobile UI in server code https://ift.tt/BT9QgJP
Show HN: Applin – define mobile UI in server code Hi HN, I'm a backend engineer who made an app and didn’t like the tools. Then I made the thing I needed: a mobile app toolkit for backend engineers. I'm calling it Applin™. :) https://www.applin.dev/ How it works: You make an HTTP server that returns JSON objects that define page content. Then you make a mobile app that calls the server and renders the pages using native widgets. Applin is the server and client libraries that make this easy. Server libraries: Currently there's Rails https://ift.tt/wOEhS61 and https://ift.tt/ck34Mpq . Which languages shall I add next? Client libraries: Currently there's iOS https://ift.tt/vE6upDY . Which platform shall I add next? They say, if you're not embarrassed by the quality, then you're launching too late. Applin is usable and not yet pretty and not yet comprehensive. I need customer feedback on priority and requirements. To try it out right away, use https://ift.tt/3X5hH4T and tap the rails-demo link. The hardest part of this project was making the client update the page without losing keyboard focus and scrolling to the top. To do that, the code must pick the correct existing widgets for each new version of the widget tree. The current (working) version performs five passes over the widget tree: first picking focused widgets and their ancestors, then focus-able widgets, then other stateful widgets, then widgets with matching attributes (label, URL, etc.), and finally former siblings of the correct type. Then it creates any new widgets. Now that it has widgets for the new tree, the code updates the widget tree without removing any sub-widget that will be added again. This prevents losing keyboard focus and prevents resetting scroll positions. Here's the code: https://ift.tt/rcNZoW5 Please try out Applin, use it at your company (buy a license), and let me know what features to build first! Post a comment here, add a GitHub issue, or email me at michael@leonhardllc.com . To get updates, join https://ift.tt/jtE61LO . Thanks for reading! :) --Michael September 16, 2023 at 01:00AM
Show HN: I built this site to showcase business run by indie founders https://ift.tt/kj9eIPO
Show HN: I built this site to showcase business run by indie founders https://ift.tt/z1tiL8I September 15, 2023 at 11:30PM
Show HN: Shello – Wrangle Environment Variables https://ift.tt/7zHK3fq
Show HN: Shello – Wrangle Environment Variables A lightweight mac app for managing environment variables locally. No auth, no network requests, no usage tracking... just files on your machine. https://shello.app/ September 15, 2023 at 11:15PM
Show HN: I built a dataset of 25k+ Gumroad products to spot market opportunities https://ift.tt/Deu58LG
Show HN: I built a dataset of 25k+ Gumroad products to spot market opportunities https://gumtrends.com September 15, 2023 at 06:24PM
Show HN: Slash Saber – endless game made in ThreeJS and Vue https://ift.tt/PkAKYmq
Show HN: Slash Saber – endless game made in ThreeJS and Vue Slash Saber is open source: https://ift.tt/AC9PxgG Blender files for some of the 3D assets are available in the GitHub repository. I am open to any feedback. https://slashsaber.com September 15, 2023 at 01:13PM
Thursday, September 14, 2023
Show HN: I built an app that lets you create and chat with 3D AI characters https://ift.tt/4OpPMvh
Show HN: I built an app that lets you create and chat with 3D AI characters Hello everyone! I'm excited to announce the launch of Astrocyte, a web app that allows you to create and interact with 3D AI characters. Whether it's video game heroes, anime characters, political figures, or even that obscure NPC from your favorite RPG, you can bring them to life and have a chat with them on Astrocyte! Many users have already begun crafting their own characters on Astrocyte, and the conversations have been incredibly entertaining. I would be thrilled if you could give it a try and share your honest feedback. Thank you! https://ift.tt/3QeI2Bt September 15, 2023 at 11:00AM
Show HN: Nue – A React/Vue/Vite/Astro Alternative https://ift.tt/9LlgTbo
Show HN: Nue – A React/Vue/Vite/Astro Alternative Author here. I've been working on this for the past ~12 months, lately full-time. I'm releasing two things today: 1. Nue JS: https://ift.tt/3UaxEqe — A tiny (2.3kb minzipped) JavaScript library for building user interfaces. It's like React/Vue core, but there are no hooks, effects, props, or other unusual abstractions on your way. Know the basics of HTML, CSS, and JavaScript and you are good to go. Nue JS supports server-side rendering (SSR), reactive components, and "isomorphic" combinations. It takes inspiration from Vue 2.0 and Riot.js. (I'm actually the original author of Riot). 2. Nue ecosystem: https://ift.tt/xJ8aXk2 — This is the ultimate goal and once all the sub-projects are finished, Nue will be a serious alternative to things like Vite, Next.js, and Astro. The thing is that I'm not happy with the current state of web development, so I want to write a completely new ecosystem from scratch. I'm taking advantage of the "old" innovations like progressive enhancement, separation of concerns, and semantic web design. Benefits highlighted here: https://nuejs.org/why/ All projects will be released under the MIT license. Happy to answer any questions. https://nuejs.org September 14, 2023 at 06:11PM
Show HN: SlackRevert, a Firefox extension to revert Slack's new design https://ift.tt/gYVfbH5
Show HN: SlackRevert, a Firefox extension to revert Slack's new design https://ift.tt/yGsVUtr September 15, 2023 at 06:06AM
Show HN: Image Eval – An evaluation toolkit for image generation models https://ift.tt/Z2QFV5y
Show HN: Image Eval – An evaluation toolkit for image generation models https://ift.tt/vTlJbCe September 15, 2023 at 12:29AM
Show HN: A vector database with semantic SQL-like filtering https://ift.tt/L48gJEI
Show HN: A vector database with semantic SQL-like filtering Hi HN! It’s always bothered me that there’s no real equivalent of SQL WHERE for vector content. Filtering is one of the cornerstones of a modern database — but vector DBs only support either top-k sort, which is only useful for fuzzy search, or metadata filtering, which isn’t semantic. I’ve found myself wanting all the results matching my semantic query, not just k! Aside from data analysis, it's relevant if you’re trying to do any LLM reasoning: you don’t make good decisions or reach good conclusions by considering a small subset of information. So, we’ve designed a filtering primitive on top of vectors and assembled a demo on customer reviews from Trustpilot, Yelp, App Store, etc. You can select any brand/restaurant/app, and slice the review data however you want. The filter should find all matching documents, not just the top-k. Check it out at https://ift.tt/jKWyd3L ! Not super optimized yet, and really just an exploration, but hopefully gets the point across. FAQ: - Can I try it on my own data? Sure, shoot me a message at hello [at] emberml [dot] com. - How does it work? We’ve built a custom vector-based index, and we learn a high-quality decision boundary between relevant and irrelevant vectors at query time. You can think of it as forming a few-shot classifier each time. - What’s the catch? It’s far slower and less scalable than KNN/ANN right now. But I’d rather solve quality before trying to scale up quantity; tbh I’m not satisfied with vector DB performance even at @ N=1,000. A hot take, maybe? - Why don’t you just classify the data beforehand? Unstructured data has too many degrees of freedom, so it’s hard to anticipate every search/filter a priori. Our approach is somewhat analogous to schema-on-read. https://ift.tt/bGzk7D3 September 15, 2023 at 01:04AM
Show HN: Ever Been Rated by an AI Date? Try Dating Playground and Get Feedback https://ift.tt/zB2kL5I
Show HN: Ever Been Rated by an AI Date? Try Dating Playground and Get Feedback Hey HackerNews folks! I first launched DatingAI.pro to help people improve their dating profiles, get reply suggestions, etc but to that I got feedback where people pointed out that someone could just impersonate their entire profile which made sense and I thought what if I could actually help people really get better at texting or conversations by giving them feedback and letting them improve via suggestions. I understand a human date can't be replaced but certainly we could help to an extent. NOTE - THIS IS NOT AN AI GIRLFRIEND. This is how it works: 1. Swipe from profiles of the opposite gender and then you're matched with someone. 2. Start an engaging chat & earn or lose points based on your charm (or lack thereof). 3. Simultaneously get reply suggestions to navigate the conversation. 4. Receive a final verdict: Would they like to go out on a date with you? And the best part? Those points aren't just for bragging rights they can be redeemed them for other features in the tool. Think of it as a dating simulator with tangible rewards. Would love to know your thoughts https://datingai.pro September 14, 2023 at 10:02PM
Wednesday, September 13, 2023
Show HN: I found this useful tool for creating HTML Emails for free https://ift.tt/6K3LOxI
Show HN: I found this useful tool for creating HTML Emails for free https://htmlemailbuilder.xyz/ September 13, 2023 at 10:07PM
Show HN: Vips – Emacs Interface for OpenAI's GPT API and DeepL's Translation API https://ift.tt/8x0hEaI
Show HN: Vips – Emacs Interface for OpenAI's GPT API and DeepL's Translation API I am excited to share vips.el, an Emacs interface for OpenAI's GPT API and DeepL's translation API. With vips.el, you can work directly with OpenAI's GPT-4 and GPT-3.5-turbo models, customize parameters for fine-tuning the output, and translate text seamlessly using the DeepL API, all within Emacs. The tool is designed to be easy to install and use, with a range of keyboard shortcuts for quick access to its features. It's distributed as free software under the terms of the GNU General Public License. You can find more details, including installation steps and usage instructions, in the project's README file. I would love to hear your feedback and suggestions! https://ift.tt/UQh69vT September 14, 2023 at 05:10AM
Show HN: Lantern – a PostgreSQL vector database for building AI applications https://ift.tt/Muh0kQI
Show HN: Lantern – a PostgreSQL vector database for building AI applications TL;DR Lantern is a PostgreSQL vector database extension for building AI applications. Install and use our extension here: https://ift.tt/YnIrgv6 We have the most complete feature set of all the PostgreSQL vector database extensions. ** Here’s what we support today ** - Creating an AI application end to end without leaving your database (example: https://ift.tt/mLuUN2S... ) - Embedding generation for popular use cases (CLIP model, Hugging Face models, custom model) - Interoperability with pgvector's data type, so anyone using pgvector can switch to Lantern - Parallel index creation capabilities -- Support for creating the index outside of the database and inside another instance allows you to create an index without interrupting database workflows. ** Here’s what’s coming soon ** - Cloud-hosted version of Lantern - Templates and guides for building applications for different industries - Tools for generating embeddings (support for third party model API's, more local models) - Support for version control and A/B test embeddings - Autotuned index type that will choose appropriate index creation parameters - 1 byte and 2 byte vector elements, and up to 8000 dimensional vectors support - Request a feature at support@lantern.dev ** Why we started Lantern today ** There's dozens of vector databases on the market, but no enterprise option built on top of PostgreSQL. We think it's super important to build on top of PostgreSQL - Developers know how to use PostgreSQL. - Companies already store their data on PostgreSQL. - Standalone vector databases have to rebuild all of what PostgreSQL has built for the past 30-years, including all of the optimizations on how to best store and access data. - Lantern is building the most performant vector database and the best suite of tools to help developers build AI applications. We want to help companies build useful applications using their unstructured and structured data. Looking forward to hearing your feedback! https://ift.tt/7k35nPX September 14, 2023 at 12:41AM
Show HN: Autonomous Cloud for Serverless and AI Infra. Leaping Beyond K8s https://ift.tt/CQ0Li2l
Show HN: Autonomous Cloud for Serverless and AI Infra. Leaping Beyond K8s For the last 3 years, I have been working on a way to solve inefficiencies in software infrastructure. Introducing Taubyte. What is Taubyte? Taubyte is an open-source, autonomous cloud platform focusing on serverless and AI infrastructure. Designed to be edge-native and GitOps-centric, Taubyte aims to democratize cloud computing and reduce ops overhead. Why Choose Taubyte? The Future is Autonomous! - Ready-to-Go Platform: Unlike Kubernetes, which often requires additional products, Taubyte delivers a fully-functional cloud network out-of-the-box. - Low to No Ops: Taubyte's autonomous nature eliminates the need for constant operational maintenance. Taubyte's self-governing system literally runs itself! - Horizontal Scaling: Built-in support for horizontal scaling, no additional configurations needed. - Serverless Focus: While Kubernetes can support serverless via add-ons, Taubyte is natively designed for serverless computing. Repos and Tools: - Tau (github.com/taubyte/tau): Deploy on servers to form a Cloud Network—a connected ensemble of Taubyte nodes identified by an FQDN. - Dreamland (github.com/taubyte/dreamland): Use on your PC/laptop for E2E testing and local cloud simulation. - Tau-CLI (github.com/taubyte/tau-cli): GitOps-centric CLI for managing projects across different Cloud Networks. - VM-Orbit (github.com/taubyte/vm-orbit): Extend WebAssembly VM capabilities for serverless function calls. Dive Into Our Showcases & Resources: - 8bit.ws: The cloud, but cooler. An AI playground built on Taubyte featuring serverless LLM via llama-cpp and NVIDIA, supercharged by VM-Orbit. Check Out the Plugin Source Code. - Sandbox: Experiment on sandbox.taubyte.com via tau-cli or console.taubyte.com. - Documentation: Comprehensive guides available at tau.how. Get Involved: - Test It: Use Dreamland for local tests or sandbox.taubyte.com for a live experience. - Join the Revolution: PRs, issues, and your genius are all welcome. September 14, 2023 at 12:24AM
Show HN: Victor, a browser-optimized vector database written in Rust https://ift.tt/S2dKpNV
Show HN: Victor, a browser-optimized vector database written in Rust Hey HN, My friend Sam and I were bored one weekend, and wanted to make something self-contained but still useful. We ended up with Victor [0], a vector database designed to run in the browser. It’s written in Rust, which gives us access to things like super-fast and compact serialization and deserialization, but it’s compiled to WASM and uses web-sys to interact with the browser’s JS APIs to write the database contents to disk. We worked hard on designing it in a way that makes sense for the browser. It uses the private origin file system [1] and stores the vectors in a compact format (one byte per vector dimension). Since storage space is at a premium in the browser, we also provide built-in PCA to allow you to compress your vectors. It’s completely transparent to the user and automatically kicks in once a vector storage file exceeds 10mb. We’re trying to think of a better way to design this API, so let us know any ideas you have! [0]: https://ift.tt/zgfBAkn [1]: https://ift.tt/ajEeC8L... https://ift.tt/iQhqUDs September 13, 2023 at 11:53PM
Show HN: Charge for Your Commit History on Gitawonk https://ift.tt/9aFBtPG
Show HN: Charge for Your Commit History on Gitawonk Opening the source is de rigueur . Commit history is the one thing indie devs can hold onto. https://www.youtube.com/watch?v=aBFj7OJMO10 September 13, 2023 at 11:26PM
Show HN: Yaksha Programming Language Playground https://ift.tt/qL0oVdx
Show HN: Yaksha Programming Language Playground I'm using v86, debian and tcc to run an x86 linux vm in the browser with Yaksha programming language. There is no backend thanks to v86. It is all in the browser. (iOS does not seem to work). I was able to get it working even in my Pixel 3A. Main website for Yaksha Language: https://ift.tt/YM8P9Xc https://ift.tt/ap7V4wD September 13, 2023 at 12:17PM
Show HN: Demo Creation Platform (Bootstrapped) https://ift.tt/4xSVYIi
Show HN: Demo Creation Platform (Bootstrapped) Hi, I am George, a co-founder of LiveDemo. Our LiveDemo chrome and web application helps founders, sales and marketing people to develop a live demonstration of their product, allowing them to: - Show their product features to prospects - Capture hot leads with their product - And ultimately sell their product with their product. It is better to see once than to hear a hundred times. Our website: https://livedemo.live https://ift.tt/zi8j216... Please let me know what do you think about the app https://livedemo.live September 13, 2023 at 12:43PM
Show HN: Deploying subdomain-based routing like github.io https://ift.tt/BC3KJTz
Show HN: Deploying subdomain-based routing like github.io https://ift.tt/h5Vjf21 September 13, 2023 at 06:14PM
Show HN: C++ LMAX Disruptor < 200 LOC https://news.ycombinator.com/item?id=37492810
Show HN: C++ LMAX Disruptor < 200 LOC Hi HN, I built an implementation of the LMAX disruptor described by Martin Fowler. https://martinfowler.com/articles/lmax.html Would love to hear your comments and suggestions! https://github.com/sneilan/lmax-disruptor-tutorial September 13, 2023 at 01:12PM
Show HN: Retail Intelligence – AI insights from fashion retail market analysis https://ift.tt/Fh7eVai
Show HN: Retail Intelligence – AI insights from fashion retail market analysis https://ift.tt/K0tQJws September 13, 2023 at 04:41PM
Tuesday, September 12, 2023
Show HN: HTTP Status Code Generator https://ift.tt/h6FjWLO
Show HN: HTTP Status Code Generator A service for generating HTTP codes. It’s useful for testing monitoring services. Just add the status code you want to the end of the URL, like this https://ift.tt/hH5JD9n https://statuscode.app/ September 13, 2023 at 05:34AM
Show HN: Rental data supplied by tenants in Ireland, searchable by all https://ift.tt/VGme4nC
Show HN: Rental data supplied by tenants in Ireland, searchable by all I created https://ift.tt/8YFc79n last Friday to help bring this kind of transparency to Ireland, allowing people to submit their rents. Would love to get any HN feedback on the idea/website. https://ift.tt/TnruYE3 September 12, 2023 at 10:38PM
Monday, September 11, 2023
Show HN: Lambda-Calculi Expression Visualizer https://ift.tt/SO5wdJD
Show HN: Lambda-Calculi Expression Visualizer https://ift.tt/BziFkHS September 12, 2023 at 04:11AM
Show HN: Labor Day Fun Project, Find Reddit Comments to Promote Your Business https://ift.tt/kVftjKg
Show HN: Labor Day Fun Project, Find Reddit Comments to Promote Your Business For Labor Day I decided to play with OpenAI APIs and try to ship something (a prototype, a blog post, anything really). Whenever I launched a side project (e.g: https://ift.tt/fUbmo9p , https://ff.bitlet.org/ ) I realized how bad I am at marketing or even at mentioning my the project to friends/social. I noticed that most of the traffic we got was coming from reddit/HN comments we made where it was reasonable to mention the sideproject/business. Given that, I tried to use OpenAI APIs to do exactly that, given a business/project description, and a list of subreddits, monitor all comments and pick the ones where it makes sense to mention the business/project. While I had the project done in the labor day weekend, I decided to productionize it a bit (really just add a login system and a payment link to cover OpenAI costs) last weekend. If anyone is interested in giving a shot, you can play with it at https://sp.bitlet.org/ . Feedback is always welcome! https://sp.bitlet.org/ September 12, 2023 at 08:20AM
Show HN: KlongPy now supports ticker plants https://ift.tt/N5MnYzh
Show HN: KlongPy now supports ticker plants https://ift.tt/r1VRZL3 September 12, 2023 at 04:06AM
Show HN: A surprisingly effective way to predict token importance in LLM prompts https://ift.tt/tWvuVwc
Show HN: A surprisingly effective way to predict token importance in LLM prompts We explored a novel method to gauge the significance of tokens in prompts given to large language models, without needing direct model access. Essentially, we just did an ablation study on the prompt using cosine similarity of the embeddings as the measure. We got surprisingly promising results when comparing this really simple approach to integrated gradients. Curious to hear thoughts from the community! https://ift.tt/aKZ3s5I September 12, 2023 at 12:29AM
Show HN: Timezone-typesafe date and time library for Go https://ift.tt/vW9f5xG
Show HN: Timezone-typesafe date and time library for Go https://ift.tt/JS1nWXz September 11, 2023 at 11:52PM
Show HN: Firefox addon to quarantine a tab to use offline with private data https://ift.tt/w2MlvD1
Show HN: Firefox addon to quarantine a tab to use offline with private data Introducing QuaranTab: Companion extension to quarantine tabs so you can safely use them offline with private data I find myself wanting to use online format parsers to quickly decode that production JWT or decode a base64 Authorization header but cannot trust these websites to not leak my information. I thought to myself if only I could cut-off network access to this site, use it offline, and then throw away all browsing data. So I created an extension just for that. It uses Firefox contextual identities API (Containers) to isolate browsing data and inter-tab communication. Once the site is fully loaded, I then inject bogus proxy settings for any requests leaving that container to effectively cut-off network access. And once I'm done, I simply delete the Container. Use Cases: * Parse a live JWT token * Convert a Base64 Authorization header * Hash a password * Parse a Protobuf message * Submit my name and birthdate to estimate my date of death Check out the MIT source code on GitHub [1] and install QuaranTab from the Firefox store [2]. If anyone is interested in a discussion, I'd love to chat about: 1. Any ideas on how we could implement this in Chromium? Using private window as a "Container"? 2. Can you come up with an exploit? I posted a 100usd bug bounty [3] if you find one! 3. Is there any way to prove an extension in the store was built from source in GitHub? I am imagining some kind of third-party escrow service managing the Firefox store account and building from specific public git repository. 1. https://ift.tt/lT6Dqhv 2. https://ift.tt/7mEoiOj 3. https://ift.tt/rnHDikL September 11, 2023 at 11:06PM
Show HN: Slotmachine, to book and free server ports at scale https://ift.tt/B48UEGb
Show HN: Slotmachine, to book and free server ports at scale This is a very specialized Go library and, frankly, somewhat of a straw man: I've found myself needing to quickly assign ports on servers with a high density of highly ephemeral inbound/outbound connections where the protocol relies on a specific port number. Obviously, running sequentially through a list of ports until I find one I have not already allocated does not perform very well. I was surprised when I did not find anything already addressing this need. So, this is the straw man part: surely I missed it! Anyway, should you ever need something like that... here it is. https://ift.tt/gmZBjk5 September 11, 2023 at 11:39AM
Show HN: Free High-quality TailwindCSS Components. No attribution required https://ift.tt/3IAXq56
Show HN: Free High-quality TailwindCSS Components. No attribution required https://tailspark.co/ September 11, 2023 at 06:14PM
Show HN: Dracula Theme for Miniflux https://ift.tt/ArbQNxL
Show HN: Dracula Theme for Miniflux https://ift.tt/8RXAGkx September 11, 2023 at 03:47PM
Sunday, September 10, 2023
Show HN: Erlmacs – a script to update your .emacs file for Erlang development https://ift.tt/J5da3gz
Show HN: Erlmacs – a script to update your .emacs file for Erlang development erlmacs automatically configures and updates your .emacs file with support for the emacs mode that is included with Erlang/OTP. It frees you from having to locate the installation directory of Erlang/OTP and its bundled emacs mode. It is an escript that only depends upon Erlang/OTP and Emacs. Note: There is not much in the way of error checking at this moment, but it does make a backup of your .emacs files before any destructive operations. https://ift.tt/TxaStO7 September 10, 2023 at 11:46PM
Show HN: Papersnap – Claude 2-Powered Mind Maps from Research https://ift.tt/bKqMGR3
Show HN: Papersnap – Claude 2-Powered Mind Maps from Research https://ift.tt/L6XJ8rN September 10, 2023 at 02:51PM
Saturday, September 9, 2023
Show HN: Twitch chat in the Terminal https://ift.tt/cOpnz8Y
Show HN: Twitch chat in the Terminal https://ift.tt/1clSM3K September 10, 2023 at 07:25AM
Show HN: Monthly budgeting spreadsheet and ML expense categorisation https://ift.tt/EdKlXbj
Show HN: Monthly budgeting spreadsheet and ML expense categorisation Hello, I'd like to share the first version of an app I've built for myself to categorise my expenses. Key features: - *Google Sheets Integration:* The tool is based on the spreadsheet I've been using to track my expenses over the years. I've turned it into a template that is available on the website. - *Automated Expense Categorization:* Tired of manually categorising and annoyed by the limits of rules, I've hooked the sheet up with an ML model that works based on past categorisations of your expenses. I've had great results with it. The tool is simple and basic and lets you keep using your spreadsheet instead of moving stuff into proprietary apps. It's a first version, but it's working for me so I thought I'd share it to see if anyone else might find it useful. You can start by exploring the [demo]( https://ift.tt/8mMN9oi ) and get the Google Sheet Template to dive right in. https://ift.tt/FEtvD1w Looking forward to your feedback! https://ift.tt/FEtvD1w September 10, 2023 at 11:47AM
Show HN: Founder Pen Pals https://ift.tt/irbXaqI
Show HN: Founder Pen Pals https://ift.tt/5C49dAI September 10, 2023 at 05:28AM
Show HN: I built a Python web framework from scratch https://ift.tt/eL0lcVj
Show HN: I built a Python web framework from scratch been working on this for nearly a year https://ift.tt/FlaOoNR September 10, 2023 at 01:47AM
Show HN: Productonboarding.com – Mobbin for SaaS product onboarding https://ift.tt/YAiovbz
Show HN: Productonboarding.com – Mobbin for SaaS product onboarding Hey Hackernews, Eric here! Wanted to share a new website we just built called productonboarding.com (Next.js and RSC). The site has screenshots and videos of product onboarding from companies like Figma, Notion, Framer, and more. It’s sort of like Mobbin for web-based product onboarding. We build a lot of product onboarding at our startup Frigade, and over the last year we’ve put together an internal library of hundreds of product onboarding examples that we refer to all the time with customers. It helps them find and copy patterns that work at other companies so they don’t need to create net new experiences or A/B test their way into the best performing pattern from scratch. Given it's been so useful to us, we decided to open it up to the world. We bought productonboarding.com and have started adding examples from our collection and made them browsable and sortable. We’re planning to add new examples weekly. Hope this is helpful to any of you who are currently thinking through building new onboarding experiences. Would love any ideas and feedback. Thanks! https://ift.tt/48KNqeQ September 9, 2023 at 11:56PM
Show HN: Which is faster? Puppeteer, Playwright or Selenium https://ift.tt/BYOATNo
Show HN: Which is faster? Puppeteer, Playwright or Selenium Hey Everyone, I just ran a [rather silly] race between Puppeteer (JS), Playwright (Python) and Selenium (Python) to see which one would be fastest on a simple scrape (using Google Colab so you can also run it) Far from a comprehensive benchmark, this race is 100% free from advanced configurations, multi-threading or anything complicated. It just opens Wallapop (a second hand marketplace in Spain) and times how long it takes to extract the first 2000 results of a search. If you like this simple format, have any ideas on how to improve a race like this or have a strong urge to prove Ward Cunningham wright, let me know in the comments! https://ift.tt/j3tFkQJ September 9, 2023 at 06:24PM
Friday, September 8, 2023
Show HN: Mkwhl – Python wheel creation utility https://ift.tt/LC9gdXv
Show HN: Mkwhl – Python wheel creation utility https://ift.tt/U7X9VOS September 9, 2023 at 05:08AM
Show HN: What an 8-bit computer can do [video] https://ift.tt/hS6ndsC
Show HN: What an 8-bit computer can do [video] Most under-evaluated 8bit: The plus/4 https://www.youtube.com/watch?v=dgm2eZMFuXw September 9, 2023 at 03:57AM
Show HN: New AI Dataset Based on LibGen and Sci-Hub https://ift.tt/0OrncTm
Show HN: New AI Dataset Based on LibGen and Sci-Hub We recently began extracting the text layers of scholarly publications and books to include in our database. This encompasses sources such as scimag, libgen, and the latest zlib leaks. Our project, named the Standard Template Construct, also features a distributed search engine and incorporates various AI routines to handle the text corpus. Today we have releases our first dataset, STC230908. This dataset contains approximately 75,000 book texts, 1.3 million scholarly paper texts, and 24 million abstracts, including the years from 2021 to 2023. We're currently in the process of preparing the next version of the dataset, which will include an additional 300,000 books. How to Access Short Instructions: Install IPFS and launch it. pip3 install stc-geck && geck - documents More details: the dataset is released in IPFS and replicated to multiple nodes. It is in format of database for the search engine that we use in STC. GECK is the library that embeds this search engine and allows to stream all contained data in easy way. Even more detailed Instructions: https://ift.tt/ORP0XCJ https://ift.tt/Y28A1hK September 9, 2023 at 03:41AM
Show HN: Conway's Game of Life in TypeScript's type system https://ift.tt/3A6Jaic
Show HN: Conway's Game of Life in TypeScript's type system TypeScript playground: https://ift.tt/fOXzrin... https://ift.tt/wa2dhRl September 9, 2023 at 02:11AM
Show HN: Find jobs at top AI startups https://ift.tt/7THNPlY
Show HN: Find jobs at top AI startups Hello HN, I am one of the creators of WorkInAI, and I'm excited to share our project with the community and gather valuable feedback. WorkInAI is a job aggregation platform for positions at leading AI startups. We have compiled over 350 job listings from more than 20 top AI startups, including companies like OpenAI, Anthropic, Cohere, and more. We created this platform in response to a friend's frustration with trying to find suitable AI startup roles in London. He used to check various company career pages frequently to see if any new opportunities had arisen -- so we built this to aggregate jobs in a single place. We're launching this MVP early to gather feedback, whether it's feature requests or suggestions for adding new startups to our list. We value your thoughts and input on our product and idea. Thanks! https://workinai.xyz/ September 8, 2023 at 11:21PM
Show HN: Pixel Icon Libray [CC 4.0] https://ift.tt/qNKiCmn
Show HN: Pixel Icon Libray [CC 4.0] https://ift.tt/0L7Kp23 September 8, 2023 at 11:31PM
Thursday, September 7, 2023
Show HN: Yggdrasil 1.0 – Native executables for Shen https://ift.tt/e6f7Nb9
Show HN: Yggdrasil 1.0 – Native executables for Shen Yggdrasil allows for the generation of type secure stand-alone native language programs from Shen source programs. We are pleased to announce the release of Yggdrasil 1.0 which has a plug-in configured for Common Lisp. Yggdrasil requires Shen 34.6 which is now available from https://ift.tt/CyvkYbU . Questions to https://ift.tt/QAZmwHF . More details on Yggdrasil can be found at https://ift.tt/wMvUXiJ . September 7, 2023 at 01:29PM
Show HN: Nero Burning ROM X Muse – The Burning Art of CD https://ift.tt/QEZUpnK
Show HN: Nero Burning ROM X Muse – The Burning Art of CD Hi HN, Have you heard of Nero Burning ROM? It was named after 'the Great Fire of Rome' as a pun. We are thrilled to announce that we're back with an AI-powered new product called 'Nero Muse' – a CD/Album cover generator. It's the great fire of virtuality now. :) https://muse.nero.com/ September 8, 2023 at 08:56AM
Show HN: HackYourNews – AI summaries of the top HN stories https://ift.tt/ujm8i4V
Show HN: HackYourNews – AI summaries of the top HN stories Hey there HN! I wanted to share a pet project of mine. I built HackYourNews [1] to scratch a personal itch: Knowing which stories to focus on while browsing aimlessly (though there is a certain joy in that, as well!) HackYourNews uses OpenAI's gpt-3.5-turbo to summarize the destination article as well as the comments section. Summarization of the article is always cached, while summaries of the comments are regenerated if the comments count is >10% (or >10 comments) different. While I styled the homepage to welcome HNers, my preferred view is the Mobile view, accessed from the navbar. This no-frills view honors OS-level dark mode and is easy to skim on any device. Tried to keep the site minimal. The only JS is Cloudflare's privacy-preserving analytics [2], just to gauge interest. This is the first time I'm releasing something to the wild. Hope you find this useful! The frontend is pure HTML+CSS. The backend is Python with the excellent Microsoft Guidance [3] library to interface to OpenAI's API. [1] https://ift.tt/4Igm0zq [2] https://ift.tt/i7AoWg2 [3] https://ift.tt/dpoH2wD https://ift.tt/4Igm0zq September 8, 2023 at 06:30AM
Show HN: Frcntl – community for fractional developers and designers https://ift.tt/d0zQ7Wf
Show HN: Frcntl – community for fractional developers and designers Hey HN! In 2017, I launched Moonlight to help engineers find part-time, remote jobs. Combining part-time with remote work was a big leap then, so we quickly narrowed our focus to just remote work. Lately, I've seen many talented friends and colleagues moving into part-time fractional roles. They're carving out more personal time while maintaining the same income. Personally, fractional work has empowered me to pursue my entrepreneurial goals without worrying about runway or funding. It's no surprise that hiring managers are gravitating towards this, especially as companies are emphasizing efficiency instead of all-out growth. From our experience with Moonlight, we found that most engineering managers prefer hiring for ongoing, direct work relationships rather than transient, fixed-scope projects. These enduring relationships proved to be mutually beneficial, providing stability for companies and workers in a working style legible to both. Today I'm launching FRCTNL - a community of fractional developers, designers, and marketers. Distinct from traditional marketplaces focused on top-down projects, FRCTNL focuses on often-overlooked bottoms-up, relationship-centric "staff augmentation" roles. Hiring managers seek quality candidates referred by their existing team, and direct relationships with talent — this is the niche FRCTNL aims to serve. FRCTNL operates on a referral model, where members help swap and share opportunities with each other. The underlying hypothesis is that there is latent demand for fractional talent, and that connecting with existing fractional workers is the best way to find those open roles. I'm convinced that our fractional worker network will streamline hiring for companies and further mainstream part-time roles. Take a look, and let me know if you have any questions or feedback! https://www.frctnl.xyz/ September 7, 2023 at 09:56PM
Show HN: Websurfx – A search engine that gets results from other search engines https://ift.tt/OiD0qdN
Show HN: Websurfx – A search engine that gets results from other search engines https://ift.tt/iOhq6Eb September 7, 2023 at 11:39PM
Show HN: Aisolarpunk – Explore thousands of AI generated SolarPunk pictures https://ift.tt/0Zi1X9W
Show HN: Aisolarpunk – Explore thousands of AI generated SolarPunk pictures https://ift.tt/Y80Fq3U September 7, 2023 at 10:32PM
Show HN: Curated custom search engine portal https://ift.tt/wop91rA
Show HN: Curated custom search engine portal Hey friends, a little background - A friend of mine who’s also a newsletter writer once told me that when he’s interested in certain topic he would like to know the opinion of some of his favorite writers on the same topic. He would use Google to search something like discomfort site:sive.rs, and then expand his search across various authors he admires. It turns out that Google’s programmable search engine does exactly that. By simply adding a few websites (much like subscribing to newsletters or RSS feeds), we can craft a search engine tailored for our specific needs. I think that's a great idea - more signal and less noise. So I built a portal to facilitate sharing personal curations https://ift.tt/MHqdYr3 . Thanks for reading, lemme know what you think :D https://ift.tt/MHqdYr3 September 7, 2023 at 12:49PM
Wednesday, September 6, 2023
Show HN: Formstr: An open source and decentralized alternative to Google Forms https://ift.tt/ImDAXcS
Show HN: Formstr: An open source and decentralized alternative to Google Forms https://formstr.app September 7, 2023 at 10:24AM
Show HN: uDSV.js – A faster CSV parser https://ift.tt/oRiVSYr
Show HN: uDSV.js – A faster CSV parser Hey folks! I know CSV parsers (especially in JS) aren't terribly exciting and someone writes a "better" one every week. I'm in the middle of my parental leave, and this was a project that came out of me looking for the fastest/smallest CSV parser. It all started so innocently, and then turned into a benchmark-validation-athon; the library itself took ~2 weeks to write, but the performance comparisons took another ~4 weeks (on and off). The benchmarks were a huge effort, but I think they are the most thorough to date, both in breadth and in depth, so hopefully you find them useful: https://ift.tt/ktpoXOy Let me know if you have specific concerns / questions / improvements :) cheers! Leon https://ift.tt/LlAN7Zk September 4, 2023 at 11:04PM
Show HN: Nix Snapshotter – Native understanding of Nix packages for containerd https://ift.tt/on0umsa
Show HN: Nix Snapshotter – Native understanding of Nix packages for containerd Hello! This is Edgar and Robbie and we built nix-snapshotter. nix-snapshotter brings native understanding of Nix packages to containerd. We built this because Nix is a great fit for making efficient containers. They don't need an OS because Nix captures all dependencies exactly. However, the current process of creating Nix images is subpar because one needs to transform Nix packages into a format that container runtimes understand. Using nix-snapshotter, instead of downloading image layers, packages come directly from the Nix store. Packages can be fetched from a binary cache or built on the fly if necessary. All existing non-Nix images continue to be supported, and Nix layers can be interleaved with normal layers. nix-snapshotter also provides a CRI image service, which allows Kubernetes to resolve image manifests from Nix directly too. This enables for the first time, fully declarative Kubernetes resources, all the way down to the image specification and its contents. With this, you can even run pure Nix images without a Docker Registry at all, if you wish. We'd love for you to try it out, there is a one-liner for Nix users to boot a VM with everything pre-configured: https://ift.tt/eopid92 https://ift.tt/eopid92 September 6, 2023 at 11:54PM
Show HN: WatchMySSL – Automated SSL Certificate Monitoring https://ift.tt/nOS6wxA
Show HN: WatchMySSL – Automated SSL Certificate Monitoring Hey HN, I'm [Your Name], the solo founder of WatchMySSL. This tool keeps track of your SSL certificates in one dashboard and sends alerts before they expire, eliminating downtime risks and SEO penalties that can harm your business. I'm eager for your thoughts on: * Use case: Does this solve a problem for you? * Solution: Any features you’d like to see? * Pricing: It's free, but considering a paid version. What features would you consider paying for? https://watchmyssl.com September 7, 2023 at 12:40AM
Show HN: Host a Website in the URL https://ift.tt/k04pQAG
Show HN: Host a Website in the URL I wrote this silly thing a couple of weeks ago. It's absolutely useless but it's a fun tech demo for my web server library. Enjoy! https://ift.tt/R3caGjU September 7, 2023 at 12:24AM
Tuesday, September 5, 2023
Show HN: Trellis – open-source Python framework to build DAG-based LLM workflows https://ift.tt/VTJOmXa
Show HN: Trellis – open-source Python framework to build DAG-based LLM workflows Hey HN! Trellis is an open-source framework for programmatically orchestrating LLM workflows as Directed Acyclic Graphs (DAGs) in Python. My friend and I started working on this a few weeks ago after we tried building applications using mainstream LLM frameworks, and faced all the common complaints (too abstracted, hard to customize, bad docs/support). After talking to a few other people building with LLMs, we also noticed that these frameworks were not inherently built to support DAG-based LLM workflows. We designed Trellis to be as minimal and flat as possible, so developers can have lower level control over their DAGs. Trellis is composed of only three abstractions: Node, DAG, and LLM. Node: the atomic unit of Trellis. Nodes are chained together to form a DAG. Node is an abstract class with only one method required to implement. DAG: a directed acyclic graph of Nodes. It is the primary abstraction for orchestrating LLM workflows. When you add edges between Nodes, you can specify a transformation function to reuse Nodes and connect any two Nodes. Trellis verifies the data flowing between Nodes in a DAG to ensure the flow of data is validated. LLM: a wrapper around a large language model with simple catches for common OpenAI errors. Currently, the only provider that Trellis supports is OpenAI. Check out our docs if this sounds interesting: https://ift.tt/wYJOqB5... We'd love it if you tried hacking with it and give us any feedback you have! :) https://ift.tt/umj5f8d September 6, 2023 at 09:04AM
Show HN: Revenut – A lightweight open-source alternative to Stripe's mobile app https://ift.tt/2xWzhDi
Show HN: Revenut – A lightweight open-source alternative to Stripe's mobile app https://ift.tt/pAT7VWP September 6, 2023 at 05:53AM
Show HN: Fully client-side GPT2 prediction visualizer https://ift.tt/OxK2Ffi
Show HN: Fully client-side GPT2 prediction visualizer https://ift.tt/6M59jO3 September 6, 2023 at 05:42AM
Show HN: ConfigNexus – A way to store configuration data centerally https://ift.tt/89it7Bw
Show HN: ConfigNexus – A way to store configuration data centerally https://ift.tt/Yqml6UB September 6, 2023 at 05:03AM
Show HN: Miko – an alternative to googling healthcare queries https://ift.tt/CR1dx7r
Show HN: Miko – an alternative to googling healthcare queries This is a personal experiment that uses AI to respond to healthcare queries. I was fed up of googling symptoms which provided no concrete advice. The only alternative was to fork out for a doctor's appointment that would last a few minutes. So I built a little tool that will hopefully augment people's interactions with their health. I have no interest in replacing the hospital or the need for a doctor. Miko is not flawless but it is a free, instant alternative to expensive healthcare. My hope is that users would try the advice Miko gives them but also visit their doctor if their symptoms persisted. Previously I built a one-stop shop for healthcare which sold services at discounted prices but it is just an interesting side project. I have investigated ways of incorporating GPT and other models into healthcare since last year. I used bubble.io for the web app because of its convenience. https://ift.tt/2PRQoUr September 6, 2023 at 03:23AM
Show HN: Ethical AI – Alternate Reality Game on LLMs https://ift.tt/NAf0T7V
Show HN: Ethical AI – Alternate Reality Game on LLMs https://ethical-ai.eu/ September 6, 2023 at 03:05AM
Show HN: Bedframe – open-source Browser Extension Development framework https://ift.tt/rDgfMpq
Show HN: Bedframe – open-source Browser Extension Development framework https://ift.tt/pfVz8yF September 5, 2023 at 11:33PM
Show HN: Open source Postman alternative with type safety https://ift.tt/6tKX4xW
Show HN: Open source Postman alternative with type safety Hello! This is Jeane and Samuel and we’re building RecipeUI. RecipeUI is an open source Postman alternative that uses TypeScript to statically type and autocomplete requests. We built this because current API tools don’t deal with the fact that some APIs are just painful to work with. For us, it’s usually error after error as we try to figure out how to properly form the first request. We recorded a demo to show you how TypeScript helps us autocomplete a request correctly. https://youtu.be/O_Mly_p-g5s How does our platform improve the developer experience? The analogy is similar to using a statically typed language vs dynamically typed. Most API tools are dynamically typed. You’re guessing the params and relying on the request to magically work at runtime, only for you to go back to stack overflow or the docs when it doesn’t. We take the approach of defining parameters and the schema first. When you add a new parameter, you need to mention upfront if it’s required and what type it is (integer, string, boolean). While this can be painful in the beginning, it will save you and anyone you share this with the hassle of understanding how this API works. Our app is cross-platform on web and desktop. Our desktop app is <20mb and built on top of Rust with Tauri, NextJS, and Supabase. We open source our code because we want to be transparent about how API requests and secrets are handled (all local IndexDB). I built the first version of this at Robinhood when my colleagues were sharing bash scripts and internal APIs on slack to test things. I wanted to make it easier for anyone to use an API quickly and made use of our OpenAPI specs to generate a nice autocomplete API tool. Soon after, the Options team, then the Crypto team, and then the whole eng org at Robinhood adopted this tool! Try it out at recipeui.com! Please star us on GitHub if you like the product https://github.com/RecipeUI/RecipeUI . https://recipeui.com/ September 5, 2023 at 10:33PM
Show HN: Chalk.ist – Create beautiful images of your source code https://ift.tt/yv8xgi4
Show HN: Chalk.ist – Create beautiful images of your source code https://chalk.ist/ September 5, 2023 at 01:54PM
Show HN: Subsidian – Visualize a Substack archive in Obsidian graph view https://ift.tt/UxVCjtP
Show HN: Subsidian – Visualize a Substack archive in Obsidian graph view https://ift.tt/yO40frv September 4, 2023 at 09:08PM
Monday, September 4, 2023
Show HN: Transform any website or eBook into a research paper (no LLM required) https://ift.tt/M0vtXQg
Show HN: Transform any website or eBook into a research paper (no LLM required) https://ift.tt/9LeIl2J September 5, 2023 at 10:38AM
Show HN: Keep – GitHub Actions for your monitoring tools https://ift.tt/2lc1VCd
Show HN: Keep – GitHub Actions for your monitoring tools Hi Hacker News! Shahar and Tal from Keep here. A few months ago, we introduced here at HN ( https://ift.tt/xukVOa1 ) Keep as an “open source alerting CLI” and got some interesting feedback - mainly around UI, automation, and supporting more tools. We were VERY early back then, and we understood that although the current DX around creating alerts is not great, it's not that critical and developers don’t need another tool just for that. But we did find something else. While talking to developers and devops, we found that a lot of companies use many tools that generate alerts - from Cloudwatch, Prometheus, Grafana, and Datadog to tools such as Zabbix or Nagios. We definitely agree consolidation in the observability space is a real thing, but while talking to those companies we feel that there are still real use cases for having more than one tool (and for example, according to Grafana’s 2023 observability survey, 52% of the companies uses more than 6 observability tools https://ift.tt/LWAuorv ). So we that in mind, we rebuilt Keep with a simple mindset: (1) Integrate with every tool that triggers alerts - it can be either pushing alerts to Keep via webhooks or routing policies or Keep to pull alerts via the tools API. (2) Create a simple abstraction layer to run workflows on top of these alerts. (3) Maintain a great developer experience - open source, API-first, workflows as code and generally having a developer mindset while building Keep. During the time we rebuilt Keep, Datadog released their workflow automation tool ( https://ift.tt/DA9pq2w ) which led us to the understanding that's exactly what we solve - but for everyone who uses tools other than Datadog. A short demo of Keep with a simple use case: https://www.youtube.com/watch?v=FPMRCZM8ZYg You can try it yourself by signing into https://ift.tt/W2Fwhyb Like always - we invite you to try Keep and we are eager to hear any feedback. https://ift.tt/EGujZoN September 4, 2023 at 10:15PM
Show HN: Recognize license plates using fine-tuned yolov8, OCR and IP camera https://ift.tt/uaoIEzl
Show HN: Recognize license plates using fine-tuned yolov8, OCR and IP camera Hey, just a work related project I made, which could be open sourced :D If you're looking for an example on how to use/fine-tune yolov8, I feel like taking a look at this repo and reading the README could help you get up to speed (also linked some nice refs)! This is actually a full rewrite of a proprietary project I made (and documented on my site) like a year ago, will do some finishing touches (write blog post about it, mark the old version deprecated, record a tutorial on how to set it up on an Ubuntu server, etc, etc) in the following month, but felt like sharing it now, cuz I consider it done The only proprietary part is the client, which receives the images and does stuff with db (has to interact with internal APIs, so there's no reason to make it oss anyways). Also, the client contains only the business logic, all of the fun ai/web server stuff is fully open under AGPL-3.0 (and an example client without the business logic is available ... in rust btw xdd). https://ift.tt/jgiqSJE September 5, 2023 at 02:56AM
Subscribe to:
Posts (Atom)