This is a autopost bolg frinds we are trying to all latest sports,news,all new update provide for you
Friday, June 30, 2023
Show HN: Linki the Distributed Wiki https://ift.tt/RirbEZJ
Show HN: Linki, the Distributed Wiki Hi everyone! I wanted to build a library that can be used to created distributed wikis, because I want people to have tools to run their own wiki as easy as it is to start a git repository and I want them to use each others' works. I want it to be as easy to share a git repository too. I want people sharing information by subscribing to each other and contributing to each other. I have a lot to say about what caused this to become a reality inside my README. Its pretty simple right now, and I hope to keep it simple but powerful in the future. I want to add more backends to it, improve its transfer methods, and improve its history storage. I want to create powerful frontends for it that have the powerful utility of github and wikipedia. Consider this a soft release. I'm looking for guidance from those who become interested in it. Please share any ideas or recommendations as Issues. I want to see that 0.0.x turn into a 0.1.x as soon as possible and give it a grand release soon. https://ift.tt/QFHJ1Xe July 1, 2023 at 10:17AM
Show HN: Google Trends - 429 https://ift.tt/rEBs53K
Show HN: Google Trends - 429 The recent spike in 429 curiosity is from the status code Reddit's API now returns, which some third-party clients make clear to users. For example, RiF creates a toast notification with nothing but this code a bit repetitively. https://ift.tt/BPzoIiD July 1, 2023 at 10:11AM
Show HN: Tabserve.dev. HTTPS proxy using Web Workers and a Cloudflare Worker https://ift.tt/EKGb68n
Show HN: Tabserve.dev. HTTPS proxy using Web Workers and a Cloudflare Worker Tabserve gives you a https url for localhost using only the browser (tabserve.dev). Take a look: https://tabserve.dev https://tabserve.dev July 1, 2023 at 04:03AM
Show HN: Paper List Generator https://ift.tt/OLR0HQm
Show HN: Paper List Generator For each query, it filters and weights the citation graph of ~5000 papers to find the most important ones. https://ift.tt/wp3Zk7D June 30, 2023 at 01:24PM
Show HN: MouseLocker (macOS) https://ift.tt/FkKvOsJ
Show HN: MouseLocker (macOS) https://ift.tt/ygFKa0X June 30, 2023 at 06:39AM
Thursday, June 29, 2023
Show HN: An AI-based OKRs generator https://ift.tt/mbaKg5r
Show HN: An AI-based OKRs generator https://ift.tt/PfTZ4Ap June 30, 2023 at 09:23AM
Show HN: Lemonade A Lemmy client using GTK 4 and libadwaita https://ift.tt/8EOm3U0
Show HN: Lemonade – A Lemmy client using GTK 4 and libadwaita https://ift.tt/rfR4tj5 June 30, 2023 at 07:53AM
Show HN: Clevis Build and sell AI powered apps without code https://ift.tt/t9n2AQp
Show HN: Clevis – Build and sell AI powered apps without code After seeing a lot of simple AI powered web apps being launched lately, the idea of building a tool to create them appeared in my mind. Using Clevis, you can quickly create apps by connecting a series of steps. The first step to an app is usually some sort of user input like a text field or a file upload. Then, that input can be processed by AI tools like ChatGPT and the output can be displayed to the end user as plain text, HTML or a file. Examples of other apps you could build using Clevis: 1. SEO Assistant: An app that analyses any website URL for SEO improvements 2. Cover Letter Writer: Users can input basic information, provide a link to a job advertisement, and receive a meticulously tailored cover letter as output. 3. Travel Planner: App that creates a beautifully designed travel itinerary wherever you are planning to go. You may ask: What is the difference between using a Clevis app and just using ChatGPT? The answer is the UI. By collecting input from the user in a structured way using forms and image uploads, you can make sure that the model receives the best data to do its job. The output can also be styled with HTML instead of just plain text. For creators, it is a way to quickly create AI powered apps and start selling them instantly. This project is very early stage and any feedback or ideas are highly appreciated! https://ift.tt/ieOLBPg June 30, 2023 at 02:34AM
Show HN: LLM streaming directly from React Server Components https://ift.tt/shqcemi
Show HN: LLM streaming directly from React Server Components https://ift.tt/iR70Q9h June 30, 2023 at 05:17AM
Show HN: Papyrus A simple paper backup tool https://ift.tt/rELUAPX
Show HN: Papyrus – A simple paper backup tool https://ift.tt/WTBqhQU June 29, 2023 at 02:43PM
Wednesday, June 28, 2023
Show HN: Tweak your chord progressions for practice or composition https://ift.tt/8BwPxFf
Show HN: Tweak your chord progressions for practice or composition I'm excited to share with HN a new pet project I've been working on to explore how AI can create and explain harmonic chord progressions - Chord Variations. The project uses GPT-4 to generate unique and interesting chord combinations based on user input chord progression. It's akin to having a virtual musical assistant that can help non-musicians and musicians alike explore and create harmonious sound without needing any prior knowledge of music theory. The generated chord suggestions maintain a similar vibe to the user input. Alternative chord progression includes extended chords, chord substitutions, unique passing chords, and more. Additionally, musical theory explanations within the tool is helpful for users not just to create music, but understand the underlying structure it's built on a bit better. These chord progression suggestions can be used for practice or composition. As a musician myself, I am having quite a lot of fun playing around with it. One of the things I'm proud of is how the application really dips into music theory. It includes nuanced aspects such as dominant chords, secondary dominant chords, and the famous 2-5-1 chord progressions. That said, the development journey was full of lessons. Dealing with the latency of the GPT-4 API was particularly challenging. I used a Celery based queue system + client polling to manage the delay between request and response (from OpenAI API). Additionally, to keep the chord names consistent, I used a combination of prompting and regex. There are still some bugs that need to be squashed but overall I am pretty happy with the results. I'd love to hear your thoughts and feedback on the project. Also, if you're curious about anything, I am happy to delve into the details in comments. Feel free to take Chord Variations for a spin here: https://ift.tt/05REPHS Looking forward to some interesting discussions! https://ift.tt/05REPHS June 28, 2023 at 12:47AM
Show HN: Cubisum A Number Puzzle Game https://ift.tt/ZPqm4ao
Show HN: Cubisum – A Number Puzzle Game Hi HN, I'd like to share a logic number puzzle game that I've been working on. Cubisum ("Cubism" + "sum") draws inspiration from Sudoku and Minesweeper, while also creating compositions reminiscent of Piet Mondrian's cubist work. The rules are simple, but I found it a surprising challenge (It was much harder to estimate the difficulty before I saw an actual game board). I hope you enjoy it -- any feedback would be much appreciated! https://cubisum.com/ June 29, 2023 at 12:18AM
Show HN: Nohooks Webhooks on Platforms Without Webhooks https://ift.tt/mZzgyIx
Show HN: Nohooks – Webhooks on Platforms Without Webhooks Hello HN, We’d like to show you our project — Nohooks[0]. The aim is to add webhooks to platforms that do not natively support webhooks. We really believe many APIs can provide a better developer experience by providing webhook notifications to enable us to automate more things. Nohooks works by intelligently polling the integrated platform's APIs, determining if a change has occurred, and generating webhook events. Nohooks currently supports webhooks from Notion’s Databases, Render’s Services & Deployments, and DigitalOcean’s Droplets. We will add more in the coming days and improve the types of events/payloads generated to enable new workflows that were previously impossible or difficult to achieve. It uses Convoy[1] to power its webhooks delivery and debugging dashboard. We welcome you to try it out and give us your feedback — what platform would you love to have webhooks for that doesn’t currently exist? What webhooks best practices would you like to see implemented? [0] https://nohooks.io [1] https://ift.tt/539K7Wm https://nohooks.io June 28, 2023 at 11:08PM
Show HN: Serverless VPN pay as you go unlimited devices no subscriptions https://ift.tt/MEhJjy1
Show HN: Serverless VPN, pay as you go, unlimited devices, no subscriptions https://upvpn.app June 29, 2023 at 12:13AM
Show HN: PR Template Builder https://ift.tt/xl2QCFa
Show HN: PR Template Builder Let me know if it's helpful or how it can be improved! https://ift.tt/rQVAfKv June 28, 2023 at 05:17PM
Show HN: Playground for OpenAI Function Calling https://ift.tt/dfxPBVO
Show HN: Playground for OpenAI Function Calling Hey everyone, I'm Petr. I'm excited to share LangTale Playground ( https://ift.tt/5K01TWw ), a first-of-its-kind tool enabling anyone to experiment with OpenAI function calls without coding. Born out of a hackathon project, it's now a part of our broader LangTale platform aimed at tackling common developer challenges with Language Learning Models (LLM). These include prompt integration, testing and debugging, version control, auditing, and usage/cost management. Here's our tech stack: Next.js by Vercel, Tailwind CSS, OpenAI, PlanetScale's Vitess database, and the Radix UI & Shadcn's component library. We're eager to hear your feedback as we launch LangTale Playground today. Give it a spin and let us know what you think. https://ift.tt/5K01TWw June 28, 2023 at 03:29PM
Show HN: Langchain-Serve Bringing LangChain Apps Closer to Your Users https://ift.tt/0mQCVed
Show HN: Langchain-Serve – Bringing LangChain Apps Closer to Your Users https://ift.tt/kWPGbec June 28, 2023 at 09:15AM
Tuesday, June 27, 2023
Show HN: PicPerf Image Optimization for the URLs Youre Already Using https://ift.tt/z6s9bkG
Show HN: PicPerf – Image Optimization for the URLs You’re Already Using https://ift.tt/S7rxgV6 June 28, 2023 at 10:28AM
Show HN: AI tour guide Ask questions like texting a human tour guide https://ift.tt/BxhnuVU
Show HN: AI tour guide – Ask questions like texting a human tour guide https://ift.tt/5RiDUrA June 27, 2023 at 10:52PM
Show HN: Signway An open source pre-signed URLs gateway written in Rust https://ift.tt/GRzUFHd
Show HN: Signway – An open source pre-signed URLs gateway written in Rust https://ift.tt/heG8FXs June 27, 2023 at 10:29PM
Monday, June 26, 2023
Show HN: Tournacat Sync esports schedules to Google Calendar https://ift.tt/xjJswqp
Show HN: Tournacat – Sync esports schedules to Google Calendar I created Tournacat, a micro-SaaS add-on designed for esports enthusiasts. The goal is to keep esports fans alike informed and organized about upcoming tournaments, all while seamlessly integrating with Google Calendar. https://tournacat.com/ June 27, 2023 at 07:57AM
Show HN: Get structured and typed JSON outputs via GPT-3.5/4 functions https://ift.tt/pIU9Emk
Show HN: Get structured and typed JSON outputs via GPT-3.5/4 functions https://ift.tt/re78JZm June 27, 2023 at 06:41AM
Show HN: Automize I hate writing web tests so I wrote a Chrome extension https://ift.tt/DN0mYya
Show HN: Automize – I hate writing web tests so I wrote a Chrome extension Whenever I write my integration tests or writing a script to scrape a website 90+% of my time is spent fiddling around with selectors. I absolutely hate all the test recorders because most of the time their selectors are so bad that it would have just been faster to do it myself. This lead me to create my chrome extension called Automize. It's basically just the chrome dev tools "elements" tab, except you can click specific attributes to hone in on a reliable selector. It will highlight the element live so that you can verify it works before moving it into your code base. https://automize.dev/ June 27, 2023 at 05:00AM
Show HN: New Beautiful Desktop and Web UI/Monitoring for Apache KafkaKinesis https://ift.tt/YZVJWni
Show HN: New Beautiful Desktop and Web UI/Monitoring for Apache Kafka+Kinesis Hey folks, I'm super excited to announce the release of a new UI for Apache Kafka, Confluent, Redpanda and Kinesis that focuses on Teams and Data Mesh. (Note: the desktop version is also very popular with individual developers!) Why is this important? Because providing a solution that can be used by both IT and business (non-technical) users is essential when building applications that process business data. Of course, we are mainly developers working on Kadeck. So you won't miss any of the features you need to troubleshoot and monitor Kafka and your applications. In fact, we have put a lot of effort into making Kadeck the best UI for Apache Kafka on the market. This includes enterprise features such as fine-grained rights management, topic organisation with data owners, labels and topic (API) documentation, teams and roles as well as LDAP/AD connectivity, data policies and masking, audit log and much more. I hope you enjoy using Kadeck - either the free version or the Professional/Enterprise version - and please let me know your feedback. I always love to hear about your specific use case! Have a great day, Ben https://www.kadeck.com June 27, 2023 at 04:14AM
Show HN: Wolfia Codex Ask anything about any code https://ift.tt/VTetoFH
Show HN: Wolfia Codex – Ask anything about any code Hi HN, we’re excited to show you Wolfia Codex (wolfia.com). Wolfia Codex allows you to ask any question you want to any codebase. Unlike using a generic tool like ChatGPT, we provide context to the LLM by retrieving relevant snippets from the actual code. We started by indexing a bunch of popular open source repositories, and you can request your favorite one. We plan to monetize by offering a paid version for private codebases. We do this by using vector embeddings ( https://ift.tt/3CILw81 ) to index a specific codebase in a vector database. We then use OpenAI’s GPT 4 model with a dedicated prompt that combines your query and the most relevant results, based on similarity from the vector database, as context to provide a relevant response to your question. The answer is generated as markdown to display things like blocks of code. We also let you see the relevant snippets of code used to generate the answer for reference, ask follow up questions, and we have an option to share an answer. My co-founder Naren and I used to lead engineering teams. We often had to stop the team from working on their main project and ask them to write documentation to help onboard new engineers to the codebase. That documentation takes days of work to write and ends up being stale very quickly. Wolfia Codex allows new engineers unfamiliar with a codebase to ask pointed questions without having to always interrupt a co-worker to get answers, nor having to have them write lots of documentation. We would love to hear what you think: don’t hesitate to share good and bad answers in the comments! https://wolfia.com/ June 27, 2023 at 12:52AM
Show HN: Winded View Multiple Tailwind Breakpoints Simultaneously https://ift.tt/GhpJjRt
Show HN: Winded – View Multiple Tailwind Breakpoints Simultaneously Hey HN, Constantly toggling viewport sizes the other day finally tipped my personal annoyance/action threshold. The result is WINDED - a simple tool to help you simultaneously view how your website appears on different screen sizes without needing to constantly adjust the size of your browser window. With a 4K monitor, you can see every Tailwind breakpoint on a single screen! This is game-changing. Please let me know what you think! https://ift.tt/URZ5C2B June 26, 2023 at 10:23PM
Sunday, June 25, 2023
Show HN: Free PDF Watermarking and Compression https://ift.tt/Ebs2SJ4
Show HN: Free PDF Watermarking and Compression https://tools.shuru.app June 26, 2023 at 10:19AM
Show HN: A community to share ChatGPT chats https://ift.tt/ZJwMLlh
Show HN: A community to share ChatGPT chats https://ift.tt/VZkIEyv June 26, 2023 at 10:05AM
Show HN: Shark Tank At-Home Plastic Surgery Kit [video] https://ift.tt/MVm9lDu
Show HN: Shark Tank – At-Home Plastic Surgery Kit [video] https://www.youtube.com/watch?v=mKSwrhh_kwk June 26, 2023 at 07:31AM
Show HN: ChatHN Chat with Hacker News using natural language https://ift.tt/ithpE0a
Show HN: ChatHN – Chat with Hacker News using natural language Hi again Hacker News! OpenAI recently launched "Function Calling", which is a way for developers to describe functions to GPT-3.5/4 and have the model intelligently choose to output a JSON object containing arguments to call those functions. I decided to tinker around with it this weekend and build an MVP that uses OpenAI Functions + Vercel AI SDK to "chat" with the Hacker News API using natural language, in real time! It's fairly basic for now (supported functions: https://ift.tt/FDYj4R7... ) but just wanted to launch this as a proof of concept (PoC)! Hope y'all like this :) https://ift.tt/trgCaXs June 26, 2023 at 12:19AM
Show HN: WinGPT AI Assistant for Windows 3.1 https://ift.tt/Kqi3A4x
Show HN: WinGPT, AI Assistant for Windows 3.1 Hey HN, I didn't want my Gateway 4DX2-66 from 1993 to be left out of the AI revolution, so I built an AI Assistant for Windows 3.1, based on the OpenAI API. The most interesting parts of building this were: - Getting TLS 1.2 and 1.3 working on Windows 3.1 so that WinGPT could directly connect to OpenAI's server without relying on a modern machine for TLS termination. - Learning about the memory segmentation architecture on 16-bit Windows, including the difference between far and near pointers. - Building the UI in plain C code with the Windows API and limited selection of controls in Windows 3.1. You can check it out here and learn more about what it was like to build it: https://ift.tt/KGJItFu https://ift.tt/KGJItFu June 26, 2023 at 03:08AM
Show HN: Open-source shooter which made it to AC: Valhalla and Skydio drones https://ift.tt/LlqeRar
Show HN: Open-source shooter which made it to AC: Valhalla and Skydio drones So just for fun, I wrote a complete multiplayer game in pure C++. I even wrote my own texture atlas packer, which is now used by Assassin's Creed, 2 scientific publications as well as a drone manufacturing company - each of these basically mentions the name of my game. There is even a claim that Unity patented some of the ECS ideas that originate from this project. See https://ift.tt/HIvudb1... for details. By the way the game is pretty darn good. 10 people connected yesterday to test a new map: https://www.youtube.com/watch?v=CHLPzZqANlM It took me well over 10 years to code it all by hand, but the journey was truly worth it. https://ift.tt/hMGuqiK June 25, 2023 at 09:04PM
Show HN: Fossfox paid opportunities for open-source devs https://ift.tt/a89qiPN
Show HN: Fossfox – paid opportunities for open-source devs The index lists either companies that work on open-source products or those that heavily contribute to open-source. Either way, ideal for devs that want to keep an eye out for opportunities. Engineering teams can post for free. Open directory of available positions is here [0]. [0] https://ift.tt/tj2apig https://fossfox.com June 26, 2023 at 12:37AM
Show HN: AI Getting Started A template helps you start a AI SaaS with ease https://ift.tt/ts1KUwi
Show HN: AI Getting Started – A template helps you start a AI SaaS with ease https://ift.tt/tdbeIF2 June 25, 2023 at 10:52AM
Saturday, June 24, 2023
Show HN: Instant access to ChatGPT on any Mac app https://ift.tt/V6olBpC
Show HN: Instant access to ChatGPT on any Mac app https://atua.app June 25, 2023 at 09:57AM
Show HN: ReliableGPT run 200 GPT-4 requests in parallel https://ift.tt/8jH97e2
Show HN: ReliableGPT run 200 GPT-4 requests in parallel reliableGPT handles GPT-4 429 rate limit errors it optimally allocate jobs for incoming requests to maximize usage of Requests/min and Token/min limits https://ift.tt/cTltv8N June 25, 2023 at 07:53AM
Show HN: Never make a manual report for engineering metrics again https://ift.tt/D3vmStY
Show HN: Never make a manual report for engineering metrics again https://ift.tt/kIdrSEK June 25, 2023 at 03:41AM
Show HN: Im an introvert made an app to maintain relationships added more AI https://ift.tt/5An7lvb
Show HN: I’m an introvert, made an app to maintain relationships, added more AI Hello again fellow hackers. I created this app and I expect it can help others like me, those with ADHD and those who simply want to be better at reaching out to friends and family and related. In the first post I made that got traction — https://ift.tt/hrpejfi — I received a lot of commentary. I hope there will be related commentary this time around, particularly with the new AI functionality, but, so long as the app is used with genuine intention, I truly feel the result is a net positive and this is consistently reflected in the feedback I receive from actual users of the app. So, why am I posting again? Because better AI is becoming more available/democratized and I’ve updated the app to support contextually-aware AI-based message generation. This has allowed staying in touch to become even more friction-free. I define the app as a smart communications assistant/tool for text messages, calls and email that helps making staying in touch as effortless as it can be. How is this app different from other personal CRM, automation and messaging tools? Well, the app is super simple to use and combines some functionality from all these areas. Unlike most personal CRM apps that are unable to make contact decisions based on recently received texts and calls, device automation apps that lack a CRM focus, and messaging tools that cannot provide AI-generated and contextually-aware messages for your current conversations, CommuniqAI intelligently integrates these three aspects. It cleverly keeps you connected with the people who matter most, with minimal interruption and distraction. In contrast to other related apps, manually logging or copying previous communications is unnecessary and notifications display your actual conversation histories, so you can quickly recall what you last touched upon. By default, the app will not take any action and largely act as a helpful reminder, and I recommend this type of use. When I originally submitted to HN the app was still in beta, but this is no longer the case. Also, there are no ads, logins or subscriptions. I’d love some more feedback; I feel the use of AI in “all the things” will become pervasive. https://ift.tt/sMa3qUz June 24, 2023 at 09:33PM
Show HN: Writedown - Open Source Markdown Diary https://ift.tt/l13HEms
Show HN: Writedown - Open Source Markdown Diary https://writedown.app/ June 25, 2023 at 12:53AM
Show HN: Cwop.rest An easy way to submit weather station reports to NOAA CWOP https://ift.tt/TpBuKod
Show HN: Cwop.rest – An easy way to submit weather station reports to NOAA CWOP https://cwop.rest/ June 24, 2023 at 08:29PM
Show HN: Automatically assemble Windows Sysroots directly from Microsoft https://ift.tt/hlDPn93
Show HN: Automatically assemble Windows Sysroots directly from Microsoft winsysroot is a tool which automatically and efficiently creates what is effectively a "sysroot" for Windows targets, allowing you to (cross)-compile against native Microsoft sources from any operating system and for any architecture supported by Microsoft. It also takes care of the case-sensitivity problem of the Windows SDK by automatically generating LLVM overlay specifications. It is written in pure cross-platform Go and is extremely fast it tries very hard to download the absolute minimum number of files to achive its goals. It pulls all data directly from Microsoft to avoid any legal issues (but you aren't allowed to distribute the resulting sysroots without explicit permission by Microsoft). https://ift.tt/W1CERZY June 24, 2023 at 05:55PM
Friday, June 23, 2023
Show HN: Iceberg Graphic Design and Diagramming in Python https://ift.tt/OIwUEKr
Show HN: Iceberg – Graphic Design and Diagramming in Python https://ift.tt/InstxNB June 23, 2023 at 11:18PM
Show HN: React Jam build a game using React https://ift.tt/qLzNjhs
Show HN: React Jam, build a game using React We created some games using React. It was surprisingly easy, which got us wondering why more people weren’t doing it. So we decided to host a “React Jam” event to encourage React devs to try their hand at building games! React Jam aims to be a first-of-its-kind online event where React devs create a game in 10 days. We’ve gotten some amazing judges/sponsors and we’re really excited to see how the React + game dev communities will respond to our event. More broadly, our hope is that React Jam will help millions of React developers realize that it's quite easy to create their first game using a familiar framework. Building games with React might sound crazy / suboptimal, but React Native seemed ridiculous a decade ago and is now ubiquitous. We think the same could happen with games too! Would you build a game using React? Why / why not? https://reactjam.com June 23, 2023 at 08:49PM
Show HN: ground-init: Install a machine with almost but not quite cloud-init https://ift.tt/0ZErczK
Show HN: ground-init: Install a machine with almost, but not quite, cloud-init https://ift.tt/d5c9KAI June 23, 2023 at 06:27PM
Show HN: I've built open-source collaborative WYSIWYG Markdown editor https://ift.tt/ZU1pF7L
Show HN: I've built open-source, collaborative, WYSIWYG Markdown editor Inspired by the design and UI/UX of apps like Notion, and utility of open-source apps like StackEdit, I decided to create a minimalistic, local-only WYSIWYG Markdown editor. Some features worth highlighting: - Monaco editor and Prettier integration for code snippets - Tables (apparently the holy grail of WYSIWYG editing) - Embeds (for CodePen, CodeSandbox and YouTube, most useful for HTML or JSON exports) - Accepts Markdown paste-in, and "exports"/generates HTML, Markdown and JSON outputs - Collaboration (with real-time awareness and initial commenting system, available only when logged in) - GPT-3.5 integration (only when logged-in with the corresponding extension installed) Stack used: TipTap, Solid.js, HocusPocus, Fastify, tRPC. Some notable drawbacks: - No mobile support - Collaboration available only between signed-in users, in the same workspace; - I tried my best to support most common Markdown formatting, pasting and in-editor shortcuts, though there might still be room for improvement - Self-hosting isn't easy right now, though you should be able to figure it out from the source code The editor itself is a standalone app, extracted from the larger Vrite CMS project ( https://ift.tt/Uf3gnP2 ) which you can also test out (only with sign-in) here: https://app.vrite.io/ https://ift.tt/CGEapIn June 23, 2023 at 06:10PM
Show HN: Flights for Flaneurs https://ift.tt/KS9Zgdj
Show HN: Flights for Flaneurs This is a "show" and an "ask". I built a Flight search engine for people with Wanderlust in their souls I had 2 days off, I wanted to leave town, didn't matter where, away! Expedia doesn't give a list of destinations when you want to leave Tuesday, and return Wednesday. So I built my own custom solution. It has Bangkok, Lisbon and Austin as departure points. But ... Flight data is horribly expensive, so I cannot scale to all cities in the world. If you have any suggestions to solve this, feel free to share! https://ift.tt/HKNaVC7 June 23, 2023 at 08:57AM
Thursday, June 22, 2023
Show HN: Zero-to-high-school / Learn Grade 1-12 subjects https://ift.tt/FwYlCdq
Show HN: Zero-to-high-school / Learn Grade 1-12 subjects https://ift.tt/dN6pY2M June 23, 2023 at 07:09AM
Show HN: I wrote a script to back up your Notion.so data with ease https://ift.tt/e78pVtc
Show HN: I wrote a script to back up your Notion.so data with ease Backup made easy with NotionBackup! No more hassle with obscure Notion exports! Our project fixes HTML exports, giving you editable and visually appealing pages that stand the test of time. Preserve your data effortlessly. Check it out: https://ift.tt/iRgmM0S https://ift.tt/iRgmM0S June 23, 2023 at 04:32AM
Show HN: Send your diff to ChatGPT and prepare a commit message https://ift.tt/XuJetkV
Show HN: Send your diff to ChatGPT and prepare a commit message https://ift.tt/Pn3hCFx June 23, 2023 at 01:29AM
Wednesday, June 21, 2023
Show HN: Zoney.io Decide on meeting time across timezone easily https://ift.tt/A8zcYqR
Show HN: Zoney.io – Decide on meeting time across timezone easily https://zoney.io/ June 22, 2023 at 08:34AM
Show HN: Dependency Hell (Short Story) https://ift.tt/XtwQbsY
Show HN: Dependency Hell (Short Story) https://ift.tt/gryjM3i June 22, 2023 at 03:11AM
Show HN: Passkeys use cases demo (Authsignal) https://ift.tt/L1aKue0
Show HN: Passkeys use cases demo (Authsignal) We've created a more comprehensive demo for Passkeys showing how you can use it at sign in, or embed into other parts of your flow https://ift.tt/58ULnRH June 22, 2023 at 03:03AM
Show HN: I Built a next.js Product Catalog with an open source ecommerce module https://ift.tt/eDsudYF
Show HN: I Built a next.js Product Catalog with an open source ecommerce module I built a next.js product catalog entirely on open source modular e-commerce and Vercel's serverless functions. You own the data, the commerce logic is integrated into your project and run through your own APIs. This is a showcase for our Modular way of approaching e-commerce rather than approaching it through Shopify or commercetools APIs. You can follow the twitter thread here - https://twitter.com/RiqwanMThamir/status/1671426435813179394 Looking forward to hearing your thoughts :) https://ift.tt/AqZJ8BO June 22, 2023 at 01:59AM
Show HN: Webhooks That Email You https://ift.tt/bVAPTgK
Show HN: Webhooks That Email You Hey HN, I spent the long weekend on a small tool for sending myself emails via webhook. Yes, webhook-to-email in 2023 (somehow most things I could find are email-to-webhook or not quite easy to set up). Yep, I'm aware this problem is very much already solved(tm) in a bunch of ways: - Zapier exists - IFTTT exists - Slack webhooks exist (this one is probably what normal people would pick) - Native email integrations usually exist in whatever tool in the first place Somehow, I still find myself wanting a super easy way to get an email delivered to me when a webhook endpoint is hit (via POST or GET). Maybe I just run more early software than other people, or am far too comfortable `curl`ing from CI or other dodgy execution contexts... Knowing that an email with whatever data I want to attach is just one web request away makes it pretty easy for me. Also, this fits in well with software that has just the webhook part and not much other configurability. Anyway, the website is as simple as you think it is: 1. Put in your email 2. We validate your email and give you a URL 3. You GET or POST to that URL, and an email flies to your inbox If this sounds like something you want in your life, I encourage you to check it out! There's no login, only an email address is required (to do... the email sending). There's a free tier and a very low (but probably commensurate) price because I do indeed like money, but between you and me, the limits aren't really enforced (and probably won't be for quite a while, barring abuse). Don't ask what I used to build this -- it's embarrassingly over-engineered for what most people would do in an hour and call it a day (and achieve the same results). https://ift.tt/kAowO58 June 21, 2023 at 08:02PM
Show HN: Fake Terraform modules for fast testing and learning https://ift.tt/0zT6c9x
Show HN: Fake Terraform modules for fast testing and learning I often use these reusable modules to sketch ideas during live demos or for tutorials about Terraform patterns, where actual resource creation would be a waste of time and money. Contributions, especially for other clouds, are welcome, as I only know what is helpful for AWS. They're handy for beginners to understand how to wrap and manage reusable modules from root modules and for more advanced users who want to experiment with Terragrunt. https://ift.tt/L0d93l5 June 22, 2023 at 12:10AM
Show HN: My Consolea Simple Web-Based Command Line Interface for Cool Utilities https://ift.tt/IhJ2Bx1
Show HN: My Console,a Simple Web-Based Command Line Interface for Cool Utilities With this Command Line Interface, you can effortlessly look up word meanings, fetch song lyrics, get random quotes, play chess, perform Google searches, and even generate QR codes for URLs. It also offers additional features like displaying the current time, battery status, and sharing the site with your friends. https://ift.tt/ThAfVZv June 21, 2023 at 03:05PM
Show HN: GitHub Stats Dashboard Powered by GraphQL API and GitHub Action https://ift.tt/GouUMKB
Show HN: GitHub Stats Dashboard Powered by GraphQL API and GitHub Action https://ift.tt/jAU9nBy June 21, 2023 at 01:48PM
Tuesday, June 20, 2023
Show HN:Wikipedia vector search. 36M passages embeddings in just 2.54 GB https://ift.tt/YH7eZnw
Show HN:Wikipedia vector search. 36M passages embeddings in just 2.54 GB https://ift.tt/y3aplZv June 21, 2023 at 08:36AM
Show HN: A library for execing Python code safely using WASM https://ift.tt/hxUqOWe
Show HN: A library for `exec`ing Python code safely using WASM Inspired by Simon Willison's blog post that was catalyzed by this HN post: https://ift.tt/wMjCs5u wasm_exec is a Wasm-powered, sandboxed implementation of exec() for safely running dynamic Python code There are number of use-cases emerging that require arbitrary code execution, often code that is generated by LLMs (Large Language Models) like ChatGPT. This can enable some really cool functionality - like generative BI or website generation - but also introduce a massive security flaw if implemented via eval() or exec(). This is because arbitrary code can be executed using these methods. In a worst case scenario, exec'ing arbitrary code could enable some to rm -rf / your entire server! This library intends to provide a secure method of executing arbitrary Python code to empower LLM-based code generation. This was originally intended to be a direct PR to Langchain but given that the problems with exec() extend to the entire Python ecosystem, it was decided that it would be better as a standalone package. Given the love for Wasm on HN, I thought some folks might be interested,and I'd love additional feedback or contributions to the code base. https://ift.tt/9Fw4Nvk June 21, 2023 at 06:14AM
Show HN: AfterZhev A Graphical RPG for Arduino in AVR Assembly https://ift.tt/iHMVkx9
Show HN: AfterZhev – A Graphical RPG for Arduino in AVR Assembly For the last year I've been working on a small RPG, called "AfterZhev", that runs on a single ATmega2560 plus some passive components. The game runs at 60 FPS on a stock 16 MHz ATmega2560, so it's Arduino Mega2560 compatible, and generates a 60 Hz 640x480 VGA video output, with an effective resolution of 120x66 pixels. It also generates 8-bit sound. AfterZhev was written entirely in AVR assembly. AfterZhev - I think! - is the only graphical RPG that runs on an 8-bit Atmel chip. I'd like to be wrong about that, though. As the world's official best player, I can beat the game in under three minutes, but it'll probably take an hour or so to complete. Let me know what you think! Writeup: https://ift.tt/YdVDGia Source code: https://ift.tt/BC1oW4z https://ift.tt/NK5f2Yg June 21, 2023 at 03:05AM
Show HN: Autolabel a Python library to label and enrich text data with LLMs https://ift.tt/OtmN3zc
Show HN: Autolabel, a Python library to label and enrich text data with LLMs Hi HN! I'm excited to share Autolabel, an open-source Python library to label and enrich text datasets with any Large Language Model (LLM) of your choice. We built Autolabel because access to clean, labeled data is a huge bottleneck for most ML/data science teams. The most capable LLMs are able to label data with high accuracy, and at a fraction of the cost and time compared to manual labeling. With Autolabel, you can leverage LLMs to label any text dataset with <5 lines of code. We’re eager for your feedback! https://github.com/refuel-ai/autolabel June 21, 2023 at 12:56AM
Monday, June 19, 2023
Show HN: I made a landing page am I doing this right? https://ift.tt/gE0jZ7c
Show HN: I made a landing page am I doing this right? Full write-up explainer blogpost here: https://ift.tt/svVGlng Maybe I should have linked that instead of the landing page??? What do you think I'm new to this :) https://dj.exchange June 20, 2023 at 10:29AM
Show HN: AWS Cost Leaderboard https://ift.tt/wVXNqQP
Show HN: AWS Cost Leaderboard https://ift.tt/uDHoLIm June 20, 2023 at 08:15AM
Show HN: Global Pomodoro every 30 minutes https://ift.tt/AoLiw2E
Show HN: Global Pomodoro every 30 minutes I love using the Pomodoro technique with my friends. We each share what we want to accomplish in 25 minutes, work together, and then take a 5-minute break to discuss our progress. Recently, I had an idea to take this concept to the next level. If you think about it, 25 + 5 = 30 minutes - the perfect amount of time for a global Pomodoro session to start every half hour. After several evenings of brainstorming and collaboration, I'm excited to introduce Pomodorr.io. This platform allows individuals from around the world to come together and work on their projects during these global Pomodoro sessions. So, meet Pomodorr.io. Every 30 minutes, a global pomodoro kicks off in the world. There is a general chat to feel the shoulder of remote colleagues in terms of efficiency. You can meet me and my friends there almost every day. https://pomodorr.io June 20, 2023 at 04:42AM
Show HN: Multiplayer Word Scramble in Browser Using Common Lisp https://ift.tt/EPfWCqQ
Show HN: Multiplayer Word Scramble in Browser, Using Common Lisp Thirteen Letters is a web-based, competitive word scramble game I made for Lisp Game Jam (Spring 2023) [0]. The gameplay isn't novel, but it's a multiplayer browser game that's written in 100% Common Lisp (cf. the source code [1]). The front end uses Parenscript, Spinneret, and cl-css to translate s-expressions to JavaScript, HTML, and CSS, respectively. The back end is built using the Hunchentoot web server, Hunchensocket for WebSockets, and yason for JSON, running on SBCL. I'm fairly new to Common Lisp, so I'm not qualified to dispense advice, but I found having a REPL on the live service to be convenient for monitoring activity, toggling settings, and fixing minor bugs on the fly. It's a lot of fun for hobby projects, although I'd be much more cautious with anything important--I definitely broke the live service a few times by not being careful! I posted a more thorough braindump elsewhere [2]. Let me know what you think! I'm happy to answer any questions. I'll play for a while, to hopefully give people a moderately worth opponent :) [0] https://ift.tt/EyZlHc9 [1] https://ift.tt/q7cwzjA [2] https://ift.tt/3GMHXtk... https://ift.tt/6pi90tm June 20, 2023 at 02:47AM
Show HN: Debian Based Home Router https://ift.tt/dVnpE86
Show HN: Debian Based Home Router https://ift.tt/Lrtzwg2 June 20, 2023 at 02:42AM
Show HN: Simulacra and Simulation Photography Project https://ift.tt/mHLzTld
Show HN: Simulacra and Simulation” Photography Project Simulacra and Simulation is a conceptual photography project that is meant to explore what constitutes reality in an image. First, I ask ChatGPT to create a detailed description of a famous photograph. Second, I provide that description to Midjourney, which creates a flawed, but usually recognizable interpretation of the original photograph. Third, I capture my computer screen, where the Midjourney image is visible, with a medium format film camera. Fourth, I hand develop and print the resulting image, which is now very much a real photograph of a facsimile of a real photograph. https://ift.tt/K3CvMNY June 19, 2023 at 11:34PM
Show HN: Clean architecture template repository for building FastAPI apps https://ift.tt/rdxVcS3
Show HN: Clean architecture template repository for building FastAPI apps https://ift.tt/Hr6fGj7 June 19, 2023 at 07:18PM
Show HN: Generate photorealistic images using Stable Diffusion and ControlNet https://ift.tt/cjmtAMH
Show HN: Generate photorealistic images using Stable Diffusion and ControlNet https://app.visoid.com/ June 19, 2023 at 06:09PM
Show HN: Hat Trick 247 Experimental AI-Powered 24/7 Soccer News Radio [video] https://ift.tt/rWnb6BC
Show HN: Hat Trick 247 – Experimental AI-Powered 24/7 Soccer News Radio [video] https://www.youtube.com/watch?v=UgPL-u6Sav4 June 19, 2023 at 04:20PM
Show HN: Slint - A Declarative UI Toolkit Written in Rust for Embedded & Desktop https://ift.tt/3K9hlR1
Show HN: Slint - A Declarative UI Toolkit Written in Rust for Embedded & Desktop Slint is a declarative GUI toolkit written primarily in Rust, with API support for multiple programming languages such as C++ and JavaScript. It is designed for desktop and embedded usage. The Slint website has just been redesigned. And we added a new Royalty-Free License option besides GPL and commercial https://slint.dev June 19, 2023 at 02:27PM
Show HN: Reading Tracker (Mobile First) https://ift.tt/0g5kbWv
Show HN: Reading Tracker (Mobile First) https://ift.tt/BJaZwmu June 19, 2023 at 12:58PM
Sunday, June 18, 2023
Show HN: I built a SIP server from scratch https://ift.tt/l5rG8Ry
Show HN: I built a SIP server from scratch https://ift.tt/0oQOGDB June 19, 2023 at 12:00AM
Show HN: Wasmtime Driver for Nomad https://ift.tt/KGOALV2
Show HN: Wasmtime Driver for Nomad https://ift.tt/r4QeYAd June 18, 2023 at 09:21AM
Saturday, June 17, 2023
Show HN: Follow every MLB game. Real time. New score alerts https://ift.tt/RNxQ2k9
Show HN: Follow every MLB game. Real time. New score alerts https://ift.tt/1nfwUFd June 18, 2023 at 07:41AM
Show HN: Conquer CSS a free introductory book for CSS [pdf] https://ift.tt/Fx9aTiU
Show HN: Conquer CSS, a free introductory book for CSS [pdf] I have moved onto other side projects since writing a short book for those looking to cover the fundamentals of CSS, so I made it free and stopped marketing it. Enjoy. https://ift.tt/fqHWN6Y June 18, 2023 at 07:17AM
Show HN: I made a website for inhaler types and instructions https://ift.tt/FxHQlhf
Show HN: I made a website for inhaler types and instructions https://ift.tt/7pmo4vh June 17, 2023 at 09:11PM
Show HN: I built an open-source notification inbox widget for Hacker News https://ift.tt/zM0dJjS
Show HN: I built an open-source notification inbox widget for Hacker News Hey all, I built a Chrome extension (open source) that adds a notification inbox widget (and optional email notifications) inside HackerNews. * This inbox feed shows an unread bubble (Like in Reddit) whenever someone replies directly to your thread or comment. * Optionally, you can enable email notifications for the same. (With batching support) * Makes it easy to navigate to new replies. == URLs == Github Repository : https://ift.tt/NAoK7CG == How it works? == * This extension uses Engagespot to embed an In-App notification inbox. * It just makes use of your public HackerNews username and nothing else! No cookies, nothing! * This extension works by polling HN API every minute from the backend server to check for new updates. (No matter how many people use this extension, the server calls HN API only once every minute) == Why? == Isn't it much better when there is a way to know that I have an unseen comment? Otherwise, I have to keep refreshing HN to know if someone replied. I'd love to hear your thoughts on this. How do you currently check for new replies to your comments? June 18, 2023 at 12:10AM
Show HN: A CLI to sync between Android and local system using adb https://ift.tt/xO3ki9G
Show HN: A CLI to sync between Android and local system using adb https://ift.tt/m3kAEzu June 17, 2023 at 10:35PM
Show HN: Ruby gem for parsing Mermaid syntax an extension of kramdown https://ift.tt/eiAuyVL
Show HN: Ruby gem for parsing Mermaid syntax, an extension of kramdown Hi HN, I've just made a ruby gem for parsing Mermaid syntax, and it's an extension of kramdown parser. I'd love to get feedbacks and or problems you encounter. https://ift.tt/gp927zl June 17, 2023 at 02:40PM
Show HN: Next.js AI Chatbot Template by Vercel Labs https://ift.tt/8k0EMg3
Show HN: Next.js AI Chatbot Template by Vercel Labs Hey y'all! Jared Palmer here... Me, @shadcn, and @shuding_ just an open-sourced a new Next.js AI chatbot app template built with Next.js, the Vercel AI SDK, and Vercel KV. Source Code: https://ift.tt/6V7Jjhx https://chat.vercel.ai/ June 17, 2023 at 05:31AM
Friday, June 16, 2023
Show HN: Cat Mode https://ift.tt/IDTcskt
Show HN: Cat Mode https://ift.tt/n4g3Uco June 17, 2023 at 01:34AM
Show HN: 77 Year old launches SaaS platform today. Seeks feedback https://ift.tt/IRBgVSz
Show HN: 77 Year old launches SaaS platform today. Seeks feedback Richard Montgomery (rm@propbox.co). I believe PropBox is the first advertising platform to facilitate a home seller and buyer to directly negotiate and close real estate transactions within the platform and zero commissions entirely online. Looking for feedback to continuously improve the product. https://propbox.co June 17, 2023 at 05:15AM
Show HN: Meg-4 the Open Source PICO-8 alternative https://ift.tt/olJEZDx
Show HN: Meg-4, the Open Source PICO-8 alternative Hi fellow hackers, I've created a GPL licensed alternative to the proprietary PICO-8. It also addresses most of its shortcomings: - multilanguage support - uses UTF-8 encoding (BMP only) - sophisticated user input methods (direct codepoint, composition, Hiragana and Katakana etc.) - provides a large and efficient API library for your scripts - supports C, BASIC, Assembly and Lua scripts (more to come) - supports wide variety of file formats (Amiga MOD, MIDI, Tiled TMX, PNG, etc.) - capable of importing PICO-8 and TIC-80 cartridges - runs in your browser: https://ift.tt/AaSbCgU It might not look like much at first glance, but it surely shows its strengths when you start using it (for example automatic API help as you type in the code editor, or invoking the built-in debugger if your script crashes, things like that which makes development easy and fun). Also check out its well-structured and comprehensive documentation: https://ift.tt/3DYXFs1 Binaries are provided for emscripten (web), Windows, Linux (statically linked SDL and GLFW3+portaudio, dynamically linked deb package for Ubuntu and RaspiOS). It is still in early in development, but almost feature complete. At this stage, expect minor bugs here and there, but should work most of the time. The interface is already translated to 25 languages, but the built-in help and the user manual is only available in English for now. Let me know what you think! https://ift.tt/AaSbCgU June 16, 2023 at 09:34PM
Show HN: Discuit A Reddit alternative with a clean UI and a sensible vision https://ift.tt/tvDnSGA
Show HN: Discuit – A Reddit alternative with a clean UI and a sensible vision Hi HN, this is a platform (Discuit, pronounced "diskette") I've been working on for about two years. I initially built it for a niche demographic (my native country). But now with Reddit going dark and people looking for a new place to migrate to, I'm doing a quick launch today. A few quick things: 1. I don't believe federated platforms will ever become mainstream. They have a whole host of problems, not the least of which is that they're too complicated for most people to use. This platform is not, therefore, federated. 2. I don't know what the best way of monetizing a thing like this is. I see only two options: the Wikipedia model of running on donations, or being advertising supported (along with a paid ad-free tier). The Wikipedia model works quite well for small-scale and bandwidth light projects, but I don't think a large social media platform can ever be funded that way. 3. Whichever option of monetization I take (if this takes off, that is) what I can say with certainty is that this will not go down the path of previous platforms. I don't believe the SV grow-fast model has worked very well for the end users. I have no interest in chasing growth for its own sake, or in chasing valuations, or in capturing as much attention from the users as possible. On this platform, therefore, there never will be any dark UI patterns. Avoiding enshittification is a primary goal of mine. 4. My vision for this platform, and for social media in general, is about giving users agency; the freedom to choose their social experience to their liking. What this would mean in practice are things like: ability to customize the UI; ability to filter content as one wants; ability to tweak recommendation algorithms; ability to turn on and off things like infinite scroll and suggested posts; and so on. I hate how all the current platforms want to tightly control my experience for me. I go into all this in a bit more detail in my introductory blog post: https://ift.tt/vYbO9fk I know many HN users hate the New Reddit layout, which is what I've based this site on, but don't be bothered by it too much, I will be adding a much more compact layout sometime later. https://discuit.net/ June 17, 2023 at 12:03AM
Show HN: AskYoutube Ask YouTube Anything https://ift.tt/iqeUJRI
Show HN: AskYoutube – Ask YouTube Anything Hi everyone, I built this recently and found myself and my friends using it for various different things so I figured I'd share it here. It uses LLMs to answer queries from videos so you don't have to watch them yourself! Each video found is also included with a summary of its transcript for further exploration. Most importantly, it uses up-to-date videos and can answer question about real and recent things unlike ChatGPT. It is particularly useful for: 1. Getting up to date information about the news from different sources E.g. - What are the features of the recently released Apple Vision Pro? - How many people were evacuated from the recent eruption in Hawaii? 2. Product reviews E.g. - What's the best vegan & cruelty-free skin cream? - What is best GPU for deep learning in 2023? 3. Learning about a specific topic E.g. - What are the requirements for the commercial pilot's license? - How do I do a cartwheel? Let me know what you tried and submit feedback in the interface, I read all of them! Also do include your email if you want a follow up for your feedback Email: askutubeai@gmail.com https://ift.tt/iRDySf8 June 16, 2023 at 01:59PM
Thursday, June 15, 2023
Show HN: Chronological List of All the James Webb Telescope Discoveries https://ift.tt/ShNBCEH
Show HN: Chronological List of All the James Webb Telescope Discoveries https://ift.tt/9OvCaAH June 16, 2023 at 08:17AM
Show HN: adjust dynamic adjustment for system parameters https://ift.tt/lpQx3Jy
Show HN: adjust – dynamic adjustment for system parameters I made a tiny utility to be able to adjust sound, brightness, gamma etc., from the terminal. In the file ~/.adjustments, just add a name for the thing you want to control, then low high step and initial values, can be decimal, and then a line with the command you want to execute, with a single '%' being replaced with the value. Hit 'q' to finish. It's super handy to have ← → cursor keys to adjust a setting, rather than retyping the command in full. https://ift.tt/N7l6w9M June 16, 2023 at 06:34AM
Show HN: Real or AI Guess IF THE IMAGE IS REAL OR AI GENERATED https://ift.tt/tuaS56A
Show HN: Real or AI – Guess IF THE IMAGE IS REAL OR AI GENERATED Made a lil game recently using only AI where users have to guess if the images shown are real or ai generated any suggestions? https://ift.tt/HGEcZbr June 16, 2023 at 02:01AM
Show HN: At Kickyourstartup.com we provide entrepreneurs with a db of investors https://ift.tt/SPc49Vp
Show HN: At Kickyourstartup.com, we provide entrepreneurs with a db of investors https://ift.tt/vJKTAYi June 16, 2023 at 01:18AM
Show HN: Vercel AI SDK Playground compare LLMs side-by-side https://ift.tt/oLI9Dk7
Show HN: Vercel AI SDK Playground – compare LLMs side-by-side https://sdk.vercel.ai/ June 15, 2023 at 11:18PM
Wednesday, June 14, 2023
Show HN: Calculate the Cost of Your Meetings https://ift.tt/jmsBnpU
Show HN: Calculate the Cost of Your Meetings https://ift.tt/jhlsOKL June 15, 2023 at 04:37AM
Show HN: Boundless AI create custom LLM chatbots programatically https://ift.tt/Gza7CLw
Show HN: Boundless AI, create custom LLM chatbots programatically Boundless AI empowers businesses to create and engage with custom chatbots effortlessly. Our platform allows you to easily train, deploy, and interact with chatbots tailored to your specific needs. You have complete control over the conversation flow. https://ift.tt/5WK1Ew3 June 15, 2023 at 04:01AM
Show HN: Jonline AGPLv3 Social Network Built with Rust Flutter React gRPC https://ift.tt/Befa72l
Show HN: Jonline, AGPLv3 Social Network Built with Rust, Flutter, React, gRPC I have two instances that I'd love to see HN hug to death at https://jonline.io (to which I manually deploy) and https://getj.online (which is deployed to for any commit to main on GitHub). They're both running (side by side, in their own namespaces) on a bare minimum 2GB/50GB DigitalOcean droplet using DOKS (DigitalOcean Kubernetes). The configurations are in: https://ift.tt/2z1KhEg So far this is a solo endeavor, but with my recent CI integrations and consolidations of things within the codebase, it's pretty much ready for anyone who wants to contribute to do so. I've labeled some "good first issues" if anyone is interested in contributing: https://ift.tt/sZtRkMC A few more tech details are available within the app itself, at https://ift.tt/PbWa1zU or https://ift.tt/jdahyG5 . https://ift.tt/QbF6CeD June 14, 2023 at 11:38PM
Show HN: Zapddit a Reddit-style open-source client for nostr https://ift.tt/MyRdgVN
Show HN: Zapddit – a Reddit-style open-source client for nostr zapddit is an opensource reddit-style client for nostr protocol, where one follows topics (hashtags) instead of people. Code is available at: https://ift.tt/8AJs7Xp Your feedback will be hugely helpful. https://zapddit.com June 14, 2023 at 07:53PM
Show HN: DAX Guide https://ift.tt/m3sgWp8
Show HN: DAX Guide https://dax.guide/ June 14, 2023 at 04:53PM
Show HN: Im building open-source headless CMS for technical content https://ift.tt/DaYQ901
Show HN: I’m building open-source headless CMS for technical content In the last few years I've been doing a lot of technical writing, both for my own programming blog and others, and I've noticed there is a lack of good tools for this kind of writing. Whether that was a programming blog post or documentation, I always had to move back an forth between different editors, and sometimes even other apps for content management and the actual content publication. A lot of copy-pasting, and wasted time. Based on this experience I decided to try and build a tool that could provide a good experience for this kind of content from writing to publishing. This (I call it Vrite) ended up being essentially a headless CMS, but optimized for technical content and a pretty unique one overall, I'd say. I tried to combine what can be seen as 3 separate products into one: - WYSIWYG editor (with the addition of code-specific tooling like code editor or formatter) - Kanban dashboard (inspired by my experience of tools like Trello used in larger technical content teams to manage content production process) - The actual headless CMS (content delivery via API, integrations, etc.) Most recently I decided to open-source it and see if there's any interest in such a tool. Right now the primary focus was my personal use-case (kind-of "promotional" technical writing seen in programming and start-up blogs), but I think, with more customization, something like this could extend to the documentation space and make writing and managing docs a lot easier. Let me know what do you think about this. https://vrite.io/ June 14, 2023 at 05:02PM
Tuesday, June 13, 2023
Show HN: ChatGPT with Access to the Internet https://ift.tt/ZpKgeJl
Show HN: ChatGPT with Access to the Internet This is a client for the OpenAI's GPT API (requires you to have an API key). Features: - Can look things up for you over the internet - End-to-end encrypted chat history - No login or personal data required https://chat.lit.codes June 14, 2023 at 08:10AM
Show HN: ciao HTTP/S checks and tests monitoring https://ift.tt/gsfvDuJ
Show HN: ciao – HTTP/S checks and tests monitoring It's been a while since 1.0.0 came out thus you should check the current version 1.9.0 with many new features. https://ift.tt/BN2Fdhw June 14, 2023 at 04:47AM
Show HN: LLaMA tokenizer that runs in browser https://ift.tt/4F5H0ix
Show HN: LLaMA tokenizer that runs in browser https://ift.tt/reROA5U June 14, 2023 at 01:52AM
Show HN: Interview Igniter AI Coach for Behavioral Interview Practice https://ift.tt/EItWlVw
Show HN: Interview Igniter – AI Coach for Behavioral Interview Practice https://ift.tt/JZklywg June 13, 2023 at 09:57PM
Show HN: Apricot because RSS won't come back unless we move it forward https://ift.tt/VHgTlLr
Show HN: Apricot – because RSS won't come back unless we move it forward I’ve been using RSS readers for decades, but they’ve started feeling more and more like a chore. Something about the inbox/to-do list design, counts of unread items, managing teams and complex filtering rules... I realized they add to my stress level instead of reducing it. I’ve also come to rely on social media for discovery – hearing about new ideas, tools, papers, people, etc., but I’m so tired of the ads, spam, addictiveness, and toxicity. Apricot is my attempt to distill the best of both worlds. It’s a web app where users subscribe to feeds like an RSS reader then see new items as they come in, in a single, combined, social media-style feed. Apricot goes beyond traditional RSS readers in a couple other ways: * Users can follow TV shows (via TVmaze), Spotify podcasts, Substack newsletters, YouTube channels, and Subreddits (if/when they come back online) in addition to traditional RSS feeds. I’m open to adding other platforms if there’s demand and the content is programmatically accessible. * Cross-platform feed search. I know search isn’t hot at the moment but it’s pretty useful in this context. Search for “Star Trek” and find not just the TV shows, but the podcasts and Subreddits too. * Items can be sorted chronologically or with an ML-powered recommender system. * Users can filter their feed by platform, which is helpful for specific use cases like finding a good podcast episode for a car ride or a good TV episode to watch after dinner. * On-demand, GPT-powered content summaries help users see what an article is really about before clicking. (gotta sprinkle some gen AI on there!) Apricot is free while it’s in beta. I’m still thinking through the pricing model, but it will likely be some form of freemium starting in September. I want to avoid ads if at all possible. If you’ve got a few minutes (and come on, with Reddit offline, I know you do), check it out and let me know what you think! App: https://ift.tt/VABQq4D Homepage: https://theapricot.io Blog: https://ift.tt/RjhYW1I https://ift.tt/VABQq4D June 14, 2023 at 12:11AM
Show HN: Build webpages including channels, blogs, and more https://ift.tt/uqGMyOS
Show HN: Build webpages including channels, blogs, and more Hello HN! I'm David, a developer. I'm building a service that can contain channels like Slack since 5 months ago. It's not SaaS(It's free like reddit or HN) It named SlashPage. It's live today. I'd love to your feedback. I'm prepared a short video to make it easier to understand. https://youtu.be/zScnyiG_lok Website: https://slashpage.com (No sign up required) https://slashpage.com June 13, 2023 at 03:20PM
Monday, June 12, 2023
Show HN: Stable Diffusion powered level editor for a 2D game https://ift.tt/ymMl6wQ
Show HN: Stable Diffusion powered level editor for a 2D game Hey folks, I’ve been working on using control-net to take in a video game level (input as a depth image) and output a beautiful illustration of that level. Play with it here: dimensionhopper.com or read the blog post about what it took to get it to work. Been a super fun project. https://ift.tt/NvkMce2 June 12, 2023 at 09:01PM
Show HN: Run your own Vercel in minutes https://ift.tt/v7apKqD
Show HN: Run your own Vercel in minutes https://instellar.app June 12, 2023 at 06:43PM
Show HN: Prim+RPC – a bridge between JavaScript environments (open-source) https://ift.tt/BKMxegV
Show HN: Prim+RPC – a bridge between JavaScript environments (open-source) There are a lot of times when I want to define a function on the server and simply call it from the client without all of the additional setup. I made Prim+RPC to do just that. It bridges two JavaScript environments where you can't immediately call a function (like those defined on a web server or in a web worker) and makes it available to call from the client, regardless of transport, without compiler magic or additional wrappers, and using your favorite existing tools (as well as being fully typed). https://ift.tt/Kqo0rMb June 12, 2023 at 05:35PM
Show HN: Open-Source vs. OpenAI. 8 Best Open-Source Alternatives to GPT https://ift.tt/KRtB63W
Show HN: Open-Source vs. OpenAI. 8 Best Open-Source Alternatives to GPT What open-source #generativeai models are there? Are they really so good? Can they be a real alternative to #GPT4? How do they deal with security issues and mistrust? Can they be used commercially? I did some research and found 8 interesting alternatives to #GPT. Enjoy! https://ift.tt/QObmHju June 12, 2023 at 04:06PM
Show HN: Journe – Private and Encrypted Journaling https://ift.tt/bEU8Ro2
Show HN: Journe – Private and Encrypted Journaling Encrypted and private journaling that is easy to start and continue forever. Entries are Client-side encrypted with AES-256 so they are truly private and only yours. https://journe.io June 12, 2023 at 02:55PM
Show HN: I wrote a book about Google Maps https://ift.tt/xYdf1CR
Show HN: I wrote a book about Google Maps Hello all, After 8 years of developing with Google Maps, I'm publishing a handbook with carefully curated examples that demystify the GMaps JavaScript API and provide a solid foundation to build on. Included are loads of tips & tricks, recommended tools, related resources, and useful links. I would love to hear your feedback about it! https://gmapsbook.com June 12, 2023 at 01:57PM
Sunday, June 11, 2023
Show HN: AI-Powered Vintage Interactive Fiction Interpreter https://ift.tt/jT1Mkbw
Show HN: AI-Powered Vintage Interactive Fiction Interpreter https://ift.tt/8OKjNU9 June 12, 2023 at 04:44AM
Show HN: Finarky – Portfolio Tracker with Personal Rate of Return https://ift.tt/nf97kXK
Show HN: Finarky – Portfolio Tracker with Personal Rate of Return A minimalist portfolio tracker that calculates your Personal Rate of Return (using Internal Rate of Return, IRR). Although often missing in more featured and complex apps, the Personal Rate of Return is essential to know if you're on track to meet your investment goals, compare the performance of your different investments, or with other people's portfolios without revealing any specifics. This is a side-project. Built with ClojureScript and Krell/Reagent/React Native. https://finarky.com/ June 12, 2023 at 01:26AM
Show HN: TL-WHO https://ift.tt/l5GRtZu
Show HN: TL-WHO https://ift.tt/iqokaUp June 11, 2023 at 10:40PM
Show HN: OpenObserve – Elasticsearch/Datadog alternative https://ift.tt/KPmL5DV
Show HN: OpenObserve – Elasticsearch/Datadog alternative Hello folks, We are launching OpenObserve. An open source Elasticsearch/Splunk/Datadog alternative written in rust and vue that is super easy to get started with and has 140x lower storage cost compared to elasticsearch. It offers logs, metrics, traces, dashboards, alerts, functions (run aws lambda like functions during ingestion and query to enrich, redact, transform, normalize and whatever else you want to do. Think redacting email IDs from logs, adding geolocation based on IP address, etc). You can do all of this from the UI, no messing up with configuration files. OpenObserve can use local disk for storage in single node mode or s3/gcs/minio/azure blob or any s3 compatible store in HA mode. We found that setting up observability often involved setting up 4 different tools (grafana for dashboarding, elasticsearch/loki/etc for logs, jaeger for tracing, thanos, cortex etc for metrics) and its not simple to do these things. Here is a blog on why we built OpenObserve - https://ift.tt/LjexUBV . We are in early days and would love to get feedback and suggestions. https://ift.tt/TiJHmUL June 11, 2023 at 04:05PM
Saturday, June 10, 2023
Show HN: Yo.link – Subdomain based URL shortener https://ift.tt/M6BkLe1
Show HN: Yo.link – Subdomain based URL shortener I was looking for a pet project to try out recent additions to https://vercel.com platform, specifically their PostreSQL and Redis offering. They also provide easy to setup wildcard subdomain HTTPS certificates, and since I had yo.link domain lying around for a while, why not use it to create, yes, yet another, URL shortening service, but with a twist... Putting the user-selectable short-code in the subdomain has the advantage that it is the first thing that users read in a URL, and as such it is an opportunity to provide some contextual information about the link. Here are some examples: https://svelte4.yo.link --> https://www.youtube.com/watch?v=AOXq89h8saI https://hn.yo.link --> https://ift.tt/WUm12Nt https://ift.tt/ULG67lE --> https://ift.tt/it7QY2N... I couldn't find any other shorteners that use this approach, hence wanted to build one. Redis is great for counting realtime clicks, sliced by hour, day, month, country/city and user browser. PostgreSQL is used as master DB to host the short-code destination-link mapping, and for user management. I plan to add some extra features, like: - tagging the links so it is easy to search and categorise. - password protect the links. - separate analytics for QR code visits. Please let me know what you think. Any ideas, suggestions or critic is very welcome. If you are interested in collaborating on such a project, please let me know (support@yo.link) https://yo.link June 11, 2023 at 03:29AM
Show HN: A simple Telegram bot for creating notes on the fly https://ift.tt/aqTRdhn
Show HN: A simple Telegram bot for creating notes on the fly https://ift.tt/w4bWt6E June 10, 2023 at 05:43PM
Show HN: A music search engine that helps you find new songs https://ift.tt/St1OR0e
Show HN: A music search engine that helps you find new songs Just finished working on a side project that helps you find new music by searching through various criteria and at the same time play the songs that fit your filters. I often find myself stuck listening to the same few songs as finding new ones can be a long and sometimes fruitless process. That is why I wanted to make a tool for anyone to use that takes into consideration multiple parameters that have to do with a song, with all the filters coming from the user with no ads or popularity of songs affecting the search. I am 19 and love working with programming projects like these in my free time. Play around with the product and feel free to provide any feedback on it! (Note: As most streamlit URLs it may need to be copy-pasted in the search bar to work.) https://ift.tt/QbYHulK June 10, 2023 at 02:44PM
Show HN: Tophat – a 2d game framework for Umka https://ift.tt/KrsMp1N
Show HN: Tophat – a 2d game framework for Umka https://tophat2d.dev June 10, 2023 at 07:07PM
Show HN: StreamOpinion: real-time chat summary https://ift.tt/vRNCpQH
Show HN: StreamOpinion: real-time chat summary https://ift.tt/uBS4zeA June 10, 2023 at 06:38PM
Show HN: RISC-V core written in 600 lines of C89 https://ift.tt/CKSYE4a
Show HN: RISC-V core written in 600 lines of C89 https://ift.tt/nev7Ru4 June 10, 2023 at 06:38PM
Friday, June 9, 2023
Show HN: Athena, a research paper recommender for overwhelmed AI researchers https://ift.tt/c5knBKM
Show HN: Athena, a research paper recommender for overwhelmed AI researchers Do you have trouble keeping up with the latest advance in AI? I've built a recommender system to bring you the latest research papers in AI. Simply subscribe to the topics you're interested in, and the app will recommend you the latest research in that topic. The app is far from complete, but I'm seriously working to improve it. Please try it out if you have time, and send your feedback to: accsci.athena@gmail.com. https://ift.tt/VAOPEbZ June 10, 2023 at 06:53AM
Show HN: Poser (Posix SERvices C framework) https://ift.tt/JVUBAje
Show HN: Poser (Posix SERvices C framework) https://ift.tt/XpGz7Ai June 10, 2023 at 02:18AM
Show HN: I turned my email automation tool into a full-fledged email platform https://ift.tt/wSnZFVt
Show HN: I turned my email automation tool into a full-fledged email platform Around 10 months ago, I published a tool I made ( https://ift.tt/1WM7wmq ). I was scouring the market for an affordable and easy-to-use email automation tool, to no avail. The solution? I decided to just build it myself. Since then, I've added the ability to send transactional and broadcast emails, threw out the subscription pricing and turned it into a usage-based model, etc. In short, turned it into a full-fledged email platform designed for SaaS. With this post, I would like to share my learnings, findings... Ask any question and I'll answer it to the best of my ability. Thanks to the feedback of the HN community, I was able to turn this into something that I am still proud of every single day. A sincere thank you from my side. https://ift.tt/4RgVnmf June 9, 2023 at 02:20PM
Thursday, June 8, 2023
Show HN: A cross-platform command-line tool to play music https://ift.tt/IHet1DQ
Show HN: A cross-platform command-line tool to play music Can add music from files, YouTube/YT Music links, or Spotify links. Fine-tuned control over looping, shuffling, etc. Built-in audio visualization, stats (yearly and total). Discord integration (status) and Mac integration (works with Siri, touch bar, headphones, any sort of media control on Macs). Honestly think this is a pretty good alternative to tools like ncmpcpp, but lmk what y'all think! https://ift.tt/tCAfFN2 June 9, 2023 at 11:01AM
Show HN: CreatorKit – self-host OSS alternative to Mailchimp and Disqus https://ift.tt/NIuPh5o
Show HN: CreatorKit – self-host OSS alternative to Mailchimp and Disqus https://ift.tt/mKtGqP6 June 9, 2023 at 08:17AM
Show HN: FigMaps, a visual sitemap builder to plan websites and gather content https://ift.tt/6LFXuZr
Show HN: FigMaps, a visual sitemap builder to plan websites and gather content Generate, build, plan and visualize your website structure. Collaborate with your team in real-time to gather content, improve your site architecture, design, UX and SEO. Start prototyping instantly using AI. Please visit https://ift.tt/ZIbUk0F and try it out yourself (Login as guest, no registration required!) https://www.figmaps.com June 8, 2023 at 08:05PM
Show HN: Autodistill – Use big slow foundation models to train small fast models https://ift.tt/YKuSbjF
Show HN: Autodistill – Use big slow foundation models to train small fast models https://ift.tt/e9iR6lE June 9, 2023 at 12:38AM
Show HN: Visibly – More Collaborative and Efficient Code Reviews on GitHub https://ift.tt/u7Y2ka6
Show HN: Visibly – More Collaborative and Efficient Code Reviews on GitHub Hey HN! I’m Nick, the founder of Visibly ( https://visibly.dev ). Visibly is a GitHub App and Chrome extension that makes code review more efficient, collaborative, and visible by enabling you to: - See review comment thread statuses so that you can quickly address each thread and focus your attention on the ones that actually require it - Indicate whether feedback is blocking or non-blocking so only crucial feedback blocks PR merge - Ensure all blocking review threads are addressed before merge via a status check - Track total active review time per reviewer so that you can understand the effort and review time going into each PR - See reviewer presence so that you can see if someone is already reviewing and avoid unnecessary pings. In addition to these workflow improvements, Visibly provides a personalized metrics dashboard so you can understand your real-time performance and better advocate for yourself and advance your career. You can see a demo and a breakdown of all of the current features at https://visibly.dev . I created Visibly after seeing the same pain points across Microsoft, Snap, Headspace, and Brex: - Code review was frequently undervalued and invisible. Developers recognized this and prioritized code production instead, which resulted in knowledge silos, poor code quality, and a culture of rubber stamp reviews. - Engineering performance review was broken. From the manager’s perspective, it was difficult to identify top performers and to provide timely, actionable feedback. From the IC’s perspective, feedback was infrequent and subjective around many aspects of the job. The process was also time-consuming and required everyone to sift through 3-6 months of work to quantify “impact and scope”. Visibly solves these issues by using objective measures to make code review more visible and efficient. Visibly values privacy and security above all else; it does not require source code access and requests the fewest possible permissions to provide these experiences. Visibly is also differentiated in its belief that individuals should know how they’re doing and have personalized metrics so that they can advance in their careers. If you use GitHub, you can try Visibly today for free by heading to https://ift.tt/N6ArPMy . Visibly is currently free, but we plan to introduce paid features and pricing plans soon. Our pricing is still under development, but based on existing customer feedback, we expect to price at $20/seat/month. For those that sign up over the next week, we plan to provide 50% off for the first year once our pricing plans launch. We look forward to your thoughts and feedback! https://visibly.dev June 9, 2023 at 12:06AM
Show HN: Top Podcasts, Summarized by GPT Everyday https://ift.tt/kt5qX3C
Show HN: Top Podcasts, Summarized by GPT Everyday https://ift.tt/3IDxJpd June 8, 2023 at 12:22PM
Show HN: A non-recursive C Quadtree https://ift.tt/XfpwJgt
Show HN: A non-recursive C Quadtree Wazzup Beijing, You might have seen a HSHG written by me the other day (supahero1/hshg, post: https://ift.tt/bzg2EXl ), which I also shared here. Well, I've quickly come to the realization that while grids are really nice, they really suck at handling objects of varying sizes. The HSHG could handle 500k objects of very similar sizes at 60FPS, and this Quadtree handles 100k objects of all sizes (can vastly vary or be similar, doesn't matter) in a similar amount of time. Also, while HSHG was really close to being O(n), this Quadtree is much worse, of course resembling O(log n). The way how I achieve lack of recursivity is doing a modified depth-first search. A modified one, because I first add all child nodes to the stack before descending to the first one of them, so the maximum stack length is depth * 3 + 1 , and I assume no madman will want to go over the depth of 20 (by default, can be changed). For some reason, this time around, running this on my laptop actually results in worse performance than I get on my PC, whereas the situation was the reverse with the HSHG haha. No clue why. Some lack of dirty optimizations I suppose. This time, no JavaScript port. I just wanted to whip out this Quadtree real quick (took me a week in total, from scratch) to use in some other project of mine. However, I do hope some people can make use of it, or maybe learn how non-recursive Quadtrees work, idk. On the other hand, this time I included a nice OpenGL + GLFW display showing exactly what's happening and how the Quadtree divides and merges its nodes. You can move around with your mouse (by dragging), and you can click LMB to warp to the fastest object in your view, which then you can deactivate (stop following the entity) by pressing RMB. Hope you enjoy! ~don_shadaman https://ift.tt/XvhJ34O June 8, 2023 at 05:04PM
Show HN: See Your Future Baby In AI-Generated Photos https://ift.tt/7Q2X3at
Show HN: See Your Future Baby In AI-Generated Photos https://ourbabyai.com June 8, 2023 at 03:05PM
Wednesday, June 7, 2023
Show HN: Run synchronous and asynchronous commands in WebDrivers https://ift.tt/YeybRWp
Show HN: Run synchronous and asynchronous commands in WebDrivers Caqui is intended to command executions against Drivers synchronously and asynchronously. Launch the Driver as a server and send requests to it. The intention is that the user does not worry about which Driver he/she is using. It can be WebDrivers like Selenium, MobileDrivers like Appium, or DesktopDrivers like Winium. https://ift.tt/cgviNaU June 8, 2023 at 09:00AM
Show HN: Ezno, a TypeScript checker written in Rust, is now open source https://ift.tt/LOKICaz
Show HN: Ezno, a TypeScript checker written in Rust, is now open source https://ift.tt/qf1IHsZ June 8, 2023 at 01:08AM
Show HN: we open sourced an IDE for ML data https://ift.tt/tJmFpbA
Show HN: we open sourced an IDE for ML data Hi HN! I’m Farah, co-founder of Dioptra.ai. We just open sourced katiML ( https://ift.tt/MXGsyik ) this week and wanted to get your take. katiML is a vector+data lake to debug, curate and version AI data. With katiML, teams avoid the “garbage in, garbage out” effect by taking control over the quality of their data. They quickly and effectively curate high quality data for training, fine-tuning, and fixing hallucinations and edge cases. Features include: - Data Curation: interactive embedding visualization and similarity search, mislabeling and hallucination scores as well as SOTA Active Learning miners. - GenAI 4 explainability: uncover drift and bias in your data with multi-modal foundational models that describe in human language what’s in your data. - ML Data Lake: zero copy, highly efficient ML data lake to store and query any ML data (vectors, metadata etc). - Data Versioning: to track changes in datasets, prompts, and model performance; and pinpoint the causes behind those changes. Check out our github repo( https://ift.tt/MXGsyik ), documentation( https://ift.tt/CleNhcx ) and new slack community channel. Here is a video to show you how we use GenAi 4 explainability( https://ift.tt/TcUpwXZ ). We'd love to hear about your experiences with iterating on your data to improve models, the challenges you faced, and how katiML could prove useful to your efforts. Let us know what you think we can do better or differently. Looking forward to your comments! https://ift.tt/TcUpwXZ June 7, 2023 at 11:41PM
Show HN: Simple tool for mobile App Store links https://ift.tt/GPTcbgM
Show HN: Simple tool for mobile App Store links https://installit.app June 7, 2023 at 11:35PM
Show HN: Imuengine.io (NYC S23): Easily Process IMU Data in the Cloud https://ift.tt/Nwf8H43
Show HN: Imuengine.io (NYC S23): Easily Process IMU Data in the Cloud Hello HN! I'm Hamid, one of the co-founders of imuengine.io, a Non-YC startup (NYC ;). We make it easy to process IMU data into accurate motion outputs like slope, tilt/inclination angle, or 3D yaw, pitch, roll. If IMU means something to you, go to https://ift.tt/Nm5orUA and try processing a sample dataset. Below is a bit more detail on the problem and our solution. We’d love to hear about projects using IMU sensors and what new things you could do with cloud-based motion processing! Why we Launched imuengine.io Adding motion sensing to projects can take months and is filled with gotchas. Perhaps you've experienced it or seen all the unanswered questions on SO about imus, gyros, ahrs, Madgwick, Kalman filters... We want to change that. We manage the sensor fusion software and make it easily usable. Any application which logs accel, gyro, and/or mag data and has internet can use us. Simply upload data, run the sensor-fusion engines, download results and move on. And later do the same programmatically via API calls. Prior to this you had two options: (A) Buying a specialized high-tech sensor for your application (B) Buying a general purpose sensing imu chip or package and customizing a sensor fusion lib to use it With (A) the cost can be prohibitive. You also pay with time to understand the sensor firmware and how to configure it. And keeping the firmware up to date is painful and rarely done. Case in point: our engineering services company bought $25k of motion/nav sensors in 2017 and 2020. They now run firmware that are 6 and 3 years old, respectively. Option (B) has a much cheaper BOM and you can leverage a paid or open-source software library for sensor fusion. Initially a chunk of time will go into sensor calibration and possibly packaging. If your application has an engine, then add another 2 months to wrestle with vibration. But a larger time investment will go into the sensor fusion lib and tuning it to the application. Without on-going maintenance, the software can suffer the same fate as Option (A) firmware and risks becoming a liability. Banking on the fact that most things (will) have internet connectivity, we're introducing a third option. It is a cloud computing model and will work with data from any of the awesome IMU sensors out there. It could be an Invensense or Bosch breakout from Sparkfun/Adafruit or a fully packaged and calibrated Analog Devices or Xsens sensor from Digi-Key. Better yet, prove things with the former at your desk and transition to the latter for field tests. We enable that and want to be the go-to cloud computing engine for motion sensors. Our goal is for engineers to work confidently with IMU sensors and deliver results faster. Whereas before sensor performance was stagnant (or downhill), with imuengine.io you can come back from the weekend and the accuracy will have improved and additional features added. Here’s the direct link to try it out: imuengine.io/engine/ June 7, 2023 at 11:01PM
Tuesday, June 6, 2023
Show HN: Abide – Prevent employees from leaking API keys/NDA data to AI tools https://ift.tt/qZiw5Ir
Show HN: Abide – Prevent employees from leaking API keys/NDA data to AI tools Hi HN, We’re the founders of Abide — a tool to prevent employees from leaking sensitive data to AI models. Over the past month we’ve spoken to lots of friends at tech companies, law firms, creative agencies, and more. There was a consistent theme: companies aren’t sure how AI tools affect their data privacy and security processes. There are concerns that when employees use LLMs to write code or send emails, there's a security/compliance risk (e.g., accidentally sharing an API key in a prompt) or violation of privacy agreements (e.g., using AI to draft a memo about non-public client work). The companies we spoke with have done one of two things: (a) outright banned use of LLMs until they figure out a plan or (b) sent a memo to employees telling them to be cautious. We want everyone to have the 10x productivity gain of AI, but compliance is important for a business to do right by its customers, its regulators, and keep its name out of the news. For now, we’ve built a straightforward product that does two things: (a) an app for compliance teams to upload words that cannot be sent to AI models and (b) a tool that monitors AI usage on employee laptops to enforce those policies. We’re in beta with a couple of customers, but we’d love for you to checkout the demo on the website! If you’re interested, join the sign up list and we’ll set up an account for you today to poke around. Welcome to any questions, feedback, ideas, etc.! Thanks! Jitesh & Vaibhav https://ift.tt/LGCMbFh June 6, 2023 at 11:18PM
Show HN: I made a ChatGPT powered Chrome extension https://ift.tt/jIGrumc
Show HN: I made a ChatGPT powered Chrome extension https://dashai.xyz June 6, 2023 at 10:51AM
Show HN: Open-source web highlighter for notion and hamsterbase https://ift.tt/YJgZ1Ui
Show HN: Open-source web highlighter for notion and hamsterbase https://ift.tt/jgF9C5Z June 6, 2023 at 05:36PM
Show HN: No-code in the front, Python in the back data apps – Streamsync https://ift.tt/WBcp96E
Show HN: No-code in the front, Python in the back data apps – Streamsync https://ift.tt/YayFu9X June 5, 2023 at 07:33PM
Show HN: Graph Visualization of Financial Correlations https://ift.tt/YLMFa2h
Show HN: Graph Visualization of Financial Correlations An attempt to show which financial products are highly correlated, negatively correlated, or non-correlated in an easily understood visual way. Implemented using D3 force-layout, based on daily financial data generated by Google Sheet GOOGLEFINANCE function. https://ift.tt/bEhteNm June 6, 2023 at 11:50AM
Show HN: Dockerless, Elixir Web Application Using Podman and Plug https://ift.tt/Ws5CjMa
Show HN: Dockerless, Elixir Web Application Using Podman and Plug https://ift.tt/YZPNvko June 6, 2023 at 11:36AM
Monday, June 5, 2023
Show HN: LLMO – An LLM pair programmer in your terminal https://ift.tt/uP6zdoL
Show HN: LLMO – An LLM pair programmer in your terminal Hello HN! LLMO (Elmo) is an AI pair programming tool I created that's become an indispensable part of my workflow. https://ift.tt/ky1IlOR LLMO is designed to meet you where you are – your terminal. It provides real-time, interactive programming assistance. With its "staging area" feature, you can keep files in the context window and update the AI about your ongoing coding tasks without the hassle of copying and pasting every time you make changes to your code. Key features include: - Interactive Chat: Get real-time programming assistance directly in your terminal. - Staging Area: No need to copy and paste updates. Simply add your files to the AI's context. - Model Customization: Choose the OpenAI model that fits your needs. - Personality: By default, Elmo loves to make bodybuilding references. You can turn this off through a CLI flag or environment variable The recommended way to install LLMO is via `pipx install llmo` https://ift.tt/Wp0Juc5 As a sidenote, LLMO uses Textual which runs the terminal in application mode, meaning that you can't simply copy content as you would normally. In iterm2, you can hold down the `option` key to select text. You'll need to refer to the documentation for your own terminal for more information. I hope you find LLMO as useful as I have! June 6, 2023 at 01:37AM
Show HN: Roboduck, a GPT-powered Python debugger https://ift.tt/beknPAy
Show HN: Roboduck, a GPT-powered Python debugger I made a python library that gives GPT4/chatGPT access to both your source code and current program state. If it suits your workflow better, you can also turn all your error messages into (optional) conversations: https://ift.tt/2Mp73Px https://ift.tt/PMFgtse June 5, 2023 at 09:03PM
Show HN: An RSS reader that is curated for you https://ift.tt/75Q2bUF
Show HN: An RSS reader that is curated for you https://ift.tt/f1iMmYQ June 5, 2023 at 08:28PM
Show HN: Made a HN-themed Framer blog template for HN community https://ift.tt/pSUg7rs
Show HN: Made a HN-themed Framer blog template for HN community https://ift.tt/8vr30il June 5, 2023 at 07:41PM
Show HN: SQLPage – Build Dynamic Websites with Just SQL Queries https://ift.tt/C50wJ7G
Show HN: SQLPage – Build Dynamic Websites with Just SQL Queries Hey Hacker News! I wanted to share the open source project I have been working on during the last year: SQLPage, a tool to build small web applications entirely in SQL. Building web applications with just SQL isn't as crazy as it seems. Most simple applications can be expressed declaratively as just data queries that fill pre-defined web components. I'd love to hear your feedback and thoughts on it. Would you potentially use it? How can it be improved? Website: https://sql.ophir.dev/ Github: https://ift.tt/svPyFV9 Example app: https://ift.tt/Em4FY6u https://sql.ophir.dev/ June 5, 2023 at 03:50PM
Show HN: Codespelunker a command line search tool with TUI and HTTP modes https://ift.tt/60ubTg9
Show HN: Codespelunker a command line search tool with TUI and HTTP modes https://ift.tt/yqu1FfL June 5, 2023 at 11:52AM
Sunday, June 4, 2023
Show HN: FemtoGPT – Pure Rust implementation of a GPT language model https://ift.tt/AiFqnzO
Show HN: FemtoGPT – Pure Rust implementation of a GPT language model https://ift.tt/UIQm37Z June 5, 2023 at 05:28AM
Show HN: PuppiesAI https://ift.tt/dlwWN0e
Show HN: PuppiesAI https://ift.tt/yrbRhqn June 4, 2023 at 07:44PM
Show HN: Swissfolio, a free and open source personal template https://ift.tt/QnvVO7P
Show HN: Swissfolio, a free and open source personal template Introducing ⏤ Swissfolio A free and open source personal landing page template with Swiss Design in mind and built with @astrodotbuild & @tailwindcss . Includes: Hero Intro Project Testimonials Featured work Animations with AOS Fancy color palette GitHub ⏤ https://ift.tt/sWhTR9n Live ⏤ https://ift.tt/ZLMyqGa June 4, 2023 at 01:51PM
Saturday, June 3, 2023
Show HN: Google Code Jam Archive https://ift.tt/KrCS6wW
Show HN: Google Code Jam Archive Hi HN, As many of you already know, Google has discontinued their coding competitions and is shutting down the competitions website. Before it's gone forever, I've scraped everything I could from their website and set up my own archive. (Disclaimer: I'm not affiliated with Google besides participating in these contests years ago) While the initial version was ready back in March, today I'm rolling out big and hopefully the final update, so this might be a good time to share it with the HN community. Everything is static HTML and SQLite archives (with a very minimal backend to serve files directly from SQLite), so you can easily grab your own copy. May these 3.5 million source files be a nice training dataset for some fancy future AI! Some useless stats: Tabs or spaces? 28% tabs vs 72% spaces for the whole dataset, but quite unexpectedly, 66% tabs vs 34% spaces if we consider only the final rounds. Most used languages: 63% C/C++, 20% Python, 12% Java, 2% C#, with others less than 1% each. For the final rounds it's 83% C/C++, 13% Java, 2% Python. https://ift.tt/ANZYu2D June 3, 2023 at 02:03PM
Show HN: A collection of games you can play in ChatGPT https://ift.tt/z7R6V9e
Show HN: A collection of games you can play in ChatGPT https://ift.tt/cRXVzWM June 4, 2023 at 07:11AM
Show HN: `npx tailhn` – Tail HN from the console https://ift.tt/TWCdXNZ
Show HN: `npx tailhn` – Tail HN from the console Tiny script to tail (follow) new stories on Hacker News from the command line. Prints titles and urls to the console. For instance, to watch for stories mentioning robots/robotics: `npx tailhn | grep -i robot` https://ift.tt/TyQ7uhs June 4, 2023 at 05:48AM
Show HN: ThinkTask – Unleash the Power of ChatGPT in Task Management https://ift.tt/u5d1bNW
Show HN: ThinkTask – Unleash the Power of ChatGPT in Task Management https://ift.tt/CN8fPja June 4, 2023 at 03:29AM
Show HN: Supreme Court Case Decider Game in ChatGPT https://ift.tt/YU3l5aF
Show HN: Supreme Court Case Decider Game in ChatGPT https://ift.tt/A2oQsXR June 3, 2023 at 10:43PM
Show HN: BEBB4185 – simple hash that passes SMHasher, 2-5GB/s https://ift.tt/bdetiYv
Show HN: BEBB4185 – simple hash that passes SMHasher, 2-5GB/s https://ift.tt/NxEvVdh June 3, 2023 at 05:58PM
Show HN: Lingfo – Foreign function interface for any language https://ift.tt/acM9YKA
Show HN: Lingfo – Foreign function interface for any language https://ift.tt/1vJeBsb June 3, 2023 at 06:29PM
Show HN: ExportGPT,Export ChatGPT Conversation https://ift.tt/areG6pm
Show HN: ExportGPT,Export ChatGPT Conversation All-in-one ChatGPT conversation export plugin, copy or export ChatGPT web page content, support multiple formats https://ift.tt/OHCLhns June 3, 2023 at 02:46PM
Show HN: Triplex – The React Three Fiber Editor. Now in Public Alpha https://ift.tt/IjEMDuW
Show HN: Triplex – The React Three Fiber Editor. Now in Public Alpha https://twitter.com/itsdouges/status/1664874971481382913 June 3, 2023 at 12:12PM
Friday, June 2, 2023
Show HN: Pyrgbd – Python RGBD video library with nice .mkv-based file format https://ift.tt/GgDVHQl
Show HN: Pyrgbd – Python RGBD video library with nice .mkv-based file format https://ift.tt/Vr4u8zt June 3, 2023 at 03:57AM
Thursday, June 1, 2023
Show HN: Pot is a cross-platform translation software https://ift.tt/dDHZnru
Show HN: Pot is a cross-platform translation software Introducing my cross-platform translation software that makes it easier than ever to translate text on the fly. Our software is designed to be user-friendly and intuitive, with a sleek and modern interface that works seamlessly across all major platforms. One of the standout features of our software is its ability to work with multiple translation APIs simultaneously (such as OpenAI,Google and so on), giving you access to a wider range of translations and ensuring that you always get the most accurate and relevant results. Whether you're a student, or a business professional, our software is the perfect tool to help you communicate more effectively and bridge the language gap. With our software, you can translate text in real-time, without ever having to leave your current application or website. So why wait? Download our cross-platform translation software today and experience the smoothest translation experience! https://ift.tt/qco3pui June 2, 2023 at 08:24AM
Show HN: JuxtaCode – native Git diff tool for macOS https://ift.tt/HiQSLC3
Show HN: JuxtaCode – native Git diff tool for macOS I wanted to make a native Git diff tool that works "stand-alone" in the sense that you just need to point it at a repository and then you can select commits to compare and open files in a 3-way-merge tool. I've been finding it useful to have one app I can quickly switch to for comparing branches and sorting out merge conflicts. https://juxtacode.app June 2, 2023 at 05:52AM
Show HN: Minutes – Save up to 20% of salespeople's time https://ift.tt/NKHsPLp
Show HN: Minutes – Save up to 20% of salespeople's time Hey everyone, I wanted to share something I've been working on that I think could be really helpful for sales teams. Minutes is a startup that utilizes OpenAI technology to automate the transcription and summarization of sales calls. What Minutes is doing can be described in 3 steps: 1. Taking your audio or video and transcribing it to text 2. Taking the most important and relevant information and creating a summary, including key points and the next tasks 3. Creating a follow-up email, including the summary points and next steps Story behind it: As an entrepreneur who handles sales and marketing, I noticed a common challenge: the amount of time managers spend on creating call summaries and writing follow-up emails. Not only is it time-consuming, but it's also often a hassle to ensure accuracy. To tackle this issue, I decided to delve deeper and spoke with several sales directors. Turns out, this problem is widespread, and even salespeople themselves dislike the administrative burden it brings. Inspired by these insights, I created Minutes. Call to action: Here's where you come in. Sign up for Minutes using the code "minutes_alpha," and you'll receive 60 free transcription minutes to play with the service. I genuinely value your feedback and insights, as they will help us refine Minutes and tailor it to the specific needs of sales teams everywhere. Thank you for your support, and I'm eagerly looking forward to hearing your thoughts. Warm regards, Bogdan, founder of Minutes https://ift.tt/D3hJGLN June 1, 2023 at 07:37PM
Show HN: Generate Swift unit tests using LLMs https://ift.tt/MbEjLzU
Show HN: Generate Swift unit tests using LLMs Hey everyone! Mukund and Ari here, and we wanted to show you folks what we've built. Our platform ingests your codebase, develops a semantic understanding of classes + functions, and generates unit tests via LLMs. When a developer posts a PR with an untested function, we check out their branch, write and refine test cases, and post them back as a PR comment. This ensures you get to 100% code coverage with minimal dev lift. How is this different from TestPilot? - We support Swift! - Unlike generic solutions like TestPilot, we have a deep understanding of your codebase, so our tests utilize actual semantic structure. This means higher-quality tests that don’t just examine the internals of your function in a vacuum. Because we understand your code, we’re able to test it in the context of related modules. - These generated tests don’t just live in your IDE! Because they’re posted onto GitHub, other engineers are able to review them as well. We’re looking for alpha testers. If you’re working on a Swift side project, we'd love to work with you so we can build better unit tests! Please reach out mukund.tibrewala at gmail dot com https://www.youtube.com/watch?v=gxObXqyp7WM June 2, 2023 at 01:00AM
Show HN: Whisper and ChatGPT and ElevenLabs on Raspberry Pi https://ift.tt/V9IymYW
Show HN: Whisper and ChatGPT and ElevenLabs on Raspberry Pi https://ift.tt/MWwc6Ks June 1, 2023 at 11:59PM
Show HN: StonksGPT – A Natural Language search tool for Stocks and Finance data https://ift.tt/E6NlVP5
Show HN: StonksGPT – A Natural Language search tool for Stocks and Finance data https://stonks.news/gpt June 1, 2023 at 07:38PM
Show HN: TodoBot is an AI coach that helps you write a better todo list https://ift.tt/uTd8QJj
Show HN: TodoBot is an AI coach that helps you write a better todo list I thought I'd be more likely to do the things on my todo list if GPT-4 was watching me (fail to) do them, so I built this. Let me know what you think! https://todobot.ai/ June 1, 2023 at 07:25PM
Show HN: Word2vec Algorithm in ~100sloc with NumPy https://ift.tt/uLEtMbY
Show HN: Word2vec Algorithm in ~100sloc with NumPy Here's a small demonstration of the fundamental aspects of the word-to-vec algorithm. It's implemented in a single python script and depends only on a single text file for training. It's not meant to be blazingly fast or anything, just a toy example to aid my understanding of how word vectors might be learnt from a corpus. https://ift.tt/RdfiZVJ June 1, 2023 at 04:38PM
Show HN: How to get started with trial work with potential cofounder matching? https://ift.tt/lDFXVMc
Show HN: How to get started with trial work with potential cofounder matching? Hey HN, This is Bhargav and i just went throught the user manual on "Co-founder Matching User Manual" https://ift.tt/4jniMOT so could you guys please help me on What type of trial work should I get with my potential cofounder? June 1, 2023 at 03:53PM
Show HN: I made CSS Pro, a re-imagined Devtools for web design https://ift.tt/TLWt1oP
Show HN: I made CSS Pro, a re-imagined Devtools for web design https://csspro.com June 1, 2023 at 02:17PM
Show HN: Git credential helper using OAuth in browser https://ift.tt/dSraXQp
Show HN: Git credential helper using OAuth in browser I authenticate to many Git hosts from many machines and got tired of generating and copying personal access tokens. With credential helper git-credential-oauth, there are no personal access tokens or SSH keys to configure. Instead you authenticate in browser using OAuth. Git Credential Manager (included with Git for Windows) has a similar feature but it's awkward for Linux users to install. git-credential-oauth is cross platform and packaged in many Linux distributions. https://ift.tt/FoMx3nN June 1, 2023 at 12:15PM
Subscribe to:
Posts (Atom)
Show HN: Tablr – Supabase with AI Features https://ift.tt/ltABMro
Show HN: Tablr – Supabase with AI Features https://www.tablr.dev/ June 30, 2025 at 04:35AM
-
Show HN: Locksmith – detect locks taken by Postgres migrations https://ift.tt/0cBueJt February 10, 2025 at 02:26AM
-
Show HN: I built a FOSS tool to run your Steam games in the Cloud I wanted to play my Steam games but my aging PC couldn’t keep up, so I bui...
-
Show HN: TNX API – Natural Language Interactions with Your Database Hey HN! I built TNX API to make working with databases as simple as aski...