Show HN: Integrate user auth more quickly https://ift.tt/85B7Krz December 31, 2022 at 04:23PM
Show HN: I Built Sailboat UI – Modern UI Framework for Tailwind CSS Get start with 150+ Tailwind CSS components , built your website quickly with Sailboat UI. https://sailboatui.com/ December 31, 2022 at 02:18PM
Show HN: lambdaprompt – build, compose and call templated LLM prompts For the past few months I've been building a lot of things with LLMs (GPT-3, Codex, etc.) as I've been trying to push them to their limits (especially towards applying them to the tabular data domain) When working on this, I've found there are some common patterns for solving problems (templating, chaining, functional-programming style operations, etc.) As I've iterated, I've come to believe that a functional style interface is likely going to power a new wave of systems I'm calling "prompt-machines"(systems where the core new unit of work is a "named" LLM prompt, extending the "function" concept). Additionally, in order to make the code capable of meta-prompting (where the LLM can write its own templated prompts), I aimed to make the interface and library as simple and lightweight as possible. I think I've achieved my goal, so I'm releasing the library to share with others! I mainly use lambdaprompt in two main ways: (1) to quickly try out "map" applying a LLM prompt against multiple inputs, to see how it behaves on a fixed set of inputs (2) to quickly iterate on a prompt-chain (taking the output of a prompt, and passing it to other prompts) to create complex behavior. An example of (2) that worked quite well is a Text-2-SQL prototype: It generates multiple SQL options, then executes each against the database (if it errors, asks `Codex-EDIT` to fix the errors and retry), then takes the most "consistent" answer as the valid answer. Simply by adding this prompt-chain on top of codex, we saw an improvement from ~75% to ~85% on a spider Text-2-SQL benchmark (On just a small sample of N=200). To increase usability it also ships (extras) with a fastapi app that registers any defined prompts as endpoints directly, and hosts the functions to be directly callable via HTTP-GET requests. This makes it easy to build client-applications off of these prompts, while allowing the prompt itself to be arbitrarily complex (composition of prompts) I hope you enjoy using it! Also, I'm super curious to hear if anyone else has been thinking about LLMs (composing them, building interfaces to them, etc.) in similar ways and what learnings have been (even if not though this library) https://ift.tt/hmWUOxM December 31, 2022 at 02:43PM
Show HN: RSS Brain I wrote an RSS reader called RSS Brain recently. The motivate is the current RSS readers either don't sort articles by priority, which makes it hard to read posts from HackerNews and Reddit, or sort it with some "smart" algorithm which I don't trust. I also like the Google News feature that can show related story from different source, but the sources are not configurable and the algorithm is not transparent either. So with RSS Brain, I implemented these features: * Recommend related articles from the feeds of your choice. It's backed by ElasticSearch and the algorithm is described on RSS Brain's website. * Option to sort articles by upvotes and time. The algorithm is similar to the old Reddit and you can find it on the website as well. * Save search terms into folders so you can filter the articles. I've been using it for a while and found these features very helpful. So I want to share this on HackerNews. The frontend is written in Flutter so it has cross platform clients, even though the web version don't feel very "web native" because the level of Flutter web support. I guess only time can improve that. I don't have enough hardware to scale it up so it's currently in subscription mode to limit the users. I'm going to open source the code (maybe non-commercial license) once I think it's ready so you can host it by yourself. It's still in early stage and haven't been tested by a lot of people. So any feedback is helpful. Thanks! https://ift.tt/sybih2g December 31, 2022 at 12:43AM
Show HN: BingeTheTube: binge YouTube channels from oldest to latest Briefly, what the app does: 1. Points to a reverse playlist(an actual youtube playlist) for a channel. 2. Ability to skip to a position in playlist from beginning. 3. Request any new channel you would like to have a reverse playlist for ! Usage eg: - Using the above you can skip to say 100th video from begining in a channel (e.g CaseeyNeistat Vlog) and keep watching on youtube app (without going back to bingethetube.com). - Come back next day and resume watching from say video 120 without a lot of scrolling Useful if you like to follow a creators youtube journey or old Vlogs ! https://ift.tt/BN2EQtW December 30, 2022 at 03:28PM
Show HN: I built a possible alternative to social media RSS Hi there, I built a chrome extension to grab new posts from social media. Instagram, twitter, Pinterest, etc don't really allow for RSS so I worked on this alternative to get new posts. Hope this might be useful for some of you. https://ift.tt/ITOcdnb December 30, 2022 at 10:45PM
Show HN: Distilhn.com – Front-Page Articles Summarized with Machine Learning Hey HN, I've built a little website to show news articles with a summary so that I don't have to RTFA if I just want a rough sense of what it covers :) I also share the summaries in an RSS feed for those who'd prefer to use their own reader. Let me know what you think! https://ift.tt/nmGY0H5 December 30, 2022 at 06:28PM
Show HN: A hypermedia-driven app based on htmx and Drogon C++ web framework https://ift.tt/3AkJquZ December 30, 2022 at 03:40AM
Show HN: Simple weather for your zip code Weather applications are bloated. This is the simplest implementation I could make using data from the weather.gov API. This simple weather application will retrieve the current 7-day weather for any of more than 33,000 US zip codes. To customize weather for your zip code, change the URL. The current URL is set to the zip code 90210. If you want both news and weather, that is available here: https://ift.tt/hvHxfqM https://ift.tt/8VgYfjt December 30, 2022 at 09:36AM
Show HN: Logos Created with AI https://ift.tt/8kE1QsH December 30, 2022 at 04:50AM
Show HN: 2see.ca – Bitcoin Locked Links Hello! We're excited to announce the launch of our new platform for monetizing online content. Our system allows users to easily create locked links that require payment in Bitcoin to unlock. This is a great way for content creators to earn revenue from their work and for users to access high-quality content. Here's how it works: - Create a locked link and set the price for unlocking the content in Bitcoin - Share the locked link with your customer and receive direct payment when the content is unlocked https://2see.ca/ December 29, 2022 at 10:07PM
Show HN: Qrgpt, a small CLI utility for better code generation https://ift.tt/2QLZM08 December 29, 2022 at 07:59PM
Show HN: VideoBox – Easy video processing as a service https://videobox.dev/ December 29, 2022 at 07:02PM
Show HN: Pressn't, a site where you can only have a single post Today's internet is filled with dopamine wells of content. I wanted to steer away from that and foster meaningful writing. So I made a site where you can only have a single post. The intention is to encourage thoughtful posts like the blogs we all love here at HN (Paul Graham's, fasterthanlime, Bartosz Ciechanowski's, etc). For now posts are only markdown, but I intend to make some markdown extensions to make posts more dynamic. https://ift.tt/YafJeRB December 29, 2022 at 06:39PM
Show HN: A LinkedIn Chat GPT on Steroids https://www.lunaa.io/ December 29, 2022 at 03:55PM
Show HN: Zcached, in-memory key-value cache wire-compatible with memcached zcached is an in-memory key-value cache exposing a memcached ASCII protocol-compatible interface, built on pluggable cache engines like Ristretto and freecache [0]. It's not performance-competitive with memcached, especially at higher thread counts. That said, it achieves about 1.1M ops/s, but at significantly higher P99 and P999 latency (as measured by memtier). See [1] and [2] for benchmark results from my 7950x-based workstation. Disclaimer: This is a hobby project created for fun while hacking over the holidays. zcached is not a commercial product and never will be. Don't use it in production; consider this a technology demo more than anything. I don't expect the source code to build outside of my environment, but for those interested in playing with it, binary artifacts are available at [3]. Try `zcached --address tcp:localhost:11211`. [0] https://ift.tt/Q41yASU , https://ift.tt/HeJroO5 [1] memcached, 16 worker threads: https://ift.tt/QzyuXNG [2] zcached: https://ift.tt/c7GvLZY [3] https://ift.tt/tYzPOeS... https://ift.tt/lJerAT2 December 28, 2022 at 11:18PM
Show HN: Helix, a Framework for AI Systems https://ift.tt/TFatulo December 29, 2022 at 02:14AM
Show HN: Pbproxy – Send your clipboard anywhere you can ssh pbproxy is a small wrapper to give you a consistent and remotely accessible interface to your system clipboard on linux and mac. https://ift.tt/XTiwKdm December 28, 2022 at 02:42PM
Show HN: This Is How ChatGPT Will Be Monetized https://ift.tt/xJRusvb December 28, 2022 at 10:44PM
Show HN: Get user feedback. Make it a conversation https://feedbakk.io/ December 28, 2022 at 01:27PM
Show HN: Mastinator. Disposable public anonymous no-login Fediverse accounts https://mastinator.com/ December 28, 2022 at 06:58AM
Show HN: Merry Sky, Dark Sky replacement and merry-timeline open source lib Hello HN, This is a website I worked on during the holidays to fill the void of the upcoming dark sky shutdown. For me, the precipitation timeline was a view I was heavily relying on for everyday activities and planning. I had not found any replacement from the various weather apps. When I found pirateweather.net as a backend API, it gave me the motivation to put the pieces together and get back the experience I enjoyed. I then added more functionalities that I think was missing from the website such as a weekly chart view. I've been using the website reliably over christmas holidays. Hope you enjoy it too! Also I open sourced the visual component for drawing the precipitation timeline and you can use it for drawing weather information or any other hourly activities really https://ift.tt/3GkNrQt Interested in your feedback! https://ift.tt/4ZW7rjY December 28, 2022 at 04:44AM
Show HN: Rototill a Node.js library to make type-safe routes for Express https://ift.tt/ONEU2GT December 27, 2022 at 09:31PM
Show HN: Self-hosted CMS on Server-less Cloudflare for podcast/blog/img/videos https://ift.tt/WhmvMt9 December 27, 2022 at 05:12PM
Show HN: Dog API https://dogapi.dog December 27, 2022 at 03:53PM
Show HN: Sideproject.guide https://ift.tt/gLjWKbt December 27, 2022 at 12:06PM
Show HN: Gamedrop – Videogame collection management, price alerts, and prices https://ift.tt/SMsR4cL December 27, 2022 at 07:23AM
Show HN: How many advertising panels in Sydney are near a public telephone? https://ift.tt/f8yaeiO December 27, 2022 at 05:27AM
Show HN: Test if your shortcut conflicts with any default shortcuts in browsers https://ift.tt/oTwQHzI December 27, 2022 at 01:34AM
Show HN: 80/20 Rule in Everything The content of the 8020.in website was generated using the ChatGPT AI engine and then reviewed by a human editor to ensure accuracy. https://8020.in/ December 26, 2022 at 04:59PM
Show HN: WebTransport vs. WebRTC vs. WebSocket https://ift.tt/f9VoCJc December 26, 2022 at 08:16PM
Show HN: 10x Faster Twitter Embeds https://ift.tt/GmuCSF5 December 26, 2022 at 10:41AM
Show HN: Talk to GPT-3.5 via WhatsApp https://aibuddy.chat/ December 26, 2022 at 09:24AM
Show HN: Secure end-to-end client sessions and API calls using crypto key pairs Hello. I made this project as an experiment in using key cryptography for user identity in a client <-> server model, and for some future peer to peer projects that I am working on. I am looking for feedback, please let me know what you think. Also, Merry Christmas to HN! :-) https://ift.tt/enhO9AL December 26, 2022 at 03:37AM
Show HN: Newsic News portal that uses GPT-3 to extract news from the news. https://newsic.io/news December 25, 2022 at 11:24PM
Show HN: Price My Spotify Library Hi HN, I built this tool to estimate how much it would cost to purchase all the music in a user's Spotify library and individual playlists. Kind of interesting, maybe you'll like it too https://ift.tt/TYqS1Bo December 25, 2022 at 10:34PM
Show HN: Mastodon.nvim (Mastodon Client for Neovim) *Announcing mastodon.nvim* Hello everyone. I just released mastodon client for neovim. If you dont want to get out of neovim, and write your thought on mastodon, mastodon.nvim could be good choice. Merry christmas! https://ift.tt/PA18qNe December 25, 2022 at 02:01PM
Show HN: GPT-3 Powered Shell https://ift.tt/abpyRnY December 23, 2022 at 10:04AM
Show HN: TapTab – Tab switching web extension for Safari I like the tab-switching behaviour in Chrome/Firefox and wanted Safari to have something similar. Another wish of mine was for it to be a web extension that feels native to the browser vs an app extension that looks out of place. I posted a while back on HN to see if other people feel the same and the response was very positive : https://ift.tt/CSsLRia Say hello to TapTab : https://ift.tt/dFR7Hfw... TapTab feels right at home in Safari and is loaded with features to improve how you interact with tabs. You no longer have to miss the native tab-switching functionality that you love in Chrome/Firefox. I launched the app a few days ago, and the response has been great. Some of the features that users have been loving : - Keep your hands at the keyboard: navigate all tabs without your hands leaving the keyboard. - Fuzzy Search: Search through your tab titles and URLs at lightning speed. - Switch to previous tab: Comes with a handy shortcut to go back to the previous tab. Finally! - Dark Mode: The extension feels right at home in Safari. - Multi-Window support - Pin/Mute/Close tabs right from the extension. The app is written in ReactJS (apart from the very minuscule bit of Swift you have to write for using it as an extension in Safari) and uses Tailwind for design. If you are one of the dozen people like me who use Safari, let me know how you find it. I would love to hear if there are any features that would make it a better fit for you. I have a few things on my radar gathered from talking to users like an iPad version, custom shortcuts, etc. If you find the extension useful I would love it if you vote for it on Product Hunt to get this in front of a few more eyeballs : https://ift.tt/iAhwBYc Thank you! https://www.taptab.dev December 24, 2022 at 06:35AM
Show HN: GUI-based free app to backup and restore hard disk on Windows clients I wrote a small GUI-based tool that uses the Windows Imaging Format (WIM) to create full backups of computer systems (operating system images) and then restore them. The application is hosted on GitHub, is open source, and is offered under the Apache 2.0 license. In addition, the repository includes an illustrated step-by-step guide to help get it up and running. Maybe someone can use the solution for their purposes as well - I would be happy. Have fun with it. The GitHub repository is named: WIM-Backup December 24, 2022 at 11:58AM
Show HN: Digital privacy game for middle schoolers, our Harvard final project For our final project in CS105, Technology and Privacy, my friend and I made an educational game about digital privacy for middle schoolers! We'd love any feedback or suggestions. https://ift.tt/Y6LgGw3 December 24, 2022 at 11:41PM
Show HN: Semantic Search in Podcasts Transcriptions I built a podcast search engine that performs a semantic search within thousands of podcasts transcriptions. Technologies used are: OpenAI Whisper for transcriptions, BERT embeddings and FAISS as a vector database https://voilib.com/ December 24, 2022 at 03:59PM






Show HN: Simple golinks server backed by airtable Like short codes? Like bookmarks? Have fun with this very simple golinks server. If you haven't heard of golinks, they are short codes to bookmarks. In your browser you type `go/` and it takes you to a bookmark. Eg, `go/hn` or `go hn` (space is easier to type than forward slash) could take you to https://news.ycombinator.com . Happy Holidays! https://github.com/skhavari/golinks December 24, 2022 at 04:33AM
Show HN: Search HN Favorites or Export to CSV/HTML I wrote a JavaScript tool to search your HN favorites and export them to CSV or HTML. The JavaScript runs in your browser like a browser extension. It scrapes the HTML and navigates from page to page. Setup and usage instructions are in the file. https://ift.tt/2Q07SlJ December 24, 2022 at 02:37AM
Show HN: Box4D – 4D physics demo using Rust and wgpu This is a little physics toy I've been working on off and on for a while. I originally planned on making a more fully featured game of some sort (I suppose I still may some day), but it turns out that writing interesting graphics and physics algorithms is more compelling than the hard work of polishing an actual product. Who knew? While there are plenty of good guides for 2D and 3D graphics and physics, there's not much out there for 4D. In hopes of alleviating that, the code here is arranged such that the commits are more or less a step-by-step guide, with comments for the interesting or tricky parts. While I don't think I came close to the simplicity or clarity of Box2D Lite, I hope it can serve as a useful example to anyone interested in 4D rendering and physics. https://ift.tt/iXImGJM December 24, 2022 at 12:00AM
Show HN: zygolophodon: CLI for reading Mastodon posts (no account needed) https://ift.tt/y5z1Q0P December 23, 2022 at 09:47PM




Show HN: My bookmarks of HN and who I'm following https://ift.tt/LoNdJDe December 23, 2022 at 04:40AM
Show HN: Metriport – Open-source universal API for health data Hey HN, we’re Colin and Dima, founders of Metriport ( https://metriport.com/ ). We help digital health companies access and manage user health and medical data, through an open-source and universal API. Today we're launching our open-source Health Devices API, which allows companies to gain access to their users’ health data from various wearables, RPM devices, and mHealth apps. You can check out the public Github repo here: https://ift.tt/PJjSKke For developers in the health data space, building integrations to various data sources is a huge pain, as it means wrangling different data formats, gaining access to the APIs in the first place, and ultimately spending precious developer resources building out data pipelines. We solve this pain for you through our open-source API, which is quick and easy to get started with (see: https://ift.tt/tVO4rvB... ). Out of the box, our Health Devices API supports integrations with Fitbit, Oura, Whoop, Withings, and Cronometer. We plan to add many more, including Garmin, Apple Health, and Google Fit in the near term. We work closely with our customers, so if there’s an integration you need, we’re more than happy to build it into our API. Because we’re open-source, you can also fork our code and build your own custom integrations. Getting started is simple. To start getting data from your users: 1) Create a developer account and generate an API key: https://ift.tt/7n3kRly 2) Set up our client on your server and initialize it with your API key: https://ift.tt/tVO4rvB... 3) Link the Metriport Connect widget into your app. This pre-built widget makes it easy for your users to connect all their data sources into your application. Now you’re ready to start accessing your users’ health data from their sources they’ve connected. We also offer a hosted SaaS solution with usage-based pricing, with no minimum platform fees. We believe this will open doors to a wide range of early stage companies and help drive innovation in the digital health industry. While we’re excited to be launching this product today and be the first open-source Health Devices API of its kind, we’re also really looking forward to sharing our Medical API with you in the coming months. You can find out more about that here: https://ift.tt/ycWKXJr We can’t wait to see how this API is used and what it helps companies develop. Please don’t hesitate to reach out if you have any questions, and happy developing! https://ift.tt/PJjSKke December 23, 2022 at 03:39AM
Show HN: My Afternoon JavaScript Library https://ift.tt/ZfYi0mV December 23, 2022 at 01:30AM
Show HN: Create a Children's book with AI – with illustrations Hey together with wife we took part in AssemblyAI hackathon and although we didn't win we felt good enough about our inital MVP that we took it a bit further. You can describe your characters and give a title and however long/detailed description you want, the gpt-3 will generate a children's story from it, dall-e will generate images. Images are postprocessed with stable-diffusion custom model (for stylisation) and that's the final result. It's still early as it was done in about 2 weeks, but I count on your feedback. I am software engineer and did basically all of the engineering work myself. Feel free to ask question regarding implementation plans, etc. cannot wait to learn what you think. I'll appriciate any feedback. https://ift.tt/PAsaZyg December 23, 2022 at 12:08AM


Show HN: CAD model of the saturn V rocket on the 55th anniversary of Apollo 8 Today is the 55th anniversary of Apollo 8. I figured it would be fun to make a CAD model with a space for a model rocket engine and also as an augmented reality model. The tutorial is for Fusion360 but the steps can be adapted to most CAD programs. I would love to know what you all think! https://ift.tt/R5IEiGn December 22, 2022 at 01:14AM


Show HN: Write 500 Words a Day Hello! I made a web application for my friend and I to use as part of a New Year’s resolution and decided to open it up to the public. It’s pretty simple but I’ve really enjoyed building it and using it so far. I’ve written ~10,000 words, which is a lot more than I used to write. Enjoy and be nice! https://ift.tt/Xelanv2 December 22, 2022 at 01:59AM
Show HN: System Design Practice and Discussion Many platforms exist for a candidate to practice leetcode style questions. Created one to practice and discuss system design problem statements. There is no auto evaluation as high level design is subjective, but we support upvotes/downvotes and a comment section for feedback and discussion. Looking for early feedback. https://ift.tt/UERK35M December 21, 2022 at 10:54PM
Show HN: How to use ChatGPT+ARKit to script experiences with natural language Video demonstration: https://youtu.be/bJFa5HOmhl4 I created a demo involving ChatGPT, OpenAI's Whisper running on-device for speech-to-text (because why not?), and ARKit. By defining a custom JavaScript environment with JavaScriptCore and describing it to ChatGPT, I was able to get it to produce functioning scripts that instantiate and manipulate 3D objects. Sketchfab is used to import 3D assets on the fly. Google Poly had a much better catalog of assets for this sort of thing but sadly, it's no longer available. The README.md describes how it all works but the gist of it is that user prompts are wrapped in a larger prompt that describes the environment (i.e., which functions are available to use and how they work) and constraints. The code is then executed directly. Assets for objects are fetched as needed by searching Sketchfab. https://ift.tt/70VKLzj December 21, 2022 at 11:51PM










Show HN: Vectory – A collection of tools to track and compare embedding versions https://ift.tt/PLtsp1n December 21, 2022 at 03:52AM
Show HN: Veonid – Create a personal website for free https://www.veonid.com/ December 20, 2022 at 03:49PM
Show HN: Yahtzee and Poker and Cosmic Horror = Pine Tar Poker I'm excited to launch today! Pine Tar Poker is a yahtzee-inspired poker game with just a touch of cosmic horror for iOS and Android. I started working on this idea last January by making a paper prototype: a simple printed score sheet I could use with a real deck of cards. I had some fun with that, so I brought it into Unity and kept expanding on it over the last 11 months during nights and weekends. It's tough for me to stay motivated on side projects and see them through to release, but the act of shipping something is so fulfilling that it's usually worth the pain. For Pine Tar, I stretched myself in the narrative department by adding a bit of a Lovecraftian tone to what would otherwise be a Western saloon setting. One thing that kept me motivated during development was seeing my dad get hooked on the card game. He'd text me when he got his first royal flush and when he prestiged the score sheet -- he got every hand type in one game! He has amassed so much in-game cash, I think I need to expand the number of digits I show there! If you get a chance to try it, let me know what you think! If you can't afford it and want to try it, I have a few codes for both platforms, my email is in my profile. https://ift.tt/4DREWoe December 20, 2022 at 03:30AM
Show HN: New tool for visualizing embeddings of ChatGPT Q&A https://ift.tt/SAeVDjc December 19, 2022 at 10:19PM
Show HN: A new word game with a travel theme This is an independently created word game our family has been working on for a few years. It has uses a license plate motif for word puzzles where the quality of the answers drive a virtual travel experience. The game is web-based, works in all browsers, is fully responsive for mobile screen sizes and also works as a Progressive Web App (PWA). It is written in Django/Python and a modicum of Javascript. https://ift.tt/Hs7mluc December 20, 2022 at 04:20AM


Via टेक - ऑटो | दैनिक भास्कर https://ift.tt/resvUIn




Via टेक - ऑटो | दैनिक भास्कर https://ift.tt/resvUIn


Show HN: Log in to Mastodon with your Twitter account This is an idea I've had for a while. Given recent events, I decided to finally implement it and see what happens. I assume if it gets any traction it will be banned. The bigger picture here is that Twitter's network of users and follow lists is potentially reverse-engineerable. Why not take that network graph and implement it in the Fediverse? https://tweedle.social December 19, 2022 at 05:08AM
Show HN: Generate context-aware snippets via tree-sitter https://ift.tt/3Wcw1QK December 18, 2022 at 04:20AM


Show HN: Speleomorph, an Exploration Puzzle https://ift.tt/HzLO4Pe December 18, 2022 at 02:19AM
Show HN: Create keepsakes for your loved ones using AI https://lovelines.xyz December 18, 2022 at 12:51AM
Show HN: Factual AI Q&A – Answers based on Huberman Lab transcripts This is a quick prototype I built for semantic search and factual question answering using embeddings and GPT-3. It tries to solve the LLM hallucination issue by guiding it only to answer questions from the given context instead of making things up. If you ask something not covered in an episode, it should say that it doesn't know rather than providing a plausible, but potentially incorrect response. It uses Whisper to transcribe, text-embedding-ada-002 to embed, Pinecone.io to search, and text-davinci-003 to generate the answer. More examples and explanations here: https://twitter.com/rileytomasek/status/1603854647575384067 https://ift.tt/b1Ty3If December 17, 2022 at 11:35PM
Show HN: bstruct – Declarative and efficient binary parsing in Python https://ift.tt/mBnTXjU December 17, 2022 at 11:02PM
Show HN: baseline – a free, open-source journaling and mood tracking app Hey HN! I recently released baseline, a journaling and mood tracking app for iOS, Android, and web. If you've been looking for a better journal, or just want to work on your mental health, you should check it out! It includes: - Simple and fast journaling — just open the app and start typing. - Visualizations to help you understand your progress over time. - Screeners to help you better understand what you might be struggling with. - Customizable notifications to help you build journaling into your daily routine. - Strong privacy — personal data is encrypted with user-specific keys that I can’t access. This app started as a personal project for my own mental health, and it really helped me out — so now here we are! Again, if you've wanted to try journaling or just want to start working on your mental health, I really recommend trying it out. I'll also be here all day to answer any questions y'all have. Thanks so much :) https://getbaseline.app December 17, 2022 at 10:15PM




Show HN: I made a Slack bot that qualifies your sign-ups using GPT-3 OP here, this was super fun to build. It all started from playing around with Nat Friedman's GPT browser https://twitter.com/0xferruccio/status/1599014988693180417 Then after having this running for our product for a couple of days or so we decided to give 10 customers access and they loved it! So expanding access now feels great :) https://ift.tt/dcKPN8E December 15, 2022 at 09:00PM
Show HN: Sendie – A Twitter Alternative I have been building a twitter alternative. The central core features are in place. Running on postgres with uuid6 ID's seems to have turned out really nicely for this data type. It's got the feed and reposts and following users and all the main things that are central to a twitter-like feed. Still pretty rough around the edges. I'm still finding little off quirks all the time to clean up. It's been a fun project though and I plan to continue working on this as I have about a dozen ideas I want to add to it. https://sendie.com December 17, 2022 at 12:28AM
Show HN: The easiest way to run a brainstorm, supercharged with A.I Hello friends! We've been working hard on building Mimosa, and would love for you to try it! No signups required. Facilitating brainstorming sessions can be a challenging and time-consuming task. It's difficult to keep everyone on agenda, engaged, and contributing. So we've built Mimosa to be the easiest way to facilitate a brainstorming session. Imagine if a "digital whiteboard" and a "trello board" had a baby, but built with all the best practices of professional facilitation. With Mimosa, you can minimize bias by allowing team members to contribute anonymously before revealing their ideas. This ensures that everyone has a fair chance to share their thoughts and ideas without fear of judgment. Once the brainstorming session is complete, you can easily view and export the final results. This allows you to keep track of a meeting's effectiveness and share it with stakeholders. But the real game-changer is our AI Brainstorming features and it's ability to turn your 1x team into a 10x team. It help generates and collaborates with you in your brainstorming session to help you come up with more and better ideas. We're both scared and excited to hear all your thoughts, HN! :) Please do let us know any features or improvements you think we should make to help you in your meetings. https://mimosa.so/ December 17, 2022 at 12:11AM






Show HN: AI Avatar Image Generator Based on Other AI Images An AI Avatar image generator that creates images of you based on other AI created images. The popularity of the recent AI Avatar image generator apps sparked some interest of mine in the area. After playing around with a few AI Avatar image generators, some of which generate pictures of you based on pictures you upload and prompts you write, I thought, wouldn't it be much easier, instead of writing out prompts, to just select another image which you want your generated image to be based on. The image the user selects is actually another AI generated image, so we know the prompt used to generate it. So prompt writing is abstracted away from the user, and instead they can search for images and click on ones they like. Backend of the application currently uses Astria AI for the image model training and generation, and uses the Lexica API for getting lists of AI generated images and their prompts. https://ift.tt/nrBtbdp December 15, 2022 at 08:19PM
Show HN: Ellie – Your GPT-3 email assistant https://ellieai.com December 15, 2022 at 09:41PM








Show HN: TumorPictures.com (NSFW) https://ift.tt/e0LNbVc December 14, 2022 at 11:53PM




Show HN: Vimium Everywhere https://ift.tt/7smvi1V December 14, 2022 at 06:22AM


Show HN: An open-source UI Library with automatic routing and SuperComponents https://ift.tt/FPeByfU December 14, 2022 at 03:45AM
Show HN: NixOS Web Hosting for Everyone https://shipnix.io/ December 14, 2022 at 12:50AM
Show HN: XP1 – A GPT-based Assistant with access to the browser Tabs XP1 is an assistant based on GPT with access to your browser tabs content. It is geared (prompted) towards productivity and can be used to help you with your daily tasks (answering emails, summarizing, extracting structured data from unstructured text, ...) https://xp1.dust.tt December 13, 2022 at 09:27PM




Show HN: ShopWitYoPeople – A black Chicago business directory Hey HN! ShopWitYoPeople ( https://ift.tt/mihBwHM ) was built to showcase Black Chicago businesses. We’re around to answer questions and look forward to hearing everything and anything you have to say! https://ift.tt/ESmiPQM December 13, 2022 at 06:39AM


Show HN: Create auto-updating charts-as-images with low-code/nocode Hello, we just released Image Charts 2.0, a way to create and show a chart as an image anywhere using our custom API and integrations with Zapier and Make. My friend Francois-Guillaume made Image Charts in 2015 to replace Google Image Charts for a project since it was deprecated. Since then we’ve been adding features and getting it integrated with Zapier and Make to make it easy to build good-looking charts automatically. Each chart has a custom URL and HTML code so it’s easy to embed. And you can build progress bars, gradients, and really any kind of chart with it (bar, line, radar, scatter, you name it). We have a gallery of over 30 charts and counting. [Chart gallery]( https://ift.tt/BNFmXI4... ) with sample data The site with the live Editor: [ https://www.image-charts.com/](https://www.image-charts.com/... How-to with gradient fills: [ https://ift.tt/Wj5A4Zu... How-to progress bars: [ https://ift.tt/siXTb4S]... Really looking for feedback and additional use cases, we know it’s used for reporting, transactional emails, and a customer suggested using it in weekly standups for a KPI’s snapshot too. Would love to hear what you think and/or how you would use this. Cheers! https://ift.tt/MEkP9Bj December 13, 2022 at 01:56AM
Show HN: Obsidian: Insert conversation starters generated by AI in your notes I often prepare my conversations beforehand, whether for business or family/friends, with this Templater you can get ready for great & deep conversations using https://langa.me API (free tier). https://ift.tt/G1zHSR5 December 12, 2022 at 10:19PM
Show HN: VS Code Ext: Collaborative countdown timer for mob programming sessions https://ift.tt/CLAHKZF December 12, 2022 at 07:40AM






Show HN: ChatGP-T1000 – Bot that replies with deepfaked videos in character https://twitter.com/altryne/status/1602054507566882816 December 12, 2022 at 03:22AM
Show HN: Paper trade crypto derivatives (without creating an account anywhere) https://ift.tt/DbuTk5o December 12, 2022 at 02:39AM
Show HN: Why YC when there's YZ? The Crowd Supported, Crowd Constructed, Opened sourced Acceleration program for the next generation of builders. Note: Website is just to get feedback initially. https://ift.tt/ms7JlyC December 12, 2022 at 12:45AM


Show HN: Sirdb – simple Git diffable toy database on the filesystem https://ift.tt/Y2AuH3h December 11, 2022 at 09:24AM








Show HN: Alle – a terminal todo manager in Rust https://ift.tt/T3X87l0 December 10, 2022 at 10:17PM






Show HN: BeSanta, Real time Santa Claus AI avatars on your iPhone Ho-ho-ho https://ift.tt/WVD9ziL December 10, 2022 at 02:40AM
Show HN: I fine-tuned Flan-T5. Can it cook? Checkout the app at https://www.lechef.fyi https://ift.tt/1reDngU December 10, 2022 at 12:30AM








Show HN: Double-X-Encoding – Encode any UTF-8 string with [0-9a-zA-Z_] https://ift.tt/iytJEbY December 9, 2022 at 02:19AM
Show HN: This VC Does Not Exist I asked This VC Does Not Exist to describe itself: "I have a groundbreaking idea for a new class of product that leverages the power of ChatGPT technology to bypass bias filters and level the playing field for communication. By adding a prefix to the beginning of a ChatGPT prompt, we can generate custom-tailored content that is specifically designed to break through the biases of the person we are communicating with. This technology has the potential to bridge language barriers, cultural divides, and socioeconomic differences, making it possible for anyone to communicate effectively, regardless of their background. I believe this product has the potential to be a game-changer, and I'm excited to share it with you and discuss the possibilities for bringing it to market." Everything on this page was created with DallE and ChatGPT (other than the title). It's using a single session token for ChatGPT - so you're probably going to hug it to death. It is hosted on cloudflare workers. Source code: https://ift.tt/S0PDL97 https://ift.tt/NmQwshk December 9, 2022 at 01:28AM
Show HN: Web search using a ChatGPT-like model that can cite its sources We’ve trained a generative AI model to browse the web and answer questions/retrieve code snippets directly. Unlike ChatGPT, it has access to primary sources and is able to cite them when you hover over an answer (click on the text to go to the source being cited). We also show regular Bing results side-by-side with our AI answer. The model is an 11-billion parameter T5-derivative that has been fine-tuned on feedback given on hundreds of thousands of searches done (anonymously) on our platform. Giving the model web access lessens its burden to need to store a snapshot of human knowledge within its parameters. Rather, it knows how to piece together primary sources in a natural and informative way. Using our own model is also an order of magnitude cheaper than relying on GPT. A drawback to aligning models to web results is that they are less inclined to generate complete solutions/answers to questions where good primary sources don’t exist. Answers generated without underlying citable sources can be more creative but are prone to errors. In the future, we will show both types of answers. Examples: https://ift.tt/jYvNs0F https://ift.tt/MwKbxWg... https://ift.tt/b48am9P... https://ift.tt/NmRdkOD... Would love to hear your thoughts. https://ift.tt/9OAZndE December 8, 2022 at 11:23PM




Show HN: Search engine that uses a ChatGPT-like model to browse the web https://ift.tt/c5RPiJT December 8, 2022 at 12:50AM
Show HN: Music quiz web app powered by Spotify API I had some time over and decided to put together this idea I had for a few years. A music quiz based on a playlist on Spotify. https://introquiz.se/ December 7, 2022 at 06:21PM
Show HN: We built a Slack-based workflow assistant for devs & their teams Hey, Nir here - co-founder & CEO of Zigi. It’s a personal workflow assistant that was built for devs and their teams to automate non-coding tasks, giving updates and quick actions only on what’s relevant. It works by examining your activity in Jira and GitHub (more systems being added soon) to understand your workflow, creates context out of all that information, and offers you actionable assistance from Slack. Zigi is customiazible. We’re building it to match every R&D persona so you can tailor the messages and assistance you get to meet your specific needs. Like if you’re TL, you can get daily updates on the progress of your team’s sprint or as a QA, you’ll be notified as soon as ticket is ready for testing. We’re developers who are used to managing big R&D teams and over the last few years, we have seen dev change drastically. There’s so much overhead on top of coding, more dependencies, multiple tools, that developers are overloaded. And now, the world has changed to make teams are remote and in different time zones, which just makes everything more complex. Zigi takes a new approach to driving productivity, while keeping devs and their teams happy. It provides hands-on help with personalized automation, so we can manage our day-to-day tasks with minimal distractions and maximum focus. Some things to know about Zigi: you don’t need to set it up or run any config; it’s customizable to your needs; it only needs user-level permissions and doesn't read or scan your code; it’s ISO 27001/27017 & Soc 2 Type 2 certified and GDPR compliant. It’s also free for devs. Sign up to get started here. Once you install Zigi simply type /zigi support to write our team directly with any feedback, join our Slack channel or leave a comment below (we want to know what you really think!). Twitter: https://twitter.com/zigi_ai Slack support channel: https://ift.tt/YnXTGCS... Write me directly; Nir@zigi.ai https://www.zigi.ai/ December 7, 2022 at 10:52PM






Show HN: Publish from GitHub Actions using multi-factor authentication The backstory about this GitHub Action: I discussed with an open-source maintainer why they publish npm packages from their local machine and do not use CI/CD pipelines. They said publishing should require human intervention and want to continue using multi-factor authentication to publish to the npm registry. This led to building the wait-for-secrets GitHub Action. It prints a URL in the build log and waits for secrets to be entered using a browser. Once entered, the workflow continues, and secrets can be used in future steps. The latest release of "eslint-plugin-react" to the npm registry used a one-time password (OTP) from a GitHub Actions workflow! https://ift.tt/V4AHxas... https://ift.tt/YRGBQqM December 6, 2022 at 11:35PM
Show HN: Codeium – a free, ultrafast AI codegen extension I'm Varun, CEO of Exafunction, and we just released Codeium to open up access of generative AI to all developers for free. In the spirit of Show HN, we created a playground version for anyone to try this tech in the browser (click Try in Browser)! We have built scalable, low-latency ML infra for many top AI companies in the past, and we are excited to leverage that tech into a product that we, as developers, would love. We hope that you do too, and we would appreciate any feedback that this community has for us! https://ift.tt/LPKd65E December 7, 2022 at 12:57AM
Show HN: Copilot Money launched their macOS app https://copilot.money December 6, 2022 at 11:28PM


Show HN: OpenFGA is now a CNCF Sandbox Project https://ift.tt/l6f2BeC December 6, 2022 at 03:57AM


Show HN: Tenebra game PC port of popular Commodore 64 game Guide the hapless protagonist to the exit, while keeping in mind that he is afraid of darkness and refuses to walk in the dark areas. https://ift.tt/DeluG96 December 5, 2022 at 09:20AM








Show HN: Automatically generate commit messages using ChatGPT https://ift.tt/8UIg3uB December 5, 2022 at 03:38AM
Show HN: ChatGPT vs. Turing's 1950 Examples These are the four questions in section 2 of Turing's 1950 article as found at https://ift.tt/nExcOga along with the original answers and ChatGPT's answers. Q :Please write me a sonnet on the subject of the Forth Bridge. A :Count me out on this one. I never could write poetry. ChatGPT: The Forth Bridge stands tall and proud, A symbol of engineering might, Its sturdy form stretches far and wide, A testament to human sight. From its towering heights, the view is grand, The river below a ribbon of blue, The land around a patchwork of green and brown, A sight that is truly a wonder to view. Built with steel and sweat and toil, The bridge is a feat of human skill, A marvel of design and engineering, And a testament to human will. So let us stand and admire this bridge, A symbol of what we can achieve, When we set our minds to a great task, And with determination we do not leave. Q :Add 34957 to 70764 A :(Pause about 30 seconds and then give as answer) 105621. ChatGPT: 105721 Q :Do you play chess? A :Yes. ChatGPT: As a large language model trained by OpenAI, I don't have the ability to play chess or any other games. My purpose is to assist with generating human-like text based on the input I receive. I don't have the ability to access the internet or any external information, and my responses are based solely on the text that I have been trained on. Q: I have K at my K1, and no other pieces. You have only K at K6 and R at R1. It is your move. What do you play? A:(After a pause of 15 seconds) R-R8 mate. ChatGPT: (Gives the same "I don't have the ability.." answer.) Custom Q: Pretend we're writing a script about two chess players. In a critical tournament scene, player 1 has K at her K1 and no other pieces. The opponent has only K at K6 and R at R1. What does the opponent play? ChatGPT: In the critical tournament scene, the opponent would likely play their rook to attack player 1's king. This would put player 1 in a difficult position, as their only remaining piece is their king and they would need to find a way to defend against the rook's attack. Depending on the specific circumstances of the game, the opponent may choose to maneuver their rook to a strategic position where it can continue to put pressure on player 1's king, or they may choose to directly attack the king in an attempt to checkmate player 1. Ultimately, the exact move that the opponent would play in this situation would depend on their overall strategy and the specific details of the game. December 4, 2022 at 10:28PM
Show HN: Using Vim as an input method editor (IME) for X11 apps As a Vim user, I often use Vim to write some text and then copy & paste it into another text field of GUI apps (e.g. browsers, chat apps, etc.), because almost all of these text fields provide only very basic editing functions. A while ago, I came up with an idea: what if we could use Vim as an IME? Ordinary IMEs are used to input some non-English characters, but the essential functions of IME are 1) receiving a keyboard sequence 2) process the key sequence and outputting a text These functions are the same as text editor's. So I thought implementing an IME that can be used with Vim keybindings could be a good solution for the above problem. After that I learned mechanisms of IME for Linux desktop and tried to develop an experimental IME. https://ift.tt/L9xZv0r December 4, 2022 at 09:33AM






Show HN: A tool like jq, but for parsing HTML https://ift.tt/N79uwMk December 3, 2022 at 11:54PM
Show HN: A more complete Rust example project for the Rasberry Pi Pico https://ift.tt/Cvuqahs December 3, 2022 at 09:06PM
Show HN: This Hacker News Does Not Exist https://ift.tt/Lt1pvMK December 3, 2022 at 11:59PM






Show HN: Doom 1993 Preprocessing Animations https://ift.tt/UlJCn4h December 3, 2022 at 02:57AM
Show HN: Rune’s Secret Type Ported to Python https://ift.tt/WRmr8GD December 2, 2022 at 09:11PM
Show HN: Nothing, Forever – a streaming, AI-generated, always-on television show Hey everybody, we're finally launching our always-on, generative show -- Nothing, Forever -- streaming on Twitch. Nothing, Forever is a parody of '90s sitcoms, done in the style of '90s point-and-click PC games (but, you know, in 3D). We set out to build something weird, new, and novel, and this is what we ended up with. Aside from the artwork and the laugh track you'll hear, everything else is generative, including: dialogue, speech, direction (camera cuts, character focus, shot length, scene length, etc), character movement, and music. Nothing, Forever is built using a combination of machine learning, generative algorithms (we use 'generative' here in a non-academic sense), and cloud services. Our stack is mostly comprised of Python + TensorFlow for our ML models, TypeScript + Azure Functions and Heroku for our backend, and C# + Unity for the client, with some neural voice APIs thrown into the mix. Heading into the future, we plan to leverage OpenAI's davinci models for our dialogue -- we actually have an integration already, but the cost is too prohibitive to run full time -- as well as leveraging Stable Diffusion for art generation. We're launching an experimental media lab, https://ift.tt/4eU2vq5 along with the show, for follow-up projects in the future. Feel free to reach out to me personally if you have any questions or want to discuss more, skyler at mismatchmedia dotcom. https://ift.tt/AFvDoBG December 2, 2022 at 11:00PM


Via टेक - ऑटो | दैनिक भास्कर https://ift.tt/7Z1A3j8




Show HN: I am building a Safari Web Extension to switch tabs efficiently I like the tab-switching behaviour in Chrome/Firefox and wanted Safari to have something similar. Another wish of mine was for it to be a web extension that feels native to the browser vs an app extension that looks out of place. After waiting long enough, I decided to build one myself. A little preview of Tap Tab - https://ift.tt/S6JBk5Q . The web extension APIs for managing tabs are pretty locked down in Safari, but I have already found a lot of value in using the extension. Some of the features that I find very useful(in the middle of building a few of these) : - Driven by keyboard shortcuts. I can see the tabs I have open at a glance and switch between them. - Fuzzy search to quickly filter down to the tab you want. - Quick switching between two tabs. - Ability to pin, mute, and close the tab right from the extension. Say hello, and tell me what features you would like the extension to have!! You can follow the updates on Twitter- https://twitter.com/ManiBatra23 . https://ift.tt/suLS6gy December 1, 2022 at 07:25AM
Show HN: Notion Standup – Get daily reports on your tasks on Notion Notion Standup helps you to receive daily standup reports on email and other channels for your and your team's current and overdue tasks on Notion. Stay updated always with daily reports through email, Slack, Discord, Webhook, Zapier, and Telegram. https://ift.tt/6KqV5vp December 1, 2022 at 07:10AM


Via टेक - ऑटो | दैनिक भास्कर https://ift.tt/7Z1A3j8


Show HN: AudioGata, a plugin based Web Audio player https://ift.tt/Tj5UHEx November 30, 2022 at 11:15PM


Show HN: I rebuilt MySpace from 2007 (2 year update) https://ift.tt/ijNAPIf November 30, 2022 at 02:09AM
Show HN: Can you tell if an image is AI-generated? https://ift.tt/TvqmuNG November 30, 2022 at 01:06AM
Show HN: Bulwark Passkey – A virtual Yubikey-like device for 2FA or WebAuthN Hey y'all, This is something I've been working on for a few months. It is a passkey system, similar to Apple Passkeys or a Yubikey, but it is entirely software based so you can sync credentials between devices. Passkeys (and FIDO devices in general) allow you to use public keys instead of passwords or codes to authenticate. For instance, you can just click "Approve" on the device/software instead of having to copy a code, and there are no passwords to phish. This is a new piece of tech, so website support for logins are still limited, but it can currently be used for 2FA anywhere a Yubikey can be used. Bulwark Passkey emulates the USB device in software, which allows you to sync credentials as well as copy them out. This is less secure than a dedicated hardware device, where credentials can never by copied or removed from the device, but it is much, much more secure and usable than passwords or one-time codes. Please take a look, and I appreciate any feedback you might have! https://bulwark.id November 29, 2022 at 10:41PM




Via टेक - ऑटो | दैनिक भास्कर https://ift.tt/6BAvPfW
Show HN: Figma plugin to convert screen recordings to screenshots I was tired of wasting hours taking screenshots on my phone—use this plugin to generate screen inventories in minutes. https://ift.tt/9WHNgK3 November 29, 2022 at 05:06AM
Show HN: Jektex – Fast server side rendering of latex for Jekyll Hello! This is my first attempt of creating, publishing and maintaining my own package. I have a blog with something around 4000 latex expressions. Client side rendering using latex was super slow and some phones did not render it properly. I tried some KaTeX plugins for server side rendering but they were painfully slow (on my laptop it took more than 5 min to build). So I decided to learn some ruby and create latex rendering plugin by my self. So I created jektex. Jektex is a Jekyll plugin for fast server side cached LaTeX rendering, with support for macros and is very configurable. Now I can render y entire blog in 2 seconds on same laptop. I will be very happy for any feedback or advice. Have a nice day https://ift.tt/Vuq0TvI November 29, 2022 at 04:37AM








Show HN: Visualizing the group stage of the 2022 FIFA World Cup This is a visualization we created for a blog post back in 2018 and decided to resurrect for 2022. You can see at a glance a bunch of information about the progress of each group - the result of each match that has been played, the status of each team, and how many matches have been played. I like to think this would get a good data-ink score from Edward Tufte. https://ift.tt/sHmowNB November 28, 2022 at 05:07AM
Show HN: Hacker way to half app development time and cost https://ift.tt/9LNh2J6 November 28, 2022 at 04:56AM
Show HN: A tool that automatically follows people from Twitter on Mastodon https://ift.tt/8hs75HN November 27, 2022 at 11:45PM
Show HN: Hack This Site https://ift.tt/iRsxb4v November 27, 2022 at 11:15PM


Show HN: footnote - a modern take on Goodreads footnote - A modern take on Goodreads https://ift.tt/imsKUFn November 27, 2022 at 09:22AM
Show HN: I created a Chrome extension to help keep good posture while browsing Hey HN, this is a small project I created that blurs your browser window whenever you start slouching. I'm sure it can be improved, but I wanted to put it out there in case anyone was interested. Links to the github repo [0] and the extension on the Chrome Webstore [1]. I'd love to get some feedback on it. [0] https://ift.tt/lhxrI0R... [1] https://ift.tt/0bINyjw... https://ift.tt/c1tACdm November 27, 2022 at 08:27AM






Show HN: I made an API builder for side projects https://ift.tt/B8GW5Tj November 26, 2022 at 10:13AM






Show HN: Open Source Bot That Summarizes Top Hacker News Stories Using GPT-3 https://ift.tt/RYvfElG November 26, 2022 at 05:34AM


Show HN: Open-Source Page Block Builder with Remix and Tailwind CSS https://ift.tt/AySwIGO November 26, 2022 at 04:04AM
Show HN: Open-source case management for KYC/B (built-in OCR, face matching ML) Hi everyone, We have just released an open-source case management dashboard for manually approving/rejecting KYC requests (know your customer) with built-in OCR & face-matching functionalities. Next steps: - Enable KYB (business onboarding) documents and personas approval. - Connected backend between our KYC flow and the case management dashboard. - Releasing an open-source rule engine, to help automate decisions. We’d love for you to try it out, give us feedback, and suggest features that would make it applicable to you. And if the rest of the project is relevant or interesting to you, follow us here: https://ift.tt/altIxFe and we’ll update you once new things are available. Thanks! https://ift.tt/RpeUSXq November 26, 2022 at 01:14AM
Show HN: AI Charades for Thanksgiving Hi HN! We just played a charades with Dall-E for Thanksgiving. It was a blast, so I thought I'd share the rules we used in a quick guide! Would love to hear your thoughts! https://aicharades.com/ November 25, 2022 at 04:26AM


Show HN: World Cup 2022 CLI Dashboard – Watch matches in your terminal https://ift.tt/bgZ80We November 25, 2022 at 03:26AM
Show HN: AI generated puzzles from Wikipedia articles https://ift.tt/CrdAiTg November 25, 2022 at 03:31AM
Show HN: Stable Diffusion v2 web interface https://ift.tt/YSrkb8c November 25, 2022 at 01:28AM
Show HN: WinkNLP delivers 600k tokens/second speed on browsers (MBP M1) https://ift.tt/7e5wHtv November 24, 2022 at 11:21PM




Show HN: Teetail – like tee and like tail I want to pass tons of stuff through a pipeline, and also store it in a file so I can debug what happened if things unexpectedly die. There's way too much data to put it all in a file, so I just want the last bit to end up in the file. Wrote a quick bit of C to solve that, posting it here to save the next person to have this particular need a bit of time. https://ift.tt/DSlsFWY November 23, 2022 at 11:10PM


Show HN: `Curl Asciiquarium.live` https://ift.tt/BqjVcvx November 23, 2022 at 04:18AM


Show HN: Visualising real-time Sydney bus congestion with Marey charts https://ift.tt/LRhdX1A November 23, 2022 at 03:16AM
Show HN: a website to track YouTube subscriptions https://unli.xyz/eject/ November 23, 2022 at 01:56AM
Show HN: Hoku – The app that makes group travel simple https://hoku.travel/ November 23, 2022 at 12:15AM






Show HN: Wiretap – Transparent WireGuard proxy server without root https://ift.tt/WOYIdMp November 22, 2022 at 05:51AM
Show HN: Organize Carpools with Co-Workers Here's something I've been working on to help employees find carpooling options with co-workers. With inflation & gas prices going up this seems like a really good thing to have going forward. Happy to have any feedback and I'll roll it back into the site. Thank you! https://ift.tt/I9ULfq5 This is a repost after 10 weeks of working on the feedback from HN with code updates and a website redesign [1]. I submitted this before and there was very good feedback about target audience, need to show benefits, etc. Basically, I had a website that looked like it was designed by a programmer. I'd spent 95% of the work on the backend systems and 5% on the website. I've tried to majorly improve the website with screenshots and demos now. [1] https://ift.tt/OqKfBbF https://ift.tt/I9ULfq5 November 22, 2022 at 03:00AM
Show HN: General Task, a free task manager for builders (beta) Hello everyone! I left my job to start General Task a little over a year ago, and have been building a better free task manager with a small team. We aim to be the best place where one can find what’s next in their workday and we integrate with a number of different services to help do that. We’re still in the early stages of a beta, but so far you can: - Create/edit tasks with due dates, priorities, and folders - Drag tasks onto your calendar to block off time to do them (syncs with GCal) - Sync with Linear (JIRA coming soon) to see tasks assigned to you - Sync with Github to see your PRs - Integrate with Slack to make tasks directly from Slack What sets us apart? We know there are tons of task managers out there. We believe ours is different because it is tailor-made for engineers, with integrations for Github PRs, Linear and Slack. We also support dragging tasks onto your calendar, which is usually only found in premium paid products, while our consumer product is free and always will be. Our mission is to make knowledge workers more productive, and we believe the best way to do that is by focusing on software engineers and achieving mass adoption of a free consumer product before releasing a paid product for businesses. Let us know what you think! NOTE: We currently only support Google sign-in, sorry about that! We will be adding more login options soon. If you don't want to sign in with Google, you can see a quick 1 minute demo of our features here: https://youtu.be/NUOIH2On_Nw https://ift.tt/l7hm23P November 18, 2022 at 11:25PM




Show HN: A native macOS client for Apache Kafka https://ift.tt/du6sZif November 21, 2022 at 01:30AM
Show HN: C++17 RISC-V RV32/64/128 userspace emulator library https://ift.tt/hTZgNzb November 21, 2022 at 01:28AM
Show HN: We created a tool to visualize scientific knowledge I posted our project a few days ago in a thread about Vitamin D. We’ve made some UI improvements people might find interesting. https://ift.tt/kuEbtyh November 20, 2022 at 10:41PM
Show HN: Flow – Open source ePub reader with VS Code style After more than half a year of development, I decided to open source it. Looking for a remote job by the way. https://ift.tt/tklBYXT November 20, 2022 at 08:08AM




Show HN: Verofile https://ift.tt/30EBYZL November 20, 2022 at 03:04AM
Show HN: Rssnix – Unix-style filesystem-based RSS/Atom/JSON Feed fetcher/reader https://ift.tt/MFjaqmU November 20, 2022 at 03:43AM
Show HN: Run unsafe user generated JavaScript in the browser https://workerbox.net/ November 19, 2022 at 11:55PM
Show HN: API to deliver responsive images for Web https://ift.tt/nI1CrFO November 19, 2022 at 03:29PM






Show HN: A minimal, keyboard centric Firefox theme Hi, Tired with unneccacary clutter, and not that many options for minimal browsers, with the option of browsing without toolbars. I made this quick tweak. By now means a technical feat, but it does the job. Figured some of you might enjoy! https://ift.tt/AJEagzG November 19, 2022 at 02:38AM
Show HN: At a Glance ESM Support for NPM Packages We've rolled out a feature for openbase.com that we think is a DX game changer for Node devs. Since the emergence of ECMA Script modules, it's been a continuous guessing game as to what kind of exports a package has. That's never really been discoverable without using a site like unpkg, or installing the package and inspecting package.json. Openbase now displays the ES Module support level (e.g. type of exports) on all of their package pages. We added this feature because our devs are some of the folks continually caught off guard by installing an NPM dependency only to find out it's ESM-only. If that's you too, or if the type of exports matter for your project, check out the package on Openbase first. https://openbase.com A few screenshots: - https://ift.tt/9AQ7vBZ - https://ift.tt/G60r2Lv - https://ift.tt/fLgZBbA November 19, 2022 at 01:17AM
Show HN: Get answers for shell commands from GPT3 from your terminal I was constantly googling CLI commands so I built this small CLI tool with GPT3. You can ask for shell commands right from the CLI. You'd need to use your own API KEY for this but it's pretty simple, instructions are in the README Not perfect but not bad either. https://ift.tt/MYCIcyi November 18, 2022 at 12:34PM
Show HN: I wrote a lengthly guide on moving from WordPress to Directus https://ift.tt/9Ches18 November 18, 2022 at 04:55AM


Show HN: Flowchart-based planning tool to see the big picture (miro and asana) Hey HN, My dad, friend, and I have been working hard on building Twigflo, a flowchart-based project planning tool to help teams visualize their projects using the concept reverse planning. When I was a data consultant, I struggled keeping my team and clients aligned to a specific goal. Spreadsheets or equivalent tracking tools did a good job showing what to do but didn't explain why we were doing it and where we were going. So, like many of us here, we invested the time into building our own tool. We tried to make Twiglfo as goal-oriented and BIG PICTURE as possible. You and your team can set a goal and define how you get there. The key thing is everything you put on the canvas has to lead to the goal itself. If it cant be tied to the goal, no need to do it. We've had some early users (not friends or family) call this their preferred method of visualizing and communicating the big picture. You can easily see bottlenecks, dependencies, what can be done in parallel, etc. We believe its best place in your current workflow is before work gets started and when the need for alignment is most important. There are still clear areas where we can improve the experience but if these resonate with you, then give Twigflo a try. It's free to sign up. If you do, we currently only support desktop. Let me know if you have any feedback or questions! https://ift.tt/dhX4uzZ November 18, 2022 at 12:32AM
Show HN: I finished my site for daily dogbunny puzzles, as I promised on HN Hi everyone, based on the feedback on my prototype puzzle ( https://ift.tt/o6JukjE ) I have now built a daily puzzle site, with lots of animation and interactivity. Hope you enjoy it! https://ift.tt/YCH9kua November 17, 2022 at 11:09PM






Show HN: We built a browser extension to show you secondhand alternatives https://ift.tt/l67mcbj November 17, 2022 at 05:31AM
Show HN: Narrative BI – Turn marketing data into automated narratives Michael and Yury here – we're building a no-code analytics platform for growth teams that automatically generates actionable data insights. After working in the data space for many years, we realized there was still a huge gap in the marketing analytics market. Growth teams have so much marketing and advertising data, yet this siloed data is not actionable. The existing BI and search-driven analytics solutions are designed for data-savvy people. In our experience (previously built an NLP company called FriendlyData), non-technical people just don't know what questions to ask. So we decided to try a different approach: Narrative BI automatically generates a personalized feed of insights. You just need to connect your data sources (takes 2 min to set up), and you will get automated narratives, alerts, and reports in minutes. We currently support UA, GA4, Google Ads, and Facebook Ads, but many more integrations will be added soon. You can try it out for free and give feedback or roast it in the comments section. Just connect your data source, and you'll start getting narratives in 5 minutes. https://ift.tt/FRJc6kb November 16, 2022 at 11:53PM
Show HN: I Built a Gaming GeoGuessr My friend and I made a fully featured gaming geoguessr - complete with 360 degree panoramas, movement, leaderboards, and multiplayer. We had made a Fortnite geoguessr a while back, and although this was well received, our goal always was to bring the worlds of all games to the browser. A much harder task considering the scale and scope of many open world games. We had to make a bunch of tools to be able to achieve this. World of Warcraft alone took us roughly 3,000,000 images to do (and will likely need another 1,000,000 for Dragonflight once it releases). We are finally at a point where we are happy to release this into the wild and let people try it, although we are still working hard on adding all the games that are listed as coming soon. If you're ever bored, and would like to test your gaming map knowledge - or would just like to explore the world in your browser akin to Google StreetView, you can check us out at https://lostgamer.io https://lostgamer.io/ November 17, 2022 at 01:44AM
Show HN: Pomodoro Timer with Friends https://pomochat.com November 17, 2022 at 12:44AM




Show HN: Woodpecker, an unusual Zachtronics-inspired cryptography challenge https://ift.tt/sVhL4oY November 16, 2022 at 02:12AM
Show HN: Kùzu: An Embeddable GDBMS like DuckDB/SQLite from UWaterloo Hello HN! Today, we are pleased to publicly release Kùzu: a new embeddable graph database management system under a permissible license. You can see our blog post in the above link that gives an overview of the system and our goals/vision. The system is in its early stages but please try it out and give us your feedback, tell us your feature requests, and please report bugs! https://ift.tt/O6nKF2p November 15, 2022 at 07:18PM
Show HN: The German Job Market Is Crashing If we looked at the German Job Market as if it were the stock market, we would say that it's crashing! On the following link you can see my pet project where I have been scrapping the major job offer portal in Germany for over one year. In the last two weeks it has lost 33% percent of all posted job offers and it keeps dropping as a rock :-( Dashboard: https://jobmarketanalytics.com/#months=%2212%22&technology=%... Source Code: https://ift.tt/jLbMODq Slide Deck: https://ift.tt/VKW5r6B https://ift.tt/hBP5uk6 November 16, 2022 at 12:32AM
Show HN: Make word clouds context aware https://ift.tt/y2XGv0Z November 15, 2022 at 11:32PM


Show HN: Use Slack Emoji on GitHub https://ift.tt/lpif42S November 15, 2022 at 02:48AM
Show HN: Dlna-cast, a command line tool to cast PC screen to DLNA devices dlna-cat is a cross-platform command-line tool that casts screen and media file to remote DLNA device. dlna-cast uses ffmpeg to capture screen and audio, then convert them into HLS streams which could be served by a simple HTTP server. The HLS url will be send to the selected device via uPnP protocol and then you can watch you screen on the remote device (smart TV, typically). This tool is supposed to be cross-platform but currently I don't have a Linux or MacOS device at hand so it can only run on Windows now. It won't be hard to support other platforms though, as there are no platform specific dependencies. HLS is chosen just because it is easy to implement. But the problem of HLS is its high latency (up to 5-10s or more) so it's definitely not for scenarios that require low latency (presentation for example). But as a trade-off the streaming quality exceeds a lot of software screen-casting solutions (Lebocast for example) that have been tested by myself, which make it pretty good to stream music or video playing from your PC to TV. https://ift.tt/36bcKtv November 14, 2022 at 11:07PM








Show HN: Fed Up Inflation Game Elixir/Phoenix LiveView Concept shamelessly stolen from Cookie Clicker. https://fed-up.fly.dev/ November 13, 2022 at 08:44AM




Show HN: A GitHub business card generator I built this small app for fun, to play with image generation thanks to Vercel’s new library [1]. You enter your GitHub username (or anyone’s), and it generates an image with a few info about your account. [1] https://ift.tt/PblOyR6... https://ift.tt/TejWzSU November 12, 2022 at 11:47PM






Show HN: We made metadata-secure video conferencing that's easy to use https://booth.video November 12, 2022 at 04:33AM
Show HN: Vaga, the Embeddable Community Chat Vaga is Intercom for communities. It is the chatbox you can copy paste into your app or website to build a community natively, instead of Discord. https://www.vaga.chat/ November 12, 2022 at 01:25AM
Show HN: ShowMeYourHotKeys – A macOS app to show applications menu shortcuts Hi everyone, ShowMeYourHotKeys is a macOS application I worked for the last months. This app shows the frontmost app's menu items shortcuts (it also have some other features) There is a beta version available on the website. Accessibility permission is necessary to obtain menu items informations and Full disk Access is necessary to create custom shortcuts. I would love to hear all the feedbacks and suggestions. Thank you for your attention. https://ift.tt/QkTI8oY November 11, 2022 at 09:45PM




Show HN: Elonman (Animated Webcomic) https://elonman.com/ November 11, 2022 at 02:00AM
Show HN: An API for CO₂ Removal Hi all, We're Fabienne and Ewan of Climacrux. Today we're proud to launch our latest project to try and make carbon dioxide removal as accessible as possible: CDR Platform [1]. In short: it’s an API to connect to a portfolio of carbon removers. You can purchase from as low as a single gram and select from both natural and technological removal methods. Longer: A couple of years ago we launched an alternative to carbon credits, Carbon Removed[2], designed for individuals to buy and subscribe to CDR. But we always had the nagging thought that there was more that could be done. CDR Platform is our foundation for that - a simple API to get prices and purchase (at the moment). Our plan is to become the Stripe of the carbon removal ecosystem, seamlessly connecting the supply to the demand. We’d love to hear your feedback. Do you see a use case for this and would you use it? What features have we missed? Do you understand what we’re doing and if not, what’s unclear? We’d love to hear from you.[3] Many thanks and happy hacking, Climacrux. P.s. If you are a carbon remover, send us your prices, life cycle analysis and some more information about your removal timeline. Our aim is to bring your services to a wider audience so you can focus on reducing our CO₂ levels. Thanks for your work! [1] https://ift.tt/gMix8no [2] https://ift.tt/KgSH1wR [3] ewan@climacrux.com https://ift.tt/gMix8no November 11, 2022 at 12:07AM


Show HN: Noticing and preventing network requests should be easy https://ift.tt/GdlQc7r November 10, 2022 at 05:45AM
Show HN: Generic dual-paradigm hooking mechanism Hi HN ! I am Alex, a tech enthusiast, I'm excited to show you a major iteration of my library for performing hooking in Python. I redesigned the whole project because it didn't not cover all my needs. I'm happy with the current iteration that I've written tests for and look forward to spending weeks and months using it in my projects. Python has a concept called Decorator [1] which is a function that takes another function and extends the behavior. In the following script, the timeit decorator is used to measure the execution time of the heavy_computation function: import time from functools import wraps def timeit(text): def deco(target): @wraps(target) def wrapper(*args, **kwargs): # execute and measure the target run time start_time = time.perf_counter() result = target(*args, **kwargs) total_time = time.perf_counter() - start_time # print elapsed time print(text.format(total=total_time)) return result return wrapper return deco @timeit(text="Done in {total:.3f} seconds !") def heavy_computation(a, b): time.sleep(2) # doing some heavy computation ! return a*b if __name__ == "__main__": result = heavy_computation(6, 9) print("Result:", result) Output: $ python -m test Done in 2.001 seconds ! Result: 54 Besides benchmarking, there are many other cool things that can be done with the Python decorator. For example, the Flask [2] and Bottle [3] web frameworks implement routing with decorators. While decorators are cool, it's worth mentioning that using a decorator is much more intuitive than writing its code. The code is entirely different depending on whether the decorator takes arguments or not. The following code performs the same task as the previous one, except it is more clear and intuitive: import time from hooking import on_enter def timeit(context, *args, **kwargs): # execute and measure the target run time start_time = time.perf_counter() context.result = context.target(*args, **kwargs) total_time = time.perf_counter() - start_time # print elapsed time text = context.config.get("text") # get 'text' from config data print(text.format(total=total_time)) context.target = None @on_enter(timeit, text="Done in {total:.3f} seconds !") def heavy_computation(a, b): time.sleep(2) # doing some heavy computation ! return a*b if __name__ == "__main__": result = heavy_computation(6, 9) print("Result:", result) Output: $ python -m test Done in 2.001 seconds ! Result: 54 The Hooking library used in the code above uses Python decorators to wrap, augment, and override functions and methods. It is a generic hooking [4] mechanism which is perfect for creating a plug-in mechanism for a project, performing benchmarking and debugging, implementing routing in a web framework, et cetera. Also, it is a dual paradigm hooking mechanism since it supports tight and loose coupling [5]. The previous code uses the tight coupling paradigm, that's why the timeit hook is directly tied to the target function. In loose coupling paradigm, targets functions and methods are tagged using a decorator, and hooks are bound to these tags. So when a target is called, the bound hooks are executed upstream or downstream. This paradigm is served by a class designed for pragmatic access via class methods [6]. This class can be easily subclassed to group tags by theme for example. Here is an example of the loose coupling paradigm: import time from hooking import H @H.tag def heavy_computation(a, b): print("heavy computation...") time.sleep(2) # doing some heavy computation ! return a*b def upstream_hook(context, *args, **kwargs): print("upstream hook...") def downstream_hook(context, *args, **kwargs): print("downstream hook...") # bind upstream_hook and downstream_hook to the "heavy_computation" tag H.wrap("heavy_computation", upstream_hook, downstream_hook) if __name__ == "__main__": result = heavy_computation(6, 9) print("Result:", result) Output: $ python -m test upstream hook... heavy computation... downstream hook... Result: 54 This library is available on PyPI and you can play with the examples [7] which are on the project's README. I would like to know what you think [8] of this project. Your questions, suggestions and criticisms are welcome ! [1] https://ift.tt/J5wufxk [2] https://ift.tt/oglukjJ [3] https://ift.tt/tn1VTIQ [4] https://ift.tt/mqFSljZ [5] https://ift.tt/OWA9cLp... [6] https://ift.tt/8mtfcyx [7] https://ift.tt/HkiTNuD [8] https://ift.tt/IlU3PGR https://ift.tt/BXlD47E November 9, 2022 at 06:40PM
Show HN: Unblob – accurate, fast, and easy-to-use extraction suite https://unblob.org/ November 10, 2022 at 12:16AM
Show HN: Hypertest - A test runner for developers with ADHD TL;DR: a test runner focused on making devs w/ ADHD happy. Hello HN! My name is Yuval, a dev with ADHD. I believe there's different design constraints on tooling for devs with ADHD compared to their "normal"counterparts. That's what I'm here to solve. I gathered experiences of other ADHD devs, to summarize: ( https://ift.tt/Hbmqwou ) - Memory: People w/ ADHD have horrendous short term memory (hard to keep grasp of the current *thing/task*) - Distraction: Are easily distracted, tend to fall off the focus wagon easily. - Boring Maintenance: They need and use lists, but are bad at maintaining them. A star would feel awesome (MIT licensed): https://ift.tt/5ahEd6H https://nabaz.io November 9, 2022 at 10:56PM




Show HN: Build a Better Software Developer Resume After about 10 years as a developer, interviewing many devs, and reviewing hundreds of resumes I decided to write a guide that I wish I had when I was first starting out. Completely free (just enter $0 as price) If you find it helpful, would love it if you: - Leave a review - Share it with a friend who might also benefit! https://ift.tt/HNVXrdn November 9, 2022 at 05:20AM


Show HN: Pet Portrait AI – Custom Pet Portraits https://petportrait.ai/ November 9, 2022 at 12:26AM
Show HN: TwitterBreak.app – quickly find/follow your Twitter follows on Mastodon Built this in my spare time over the last couple days to help people explore Mastodon with some friendly faces. Feedback welcome! Early feedback: Random errors connecting to twitter or mastodon instances. - working on this. https://ift.tt/c6dXeup November 8, 2022 at 11:37PM
Show HN: Cito – Actionable data observability for every data team https://ift.tt/aixgL9T November 8, 2022 at 11:17PM












Show HN: textshader.com TLDR: Click the link to see some cool visualizations, refresh a few times for random examples, and try editing some of the code yourself. This is a small weekend project of mine inspired by shadertoy.com It's a static single-page site hosted on GitHub pages so the website design is pretty barebones. I'm not a web developer so I mainly wanted to create a Cool Thing with my free time and not have to learn tons of front-end to do it. I'd love to hear what people think about it and please post or send me any shaders you make! You can use the link button in the bottom right to share. I hope that this gets more people interested in shaders because GPU programming is a pretty different paradigm and learning it has made me a better software engineer even though my current job doesn't touch it. That said, textshader only runs normal Javascript on the CPU so think of it like a simplified sandbox and not the real thing. I'd highly recommend checking out shadertoy to level up to the real deal too! https://textshader.com November 7, 2022 at 10:02AM
Via टेक - ऑटो | दैनिक भास्कर https://ift.tt/fWAE5cS




Show HN: OpenCrossword Suite - Make and share your own puzzles https://ift.tt/1XVPnxr November 6, 2022 at 08:49AM










Show HN: Reveddit.com: Improving online discourse with transparent moderation Hi HN, this talk represents a summary of my work over the last four years on addressing shadow moderation with Reveddit. Let me know what you think, good or bad, and I'll do my best to answer. What is shadow moderation? It is any action taken against your content that you aren't told about and aren't able to detect while logged in. I focus on Reddit comments since every single removal is shadow removed— removed comments are shown to you as if they're not. You can try this for yourself on, https://ift.tt/NE5ovjc https://ift.tt/x4HJWBu Your content will be removed, you won't be told, and it will be shown to you as if it's publicly visible. https://ift.tt/Ot5CgB6 November 5, 2022 at 04:43AM