Posts

Showing posts from January, 2023

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

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/pEGh2Um February 1, 2023 at 06:26AM

Show HN: Random Wikipedia Article iOS Shortcut https://ift.tt/TEvCfWA

Show HN: Random Wikipedia Article iOS Shortcut https://ift.tt/FhqdOea January 31, 2023 at 01:35PM

Show HN: GPT-3 generated Hacker News summaries in the style of n-gate.com https://ift.tt/1jpfUcF

Show HN: GPT-3 generated Hacker News summaries in the style of n-gate.com Just a fun experiment I did this morning for those who miss the n-gate.com commentary :D https://ift.tt/OyfiD8N January 31, 2023 at 01:31PM

Show HN: Convert ZigBee sensors to LPWAN sensors with LoRaBridge https://ift.tt/TwrMclC

Show HN: Convert ZigBee sensors to LPWAN sensors with LoRaBridge https://ift.tt/vOtafeP January 31, 2023 at 09:59AM

Show HN: Convert AI generated text to human generated https://ift.tt/y6ibnJI

Show HN: Convert AI generated text to human generated https://ift.tt/vGpBSEF January 31, 2023 at 08:52AM

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

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

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

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/5Gvjz2u January 30, 2023 at 03:54PM

Show HN: Diarycli https://ift.tt/rQF4csU

Show HN: Diarycli Having had good usage and some positive feedback on https://ift.tt/zOTxacJ , I decided to pack it into a pip package. Essentially, all this does is to make creating diary super simple in the CLI, and resulting diary organized in a nice /diary/year/month/date.md hierarchy. Having used this for a few years, I find this tool indispensable - I was never able to write diary consistently but once it was available via `diary` it became nature to utilize this to manage daily tasks at work and write personal reflections at home. https://ift.tt/PSZ0vc5 January 30, 2023 at 06:16AM

Show HN: small x86-64 assembler written in V https://ift.tt/ZBTpQoS

Show HN: small x86-64 assembler written in V https://ift.tt/X791iNc January 30, 2023 at 01:25PM

Show HN: A parser and browser for the recently published Lisa Source Code https://ift.tt/sxJ8Vdo

Show HN: A parser and browser for the recently published Lisa Source Code https://ift.tt/guAVM0C January 30, 2023 at 02:54AM

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

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/WKUd7lB

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/iatB4yY

Show HN: An online IDE that records your coding session https://ift.tt/mYqKiJ1 January 29, 2023 at 10:47PM

Show HN: I got unlimited airport WiFi access https://ift.tt/EkjgFtH

Show HN: I got unlimited airport WiFi access Most airports offer wifi in following variants: #1 unlimited free wifi access #2 time-limited free wifi e.g. 2 hours, after this one has to pay #3 pay upfront for wifi I happen to be in a #2 airport and figured that by changing my MAC address I should be able to circumvent the artificial limitation by the airport through knowing my initial MAC address. On my macbook though the commands ```sudo ifconfig en1 ether 00:e2:e3:e4:e5:e6``` don't seem to work after the year 2018 (thank you apple). After some search though I was able to change the MAC address https://ift.tt/A6M2bQS and enjoy now unlimited wifi while waiting for the airplane. January 29, 2023 at 03:03PM

Show HN: Published Thanks-Dependencies written in Rust https://ift.tt/zgl1raV

Show HN: Published Thanks-Dependencies written in Rust This only list dependencies(currently only supports cargo of Rust). You can use this lib if you want to list dependencies on your README :) https://ift.tt/lPD1jI3 January 29, 2023 at 02:22PM

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

Show HN: Reinventing the wheel, one product at a time https://ift.tt/sHXj4g5 January 29, 2023 at 10:55AM

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

Show HN: Display Fox Image in the Terminal https://ift.tt/1or3Oz5 January 29, 2023 at 10:00AM

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

Show HN: QuadSort, Esoteric Fast Sort https://ift.tt/mUG4Znh January 29, 2023 at 05:42AM

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

Show HN: I built a web app to generate Emacs and Vim themes from VSCode theme Screenshots: https://ift.tt/A9oJaYF Website: https://ift.tt/wGe9p7n Source: https://ift.tt/Ge6bLu1 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/gP1WvFD January 29, 2023 at 01:21AM

Show HN: I’m an introvert – made an app to help maintain connections with people https://ift.tt/4WUEuM7

Show HN: I’m an introvert – made an app to help maintain connections with people https://communiqai.com January 28, 2023 at 05:12PM

Show HN: AI Writing Check – Teacher Friendly GPT Detector https://ift.tt/LCTyJiI

Show HN: AI Writing Check – Teacher Friendly GPT Detector https://ift.tt/stYIFN1 January 28, 2023 at 04:12PM

Show HN: Clamshell- an experimental Python based shell https://ift.tt/qfVaLdY

Show HN: Clamshell- an experimental Python based shell About a month ago I started a suprisingly-not-that tricky project to build an experimental python repl that I could use instead of bash as a daily shell in windows, mac or linux. It"s more hack-for-exploration than a production ready shell, but here it is! Hope somebody finds it anywhere near as interesting to check out as I found making it. Disclaimer: I know about xonsh and love it (if you haven't heard of it, google it). This project is more pure python and less python and bash interacting - see the readme for more details. https://ift.tt/4HTajhs January 28, 2023 at 03:28PM

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

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

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

Show HN: Show HN: PlantUML based collaborative UML editor is now open source https://ift.tt/rhFi2WX January 28, 2023 at 05:55AM

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

Show HN: Gist for simplest dotnet cross platform audio player https://ift.tt/YCLSf9a January 28, 2023 at 12:24AM

Show HN: Interact with the terminal in plain English using GPT-3 https://ift.tt/ULVYFOp

Show HN: Interact with the terminal in plain English using GPT-3 https://ift.tt/7UTqEIk January 27, 2023 at 04:23PM

Show HN: How to bypass macOS setup and pair any Bluetooth keyboard https://ift.tt/2MpLlwE

Show HN: How to bypass macOS setup and pair any Bluetooth keyboard https://twitter.com/mittermayr/status/1618973506607382529 January 27, 2023 at 03:44PM

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

Show HN: Netflix Prices in 245 Countries https://ift.tt/BvxkKfz January 27, 2023 at 02:18PM

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

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

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

Show HN: Eye-controlled user interface for mobile https://ift.tt/tGnR7Y9 January 27, 2023 at 06:30AM

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

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/Gr71s56 January 27, 2023 at 04:43AM

Show HN: A.I. Runner https://ift.tt/pAr4G7H

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/EUiluP3 January 27, 2023 at 01:31AM

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

Show HN: Rest – Instant RESTful API on Any SQL Database https://ift.tt/tITGQy2 January 26, 2023 at 09:42AM

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

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/Z3q5VUz 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/vx2FPCA

Show HN: VSCode like editor in an extension. Make code alterations fast https://ift.tt/9Gj4Z1S January 26, 2023 at 06:50AM

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

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: GPTKit – ChatGPT and AI Generated Text Detection Tool https://ift.tt/9bFRshN

Show HN: GPTKit – ChatGPT and AI Generated Text Detection Tool Hey, HN community, We are thrilled to introduce GPTKit, our AI text generation detection tool that helps users identify human-written and machine-generated text. With GPTKit, detecting generated text is easy and accurate. Our tool uses 6 distinct methods to classify text with a 90% accuracy rate, based on testing a dataset of 100K samples. We would love to hear your thoughts on GPTKit, please give it a try and let us know your feedback. You can check it out at https://gptkit.ai Cheers! https://ift.tt/TL06Uzs January 25, 2023 at 10:57PM

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

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/gmWCiVK ) -a getting started checklist that helps a team get setup a...

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

Show HN: StackOverflow-Like for ChatGPT Prompts https://ift.tt/QWMDlh7 January 24, 2023 at 06:33PM

Show HN: Create QuickBooks Sale Receipt from 3rd Party Transactions https://ift.tt/Ll5S6zY

Show HN: Create QuickBooks Sale Receipt from 3rd Party Transactions Hello everyone. I created a very niche product for my payment gateway customers. They are struggling with the manual process of marking transaction(s) as received in QuickBooks for their franchisor reports and bookkeeping. Paysync.ca turns a manual process into an almost fully automated solution by turning a transaction into a Sale Receipt. We currently support NMi gateways or affiliated gateways and soon importing CSV files. If you are interested you can join the beta program at https://paysync.ca Hacker News registrants will be granted access in front of the line. Have a good day! https://paysync.ca/ January 24, 2023 at 07:12PM

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

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/4aAX7zb

Show HN: Semantic search and workflows for medical/scientific papers https://ift.tt/DmWfirB January 24, 2023 at 04:33PM

Show HN: Realtime GPU-powered implicit function plotter in your browser https://ift.tt/6sZ0NnT

Show HN: Realtime GPU-powered implicit function plotter in your browser https://plotf.xyz/ January 24, 2023 at 01:41PM

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

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

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

Show HN: Contribute to a Truly Open Social Network https://ift.tt/pFQb5Cm January 24, 2023 at 12:57AM

Show HN: Pybond – A spying and stubbing library inspired by bond (Clojure) https://ift.tt/2sWaQyv

Show HN: Pybond – A spying and stubbing library inspired by bond (Clojure) https://ift.tt/mAkaDXI January 23, 2023 at 09:02AM

Show HN: Shite: The little hot-reloadin' static site maker from shell https://ift.tt/r2RDJ6b

Show HN: Shite: The little hot-reloadin' static site maker from shell Or more precisely, my little site maker... It is a personal tool that I thoroughly enjoyed making, and enjoy using to write my website < https://evalapply.org >. A caveat before any more; nobody was supposed to promote this insanity. Like, terrible things have been done involving inotify and xdotool. But . It showed up on HN some months ago. That too while it was still, shall we say, fermenting. It got "done" some time thence, and of course one could not let the half-past just be . So here we are, for better or worse. Thank you HN mods for helping me repost! _\\// The README explains all, animated GIFs and whatnot. Some assorted highlights: - shite's, ah, "business logic" (except templates) is about 300 lines of Bash, written in Functional Programming style [^]. Pipeline all the things! - The innards won't surprise Perl/PHP/Shell gentleperson hackers from the last century. - The ...

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

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/lToVyaq ). 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/EgQm01P ) and Odoo App ( https://ift.tt/pTuiLGy ) (receipt, resume and ID document parsing, content moderation and translation) . Some other capabilities can i...

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

Show HN: Auto2FA – Autofill SMS 2FA codes anywhere https://ift.tt/Le2yHmX January 22, 2023 at 08:46PM

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

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 03:00AM

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

Show HN: Schedule flexible 1:1's or team meetings using AI https://ift.tt/6ap8NRg January 22, 2023 at 10:39PM

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

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/F9eyKQz January 22, 2023 at 07:15PM

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

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/rTJ9NCu... Girl with a pearl earring: https://ift.tt/rTJ9NCu... I integrated this new InstructPix2Pix model into imaginAIry (python library) so it's easy to use for python developers. https://ift.tt/k8Pz6Rl January 22, 2023 at 05:25AM

Show HN: Billionaire Activist Investor calling for more layoffs [pdf] https://ift.tt/aqGrkTe

Show HN: Billionaire Activist Investor calling for more layoffs [pdf] https://ift.tt/zLNe0YM January 22, 2023 at 01:57PM

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

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 08:05AM

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

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

Show HN: Kapow – Bootable x86 assembly game running in the browser https://ift.tt/4MAJ95r

Show HN: Kapow – Bootable x86 assembly game running in the browser In my first year of university I made an x86 assembly game for a course competition. I recently got the idea to get it working in DOSBox in order to be able to play it in a browser, and this is the result. Source code is here: https://ift.tt/CioUJc7 https://ift.tt/l3n0u74 January 21, 2023 at 06:34PM

Show HN: Smoosh – A Blazing Fast, Bit-Oriented Serializer https://ift.tt/SfJMgIN

Show HN: Smoosh – A Blazing Fast, Bit-Oriented Serializer Hi all! So a few weeks ago I decided to write a low latency serializer. That meant being very careful about runtime costs and the size of the resulting byte array (packet fragmentation limits). I'm pretty happy with the result, it's based off the excellent Flat library on Hackage, and the benchmarks look pretty good. Looking forward to hearing your feedback! https://ift.tt/qIbEARD January 21, 2023 at 01:47PM

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

Show HN: Mass Brawl ( WebGL/ClojureScript Game) https://ift.tt/QTjw9lR January 21, 2023 at 05:17PM

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

Show HN: A lightweight tRPC-like alternative https://ift.tt/kDyRAao January 21, 2023 at 07:59AM

Show HN: Linux and Windows CalDAV calendar client https://ift.tt/PCjWrv5

Show HN: Linux and Windows CalDAV calendar client Hello, I have been developing self hosted CalDAV calendar Bloben (https://bloben.com), which is now available also as standalone Electron desktop client for Linux and Windows. It is using same client and server code base with some changes like: - switching from PostgreSQL database to SQLite - requests are handled with IPC - no account management, just single user Why Electron app when there is already self hosted client? I think there are some people, who don't want all features from self hosted version and using desktop app might be easier for them or it is just better alternative (be it maintenance, security, features). Published versions are advised to be for testing purposes only due to possibly many bugs. They can be found here: https://ift.tt/kgdr3aj Main git repository is here: https://ift.tt/z0PaEsg Thank you and feel free to try it or ask if you are interested in anything. January 21, 2023 at 02:01PM

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

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/LNirmpw January 21, 2023 at 11:34AM

Show HN: Dopt – State machines and SDKs/APIs for your user flows https://ift.tt/Mt8OYaf

Show HN: Dopt – State machines and SDKs/APIs for your user flows Hi everyone, Dopt lets you visually model flows (which are state machines) to power your product’s onboarding and education experiences. We offer a React SDK that lets you create instances of those flows for any user of your product and exposes methods for transitioning the state of the user—effectively moving them through the flow. Dopt then acts as a persistence layer for the users' flow state. 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/vHKsnib - a getting started checklist that helps a team get setup and activated https://ift.tt/Wyk1i5r You ca...

Show HN: Rewrite a sentence or paragraph in Gen Z slang with the help of AI https://ift.tt/qXRT2cJ

Show HN: Rewrite a sentence or paragraph in Gen Z slang with the help of AI https://ift.tt/NDlKoLS January 20, 2023 at 07:43PM

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

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/3jFKRTr 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/90KNQc7 January 20, 2023 at 04:52PM

Show HN: A Rusty iOS Calculator Clone https://ift.tt/b8zeGiJ

Show HN: A Rusty iOS Calculator Clone A browser based iOS calculator clone, written in Rust, compiled to WebAssembly. Repository: https://ift.tt/JOHpTaC https://ift.tt/BUgqCxj January 20, 2023 at 01:54PM

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

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

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

Show HN: lakeFS – Version Control for Big Data https://ift.tt/yJ3apRh January 19, 2023 at 05:18PM

Show HN: DALL-E for Playlists https://ift.tt/t7JjQl6

Show HN: DALL-E for Playlists Natural language playlist is an AI tool that generates a Spotify playlist based on your prompt. https://ift.tt/t2OFsu0 January 19, 2023 at 08:11PM

Show HN: Alternative to ChatGPT with limited downtime and unlimited calls https://ift.tt/h1aGRZQ

Show HN: Alternative to ChatGPT with limited downtime and unlimited calls https://ift.tt/ZtqcbRp January 19, 2023 at 07:06PM

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

Show HN: DoomCheck: A tool for probabilistically estimating project size https://ift.tt/vOWGora January 19, 2023 at 03:51PM

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

Show HN: Retool Mobile https://ift.tt/AihglDZ January 19, 2023 at 04:31PM

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

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/qpTCHZa January 19, 2023 at 01:07PM

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

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/faXOnmN ) 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: Columnar store for fast, lightweight logging https://ift.tt/X4vVAdT

Show HN: Columnar store for fast, lightweight logging Founder here, Parseable is a lightweight log ingestion and query engine written in Rust. Parseable can ingest data from existing logging agents (FluentBit, LogStash, Vector, syslog-ng and more) using HTTP + JSON output. Ingested logs are stored as semi-indexed Parquet files (on disk or S3). You can query the data with builtin query engine using SQL or use a query engines of choice like Spark, Presto, Trino and so on. We also developed a Grafana data source plugin that lets you visualise log data via Grafana. Sample dashboard link in readme. As log data grew, our industry has responded with SaaS and fully managed offerings, but if you're looking for freedom, interoperability and full control over your data - there are no great options. With Parseable, we are looking to provide an strong, viable and FOSS alternative. https://ift.tt/Znx3BFi January 18, 2023 at 05:36PM

Show HN: A toy graphical Linux shell written in Java with Foreign Func&Mem API https://ift.tt/pB5i7nt

Show HN: A toy graphical Linux shell written in Java with Foreign Func&Mem API https://ift.tt/jrYFUbz January 18, 2023 at 06:16AM

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

Show HN: My daily workouts generated with ChatGPT https://www.aiwod.org January 18, 2023 at 10:16AM

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

Show HN: Metapict – TikZ like figures using Racket https://ift.tt/Uj41Ny6 January 17, 2023 at 11:00PM

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

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/Mfsxvhb January 18, 2023 at 02:28AM

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

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

Show HN: Otterkit – COBOL compiler for .NET https://ift.tt/MPD1sNp

Show HN: Otterkit – COBOL compiler for .NET I'm the lead developer of Otterkit. We've been working on this compiler for the past few months. The goal is to support the latest COBOL 2022 standard and compile it to C# (will support nativeAOT as well) Currently most of the work is being done on the parsing side of it to ensure that it can correctly parse all of the 2022 standard. We're almost done writing the parser, and will soon move to the codegen and runtime library. Please let me know what your opinion is on the project. I'll be here to answer any questions about it. We're also looking for contributors if anyone is interested in helping the project grow into a production ready compiler. https://ift.tt/6CV1zsB January 17, 2023 at 02:13AM

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

Show HN: Anonymous Feedback Tool for Teams https://runsignals.com/ January 16, 2023 at 10:53PM

Show HN: Gen AI career guide for software engineers https://ift.tt/1DzJ3UX

Show HN: Gen AI career guide for software engineers https://joingenai.com/ January 16, 2023 at 06:29PM

Show HN: Smooth-scrolling IBM retro ASCII text to soothe all your illusions https://ift.tt/pBrRdVZ

Show HN: Smooth-scrolling IBM retro ASCII text to soothe all your illusions https://ift.tt/zAgL0bN January 16, 2023 at 02:48PM

Show HN: VeloxDB Fast Object oriented DB for C# https://ift.tt/bVfmw0T

Show HN: VeloxDB Fast Object oriented DB for C# This is a project I have been working on with some friends for some time. We left our jobs in March to pursue it full-time, and now we have something to show. We built a database called VeloxDB (Velox means speed in Latin). VeloxDB is a fast, object-oriented, in-memory database for C# with an emphasis on correctness. Let me give a quick breakdown of all the terms involved: • "Fast": The whole database is built with performance in mind. We achieve 2.5 million ACID write transactions with an AWS c6a.8xlarge compute instance. • "Object-oriented": The DB offers an object-oriented interface, giving you an ORM-like experience. Your code is deployed within the database, reducing the overhead of communicating with the database to a minimum. • "In-memory": The entire dataset has to fit in memory, so if you have a 30GB database, you need 30GB of RAM. The data is still persisted on disk, so there is no data loss if the ...

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

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

Show HN: Caff.ai a Caffeine Manager for better sleep and more energy https://ift.tt/TkzqVYM

Show HN: Caff.ai a Caffeine Manager for better sleep and more energy Hey HN, I often don't know if I can have a coffee at 2pm and started logging my caffeine intake so I wouldn't be up until 2am. For me it was never as easy as a cut off time (ie stop coffee at 1pm) because I vary the amount and timing of my coffee day to day. I made an app that helps you stay in your custom 'daytime target range' and under your 'bedtime target' caffeine level. It can predict how much caffeine you'll have at bedtime and tell you what time your caffeine will be below a configurable sleepable level. I also added a feature that gives you a notification 30 minutes before you can have your last cup of coffee and still be under your bedtime target at bedtime. This helps you stay maximally caffeinated while minimizing the negative effects. I have over 600 drinks in my drinks list, and I'd appreciate any feature suggestions or tangential app ideas as well. https://ift.tt/8Mvx7RN ...

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

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/fB9qVWj January 15, 2023 at 11:19PM

Show HN: My Bookmarklet Editor https://ift.tt/LKZuHSn

Show HN: My Bookmarklet Editor https://ift.tt/hlTfCNI January 15, 2023 at 05:06PM

Show HN: Sysm lets you play custom sounds on specified events https://ift.tt/QR1YxpB

Show HN: Sysm lets you play custom sounds on specified events https://ift.tt/a0sxEXV January 15, 2023 at 09:54AM

Show HN: QoQo, your user experience AI companion https://ift.tt/YXgiODU

Show HN: QoQo, your user experience AI companion QoQo is an AI companion for UX designers, agencies, and organizations that helps them stay organized and save time. It has a wide range of features that can assist in streamlining workflows, improving collaboration and increasing productivity. https://ift.tt/xdMADJs January 15, 2023 at 02:13PM

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

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/FsJeuUd ). 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: RecoverPy 2.0: Recover deleted or overwritten files from your terminal https://ift.tt/xJE3Ru8

Show HN: RecoverPy 2.0: Recover deleted or overwritten files from your terminal Repo: https://ift.tt/x0wD8vd 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: Kody Tools – I developed 300 tools in 6 months https://ift.tt/Ao8nFbt

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/3xrEZs5 January 14, 2023 at 06:15PM

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

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

Show HN: Hacker News Without News https://ift.tt/oCs2D5p

Show HN: Hacker News Without News https://ift.tt/LMlQ9h1 January 14, 2023 at 01:19PM

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

Show HN: Made a GPT-3 powered Chrome extension to explain code anywhere https://ift.tt/yQWcfVH January 14, 2023 at 07:33AM

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

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 03:46AM

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

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/8t2ubaZ January 13, 2023 at 04:31PM

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

Show HN: An AI Assistant for Obsidian https://ift.tt/GrwtuJg January 13, 2023 at 09:59AM

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

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

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

Show HN: Golang Configuration Library https://ift.tt/uTC7kow January 13, 2023 at 08:08AM

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

Show HN: Automate any software and website with no-code editors and Python https://ift.tt/PCj3sOk January 12, 2023 at 10:48PM

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

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

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

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/gaxIpEh... Please let me know if you figure out any useful prompts. https://ift.tt/NzQAu9F January 12, 2023 at 09:13AM

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

Show HN: SheetHub – Turn your Excel formulas into APIs https://sheethub.io/ January 12, 2023 at 11:02AM

Show HN: Get a verifiable human proof seal for your content https://ift.tt/MIPaYQE

Show HN: Get a verifiable human proof seal for your content Get a unique seal and url that is verifiable. Display a unique badge next to your content that proves there is a human behind the content. https://ift.tt/uO28ypN January 12, 2023 at 02:43PM

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

Show HN: Mapperly – A .NET source generator for object to object mappings https://ift.tt/fOl3LkZ January 12, 2023 at 11:39AM

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

Show HN: Basti – connect to AWS DBs with no idle cost. No SSH keys. IAM-driven https://ift.tt/9G2fzpb January 12, 2023 at 11:34AM

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

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: Simple Mind Map App https://ift.tt/zhfbILS

Show HN: Simple Mind Map App https://ift.tt/knDILK6 January 11, 2023 at 10:46AM

Show HN: Python with Rust powers https://ift.tt/0Owqva7

Show HN: Python with Rust powers https://ift.tt/xiloyek January 11, 2023 at 11:13AM

Show HN: Grila – Calendar for keyboard addicts, always one keypress away https://ift.tt/hMqrgYo

Show HN: Grila – Calendar for keyboard addicts, always one keypress away https://ift.tt/ESUdHqf January 11, 2023 at 07:49AM

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

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/gZ5lLh0 [3] https://ift.tt/xoUrLGn [4] https://ift.tt/tpMSBVg... [5] https://ift.tt/h3qREeH https://ift.tt/5SI0fuq January 10, 2023 at 09:03PM

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

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

Show HN: ToolJet 2.0 – Open-source alternative to Power Apps and Retool https://ift.tt/JXRG3uK

Show HN: ToolJet 2.0 – Open-source alternative to Power Apps and Retool https://ift.tt/cV8deHs January 10, 2023 at 12:33PM

Show HN: Save and organize Twitter threads locally from the command line https://ift.tt/ZdR1KxI

Show HN: Save and organize Twitter threads locally from the command line I built a tool for saving and viewing a local copy of any Twitter thread and thought I'd share it here. thread-safe is a simple CLI that combines all of a thread's contents (including each tweet's text, links, and media attachments such as images and videos) into a locally generated HTML file that can be used to display the thread locally in a browser at any time. The HTML file, all attachments, and a JSON data file are saved to the local filesystem for any use or simply as an archive. This provides a simple way to save threads of interest without having to use a third-party app that needs access to your Twitter account (or vice-versa) and forces you to reply to the thread to "unroll" or otherwise save a copy. By using a dedicated directory for all generated files, thread-safe can be used to maintain a local library of saved threads that can easily be searched using standard commandline tooli...

Show HN: PipeScore – FOSS Bagpipe Notation Software https://ift.tt/TsmcbtO

Show HN: PipeScore – FOSS Bagpipe Notation Software I've been working on some version of this since May 2019. It is a web app that allows writing out music for the Highland bagpipe. While it uses the same notation as normal music, bagpipe music tends to have a greater focus on gracenotes (embellishments). Most music software does not deal with this very well (e.g. MuseScore just displays a list of every single possible embellishment, of which there are hundreds [1]). PipeScore instead takes advantage of the fact that the form of many embellishments is dependent on the notes adjacent to it, allowing it to reduce the number of options down to just 13. Questions/comments welcome! [1] https://ift.tt/lm3NrVs... https://ift.tt/fI5v8Cu January 10, 2023 at 01:10AM

Show HN: FixScript, an embedded/standalone language with custom syntax additions https://ift.tt/dofiPIB

Show HN: FixScript, an embedded/standalone language with custom syntax additions Hello, I want to introduce you to a programming language that I've been working on for a few years and is ready to be shared with a broader community. Feel free to ask any question about it, it's hard to describe what it is all about in a single blog post. For examples of a more complex code I recommend looking into to the "src" directory in the SDK. And here are some documentation links: https://ift.tt/Tpl36ac https://ift.tt/fBAGR1M https://ift.tt/KRESZFb January 9, 2023 at 08:56PM

Show HN: How to create a 3D space using CSS https://ift.tt/1sgaUIG

Show HN: How to create a 3D space using CSS https://ift.tt/F61LD9z January 9, 2023 at 09:16PM

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

Show HN: Product analytics on your data warehouse https://ift.tt/MpS0Ets January 9, 2023 at 08:57PM

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

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/QSqevEy January 9, 2023 at 03:01PM

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

Show HN: I wrote a WebAssembly Interpreter and Toolkit in C https://ift.tt/Hu6dZcR January 9, 2023 at 03:02PM

Show HN: Timezones Calculator App https://ift.tt/4OAKCIF

Show HN: Timezones Calculator App Helpful tool for remote work to track time in different cities https://ift.tt/v5lcGwu January 9, 2023 at 11:34AM

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

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

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

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/uWXdGzL

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/BUKgJNI January 8, 2023 at 07:49PM

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

Show HN: Kweb: A remote interface to the web browser's DOM https://ift.tt/qpa5Ehd January 8, 2023 at 11:14AM

Show HN: I created a Udemy course about How to extend Keycloak(programmatically) https://ift.tt/nBq83V7

Show HN: I created a Udemy course about How to extend Keycloak(programmatically) I summarized everything I learned while working on Keycloak during the past years https://ift.tt/F1lyuG7 January 8, 2023 at 03:55PM

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

Show HN: jc - Meta-program C with JavaScript https://ift.tt/9banElZ January 8, 2023 at 04:47AM

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

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/hsSBcEe

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

Show HN: Simple web app for kids to control a single Philips Hue light https://ift.tt/UfTqwRI

Show HN: Simple web app for kids to control a single Philips Hue light I got my 7-year-old daughter some Philips Hue lights strips for Christmas. Once installed, I realized it might not be a good idea to open up the entire HomeKit setup to her, but I did it anyway. Just two minutes later, the smoke alarm test went off! Happy holidays. A bit of research brought up some apps with "kid lock" features, but none felt simple enough to be kid-friendly. Fast forward a few days, and I just released a simple web app and server component. Feel free to give it a spin at https://ift.tt/d2qRJw3 https://ift.tt/d2qRJw3 January 7, 2023 at 04:40PM

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

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/Sw5ah1O January 7, 2023 at 04:02PM

Show HN: Connmap – Desktop widget that shows your TCP peers on a world map https://ift.tt/OWqjUKX

Show HN: Connmap – Desktop widget that shows your TCP peers on a world map https://ift.tt/5aLgq7M January 7, 2023 at 02:59PM

Show HN: I Market-Make AWS Cloud Contracts to Save Companies $40M+ https://ift.tt/UrBncq5

Show HN: I Market-Make AWS Cloud Contracts to Save Companies $40M+ Hey HN: Kaveh here, the founder of https://www.usage.ai/ We help companies drive down AWS EC2 spend by buying and selling 3-year no-upfront reserved instances. Why? Because there's almost no liquidity on the AWS EC2 RI Marketplace and it can take a while, if at all, to sell an RI if you need to stop using one. Previous to founding Usage, I worked at JPMorgan Chase as a summer analyst. Here's how it works: We are typically brought in by a DevOps manager to cut AWS EC2 costs. The app is entirely self-service and the savings are generated automatically, typically we do this live on a call. On average, we reduce AWS EC2 spend by 50% for 5 minutes of work. To reduce by 50%+, we've built a pool of reserved instances that's shared across our pool of customers. When a customer scales up their EC2s, Usage buys RIs. When a customer scales down their EC2s, Usage sells RIs. At this point, we've saved companies t...

Show HN: ACOS: Build and share competitive turn-based browser games https://ift.tt/XYPLQCV

Show HN: ACOS: Build and share competitive turn-based browser games Hi everyone, This is a little tech demo I've been working on the past 2 years. It's been up for 1 year now, and has since had a few major updates. I have a soft spot for games with ranking systems, and I wanted an easy way for developers to create games with the competitive element abstracted away. The current games are built with ReactJS, so it's pretty easy to onboard if you are a web developer. All games developed for ACOS come with these features: - Real-time turn-based for browser - Simulator for game development - Client / Server architecture - Easy multiplayer with simple JSON game state update - Single player, Team-based, Battle Royale, and Free-for-all games supported - Matchmaking for Rank / Casual play - Room Scoreboard - Game Replays of every match - Error Logs - Global Rankings - Global Top Scores - GitHub Integration with acosgames organization - Discord Integration for matchmaking / game even...

Show HN: Codeium: Free Copilot alternative that works in Jupyter notebooks https://ift.tt/aHqpKoI

Show HN: Codeium: Free Copilot alternative that works in Jupyter notebooks I'm Varun from the Codeium team. We are super excited to bring free AI-powered code autocomplete to standalone Jupyter notebooks, a dev environment that is currently underserved by existing solutions. And in the spirit of Show HN, we have a playground version for anyone to try the tech in the browser without any installation (linked in the blog post)! https://ift.tt/SLwXdIN January 6, 2023 at 09:49PM

Show HN: I spent 2 years building Tablane as a 17-year-old https://ift.tt/waFSpeq

Show HN: I spent 2 years building Tablane as a 17-year-old Hi HN community, I'm Marcus, a 17-year-old Software Engineer from Germany. For the past two years I've been working on Tablane [0]( https://ift.tt/bWv6oED ) a task/project management tool, with features like: - Collaborative Editing (google docs) - Optimistic updates with RTK Query - Realtime sync with Socket.io - An awesome design Let me know what you think! Ask me anything! How I got here: 2020: I was developing a TTT [1] (Trouble in Terrorist Town) plugin for my minecraft server, when I started to require a project management tool to keep track of the features I wanted to implement, originally I used a text file, but after some time I started using products like ClickUp and Monday. But not long after I hit several paywalls for features that I wanted to use (Custom Status, Limited Number of Boards, ...) Soon after Tablane (originally task-board) was born. I started building the website using plain HTML, then found out...

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

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/urZSpkP Check out our ProductHunt launch here: https://ift.tt/HZa0ixS https://ift.tt/XaR96S3 January 6, 2023 at 06:52PM

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

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

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

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 06:14AM

Show HN: AREnets – TensorFlow-based Relation Extraction kit for work in Colab https://ift.tt/1vO7aMU

Show HN: AREnets – TensorFlow-based Relation Extraction kit for work in Colab https://ift.tt/iqxOEbJ January 6, 2023 at 12:29AM

Show HN: Laravel API Boilerplate https://ift.tt/yEWNj8Z

Show HN: Laravel API Boilerplate https://ift.tt/fBYMzPH January 5, 2023 at 04:08PM

Show HN: GPTDuck – Ask questions about any GitHub repo https://ift.tt/Rwo7cN2

Show HN: GPTDuck – Ask questions about any GitHub repo https://ift.tt/1qUZQyX January 5, 2023 at 05:47PM

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

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/qCh2LSe ) 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/0J7GtOo January 5, 2023 at 05:02PM

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

Show HN: Install and use multiple versions of FFmpeg with asdf https://ift.tt/ZxfP6cB January 5, 2023 at 01:54PM

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

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

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

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/REwOWyf January 5, 2023 at 09:26AM

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

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

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

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

Show HN: Sit. https://ift.tt/MX8mnlE

Show HN: Sit. https://sit.sonnet.io January 4, 2023 at 03:50PM

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

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/ATo7jUR https://hacker.gifts/ January 3, 2023 at 10:16PM

Show HN: Create beautiful videos from screenshots or pdf in seconds https://ift.tt/JsWrEbU

Show HN: Create beautiful videos from screenshots or pdf in seconds https://screenrun.app/ January 3, 2023 at 10:39PM

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

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 07:48PM

Show HN: Ad Auris Play. Turn articles into audio and listen on Spotify https://ift.tt/JYhi4ja

Show HN: Ad Auris Play. Turn articles into audio and listen on Spotify https://ift.tt/GgwjhWV January 3, 2023 at 08:14PM

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

Show HN: Build web apps using HTML, no JavaScript required https://ift.tt/yomHKlW January 3, 2023 at 03:41PM

Show HN: Triangle Habits https://ift.tt/4XEqKOZ

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/5NmGboq January 3, 2023 at 02:35PM

Show HN: built an e-ink pregnancy tracker https://ift.tt/jEdCsLN

Show HN: built an e-ink pregnancy tracker https://ift.tt/I6PQVDS January 2, 2023 at 11:31PM

Show HN: A UNIX-ey Interface to GPT3 https://ift.tt/RtJkjKM

Show HN: A UNIX-ey Interface to GPT3 I wanted a more accessible way to play with GPT3, and as I spend a lot of my time in the terminal, this was a fun way! Check out the examples section to see some use cases. https://ift.tt/EbCYirn January 2, 2023 at 05:32PM

Show HN: Pixletters – Word guessing puzzle game where used pixels give you clues https://ift.tt/u1UxSC0

Show HN: Pixletters – Word guessing puzzle game where used pixels give you clues https://pixletters.com January 2, 2023 at 04:46PM

Show HN: haystack – open-source workplace search engine for devs https://ift.tt/6oBKv0j

Show HN: haystack – open-source workplace search engine for devs https://ift.tt/7z9Gkhm January 2, 2023 at 04:14PM

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

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/IXVBwg9 , 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/Sh3H2DZ . 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/M9vai6V Jan...

Show HN: Block positive reinforcement from HN with uBlock https://ift.tt/5pTnDxj

Show HN: Block positive reinforcement from HN with uBlock Inspired by the nytimes post "Luddites don't want your upvotes", and presumably being a Luddite myself, I have used uBlock to block my Karma score at the top of the page. I found myself (on old account) reflexively checking my Karma score and found myself responding emotionally to it. I do not like this. Positive reinforcement can be a dangerous thing! And negative reinforcement make me feel a bit crap. I'm going to post what I think is the right thing, votes be damned! However I do see the use of downvotes for getting rid of stupid comments and spam as a good thing. I see the use of down/upvotes for political ideologies as a bad thing. SO, I simply used uBlock to permanently block "Karma" across HN topbar. Simply go to uBlock icon, press Element Picker Mode (the eyedropper), select the Karma number, and select the Create button. Done. January 2, 2023 at 03:09PM

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

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

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

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/ZEHaeb8 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: InterviewFrog – Gamify Your Interview Prep With GPT A.I https://ift.tt/ReC6toT

Show HN: InterviewFrog – Gamify Your Interview Prep With GPT A.I https://ift.tt/MaloHri January 1, 2023 at 05:40PM

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

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/l9hasxb

Show HN: Modreveal – Utility to find hidden Linux kernel modules https://ift.tt/qMCkDpY January 1, 2023 at 04:32PM

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

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

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

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