Posts

Showing posts from January, 2023

Show HN: GPTMinus1 – Fool OpenAIs AI Detector by Randomly Replacing Words https://ift.tt/a1PXLTr

Show HN: GPTMinus1 – Fool OpenAIs AI Detector by Randomly Replacing Words This is a joke before anyone gets too worked up. The algo is a simple one which goes and replaces random words with their synonyms. It will obviously beat these AI detectors but the output isn't probably what you would want. The point stands though that more sophisticated approaches that rephrase or mix up the word distribution will be able to throw off the detector and it should not be relied on exclusively for, say, checking if a student assignment is AI generated. https://ift.tt/ueg97RD February 1, 2023 at 08:56AM

Show HN: PC Face: Bitmap Arrays for Rendering All 256 Glyphs of CP-437 https://ift.tt/fWMRQA0

Show HN: PC Face: Bitmap Arrays for Rendering All 256 Glyphs of CP-437 https://ift.tt/QxDztRs February 1, 2023 at 04:42AM

Show HN: KnifeGeek – Online Database of Pocket Knives https://ift.tt/n3ZQNje

Show HN: KnifeGeek – Online Database of Pocket Knives Hey HN! About a year ago i stumbled upon the world of swords, knives, and EDC gear. A weirdly addicting (and expensive) hobby to have. Back then i noticed something, it was quite tedious to easily sift and search through knives based on length, steel, brand, and what not to find the knife for me. There were some great youtube channels that helped me pick out what i wanted however i had to sit through multiple 30 minute videos just to review 10-15 knives or so each. Recently i've been having a little trouble sleeping so i decided to pickup a new passion project to work on late at night, here's KnifeGeek! it's a completely free website where you can search, filter, and sift through an extensive knife database (over 60K+ knives) and add them to your collection or wishlist. You do need to sign in to add stuff to your wishlist or collection and after a bunch of advanced searches. Please check it out and let me know if you thi...

Show HN: TunnlTo – Windows WireGuard split tunnel client built with Rust, Tauri https://ift.tt/J4mvecL

Show HN: TunnlTo – Windows WireGuard split tunnel client built with Rust, Tauri Hi Everyone, TunnlTo is a tool for controlling which Windows applications, processes, and IP addresses can use a WireGuard VPN tunnel. Here are some examples of how it could be used: - Route only FireFox through a privacy VPN - Route Slack and Microsoft Office through a work VPN - Route a game through a gaming VPN - Stop a game from routing through a privacy VPN - Stop a browser from routing through a work VPN - Route a specific IP address range through a privacy VPN - Route all traffic through a privacy VPN except a specific IP address range I have been collaborating on this project with the creator of WireSock - Vadim Smirnov. "WireSock VPN Client is a lightweight command line WireGuard VPN client for Windows that has advanced features not available in the official WireGuard for Windows such as selective application tunneling and disallowed IP addresses. WireSock VPN Client combines the power of Wind...

Show HN: My kids interviewed Vint Cerf – this is what he said https://ift.tt/06FmZ5n

Show HN: My kids interviewed Vint Cerf – this is what he said https://www.youtube.com/watch?v=YNU71T1T1Zw January 31, 2023 at 08:57AM

Show HN: LangChain Tracing https://ift.tt/rYKR7DS

Show HN: LangChain Tracing Something we've been working on for the past few weeks - an easy way to visualize, debug, and explore the execution trace of LangChain agents and chains https://ift.tt/n1SLTEU January 30, 2023 at 06:24PM

Show HN: I built a bond screener where you can search over 120k instruments https://ift.tt/PqItYr9

Show HN: I built a bond screener where you can search over 120k instruments https://ift.tt/b6JhdSU January 31, 2023 at 01:00AM

Show HN: Merit – Career mentorship for tech workers https://ift.tt/xGyLW8f

Show HN: Merit – Career mentorship for tech workers Hello Hacker News! I built a free service where you can schedule 1:1 video mentorship calls with senior ICs and managers in software engineering, product management, and design. The goal is to remove barriers to building a professional network that can help you grow your career like building skills and getting referrals. Right now we’re limited to folks living or working in the US or Canada, but we’re working on expanding beyond that one day. Without logging in, you can browse mentors here: https://ift.tt/pdwjLGH Between tech layoffs, hybrid work, and an uncertain industry outlook, I hope this can be a useful resource for you or someone you know, especially if you do not have a large professional network. I would love to hear your feedback! https://ift.tt/YdADhvk January 31, 2023 at 12:27AM

Show HN: Chromium running inside your terminal https://ift.tt/75LCn2e

Show HN: Chromium running inside your terminal https://ift.tt/KvRSi3L January 30, 2023 at 09:11PM

Show HN: Static blog generator in about 1.2KLOC https://ift.tt/FeDJunZ

Show HN: Static blog generator in about 1.2KLOC https://ift.tt/JrUnNKs January 30, 2023 at 09:44PM

Show HN: ChatGPT writes a song about creating AI in style of Tolkien https://ift.tt/f9S3v7N

Show HN: ChatGPT writes a song about creating AI in style of Tolkien Just finished some work involving ChatGPT when I felt strong Tolkien nostalgia, so asked it to write a song in the style of Hobbit, the result was amusing, so what the heck, here it is: > Write a short song in the style of Tolkien's Hobbit that tells of a skilled programmer creating artificial intelligence Verse 1: In the land of code and screens, Where the bits and bytes do gleam, There lived a programmer so wise, With knowledge and skills that did surprise. Chorus: Creating AI, a masterpiece, A mind so bright, a true release, Bringing forth a new dawn, Of intelligence beyond what's gone. Verse 2: With a flick of his wrist, and a tap of his key, He weaved a spell, of art and decree, An algorithm so pure and fair, That could learn and think, beyond compare. Chorus: Creating AI, a masterpiece, A mind so bright, a true release, Bringing forth a new dawn, Of intelligence beyond what's gone. Bridge: From th...

Show HN: Train CIFAR10 to 94% in under 10 seconds on a single A100, world record https://ift.tt/mgckZq4

Show HN: Train CIFAR10 to 94% in under 10 seconds on a single A100, world record Hi, My career is currently in this field, and I created this project as (effectively, among other things) a living resume, and to also be a really great workbench for hacking/experimenting on different methods. Testing and getting a feel for how different methods work within this framework is truly a delight, and quite simple/fast. Additionally, generally speaking, many of the mathematical concepts should transfer, so this (for me) has been a really great proving grounds in testing out how something might work in a different place in the real world. We hope to get under 2 seconds of training time (for 94%) within about two years or so, so stay tuned for updates as we continue to push more changes that take us faster and faster than our starting point of ~18.1 seconds or so. By the way, this architecture and training hyperparameters do indeed scale well, just increase epochs from 10->80 and base_depth fr...

Show HN: An online IDE that records your coding session https://ift.tt/eNY3AxW

Show HN: An online IDE that records your coding session https://ift.tt/fQwdHlO January 30, 2023 at 01:17AM

Show HN: My AI-Hosted YouTube Channel for Teaching Apple XR Development https://ift.tt/YD1nJkN

Show HN: My AI-Hosted YouTube Channel for Teaching Apple XR Development https://www.youtube.com/@swiftreality January 30, 2023 at 03:00AM

Show HN: I made the pagelayout LaTeX class for creating graphic rich PDFs https://ift.tt/o1ViPBc

Show HN: I made the pagelayout LaTeX class for creating graphic rich PDFs The class allows you to layout pages declaratively to create photo books and other graphic rich, perfectly typeset and print ready PDFs. https://ift.tt/iRtGp3S January 30, 2023 at 12:36AM

Show HN: Tate or Confucius? https://ift.tt/uKgF3i5

Show HN: Tate or Confucius? https://ift.tt/VIPofh8 January 29, 2023 at 11:23PM

Show HN: Reinventing the wheel, one product at a time https://ift.tt/bcJlhYe

Show HN: Reinventing the wheel, one product at a time https://ift.tt/Seb3mGC January 29, 2023 at 01:25PM

Show HN: Display Fox Image in the Terminal https://ift.tt/QhlL4fw

Show HN: Display Fox Image in the Terminal https://ift.tt/P57dA6s January 29, 2023 at 12:30PM

Show HN: QuadSort, Esoteric Fast Sort https://ift.tt/rTBaUOl

Show HN: QuadSort, Esoteric Fast Sort https://ift.tt/hd3pBs9 January 29, 2023 at 08:12AM

Show HN: I built a web app to generate Emacs and Vim themes from VSCode theme https://ift.tt/s9QSzHa

Show HN: I built a web app to generate Emacs and Vim themes from VSCode theme Screenshots: https://ift.tt/laGdCk2 Website: https://ift.tt/89BIzan Source: https://ift.tt/ygEqXRc Written in Vanilla JS, generation happens entirely in browser. Automatically adds some default faces for few Emacs packages. Vim version also comes with 256 color support for terminals. https://ift.tt/pkM7FAC January 29, 2023 at 03:51AM

Show HN: Git Heat Map – a tool for visualising git repo activity for each file https://ift.tt/qoa8Ubf

Show HN: Git Heat Map – a tool for visualising git repo activity for each file https://ift.tt/SLXnaVW January 29, 2023 at 04:39AM

Show HN: Capture the Prompt https://ift.tt/2oHztXj

Show HN: Capture the Prompt https://ift.tt/BKcFSsp January 28, 2023 at 10:22PM

Show HN: The “Build Your Own Redis” Book Is Completed https://ift.tt/Yqfcad5

Show HN: The “Build Your Own Redis” Book Is Completed Feedbacks are welcome. https://ift.tt/iRoWU8F January 28, 2023 at 04:55PM

Show HN: Show HN: PlantUML based collaborative UML editor is now open source https://ift.tt/VQcMnlP

Show HN: Show HN: PlantUML based collaborative UML editor is now open source https://ift.tt/OL8utPR January 28, 2023 at 08:25AM

Show HN: Gist for simplest dotnet cross platform audio player https://ift.tt/ZoFDsfj

Show HN: Gist for simplest dotnet cross platform audio player https://ift.tt/WBUADY8 January 28, 2023 at 02:54AM

Show HN: I wrote a blog post about the Two's Complement https://ift.tt/QjrvsPF

Show HN: I wrote a blog post about the Two's Complement Hi folks, I wrote a blog post about the two's complement. I always scratched my head about some details: - "Take the ones' complement and add one" - "Half of the range are negative numbers" - etc. Now I think I understand these details, but had to piece it together from some sources. I'd love to get your feedback on this post. Looking forward. BR, Pedram https://ift.tt/t4iBJEI January 28, 2023 at 02:19AM

Show HN: Peer Review Beta – GitHub plus StackExchange for Scholarly Publishing https://ift.tt/xHhDqIC

Show HN: Peer Review Beta – GitHub plus StackExchange for Scholarly Publishing Hi HN, I've had the idea for a scholarly publishing site that could crowdsource the work of the journals using concepts borrowed from Github and StackExchange and recombined for years. I finally got enough runway to take about 6 months off of work to build it. This is the result. It's still in beta, but the core MVP features - review, reputation, responses - are all there. I'm sure there are as yet to be found bugs, because I'm on my own and I've always been terrible at testing my own stuff. Right now it's best treated as non-archival pre-prints with review. I'm starting my next full time role on Monday, so I'll be carrying it forward as a side project. I'm going to continue working on it, albeit more slowly and on nights and weekends. It's open source and with an open roadmap, and I would welcome collaborators. I would love and appreciate any thoughts and feedback! ht...

Show HN: Search – inside – 15,000 pitchdeck slides https://ift.tt/ikK1AMI

Show HN: Search – inside – 15,000 pitchdeck slides https://ift.tt/P0dQuvM January 27, 2023 at 11:30PM

Show HN: Netflix Prices in 245 Countries https://ift.tt/CwmXsk2

Show HN: Netflix Prices in 245 Countries https://ift.tt/FOz6Ihy January 27, 2023 at 04:48PM

Show HN: Pashword – Hashed Password Calculator https://ift.tt/e8a4Fr9

Show HN: Pashword – Hashed Password Calculator https://pashword.app January 27, 2023 at 11:25AM

Show HN: Eye-controlled user interface for mobile https://ift.tt/ACbDra4

Show HN: Eye-controlled user interface for mobile https://ift.tt/UmMxN9V January 27, 2023 at 09:00AM

Show HN: Chrome extension to close Zoom tabs after launching desktop app https://ift.tt/h6vw4ml

Show HN: Chrome extension to close Zoom tabs after launching desktop app Hi HN! I use the desktop versions of Zoom, Notion, and Asana, so at the end of the day, I have a ton of Chrome tabs left over from these services launching their apps. I threw together a little extension to clean these tabs up. Do folks tend to use the browser versions of these apps? Or are there other sites that this extension should support? https://ift.tt/IgBAmH3 January 27, 2023 at 07:13AM

Show HN: A.I. Runner https://ift.tt/94MDPSQ

Show HN: A.I. Runner Several months ago I released a pay version of my software A.I. Runner but quickly pulled it due to some technical issues. I also didn't care for the architecture (a .net form app running a python server and communicating over a socket). I reworked the application and have relaunched it today. It is written in pure python and has a number of features that the previous version lacked. Current features are txt2img, img2img, inpaint, outpaint, an image gallery, an editable huggingface model db, sprite mode (for easy pixel sprite creation - the whole reason I started the app in the first place) an infinite canvas for outpainting and more. I have released it as a free application and would appreciate any feedback. I recommend installing with the itch.io launcher as this will allow you to easily check for updates. https://ift.tt/SUIQZpC January 27, 2023 at 04:01AM

Show HN: Peak Gaming – Tournament platform for everyday gamers https://ift.tt/0wueg13

Show HN: Peak Gaming – Tournament platform for everyday gamers Hey HN community! I'm super excited to shoutout Peak on HN as its a project a buddy and I have worked on tirelessly for the past year or so. Peak is a service that hosts free, cloud based tournaments for everyday gamers with real prizes and skill based matchmaking. Our main offering is our "Passive Tournament" system which allows you to have your regular public matches automatically tracked without ever having to manually enter your scores. Basically, you play just like normal, and Peak keeps score. At Peak, our focus is to make competitive gaming accessible and enjoyable to all. We’re democratizing gaming to bring the same competitive incentives formerly only available to pro players to the everyday gamer. The driving force behind developing Peak was the current state of esports and competitive play for the regular gamer. Put simply, it's too complicated and the barrier to entry can be super annoying. Any...

Show HN: Rest – Instant RESTful API on Any SQL Database https://ift.tt/lMXxqvR

Show HN: Rest – Instant RESTful API on Any SQL Database https://ift.tt/tnCuPXv January 26, 2023 at 12:12PM

Show HN: I made a video game to help reduce stress and anxiety (Free) https://ift.tt/mUM0H6j

Show HN: I made a video game to help reduce stress and anxiety (Free) https://www.vortle.com/ January 26, 2023 at 10:50AM

Show HN: Coder Guard – Protect Your IDE from Malicious Extensions https://ift.tt/whbaWJs

Show HN: Coder Guard – Protect Your IDE from Malicious Extensions There is a growing problem with VSCode extensions: - they're not sandboxed (yet) - just like double-clicking an .exe file - they don't have a permission model - they auto update - they have built-in persistence - they are installed on developer machines with high-value credentials The recent CircleCI and LastPass incidents were both suspected to originate from a compromised developer machine - which is becoming every organization's Achilles heel in terms of cyber posture So I've been working on a way to help mitigate some of these risks Right now, only an MVP of a "CLI" is available: $ code --list-extensions --show-versions | curl --data-binary @- https://ift.tt/6sJ4LQu Which will list your installed extensions with some enriched information to vet their trustfulness But much more detailed threat intel will be shown in the upcoming website and extension, including - Behavioural data gathered fro...

Show HN: VSCode like editor in an extension. Make code alterations fast https://ift.tt/dVmohIw

Show HN: VSCode like editor in an extension. Make code alterations fast https://ift.tt/2BpqNDU January 26, 2023 at 09:20AM

Show HN: I made a site that automatically unsubscribes you from unread emails https://ift.tt/B9lIUQm

Show HN: I made a site that automatically unsubscribes you from unread emails Hi Guys, I'm Spencer and recently built AutoUnsubscribe to keep on top of my email subscriptions. The basic idea is: Automatically unsubscribe from unwanted emails that you never open, so you can focus on the emails that matter, saving yourself time and effort. I find overtime I accumulate hundreds of email subscriptions accidentally, especially when I ran an ecommerce business where our emails seemed to end up on all our suppliers, and their suppliers mailing lists. Some people stay on top of unsubscribing easily, however it's something I've always struggled with, especially having ADHD. I wanted a way to stop my inboxes getting out of control without me having to do anything so I built this app. An added bonus is it helps you unsubscribe from subscriptions you were on the fence about unsubscribing too, as it points out you have not even opened them. It also warns you before unsubscribing and giv...

Show HN: A tool to design and run user state machines https://ift.tt/IHeT1Bj

Show HN: A tool to design and run user state machines Hi everyone, I’m Joe, CTO at Dopt. We’re building a tool that lets you design user state machines with an SDK so that you can run them in your product. We offer a React SDK that lets you create instances of those machines for any user of your product and exposes methods for transitioning the state of the user—effectively moving them through the machine. Dopt then acts as a persistence layer for the users’ machine state. We call our machines “flows”. Dopt lets you send in data about your users (identify calls/properties) and lets non-devs define rules based on that data for which users should enter the flows. Non-devs can also update content and other custom properties that can be referenced via the SDK. For example, with Dopt’s SDK you can build: - a multi-step, interactive product walkthrough that helps users learn how to use a product by using it ( https://ift.tt/x0RPuJl ) -a getting started checklist that helps a team get setup a...

Show HN: Img2Prompt, Get prompts from Stable Diffusion generated images https://ift.tt/41KrqUp

Show HN: Img2Prompt, Get prompts from Stable Diffusion generated images https://ift.tt/irjT9mR January 26, 2023 at 12:31AM

Show HN: Video Calls in Live-Chat https://ift.tt/LVSjx37

Show HN: Video Calls in Live-Chat https://ift.tt/upXr8y9 January 25, 2023 at 01:52AM

Show HN: Outer Space Shack: A Realistic Space Colonization Game – Demo https://ift.tt/3JTwu4i

Show HN: Outer Space Shack: A Realistic Space Colonization Game – Demo I am excited to share my personal project, Outer Space Shack, a realistic space colonization game. I've been working on this game for a while now and the demo is finally available on Steam. It includes a tutorial, the 'Rocket Academy', that makes it easy for players to understand the game mechanics and start playing right away. The demo also allows players to experience the first steps of space colonization, from launching a Surveyor probe to the Apollo 11 mission, and more. I invite all space enthusiasts to download the demo and give it a try, any feedback is highly appreciated. I hope you will enjoy it as much as I enjoyed creating it! https://ift.tt/VvU8c4M January 25, 2023 at 01:56AM

Show HN: 3D FPS Boids https://ift.tt/ZO5I2qx

Show HN: 3D FPS Boids A fun little boids demo I wrote using threejs. Requires a mouse and keyboard. Feedback is welcome. https://ift.tt/xZ89boe January 25, 2023 at 01:16AM

Show HN: The Paul Graham-Inator https://ift.tt/0AICMPr

Show HN: The Paul Graham-Inator https://ift.tt/qXK6DzC January 24, 2023 at 10:18PM

Show HN: Save Money on RDS, Elasticache, Redshift with Vantage Autopilot https://ift.tt/O3aA4PZ

Show HN: Save Money on RDS, Elasticache, Redshift with Vantage Autopilot https://ift.tt/O9vxD46 January 25, 2023 at 12:03AM

Show HN: StackOverflow-Like for ChatGPT Prompts https://ift.tt/OmMyolb

Show HN: StackOverflow-Like for ChatGPT Prompts https://ift.tt/MwYDG1I January 24, 2023 at 09:03PM

Show HN: LowEndInsight – a “bus-factor” risk analysis tool https://ift.tt/wl14JDi

Show HN: LowEndInsight – a “bus-factor” risk analysis tool What began as a pet-project a few years back, an a start to learning functional programming with Elixir, turned into a bit of a research effort for CS students. I'd asked them what info could they glean from a git repository, specifically about the risks associated with using it (or becoming dependent on it). The focus quickly arrived at "bus factor" - what happens when the main developer moves on. From there we started thinking about other metrics and a couple stood out - mainly the distribution of contributions, and the obvious commit currency time. The initial research was focused on library packages from the main ecosystems - e.g., Javascript's NPM and Python's PyPI. We quickly found that to be a massive challenge - at the time neither required packages to provide a valid URL pointing to their source code. This itself was an indicator of something. Once the students moved on I continued to think about ...

Show HN: Semantic search and workflows for medical/scientific papers https://ift.tt/50C7wgk

Show HN: Semantic search and workflows for medical/scientific papers https://ift.tt/q1ugLVN January 24, 2023 at 07:03PM

Show HN: ThisResumeDoesNotExist – ChatGPT generated resumes of famous people https://ift.tt/rudBQW2

Show HN: ThisResumeDoesNotExist – ChatGPT generated resumes of famous people https://ift.tt/x7btAhk January 24, 2023 at 04:04PM

Show HN: Contribute to a Truly Open Social Network https://ift.tt/ZCKuh5N

Show HN: Contribute to a Truly Open Social Network https://ift.tt/WesC1wI January 24, 2023 at 03:27AM

Show HN: Fileport – Teleport Your Files https://ift.tt/scAg31r

Show HN: Fileport – Teleport Your Files Hello HN, Fileport is an online service that provides the fastest way to send files over the internet. Typically, email providers have file size restrictions and online cloud storage can be cumbersome to use. Fileport is the simplest way of transferring large files from point A to B. Intended for creative individuals like artists, video/audio editors, photographers showcasing their work or anyone whose work depends on exchanging large files. Fileport is capable of “streaming” files to the recipient (or multiple recipients) as you upload them. You can upload multiple files or folders which can be downloaded in a compressed format, even while uploading. Files are automatically checksummed for integrity during the upload process. There is a subscription available for users that require more features, like Photobooks. Photobooks are online photo & video albums that provide an ultra fast and clean web interface with all original files available fo...

Show HN: JSX Syntax for Jinja Templates https://ift.tt/3qktd4K

Show HN: JSX Syntax for Jinja Templates https://ift.tt/dV3fsv6 January 23, 2023 at 11:41PM

Show HN: Making an open source project regrouping the most interesting AI APIs https://ift.tt/Fz4DhXG

Show HN: Making an open source project regrouping the most interesting AI APIs Hi, I'm working on a project that regroups all best AI (AIaaS) from different providers (GCP, AWS, Azure, DeepL, etc.) [in one API]( https://ift.tt/tfOTKpZ ). I've got asked the question : *why aren't you regrouping Open Source models (instead of proprietary APIs) into one repo?* well because it doesn't make sens to deploy and maintain large pytorch (or other framework) AI models (especially for document parsing, image and video moderation or speech recognition) in every solution that wants AI capabilities. So using APIs makes way more sens. Deployed OpenSource models are being included using different APIs like HuggingFace and other equivalents. The current plan is to add some of these AI capabilities into [n8n automation]( https://ift.tt/3u5jnpb ) and [Odoo App]( https://ift.tt/2BEm74T ) (*receipt, resume* and *ID document parsing, content moderation* and *translation*) . Some other capabil...

Show HN: DIY Ngrok Alternative https://ift.tt/Twli2bz

Show HN: DIY Ngrok Alternative https://ift.tt/FuDEUsy January 23, 2023 at 01:34AM

Show HN: Auto2FA – Autofill SMS 2FA codes anywhere https://ift.tt/W5K9vej

Show HN: Auto2FA – Autofill SMS 2FA codes anywhere https://ift.tt/DWfFIJm January 22, 2023 at 11:16PM

Show HN: Synesthesia – Visual Website Builder https://ift.tt/aZWtprq

Show HN: Synesthesia – Visual Website Builder Synesthesia is a platform that allows you to create create, customize, and publish your own website. It allows you to select free templates to get started, it has a drag and drop editor to customize the website to your liking, and it publishes and hosts your newly created website. You can also view website analytics and upload content to update your website. I would love to hear any feedback on the project. https://synesthesia.ai/ January 23, 2023 at 05:30AM

Show HN: Schedule flexible 1:1's or team meetings using AI https://ift.tt/P6LKh97

Show HN: Schedule flexible 1:1's or team meetings using AI https://ift.tt/Hj3MiBQ January 23, 2023 at 01:09AM

Show HN: Tmfi: The Missing Firefox Installer https://ift.tt/gj8wqST

Show HN: Tmfi: The Missing Firefox Installer Mozilla provides prebuilt versions of Firefox for macOS, Windows and Linux. Unfortunately, the Linux version is just a tarball, so it does not create a menu entry or install itself in $PATH. tmfi fixes this. https://ift.tt/8IVsGMZ January 22, 2023 at 09:45PM

Show HN: New AI edits images based on text instructions https://ift.tt/6oZl0ds

Show HN: New AI edits images based on text instructions This works suprisingly well. Just give it instructions like "make it winter" or "remove the cars" and the photo is altered. Here are some examples of transformations it can make: Golden gate bridge: https://ift.tt/nTJSpjE... Girl with a pearl earring: https://ift.tt/nTJSpjE... I integrated this new InstructPix2Pix model into imaginAIry (python library) so it's easy to use for python developers. https://ift.tt/Z2W5Cs9 January 22, 2023 at 07:55AM

Show HN: Task Completion Engine https://ift.tt/gvFUBNd

Show HN: Task Completion Engine Hi HN, This is Saravanan. I built a simple tool to assist you to complete a given task. I love to hear your thoughts / feedback on this POC. Thank you https://taskbloom.com/ January 22, 2023 at 10:35AM

Show HN: Can you tell if this poem was written by AI? https://ift.tt/efJYx7P

Show HN: Can you tell if this poem was written by AI? https://ift.tt/iZJwQS4 January 22, 2023 at 03:42AM

Show HN: Test-driven development spreadsheet to track ChatGPT's failures https://ift.tt/ZlaCLug

Show HN: Test-driven development spreadsheet to track ChatGPT's failures The recent discussion on "test-driven development"[1] made me want to track some of the most obvious failings I observe in ChatGPT. Here is my publicly viewable spreadsheet: https://ift.tt/DMV5gKP You can add to it by completing the questions (just two are required, the prompt it got wrong and its wrong answer): https://ift.tt/sb3ycW1 Feel free to list any other failures you've observed! [1] https://ift.tt/VfA4owq January 22, 2023 at 01:10AM

Show HN: Names https://ift.tt/rBKgZ4x

Show HN: Names https://ift.tt/W0yJhti January 22, 2023 at 12:13AM

Show HN: User style that warns you if Twitter switches to algorithmic timeline https://ift.tt/W8X3ZrG

Show HN: User style that warns you if Twitter switches to algorithmic timeline https://twitter.com/simevidas/status/1616278697719242753 January 22, 2023 at 12:12AM

Show HN: Mass Brawl ( WebGL/ClojureScript Game) https://ift.tt/padiHxI

Show HN: Mass Brawl ( WebGL/ClojureScript Game) https://ift.tt/S7zC9fK January 21, 2023 at 07:47PM

Show HN: A lightweight tRPC-like alternative https://ift.tt/eUVP0sa

Show HN: A lightweight tRPC-like alternative https://ift.tt/c8fHtA5 January 21, 2023 at 10:29AM

Show HN: Made to fit alternative to ready fast fashion https://ift.tt/mJuPgZC

Show HN: Made to fit alternative to ready fast fashion Our attempt to provide a made to fit or personalised garments as an alternative to fast fashion brands. https://ift.tt/qv98iX7 January 21, 2023 at 02:04PM

Show HN: TypeHub – a collaborative platform to design open data specifications https://ift.tt/RTxu19f

Show HN: TypeHub – a collaborative platform to design open data specifications https://typehub.cloud/ January 21, 2023 at 03:41AM

Show HN: Quartermaster – Search and download torrents from the terminal https://ift.tt/OrZ9B7E

Show HN: Quartermaster – Search and download torrents from the terminal https://ift.tt/uU6d5vg January 21, 2023 at 02:36AM

Show HN: Copilot plugin for any shell program https://ift.tt/4eZzLyP

Show HN: Copilot plugin for any shell program Hi HN, I thought some of you might find this useful/fun. cpwrap runs whatever command you pass it, sending the transcript to copilot and giving you autocomplete suggestions along the way. It's like how rlwrap gives you readline input editing- cpwrap gives you copilot input editing. In other words, copilot for ed: https://twitter.com/markdotdev/status/1616273277533446145 Or sh, python, any non-curses interactive shell program. And it's a single public domain c file, though you need node and the copilot extension files to run the copilot agent. (And a copilot subscription.) https://ift.tt/CYZR9DW January 20, 2023 at 09:52PM

Show HN: Taggy – Open-source package to auto-tag input/text https://ift.tt/wk17XOZ

Show HN: Taggy – Open-source package to auto-tag input/text Hello! I'm building a typescript based frontend package to tag/categorize any form of textual input. Straight to the demo -> https://ift.tt/iwmPVkr Project focus: - lightweight (frontend package without any backend server stuff) - easy integration (currently npm/vanilla, frameworks to come) - free and open source It works on the basis of a pre-defined list of trigger words (glossary). With this approach there is no need for any external services or heavy backend/ML-things. https://ift.tt/LMrpSAw January 20, 2023 at 07:22PM

Show HN: Free, open-source tool for backing up Microsoft 365 Data – Corso https://ift.tt/Bmz9VP3

Show HN: Free, open-source tool for backing up Microsoft 365 Data – Corso https://ift.tt/ySwW5tr January 20, 2023 at 02:56AM

Show HN: Music Audio Search Engine Using OpenAI's Embeddings on GPT Descriptions https://ift.tt/SeFcBC8

Show HN: Music Audio Search Engine Using OpenAI's Embeddings on GPT Descriptions I am excited to announce a new tool for music producers and audio enthusiasts - a music audio search engine. With just a simple description of the groove you're looking for, our semantic search engine will output the most similar audio in seconds. I used the Freesound.org API to upload over 3,000 grooves to MongoDB, and combined all the relevant data such as tags, title, description, BPM, etc. into OpenAI's Text-Davinci to generate a unique description of each sound. I then embedded these descriptions using the Ada Embeddings Model and inserted them into Pinecone DB vector database, making it easier to find the perfect sound for your next project. This search engine is designed to save you time and make your music production process more efficient. Give it a try and see the difference it makes in your workflow. I would also appreciate any feedback on how I can improve the website and make it ev...

Show HN: lakeFS – Version Control for Big Data https://ift.tt/2XQiny7

Show HN: lakeFS – Version Control for Big Data https://ift.tt/dWJbBwN January 19, 2023 at 07:48PM

Show HN: Awkdoc: javadoc for the shell, written in Awk https://ift.tt/v1RBGJb

Show HN: Awkdoc: javadoc for the shell, written in Awk I like bash, and use it as often as possible. Sometimes the projects become large. I needed a tool to help generate documentation. Makes it easier to step away, come back after some time, and re-acquaint myself with the monstrosity I've wrought. `awkdoc` generates markdown documentation from in-line comments in shell scripts. https://ift.tt/eMxcYmR January 20, 2023 at 01:39AM

Show HN: A spreadsheet that can connect to 1000 APIs https://ift.tt/Mp3G8NU

Show HN: A spreadsheet that can connect to 1000 APIs We launched on Product Hunt today with a spreadsheet that's pre-connected to 1k+ APIs (no code or configuration required). Would love to hear what you think! https://databar.ai/ January 20, 2023 at 01:18AM

Show HN: Fully LLM powered code repair – fix and explain your code in seconds https://ift.tt/M7qdVrG

Show HN: Fully LLM powered code repair – fix and explain your code in seconds https://ift.tt/LJZ7Df3 January 20, 2023 at 12:09AM

Show HN: DoomCheck: A tool for probabilistically estimating project size https://ift.tt/bZCiES0

Show HN: DoomCheck: A tool for probabilistically estimating project size https://ift.tt/5RJKMqz January 19, 2023 at 06:21PM

Show HN: Retool Mobile https://ift.tt/ZaznmoL

Show HN: Retool Mobile https://ift.tt/4poaw2Q January 19, 2023 at 07:01PM

Show HN: A version control system based on rsync https://ift.tt/8kx7Hv1

Show HN: A version control system based on rsync Hi everyone! I'm trying to create a version control system that solves some of the problems that Git and other version control software has when working in a team. Let me know if you have any feedback! https://ift.tt/6T9E2x4 January 19, 2023 at 03:37PM

Show HN: Codex – Find and Replace for Code https://ift.tt/82v4Cqb

Show HN: Codex – Find and Replace for Code Most code editors' find & replace features are still very close to the original design intended for text documents, so they become unwieldy when you need to match across newlines and indentation for example, or when a parse of the code is necessary to capture a particular expression. Codex ( https://ift.tt/f8tFMps ) is an attempt to rethink what find & replace should look like in a modern code editor. It defines a simple but powerful syntax for describing code modifications, combining plain text, regular expressions and Tree-sitter queries, along with sensible handling of newlines and indentation*. It can be used just like regular plain text find & replace, but allows freely mixing in regexes and Tree-sitter queries as more flexibility is needed. It introduces "line quantifiers" for matching a bunch of lines at the same nesting level, so basic structural changes can be achieved without even using a query (see the Java...

Show HN: Unblob – extraction suite for 30+ file formats https://ift.tt/1poS9QL

Show HN: Unblob – extraction suite for 30+ file formats https://ift.tt/4qA8C9F January 19, 2023 at 02:21AM

Show HN: A tool to de-identify using Stable Diffusion https://ift.tt/Jcp8nbx

Show HN: A tool to de-identify using Stable Diffusion Hey HN! Really excited to share this new image de-identifier. Kind of like a game of image telephone, you can upload an image and our app will convert the image to a caption, then will generate an image using stable diffusion using the parameters you set for the model yourself. We had so much fun making this and seeing the varying levels of scary generated images. https://ift.tt/VfhvS3u January 19, 2023 at 12:19AM

Show HN: My daily workouts generated with ChatGPT https://ift.tt/2NY59dL

Show HN: My daily workouts generated with ChatGPT https://www.aiwod.org January 18, 2023 at 12:46PM

Show HN: Metapict – TikZ like figures using Racket https://ift.tt/jDelK1Q

Show HN: Metapict – TikZ like figures using Racket https://ift.tt/RmkaVNn January 18, 2023 at 01:30AM

Show HN: AI analyzes Earnings calls for profit https://ift.tt/Hh3gj04

Show HN: AI analyzes Earnings calls for profit I have been working on this AI that analyzes earnings report line by line and highlights texts based on the sentiment Here is a direct link to some of the popular stocks' latest earnings analysed with AI Meta Platforms [ link in comments ] Apple, Inc. [ link in comments ] Tesla, Inc. [ link in comments ] The green highlights are positive, and the red ones you can see if you scroll are negative statements I also made a tab on top where you can see, individual statements made on margin, revenue, and growth Hope you guys find it helpful, I'm always happy to take feedback or any more data you wanna see, please feel to comment and let me know January 18, 2023 at 06:02AM

Show HN: I made a tool, create GitHub Repository from local directory directly https://ift.tt/KoMsYFq

Show HN: I made a tool, create GitHub Repository from local directory directly Create a remote repository directly from your local folder to GitHub. https://ift.tt/m0hVcFE January 18, 2023 at 04:58AM

Show HN: Summate.it – Quickly summarize web articles with OpenAI https://ift.tt/CFMq1hW

Show HN: Summate.it – Quickly summarize web articles with OpenAI https://summate.it/?v2 January 18, 2023 at 03:29AM

Show HN: A tool for motion-capturing 3D characters using a VR headset https://ift.tt/MCVuGzh

Show HN: A tool for motion-capturing 3D characters using a VR headset Hi everyone! I'm one of the authors of this project. The demo you see here is powered by a tool that I recently helped develop and open-source at Shopify called handy. You can find the repo here: https://ift.tt/i75ykuR Most people don't realize that VR headsets have become really capable motion capture platforms, so we decided to release this tool to bring motion capture into the hands of everyone who owns a headset. With a cheap Quest 2 you can capture your hands using the headset's hand-tracking feature and your head. With an expensive Quest Pro you could capture your facial expressions using the headset's eye and face-tracking features. Thanks for checking this project out! I'm here to answer questions if you have any. https://ift.tt/WcbI4lA January 17, 2023 at 05:33PM

Show HN: Sprout2000/Esbuild-Copy-Plugin https://ift.tt/BovQdyW

Show HN: Sprout2000/Esbuild-Copy-Plugin https://ift.tt/S9e5EfN January 17, 2023 at 12:43PM

Show HN: Stack-chan – Open-source companion robot easy to assemble and customize https://ift.tt/O72BljP

Show HN: Stack-chan – Open-source companion robot easy to assemble and customize Introducing Stack-chan, an open-source hardware robot designed with Fusion360 and Kicad that is easy to assemble and customize. With just 6 screws, you can easily put together the robot and add your own features using JavaScript with the Moddable SDK. Stack-chan is completely open-source and the design files, firmware and software are all available on GitHub repository ( https://ift.tt/3AKBp65 ) . Give it a try and customize it to your needs. We'd love to see what you create and hear your feedback on this open-source project. https://ift.tt/3AKBp65 January 17, 2023 at 03:38AM

Show HN: Vento, Screen Recorder that lets you rewind and re-record over mistakes https://ift.tt/5jTCuIr

Show HN: Vento, Screen Recorder that lets you rewind and re-record over mistakes Hey folks, we made this screen recording tool to fix one simple problem - fixing your mistakes easily when recording so you don’t have to constantly restart or stitch. I’m not particularly great at presenting and so mistakes will inevitably happen during a screen recording, and it’s worse when you’re already 5 minutes into your recording, forcing you to restart completely. Please check this out and let us know what you think! https://vento.so January 17, 2023 at 02:01AM

Show HN: Anonymous Feedback Tool for Teams https://ift.tt/FRQwydo

Show HN: Anonymous Feedback Tool for Teams https://runsignals.com/ January 17, 2023 at 01:23AM

Show HN: AI Remote Setups – Rate remote work setups generated with AI https://ift.tt/Mfohi6R

Show HN: AI Remote Setups – Rate remote work setups generated with AI Remote Setups generates remote work setups or home office setups using AI and lets users rate them. The setups listed on it are astoundingly beautiful and all of them are in ultra high quality. https://remotesetups.xyz January 17, 2023 at 02:44AM

Show HN: A GUI Wrapper for png2icons https://ift.tt/ZVKxPTr

Show HN: A GUI Wrapper for png2icons Generates Apple ICNS and Microsoft ICO files from PNG files for your desktop app. https://ift.tt/DNjnwMx January 16, 2023 at 10:12AM

Show HN: Sketch – AI code-writing assistant that understands data content https://ift.tt/UQhrlOA

Show HN: Sketch – AI code-writing assistant that understands data content https://ift.tt/NlZpiLU January 16, 2023 at 05:03PM

Show HN: Free Online Course – Debugging Difficult Conversations https://ift.tt/qBHE5QI

Show HN: Free Online Course – Debugging Difficult Conversations As an engineer I get frustrated at other training courses that talk a lot of theory, but don't have a lot of practical advice and tools to actually help. So, I built an online self-paced training course on difficult conversations (think feedback, salary negotiation, etc) that I wanted to share with the community. I like to make my training courses more "algorithmic." A process you can follow to approach a Difficult Conversation, get in the right mindset to tackle it, and prepare what you need to that allows you to do it well. This course will teach you: - What Difficult Conversations are and what happens when you ignore them - Why having Difficult Conversations can be beneficial to you, your team, and your career - A framework (and accompanying worksheet) to help you prepare for Difficult Conversations https://ift.tt/XyFIuHN January 16, 2023 at 01:49AM

Show HN: Basic GPT no-code app builder and appstore proof of concept https://ift.tt/dgOn6bE

Show HN: Basic GPT no-code app builder and appstore proof of concept https://ift.tt/ipG8Pka January 16, 2023 at 12:51AM

Show HN: CVE Vulnerability Info Downloader – Including Dashboard for OpenVAS https://ift.tt/zicbLOd

Show HN: CVE Vulnerability Info Downloader – Including Dashboard for OpenVAS https://ift.tt/fbKT9jq January 15, 2023 at 11:16PM

Show HN: AI-powered code correction that teaches you along the way https://ift.tt/YJqcbyw

Show HN: AI-powered code correction that teaches you along the way https://ift.tt/16ysr8P January 15, 2023 at 05:34PM

Show HN: Pain of Requesting Screen Recordings/Screenshots from Users https://ift.tt/wlDOyzd

Show HN: Pain of Requesting Screen Recordings/Screenshots from Users https://ift.tt/Y8BMXmU January 15, 2023 at 04:17PM

Show HN: Group accountability for atomic habits (iOS) https://ift.tt/XYWCI6g

Show HN: Group accountability for atomic habits (iOS) I started this project by running 10-day group challenges on Whatsapp. The group was gathered via a Webflow landing page, Google forms, Zapier and a PayPal button (here’s what I posted on HN at that time - https://ift.tt/q0GOMfv ). The WhatsApp challenges turned out to be a hit with over 85% checking in daily and 45% repaying to join multiple challenges. After having tried Streaks, Habitify, GTD, reminder apps, google calendar, Notion...etc—I was still having trouble staying consistent with my personal/wellness goals and habits. Methods from Atomic Habits by James Clear—are what worked best for me—but sticking to it alone was hard. For example, I had a daily push-up reminder on my google calendar that I ignored for almost a year. Fast forward, I’m now on day 120+ doing push-ups, meditation and waking up before 6am—after participating in group accountability challenges :) To see if we can scale it to help more people and potentially ...

Show HN: She built a better Zapier https://ift.tt/CTMcAD0

Show HN: She built a better Zapier https://ift.tt/GJWA9fN January 15, 2023 at 12:36AM

Show HN: RecoverPy 2.0: Recover deleted or overwritten files from your terminal https://ift.tt/0mukFzv

Show HN: RecoverPy 2.0: Recover deleted or overwritten files from your terminal Repo: https://ift.tt/2Gd3ARJ Hi! I just released RecoverPy version 2.0.0 and wanted to share it with you. RecoverPy is a tool with Terminal User Interface to recover deleted and/or overwritten data from your terminal. Version 1.0.0 was released probably around 2 years ago and I was quite amazed by how popular it got :) The initial audience was people trying to recover lost files, but it stuck with hacking/forensics community, I even got to receive mails to appear in hacking magazines and blogs. That was quite unanticipated but I'm glad it's useful to other people :) I got the idea when I was a noobie coder and, among other flaws, didn't use any VC. I worked all day long on a script when instead of outputting my script execution to a file I... output my log file content into my script file, then bam, my script was gone. I searched for solutions to recover it, the thing is it was not just "de...

Show HN: Minesweeper on a chess board with chess pieces as mines https://ift.tt/dV0ivjT

Show HN: Minesweeper on a chess board with chess pieces as mines rearrange the chess pieces so that the number of pieces threatening each square matches the large number in that square? pieces move freely https://ift.tt/SG0oZwd January 14, 2023 at 09:12PM

Show HN: Kody Tools – I developed 300 tools in 6 months https://ift.tt/kyrwPX4

Show HN: Kody Tools – I developed 300 tools in 6 months This is just a side hustle but I ended developing 300+ tools. Any feedback or suggestion is welcome. https://ift.tt/l1DMSsZ January 14, 2023 at 08:45PM

Show HN: Tweet Spear – Accurate replies to boost your Twitter engagement https://ift.tt/phdxCRa

Show HN: Tweet Spear – Accurate replies to boost your Twitter engagement https://tweetspear.com January 14, 2023 at 10:26AM

Show HN: Building a public domain print-at-home newspaper using Scroll https://ift.tt/vZ6btVR

Show HN: Building a public domain print-at-home newspaper using Scroll https://www.youtube.com/watch?v=6a-QyXYKOYw January 14, 2023 at 02:49PM

Show HN: Made a GPT-3 powered Chrome extension to explain code anywhere https://ift.tt/YVzxZER

Show HN: Made a GPT-3 powered Chrome extension to explain code anywhere https://ift.tt/0l2UZdV January 14, 2023 at 10:03AM

Show HN: Use predictive modeling to win your bracket competition https://ift.tt/mKVh07I

Show HN: Use predictive modeling to win your bracket competition Hi! I made this as a side project this week to submit a bracket for our friends' NFL playoff bracket competition. It is all html and vanilla JS, runs directly in the browser, and is pretty fun to take for a spin. Obviously it is far from polished - that might have to wait for next year! https://nflbracket.xyz/ January 14, 2023 at 06:16AM

Show HN: A pen that digitizes handwriting on any paper https://ift.tt/OkCqZe4

Show HN: A pen that digitizes handwriting on any paper Our team has been working on Nuwa Pen for a while, and we're excited to share that we are in pre-order. The reception at CES was amazing, so I thought I'd share it with you too. https://ift.tt/nV3uKyP January 13, 2023 at 07:01PM

Show HN: An AI Assistant for Obsidian https://ift.tt/tOvajPk

Show HN: An AI Assistant for Obsidian https://ift.tt/iQIfsZa January 13, 2023 at 12:29PM

Show HN: A script to search and open Chrome bookmarks from your terminal https://ift.tt/Bb57eZQ

Show HN: A script to search and open Chrome bookmarks from your terminal https://ift.tt/moGcrtF January 13, 2023 at 03:26PM

Show HN: Golang Configuration Library https://ift.tt/uhYJV2s

Show HN: Golang Configuration Library https://ift.tt/z6NBTdL January 13, 2023 at 10:38AM

Show HN: Automate any software and website with no-code editors and Python https://ift.tt/MPxEg3V

Show HN: Automate any software and website with no-code editors and Python https://ift.tt/6RqiATP January 13, 2023 at 01:18AM

Show HN: Vent: Anonymous Topic-Based Microblogging https://ift.tt/smxchp2

Show HN: Vent: Anonymous Topic-Based Microblogging https://ift.tt/YwleBvJ January 13, 2023 at 05:35AM

Show HN: Sleuth, open-source enterprise search in natural language https://ift.tt/aTqxV3z

Show HN: Sleuth, open-source enterprise search in natural language Hey everyone, We know how hard it can be to ramp up and learn the ins and outs of a new company. - “Who should I talk to about customer onboarding?” - “What was that project the onboarding team shipped in June, that had a massive impact on step 3 completion rate?” Instead of asking someone the same question that’s been asked hundreds of times before, it’s more efficient to find answers in existing documents and past conversations. The problem is, this data is spread out across dozens of workplace apps, with search features that all work differently. That’s why we’ve created Sleuth, an open source library that allows you to search through your company’s entire history using natural language. It understands the intent of your question, not just the keywords. Here’s a demo: https://ift.tt/Fgh37Gf You can fork our repo ( https://ift.tt/UHZShrc ) and try it right now, or book a 15 min call ( https://ift.tt/hvIayub ) with us ...

Show HN: Use ChatGPT and Excel to get superpowers https://ift.tt/yBIckfJ

Show HN: Use ChatGPT and Excel to get superpowers During my winter holiday I played with ChatGPT and built an integration with the OpenAI Completion APIs and Excel. (And yes technically not ChatGPT but as close that we can get with the APIs that are available.) I found this incredible useful for my work on Filestar. I wrote some instructions here on how to try this yourself: https://ift.tt/8aA12zB... Please let me know if you figure out any useful prompts. https://ift.tt/6Mb4PSi January 12, 2023 at 11:43AM

Show HN: SheetHub – Turn your Excel formulas into APIs https://ift.tt/LkNihPH

Show HN: SheetHub – Turn your Excel formulas into APIs https://sheethub.io/ January 12, 2023 at 01:32PM

Show HN: Mapperly – A .NET source generator for object to object mappings https://ift.tt/L6MEcxe

Show HN: Mapperly – A .NET source generator for object to object mappings https://ift.tt/SibEdpY January 12, 2023 at 02:09PM

Show HN: Basti – connect to AWS DBs with no idle cost. No SSH keys. IAM-driven https://ift.tt/F917Qt2

Show HN: Basti – connect to AWS DBs with no idle cost. No SSH keys. IAM-driven https://ift.tt/VlLekvM January 12, 2023 at 02:04PM

Show HN: Fern, a language for defining REST APIs that compiles into OpenAPI https://ift.tt/d8BvFWM

Show HN: Fern, a language for defining REST APIs that compiles into OpenAPI Hi HN, this is Danny, Deep, and Zach. We built Fern after our previous ed tech startup failed. We were frustrated with how much time we spent writing “API code” instead of working on the actual product. We tried to use OpenAPI but we were underwhelmed - the generated code wasn’t idiomatic and it still required manual work (custom templates, scripts, manually publishing SDKs to registries). The Fern compiler takes your API as input and invokes generators that output things like: SDKs, server code, a Postman collection, and an OpenAPI spec. Some technical highlights about the compiler + generators: - The compiler (available as a CLI) handles syntactic + semantic validation. It also includes a linter that encodes best practices. If your API Definition compiles, you can have high confidence that the SDKs will generate correctly. - After all the parsing and validation, the compiler outputs an intermediate representa...

Show HN: The OP Stack https://ift.tt/xvwZrlB

Show HN: The OP Stack https://ift.tt/QcJ697d January 11, 2023 at 11:26PM

Show HN: Quick tunnels to localhost with one command and no binary download https://ift.tt/jDvgh0E

Show HN: Quick tunnels to localhost with one command and no binary download https://pinggy.io/ January 11, 2023 at 03:48PM

Show HN: Simple Mind Map App https://ift.tt/j6cgd8W

Show HN: Simple Mind Map App https://ift.tt/lwZXSI9 January 11, 2023 at 01:16PM

Show HN: Syncthing-map – a utility to map syncthing devices and folders https://ift.tt/bdox8Sv

Show HN: Syncthing-map – a utility to map syncthing devices and folders If you use the excellent Syncthing[1], you may quickly be lost in the various shares between devices. I was. This was the trigger to write a small application that creates a map of your devices, their folders, and how each is shared. It is directly based on the configuration file of each device. The stable version[2] generates a HTML file you can render in a browser to show the map (based on mermaid.js[3]). I just released an experimental feature[4] that starts a web server which will dynamically create the map based on configurations shared by the devices. Binaries are available as well[5]. I would be glad to hear any comments or advice (I am an amateur developper). Thanks! [1] https://syncthing.net/ [2] https://ift.tt/BN4fegF [3] https://ift.tt/RxhJw0O [4] https://ift.tt/idsyOTl... [5] https://ift.tt/Pu5SDyE https://ift.tt/ZxILtMP January 10, 2023 at 11:33PM

Show HN: usbc.wtf – an article and quiz to find the right USB-C cable https://ift.tt/JBLa2q9

Show HN: usbc.wtf – an article and quiz to find the right USB-C cable https://usbc.wtf/ January 11, 2023 at 03:25AM

Show HN: Klotho – Transform plain code into cloud native code https://ift.tt/koMmlfH

Show HN: Klotho – Transform plain code into cloud native code https://ift.tt/gk92qXT January 10, 2023 at 11:24PM

Show HN: Piano Chord Player https://ift.tt/R3qYVGM

Show HN: Piano Chord Player https://ift.tt/heUomFn January 10, 2023 at 04:50PM

Show HN: Herbs Assist – Open-Source AI Assistant for Microservices Developement https://ift.tt/aIyp3j8

Show HN: Herbs Assist – Open-Source AI Assistant for Microservices Developement Hello HN community, we just released Herbs Assist, an open source AI assistant that helps developers create use cases and specs using OpenAI GPT-3 Codex. It simplifies the workflow by generating natural language specs and Herbs specs and use case files based on the information provided. We are looking for feedback and suggestions for improvements. Since it is also open source, contributions are welcome. https://ift.tt/vuUkRsG January 10, 2023 at 02:55PM

Show HN: Python framework is faster than Golang Fiber https://ift.tt/3ScopAy

Show HN: Python framework is faster than Golang Fiber https://ift.tt/EaxCoIB January 10, 2023 at 02:18PM

Show HN: Tortoise TTS as an at-cost open-source pay-per-second API https://ift.tt/mheEcx3

Show HN: Tortoise TTS as an at-cost open-source pay-per-second API Tortoise TTS is the best TTS available today. We built an open-source, at cost, pay per second API for it. The quality of intonation it generates is unparalleled, and we hope our at-cost API will make it easier for people to build on top! This allows folks to run via a single API call - it costs $0.03/query. The WAV file is downloadable, we apply no restrictions. We're open-sourcing all our work — we made Tortoise run 30% faster, and have more improvements coming. If you're keen to contribute we can help with ideas, pointers, compute and data; just DM us. Our fork with the improvements can be found at https://ift.tt/EcpyMXZ . The deployment code can be found at https://ift.tt/nGfmV7F . There are already great alternatives for using : i) @mdnest_r's awesome Huggingface Spaces, ii) original Google Colab, iii) host it yourself. Our work should accelerate those who need an API, don't want to spend time/$ hos...

Show HN: Product analytics on your data warehouse https://ift.tt/8Wtz9bH

Show HN: Product analytics on your data warehouse https://ift.tt/Qb6GThn January 9, 2023 at 11:27PM

Show HN: Right Click Opens Link in a Background Tab for Chrome https://ift.tt/egmJsVR

Show HN: Right Click Opens Link in a Background Tab for Chrome Right Click Opens Link in a Background Tab is a small productivity extension for Chrome that makes right clicking links open them in a new background tab. There are other similar extensions on the Chrome web store, but all of the ones I tried have bugs. Hence, I built a new one (with new bugs). If you're like me and you have privacy concerns about installing random extensions, I've linked to instructions on how to install extensions from the source. That way you can always be sure that what you see is really what you get. https://ift.tt/xTtdQC0 January 9, 2023 at 05:31PM

Show HN: I wrote a WebAssembly Interpreter and Toolkit in C https://ift.tt/ya5LDvs

Show HN: I wrote a WebAssembly Interpreter and Toolkit in C https://ift.tt/bqMS6ze January 9, 2023 at 05:32PM

Show HN: Hey GPT-3, Write my PRD https://ift.tt/F4vO6jd

Show HN: Hey GPT-3, Write my PRD https://writemyprd.com/ January 9, 2023 at 03:39PM

Show HN: Caretta – Instant K8s service dependency map, right to your Grafana https://ift.tt/UQXDgVf

Show HN: Caretta – Instant K8s service dependency map, right to your Grafana https://ift.tt/kZjT5mH January 9, 2023 at 11:59AM

Show HN: I asked ChatGPT to convert a Chrome ext to a Firefox ext https://ift.tt/2xrM5Gh

Show HN: I asked ChatGPT to convert a Chrome ext to a Firefox ext I told it to create a virtual machine first: I want you to act as a Linux terminal. I will type commands and you will reply with what the terminal should show. I want you to only reply with the terminal output inside one unique code block, and nothing else. Do no write explanations. Do not type commands unless I instruct you to do so. When I need to tell you something in English I will do so by putting text inside curly brackets {like this}. My first command is pwd. Then I told it to create a python script to do the conversion: {Create and write to the filesystem a python script called convert.py that takes a URL as its first argument. The URL is a chrome extension. The script then converts the extension to a Firefox extension and saves the result in a directory called "res". Make sure the script works with an actual URL to a chrome extension on the Chrome Webstore. It requires you to possibly download the exte...

Show HN: Ark v1.0.0 https://ift.tt/23zSckl

Show HN: Ark v1.0.0 Ark is a program that aims to provide an easy way to manage system themes. Ark can set themes for specific programs, or the whole system with only one command. https://ift.tt/AFYIdcO January 8, 2023 at 10:19PM

Show HN: Kweb: A remote interface to the web browser's DOM https://ift.tt/gaAy74Z

Show HN: Kweb: A remote interface to the web browser's DOM https://ift.tt/gjqdkxw January 8, 2023 at 01:44PM

Show HN: jc - Meta-program C with JavaScript https://ift.tt/2iMAoFw

Show HN: jc - Meta-program C with JavaScript https://ift.tt/Fd62M4T January 8, 2023 at 07:17AM

Show HN: Have voice-only virtual coffees with fellow HN'ers https://ift.tt/gmkWQfH

Show HN: Have voice-only virtual coffees with fellow HN'ers I'm running several voice-only virtual coffee events on the Discord server in the URL, only for today. The rules are pretty simple: 1. Wait for the "event" to start (see times at the end) 2. If there are no tables with 1 participant, join any one. 3. If there is a table with 1 participant, join that one. 4. When the event ends, all the voice channels are deleted and you have to wait till the next event starts. I initially wanted to build my own web app but then I realised it would be so much easier to just leverage Discord's infrastructure. I also built a bot in a couple hundred lines of Go code (love the language!) to bulk create/delete voice channels. I intentionally left it super basic to validate if there's a need. I personally would love to have virtual networking events, but then again I know I'm somewhat odd as I come from a sales background. If you're interested/want to take part in mo...

Show HN: GPT3 Get answers to technical questions from your documentation site https://ift.tt/VJ72olz

Show HN: GPT3 Get answers to technical questions from your documentation site https://ift.tt/aDyKNU7 January 8, 2023 at 10:15AM

Show HN: I built a minimal website that you can Express your Feelings and more https://ift.tt/GM8SYma

Show HN: I built a minimal website that you can Express your Feelings and more https://ift.tt/017YbSc January 8, 2023 at 12:06AM

Show HN: A full game of snake encoded in a url https://ift.tt/FoSV592

Show HN: A full game of snake encoded in a url Just a little demo I made of a fully functioning game of snake encoded entirely within a valid url (around 1033 bytes of code encoded into a 1464 byte url). https://ift.tt/wM7xDvb January 7, 2023 at 06:32PM

Show HN: Just Five News · Daily News https://ift.tt/e0d2FOj

Show HN: Just Five News · Daily News https://ift.tt/s2T6Ztp January 7, 2023 at 05:11PM

Show HN: Instorier – A tool for creating rich scroll-based stories for your site https://ift.tt/u3mcYbQ

Show HN: Instorier – A tool for creating rich scroll-based stories for your site https://instorier.com/ January 7, 2023 at 02:33PM

Show HN: What sub $200 product improved HN readers' 2022 https://ift.tt/nQNpVjD

Show HN: What sub $200 product improved HN readers' 2022 https://ift.tt/ZOyDhx3 January 7, 2023 at 11:58AM

Show HN: Track and share your technical interview prep progress https://ift.tt/TPx6AjC

Show HN: Track and share your technical interview prep progress A few friends and I just launched a web app to help people prepare for technical SWE/SDE internship interviews! We want to make it easier for people to prepare for interviews, especially for some of the largest tech companies. Core features include easy progress tracking, one-click link sharing, company-specific lists, and topic & difficulty-wise problem filtering. The problem list isn’t exhaustive and we are still looking for more open-source data to make our list more extensive. We want to hear about the bugs you find as this is the beta version. If you have any improvements to suggest, we are all ears! Our code is also completely open-source! Check out the repository here: https://ift.tt/eJzus9T Check out our ProductHunt launch here: https://ift.tt/NPawU6f https://ift.tt/kLWtsOI January 6, 2023 at 09:22PM

Show HN: Celeste's Feather mini-game on the browser https://ift.tt/1ZpJdAt

Show HN: Celeste's Feather mini-game on the browser https://ift.tt/lawUR2K January 6, 2023 at 07:39PM

Show HN: SSH Ncurses open source interface https://ift.tt/0EWYKJ2

Show HN: SSH Ncurses open source interface https://ift.tt/7ant6rF January 6, 2023 at 03:15PM

Show HN: Nanelo DNS – Privacy-Friendly, European Nameservers https://ift.tt/D2w1Hsv

Show HN: Nanelo DNS – Privacy-Friendly, European Nameservers https://nanelo.com January 6, 2023 at 02:33PM

Show HN: Modest – An open-source micro-blog app to create a Twitter-like blog https://ift.tt/KLcrEbg

Show HN: Modest – An open-source micro-blog app to create a Twitter-like blog https://modest.app/ January 6, 2023 at 11:13AM

Show HN: Daft Art – an album cover maker powered by AI and curated aesthetics https://ift.tt/Fc6OayS

Show HN: Daft Art – an album cover maker powered by AI and curated aesthetics Hello HN! I’m starting my indie journey by launching Daft Art, which is a platform that allows musicians and bands to create high quality covers for their albums and tracks in a few minutes, with the help of AI and curated aesthetics. https://www.daftart.ai/ January 6, 2023 at 08:44AM

Show HN: Point Cloud Utils – A Python library for 3D point clouds and meshes https://ift.tt/VHIOn7W

Show HN: Point Cloud Utils – A Python library for 3D point clouds and meshes This is a utility library I slowly built up during my PhD and has become my swiss army knife for processing 3D data. It's super easy to install (only depends on NumPy and SciPy). The goal of the library to have an extremely simple API for geometry processing which uses NumPy arrays as a core data structure (so it can be dropped into whatever numerical codebase you're working with). Most of the library is written in C++ using a custom binding framework ( https://ift.tt/qMieDwQ ) that I wrote which avoids copies when converting NumPy arrays to Eigen Matrix types. Happy to answer any questions you might have about it and I hope Point Cloud Utils is useful to you! https://ift.tt/fxPVhmj January 5, 2023 at 07:32PM

Show HN: Install and use multiple versions of FFmpeg with asdf https://ift.tt/y5jWYiX

Show HN: Install and use multiple versions of FFmpeg with asdf https://ift.tt/ruBKgf7 January 5, 2023 at 04:24PM

Show HN: Laravel-Magellan – A modern PostGIS library published https://ift.tt/TSsk8xQ

Show HN: Laravel-Magellan – A modern PostGIS library published https://ift.tt/WtLiA1q January 5, 2023 at 04:34PM

Show HN: I made a site that lets you create your WhatsApp Wrapped 2022 https://ift.tt/heWcXEb

Show HN: I made a site that lets you create your WhatsApp Wrapped 2022 Insights like who text's first, who text's more and many more can be generated in a fun story format. No data is stored and the code is open source. Would love to get feedback and feature requests. https://ift.tt/yrThYzM January 5, 2023 at 11:56AM

Show HN: Huestery – casual browser game about sorting colors and making gradient https://ift.tt/OSJcPCo

Show HN: Huestery – casual browser game about sorting colors and making gradient https://huestery.com/ January 5, 2023 at 07:26AM

Show HN: A word game created using ChatGPT and Stable Diffusion https://ift.tt/QDG96Md

Show HN: A word game created using ChatGPT and Stable Diffusion https://diffudle.com/ January 4, 2023 at 11:29PM

Show HN: Skim HN’s story feeds but with added metadata about linked articles https://ift.tt/wmpV3iI

Show HN: Skim HN’s story feeds but with added metadata about linked articles https://ift.tt/3vIAHuk January 5, 2023 at 01:50AM

Show HN: An app that builds stronger employment contracts https://ift.tt/2XBd5tM

Show HN: An app that builds stronger employment contracts https://ift.tt/yTfmJdB January 5, 2023 at 12:09AM

Show HN: I built a simple, hackable Google Home replacement fully in Rust https://ift.tt/VZ5jyPi

Show HN: I built a simple, hackable Google Home replacement fully in Rust Fully built in Rust (Yew, Cursive, Rocket, RustEmbed, Sled) Easily extensible Compiles to single binary Only needs a Raspberry Pi Zero (or others) and a 15$ display Widgets can be configured by the user via a web interface https://ift.tt/6mjF0vY January 4, 2023 at 10:47AM

Show HN: Lexverse – Find the Gems You're Looking for in Lex Fridman's Podcasts https://ift.tt/8vWSVRa

Show HN: Lexverse – Find the Gems You're Looking for in Lex Fridman's Podcasts This was a cool project. I took the youtube transcripts of Lex Fridman's podcast, created embeddings, stored them on Pinecone and served them via fly.io. I wanted to see if I could develop an app around semantic search. Originally was going to use OpenAI's new model but ended up using something lighter (I might change it up to see if there is a significant improvement). https://ift.tt/sCALE2l January 4, 2023 at 10:37AM

Show HN: Ov – feature rich terminal pager https://ift.tt/uWleaHD

Show HN: Ov – feature rich terminal pager I made a terminal pager that can be used instead of more, less, tail -f. It has a mode that distinguishes between headers and columns. https://ift.tt/IPtlFH8 January 4, 2023 at 08:43AM

Show HN: Tailor your resume in seconds with AI https://ift.tt/EdVQ2hK

Show HN: Tailor your resume in seconds with AI Hi Everyone, My name is Tosin Kuye, a computer science student from Canada. After looking online for various ways to tailor your resume/write a cover letter and being disappointed in the results, I built CoverQuick. CoverQuick is a site that uses the job description to tailor your resume and write a personalized cover letter for that position. It uses a number of different NLP techniques along with GPT-3 to find the right keywords and add the ideal suggestions to the given resume. Try it out below and let me know what you think! https://ift.tt/QPEIHjB https://ift.tt/QPEIHjB January 4, 2023 at 12:48AM

Show HN: Digital Puzzles for Programmers https://ift.tt/lUd9CAa

Show HN: Digital Puzzles for Programmers I built a service that generates digital puzzles. It's like an escape room: you get a clue that leads you to another clue, and at the end of the chain you get to a prize (secret message). It's very similar to CTFs, but less focused on security aspects. Here's an example of a puzzle: https://ift.tt/vJpBFKE https://hacker.gifts/ January 4, 2023 at 12:46AM

Show HN: Recursive Wikipedia https://ift.tt/krwtQ0n

Show HN: Recursive Wikipedia This extension loads the mobile version of links when hovered over, is usually faster than opening a new tab, and is recursive (10 frame deep limit). https://hoverflow.io/ January 3, 2023 at 10:18PM

Show HN: A device that only lets you type lol if you've truly laughed out loud https://ift.tt/A6hq9YM

Show HN: A device that only lets you type lol if you've truly laughed out loud https://twitter.com/lanewinfield/status/1610294277434933249 January 3, 2023 at 11:33PM

Show HN: Explore your Readwise highlights automatically connected by topic https://ift.tt/gG6miEe

Show HN: Explore your Readwise highlights automatically connected by topic Hey HN, co-founder of Napkin here. We built a web app that automatically connects your notes, including your collection of Readwise highlights. Each note is automatically tagged by topic and connected to your other notes independent of time and source. Memorizing highlights is not the final goal; the final goal is to have insights and generate new ideas. That's why Napkin shows you the most relevant notes to each note you focus. In the background, a three-step process checks for relevant tags already present in your data set, relevant tags already applied by other Napkin users, and last but not least for tags never used before. The interface is based on a physical simulation, attaching the forces charge and gravity to each note. That way, patterns emerge many of our beta users call a "swarm of thought". You’re welcome to try it with your own data in a 30d free trial. Afterwards, the beta membership...

Show HN: Build web apps using HTML, no JavaScript required https://ift.tt/T4E8Hwy

Show HN: Build web apps using HTML, no JavaScript required https://ift.tt/EuiadFx January 3, 2023 at 06:11PM

Show HN: Triangle Habits https://ift.tt/1iFbxXS

Show HN: Triangle Habits I built a free app to build consistent habits over time, by starting with a single repetition and building up from there. https://ift.tt/Yf5WSbh January 3, 2023 at 05:05PM

E-ink Dev board to track Fetal Development https://ift.tt/M5G7Tmo

E-ink Dev board to track Fetal Development https://ift.tt/WbD0ivf January 3, 2023 at 02:01AM

Show HN: Hetzner-k3s v1.0.1 is out with autoscaling support https://ift.tt/L9yCmVX

Show HN: Hetzner-k3s v1.0.1 is out with autoscaling support This is the newest update to my CLI tool to quickly create cheap Kubernetes clusters in Hetzner Cloud. This update adds autoscaling support, so clusters created with this tool now can behave similar to managed Kubernetes clusters, which I think is awesome. I received a lot of feedback since the last update so I hope anyone interested could try the new version as well. Thanks a lot for the feedback so far! The repo: https://ift.tt/Jo7hN4P January 2, 2023 at 11:46PM

Show HN: Spall – WASM-based profiler for JavaScript and C in ~5k lines of Odin https://ift.tt/VbzH0Jl

Show HN: Spall – WASM-based profiler for JavaScript and C in ~5k lines of Odin [I'm the author] Spall is a web-accessible profiler that I made to help my web-dev friends load gigabyte+ JSON traces without lunch-break-long load times. Recently, Spall got experimental support for auto-tracing with binary traces (along with an in-progress native-port, to give it more memory headroom), which was used to help track down and fix some hard-to-spot lock contention issues in the Odin-language compiler. I demoed it at the Handmade Seattle conference in October, https://ift.tt/sFE5vSr , with a head-to-head against Perfetto, another big web profiler. I'll be around to answer any questions. Thanks for looking at my project! If you like Spall, you can catch my other projects over at https://ift.tt/D2Jq0xl . If you happen to be hiring I'd love to hear from you. Looking for something fun and new to do after a long sabbatical, working on cool open-source projects! https://ift.tt/CgWcdp4 Jan...

Show HN: Mafs – React components for interactive math https://ift.tt/RFUcBim

Show HN: Mafs – React components for interactive math https://mafs.dev/ January 2, 2023 at 09:39AM

Show HN: Banger–A Firefox extension to extend DDG's bangs https://ift.tt/5CxMRDO

Show HN: Banger–A Firefox extension to extend DDG's bangs Hello HN! I made this Firefox extension to extend upon DuckDuckGo's idea of bangs (check https://ift.tt/7PDKn8v if you aren't familiar with them) and also allow the use of any search engine with them. I found DuckDuckGo's bangs fascinating, but was disappointed by how little search engines inherit that feature. And on top of it, DuckDuckGo has the "!" bang that jumps to the first search result but other search engines offering bangs like Brave Search, searx, You.com don't seem to have that. I also thought that the "!" bang could be extended with the ability to jump to the first search result of a specific site, so I added the "!!" bangs in my extension that allow you to do just that (e.g. typing "!!mdn flatMap" will bring up the MDN page for flatMap). I also added a bunch of extra features like the ability to add custom bangs, ability to search in a search engine with t...

Show HN: Isitongamepass.gg https://ift.tt/Xy48bTK

Show HN: Isitongamepass.gg Xbox Game Pass is pretty amazing. However, the official website to list games is horrible. It takes forever to load, it's hard to navigate, and weirdly difficult to just look up if a game you care about is available on Game Pass. Enter https://ift.tt/co8eAHk - a super fast site where you can look up the current Game Pass roster. My goals going into it were speed and easily accessible information. Each card has a game title, a poster image, and the set of platforms it's available on. If you click on a card, it opens up a details view that has links to the store page for the game as well as a description and availability details. This is something I put together in my free time and is the first website I've built (although I'm a professional software engineer) so I have no doubt there are some bugs. If you run into something, please comment here or send me a DM. Same goes if you have ideas for improvements! A couple other random things: Why are ...

Show HN: Sierra, a DSL for building Java Swing applications https://ift.tt/EUTg4Hh

Show HN: Sierra, a DSL for building Java Swing applications Yes, I know hardly anyone uses Swing anymore. :-) I basically just did it for fun and thought I would share. https://ift.tt/psvIi8h January 2, 2023 at 12:10AM

Show HN: Detecting collision between 500k circles below 5ms https://ift.tt/2Nw8MBl

Show HN: Detecting collision between 500k circles below 5ms Heya. I created a flexible collision engine for broad detection in C that's also pretty fast. Personally that's my best, so I wanted to show it here. Although... still not as fast as DragonEnergy's one that supposedly handled millions of agents bouncing off each other every frame on an old i3, haha. I hope I get better at this! He set the bar pretty high for me. I was considering including some small function that tries finding the nearest entity, although I think it might be better to simply use query for that matter. Perhaps in the future I will get a good idea of how to do that more efficiently. This is not a clickbait. Although generally you also call other functions in a tick, a collision check between 500,000 circles ("circles", not "squares", because distance is checked and forces are applied based on the angle between) is done below 5ms on not really that demanding hardware. I achieve lo...

Show HN: Modreveal – Utility to find hidden Linux kernel modules https://ift.tt/CLnNugh

Show HN: Modreveal – Utility to find hidden Linux kernel modules https://ift.tt/sEplwCL January 1, 2023 at 07:02PM

Show HN: Lama2 - Plain-Text Powered REST API Client for Teams https://ift.tt/dUxb3ZV

Show HN: Lama2 - Plain-Text Powered REST API Client for Teams https://ift.tt/WqQPzxA January 1, 2023 at 05:36PM

Show HN: I created my AI clone based on 600.000 written words https://ift.tt/aMVszrF

Show HN: I created my AI clone based on 600.000 written words https://twitter.com/louis030195/status/1609487185602023426 January 1, 2023 at 01:21PM