Posts

Showing posts from August, 2022

Show HN: Encrypted Git hosting should be easy https://ift.tt/8lTdBwK

Show HN: Encrypted Git hosting should be easy https://ift.tt/7EeWZUn September 1, 2022 at 05:12AM

Show HN: Restfox – A web based HTTP client inspired by Insomnia and Postman https://ift.tt/zsf8Dh1

Show HN: Restfox – A web based HTTP client inspired by Insomnia and Postman Hey HN, I built this because I wanted a portable version of Insomnia I could access anywhere I am, without installing anything. The application is a PWA, so it will not load resources again after the first load, unless there's an update. It uses IndexedDB and loads quite fast even with a lot of nested requests and folders. Import from Postman and Insomnia is available making it easy to import your pre-existing request collections. Only limitation is that it only supports CORS enabled endpoints for now. I plan to add cors proxy support later on. There is of course the electron build ( https://ift.tt/hcQqtHs ), which can be used to bypass cors but that kinda defeats the portability of the app but it is an option. GitHub repo: https://ift.tt/SGfekZ7 https://restfox.dev August 31, 2022 at 10:46PM

Show HN: Reach 100 – a (unsolvable?) puzzle game https://ift.tt/aHFsGVO

Show HN: Reach 100 – a (unsolvable?) puzzle game I recently remembered a game we used to play with pen and paper some 20 years ago, where you need to fill a 10x10 grid writing numbers in the grid up to 100 following 2 simple rules. After showing it to my kids I thought it would be nice to adapt it digitally so that they could play it more often (not needing to draw the grid etc.) and so that other people could play it as well. What I'm really interested in with this submission (beyond general feedback) is wether anybody knows the origin of the game and if it's solvable. Because that's the catch, my highest score of all time is 97 and it doesn't seem to be possible to go higher. I have the feeling this game is an adaptation of a more general problem and probably has its origin in some lecture. So, once again, if you know where it comes from I'd be really grateful. Alternatively I would love to know if there is a possibility to prove if it's solvable or not. (It...

Show HN: Scittle – run Clojure directly from browser script tags https://ift.tt/3VZSbxT

Show HN: Scittle – run Clojure directly from browser script tags https://ift.tt/UaOA5WR August 31, 2022 at 11:34PM

Show HN: Bankrank.io – Search hundreds of bank accounts to find the best rates https://ift.tt/76gsJzw

Show HN: Bankrank.io – Search hundreds of bank accounts to find the best rates https://bankrank.io September 1, 2022 at 12:02AM

Show HN: IdleGC – Idle-time garbage collection for Crystal (Reduce memory usage) https://ift.tt/smDKp3n

Show HN: IdleGC – Idle-time garbage collection for Crystal (Reduce memory usage) https://ift.tt/2Z3tdN1 August 31, 2022 at 08:03AM

Show HN: Cppq – Simple, reliable and efficient distributed task queue for C++17 https://ift.tt/DyFjEAp

Show HN: Cppq – Simple, reliable and efficient distributed task queue for C++17 https://ift.tt/dJCHFSi August 31, 2022 at 01:20AM

Show HN: Go, JSON, Streaming and Generics https://ift.tt/l5Yriz6

Show HN: Go, JSON, Streaming and Generics I needed an easy way of handling large JSON blobs (200MB+) which I found is easy, but very verbose, using encoding/json. Dealing with deeply nested structs was a real pain so I wrote myself a wrapper around it - https://ift.tt/Hxt9kgq - thanks to generics it can be very thin. https://ift.tt/Hxt9kgq August 30, 2022 at 11:36PM

Show HN: AutoHotkey for Linux https://ift.tt/SYxrClO

Show HN: AutoHotkey for Linux https://ift.tt/dCUcN5R August 31, 2022 at 12:56AM

Show HN: Octet Video – Ultra fast video transcoding, 50% cheaper than AWS https://ift.tt/Mg9Yixy

Show HN: Octet Video – Ultra fast video transcoding, 50% cheaper than AWS https://octet.video/ August 30, 2022 at 11:51PM

Show HN: Ubähnchen – Animated subway map of Berlin https://ift.tt/QKo4ONt

Show HN: Ubähnchen – Animated subway map of Berlin https://ift.tt/ycBNkeq August 30, 2022 at 11:54AM

Show HN: Readerize - Like Google Reader, but without RSS https://ift.tt/5I1kfS2

Show HN: Readerize - Like Google Reader, but without RSS https://readerize.com/ August 30, 2022 at 08:23AM

Show HN: My unusual personal resume. Would appreciate feedback and anything else https://ift.tt/HrZSew1

Show HN: My unusual personal resume. Would appreciate feedback and anything else https://ift.tt/9ogcSve August 30, 2022 at 01:39AM

Show HN: API access to electricity grid data in US https://ift.tt/eO4jCnM

Show HN: API access to electricity grid data in US https://ift.tt/kdDM2nW August 30, 2022 at 12:43AM

Show HN: I used DallE to create default avatars on my Creator community website https://ift.tt/6lnzrfI

Show HN: I used DallE to create default avatars on my Creator community website I'm an indie dev and I built a community for creators to get together and collaborate with each other. Mostly for amateur creators, but some famous ones use it as well. It has about 700k users so far. There are about 100k of those users who don't bother to upload an avatar, so they've had a boring default avatar for nearly 7 years. Today, I used my credits on DallE to do make them a bit more fun. Since the creators self-identify, I was able to create specific kinds of avatars for them. For example, if a creator is a writer, my DallE prompt would be: "an oil painting portrait of a serious-looking owl, standing in front of a typewriter" Voice Actor: "oil painting portrait of a robot who is made out of a microphone, wearing a hat and headphones" Comic Illustrator. This one was a little more tough, so I chose 'tablet' as my key object: "Oil painting portrait of a bro...

Show HN: SaaS for analyzing Bitcoin price movements https://ift.tt/atPEeTX

Show HN: SaaS for analyzing Bitcoin price movements Hello everyone! Our software offers a SaaS for analyzing Bitcoin price movements. We built an MVP model which recognizes levels in which BTC is at the top or bottom of the cycle. It is primarily intended for investors who are not financially sophisticated as a possible help to protect their investment. A short story about the creation of the product: A few of us, friends and ourselves, have always been maddened by the regular loss of the largest part of unrealized profit during bear markets which tend to be very hard on retail investors.On the other hand, a lot of friends blindly invested into bitcoin at ridiculous price levels based on hypes, bad instagram and YouTube influencers and mouth of word. We think that a large part of BTC and crypto investors live in a similar situation. With this goal, we teamed up with experts in the field of data science and finance, and created an algorithm that gives the BTC price score based on crucia...

Show HN: Lost Pixel – visual regression testing framework for modern web https://ift.tt/OpUcYNS

Show HN: Lost Pixel – visual regression testing framework for modern web https://ift.tt/BlCfoQr August 29, 2022 at 05:47PM

Show HN: Red Mail – Advanced email sender for Python https://ift.tt/mvtJLcu

Show HN: Red Mail – Advanced email sender for Python https://ift.tt/vURbTZn August 29, 2022 at 02:56PM

Show HN: An Audio Introduction to Nick Bostrom https://ift.tt/wrD0sR7

Show HN: An Audio Introduction to Nick Bostrom I'm working on this because I think Bostrom's work is extremely important, and deserves a wider audience. I first read Bostrom's work in 2010, during my undergraduate degree. It has been a major influence on many of the projects I've worked on since then. In particular, the many years I've spent working at 80,000 Hours. (80,000 Hours is a career advising service which—among other things—helps people act on Bostrom's ideas about the urgency of addressing existential risks posed by emerging technologies, such as artificial intelligence and biotechnology.) https://ift.tt/ut17nmI August 29, 2022 at 02:22PM

Show HN: Meal planning, auto grocery lists and recipe/ingredient encyclopeidia https://ift.tt/6d9BKMf

Show HN: Meal planning, auto grocery lists and recipe/ingredient encyclopeidia https://www.reciped.io/ August 29, 2022 at 11:02AM

Show HN: I built a quizlet clone in 2 hours https://ift.tt/GIRCuYL

Show HN: I built a quizlet clone in 2 hours Quizlet, a popular tool among high schoolers and college students used to study for tests recently made it's core functionality paid. In an era where Autodesk, Adobe, and Microsoft hold their proprietary software to their chests, it's exciting to see opensource alternatives come to compete with them. I'm 15, and I'm excited to do my part to keep education free for everyone. https://ift.tt/Igs5K4t August 29, 2022 at 04:49AM

Show HN: HR-101 / Game that trains HRs to spot 100x developers https://ift.tt/gduC9vh

Show HN: HR-101 / Game that trains HRs to spot 100x developers https://ift.tt/3GQRv1I August 29, 2022 at 03:03AM

Show HN: A distributed computing Linux distro with batteries included https://ift.tt/HNwG3lm

Show HN: A distributed computing Linux distro with batteries included https://ift.tt/p8QcytP August 29, 2022 at 01:24AM

Show HN: Convert VHDL to Verilog using GHDL (+ first evaluation) https://ift.tt/ZNciHQV

Show HN: Convert VHDL to Verilog using GHDL (+ first evaluation) https://ift.tt/MHk9e6Z August 28, 2022 at 11:15PM

Show HN: Accept payments in crypto on your website (5 lines of code) https://ift.tt/EPgILf5

Show HN: Accept payments in crypto on your website (5 lines of code) https://payonix.io/ August 28, 2022 at 01:57AM

Show HN: A piano chord reference tool https://ift.tt/vtY5sbh

Show HN: A piano chord reference tool https://pianochord.io/ August 28, 2022 at 01:23AM

Fox News Breaking News Alert

Fox News Breaking News Alert Supreme Court lets Texas abortion law stand for now, allows lawsuit from abortion providers to proceed 12/10/21 7:15 AM

Show HN: Make Any CLI into a GUI in Acme https://ift.tt/5LsknCg

Show HN: Make Any CLI into a GUI in Acme Hey HN. I've become enamored with the Acme editor. It's fascinating because it turns the Vim paradigm on its head: instead of maximizing your use of the keyboard, maximize your use of the mouse. I think this helps optimize for information management, as opposed to text manipulation. I realized a lot of the CLIs I use have the same structure, and with a small program I could convert them into GUIs inside Acme and make them much easier to use. Let me know what you think. https://ift.tt/V3sF81K August 28, 2022 at 12:45AM

Fox News Breaking News Alert

Fox News Breaking News Alert Inflation spikes to 39-year high as prices soar 12/10/21 5:38 AM

Show HN: A Minimal PHP Wiki https://ift.tt/H5v2EcK

Show HN: A Minimal PHP Wiki First, I'm by no mean a programmer. Second, I am reading HN for years, just registered to make this public and see if it can be useful for someone. I have nothing to gain monetary. A while ago, I decided that no blogging system was simple enough and I looked for a small wiki to use as a CMS/blog. Found WikWiki on C2.com and I mixed it with some basic Markdown syntax, a minimal template and added password protection. The result is a single php file, no database and no dependencies. Code is a mess, not modulable, probably wrong in so many ways, but it can probably used by some as personal notepad, wiki, CMS, blog, etc. Any comments appreciated. https://ift.tt/k0WELin August 27, 2022 at 02:46AM

Show HN: Browse Hacker News on your Kindle via browser for free https://ift.tt/eUiJ6K4

Show HN: Browse Hacker News on your Kindle via browser for free tl;dr: Go to kindlehnbeta.pythonanywhere.com on your Kindle’s browser. I wrote a wrapper over hackernews that allows me to browse it on my Kindle. Simply visit kindlehnbeta.pythonanywhere.com on your Kindle’s browser. You’ll be able to view top stories, the comments within them and even the article content that the stories link to. The articles are parsed by a library that makes its best attempt to extract the main content. I only own a Kindle Oasis (10th Generation) and thus have only tested this on it. I’d imagine it looks fine on other Kindles, but you’ll have to tell me. Link to screenshots: https://ift.tt/y0vJ32V Really, I made this for myself as a quick solution for a personal need. But it seems like there are a few of you out there that would enjoy this as well. So I am making this public for others to try out. Let me know if this is something you actually want to use. If so, and the reception is positive, then I wi...

SHOW HN: Subreddit Finder – find subreddits based on a topic https://ift.tt/kmqQoeX

SHOW HN: Subreddit Finder – find subreddits based on a topic https://ift.tt/2zmvusL August 27, 2022 at 04:48AM

Show HN: Prisma by Example – Interactive Playground https://ift.tt/LAoqrgB

Show HN: Prisma by Example – Interactive Playground https://ift.tt/VKnz7h5 August 27, 2022 at 01:30AM

Show HN: Build dashboard boxes with charts and numbers in Jupyter Notebook https://ift.tt/yRr0fSu

Show HN: Build dashboard boxes with charts and numbers in Jupyter Notebook https://ift.tt/Ja8QzVr August 27, 2022 at 12:10AM

Show HN: I released an indie racing game https://ift.tt/S04MvND

Show HN: I released an indie racing game It took me 20 months to develop it in my spare time https://ift.tt/jecVX5q August 26, 2022 at 11:40PM

Show HN: Blockchain Payouts Management https://ift.tt/SUvMNKX

Show HN: Blockchain Payouts Management https://twitter.com/usepayouts August 25, 2022 at 11:54PM

Show HN: We made an open-source visual data ETL https://ift.tt/gvKn1tZ

Show HN: We made an open-source visual data ETL https://ift.tt/cfkXAIR August 25, 2022 at 10:42PM

Show HN: CBC Lite, a low-bandwidth CBC news site, built with Nextjs https://ift.tt/8GHe2BI

Show HN: CBC Lite, a low-bandwidth CBC news site, built with Nextjs Hello! I’m Cole, a developer at CBC, the Canadian public broadcaster, and we’re proud to share CBC.ca/lite, a low bandwidth-focused news service. Try CBC.ca/lite/news/world for more globally relevant news. I’ve written a short post on r/reactjs with some details on the site’s features and how it's built for those interested. https://ift.tt/oZKXGlB... Thank you! https://ift.tt/6z5jFtQ August 25, 2022 at 06:47PM

Show HN: FRPC – A Faster, More Flexible RPC Framework https://ift.tt/bSvUl2O

Show HN: FRPC – A Faster, More Flexible RPC Framework Today we're announcing frpc-go, an RPC framework that's designed from the ground up to be lightweight, extensible, and extremely performant. In an apples-to-apples comparison fRPC outperforms gRPC by more than 4x, doing more than 2 million RPCs/second on a single node. Check out our docs site at https://frpc.io ! https://ift.tt/j2hxRaZ August 25, 2022 at 06:36PM

Show HN: Commandline tool for protecting data using TouchID+Secure Enclave https://ift.tt/3LgkSwp

Show HN: Commandline tool for protecting data using TouchID+Secure Enclave Toucli is a tool I made to solve a specific problem on my personal MacBook, where I had to pass in sensitive data like API keys to 3rd party applications on the commandline, but wanted to encrypt those keys on disk and require the physical presence of TouchID to decrypt/access them. As I state in the readme, for production and office environments a proper external system would be better, but for my single personal machine Toucli solved my problems without needing any external running service. It was also an excuse to use Swift and Xcode for the first time, which I had wanted to do for some time. https://ift.tt/ZzCw7TE August 25, 2022 at 12:17PM

Show HN: Bob-Editor https://ift.tt/YSMux0E

Show HN: Bob-Editor https://ift.tt/xc5V8gd August 25, 2022 at 04:56AM

Show HN: DataLemur – Ace the SQL Interview! https://ift.tt/vATpoLj

Show HN: DataLemur – Ace the SQL Interview! I just launched a new free SQL practice platform today called DataLemur! I'm the author of Ace the Data Science Interview, and a lot of our readers wanted to practice the SQL questions from the book, so we decided to make DataLemur free and open! Even if you aren't job hunting, these tricky SQL questions are pretty fun to practice on. https://datalemur.com/ August 25, 2022 at 12:58AM

Show HN: New UI for Ec2instances.info https://ift.tt/2MYUEcu

Show HN: New UI for Ec2instances.info Hey HN, 10 years after the project began we have updated the UI for the cloud server comparison site known as EC2Instances.info. This refresh brings a sticky filter bar so you can scroll and see what filters are applied, a more compact navbar, and improved UX for comparing instances. I've also fixed numerous long standing UI bugs including: comparisons now load correctly on RDS and ElastiCache, sort by max ENI works, sort by RDS instance storage works, and all dropdowns have consistent behavior. For maintainers and contributors, all the frontend libraries are upgraded to their latest versions, https://ift.tt/oxHtnbs . Going forward, we are aware that the homepage size is quite large and have plans to address this. We have tried to be good stewards of this project and evolve it carefully. Eager to hear what you think of the new UI! https://ift.tt/HyZ09Sw August 24, 2022 at 11:59PM

Show HN: The Handler: My Eight Key Handheld “Dream” Keyboard https://ift.tt/I2xJea8

Show HN: The Handler: My Eight Key Handheld “Dream” Keyboard https://ift.tt/W2X0rpc August 24, 2022 at 06:33PM

Show HN: Fuzz Map – a GUI fuzzer, interactive demo https://ift.tt/vfYwyUx

Show HN: Fuzz Map – a GUI fuzzer, interactive demo https://ift.tt/Ka4CJfZ August 24, 2022 at 05:41PM

Show HN: MassCode v3 – an open source code snippets manager for developers https://ift.tt/UnjWeb4

Show HN: MassCode v3 – an open source code snippets manager for developers https://masscode.io/ August 24, 2022 at 02:15PM

Show HN: I Launched a “Product Design as a Service” SaaS Startup https://ift.tt/pBbxEQD

Show HN: I Launched a “Product Design as a Service” SaaS Startup Are you planning your next design project, but you are tired of waiting months to recruit freelancers and design agencies are way too expensive? An alternative is now available. Designline.co is a fast and easy way to turn your ideas into premium designs, for one fixed monthly fee. Subscribe via Stripe (pause or cancel anytime), request unlimited designs and enjoy super fast delivery within 24-48 hours. 1. What challenges have you encountered while working with freelancers and/or design agencies? 2. I am looking for beta testers for Designline.co. 3. Your feedback is welcome! https://designline.co/ August 24, 2022 at 06:05AM

Show HN: Digital Products as a Side Hustle; a list of successful examples https://ift.tt/oRji3UI

Show HN: Digital Products as a Side Hustle; a list of successful examples https://ift.tt/gD7PW43 August 24, 2022 at 08:06AM

Show HN: Simple UI for Stable Diffusion. Browser-based, runs on localhost https://ift.tt/1rXEwgk

Show HN: Simple UI for Stable Diffusion. Browser-based, runs on localhost https://ift.tt/WOpVvQz August 24, 2022 at 02:37AM

Show HN: Open Source Canva Clone https://ift.tt/Tk1dlwU

Show HN: Open Source Canva Clone https://ift.tt/B8CPEqU August 23, 2022 at 11:14PM

Show HN: Pornpen.ai, AI-Generated Porn https://ift.tt/qbun5AY

Show HN: Pornpen.ai, AI-Generated Porn Hey HN, I've been working on https://pornpen.ai , a site for generating adult images. Please only visit the site if you are 18+ and willing to look at NSFW images. This site is an experiment using newer text-to-image models. I explicitly removed the ability to specify custom text to avoid harmful imagery from being generated. New tags will be added once the prompt-engineering algorithm is fine-tuned further. If the servers are overloaded, take a look at the feed and search pages to look through past results. For comments/suggestions/feedback please visit https://ift.tt/JqIEjPF Enjoy! https://pornpen.ai/ August 24, 2022 at 04:36AM

Show HN: Become an Awesome Open-Source Maintainer! https://ift.tt/2e0xV5g

Show HN: Become an Awesome Open-Source Maintainer! Maintainer is a CLI app which helps you to generate AUTHORS, CHANGELOG.md, CONTRIBUTING.md and so on based on the repository in GitHub. It makes your repository more contributor-friendly. https://ift.tt/Gf07lcd August 23, 2022 at 12:38PM

Show HN: Crawlee – The web scraping and browser automation library for Node.js https://ift.tt/Xvo3h2Q

Show HN: Crawlee – The web scraping and browser automation library for Node.js https://crawlee.dev/ August 23, 2022 at 11:55AM

Show HN: VSCode Working Memory – Capture everything in a single text file https://ift.tt/xGIfzDj

Show HN: VSCode Working Memory – Capture everything in a single text file It's a dead simple VSCode extension based on Cal Newport's idea of a single text file productivity system. Capture everything in a single markdown or text file. Specify the file and use shortcut to open it in new tab from any VSCode project/workspace. Also, there's a quick capture option to append line to the top of the file without opening it. That's it, nothing much. I have few simple ideas on how to extend this workflow without making, so any feedback or contribution is welcome. Here's Cal Newport explaining the gist of the idea: http://www.youtube.com/watch?v=3-MOxvedJXM&ab_channel=CalNew... https://ift.tt/oXFr0tQ August 22, 2022 at 08:44PM

Show HN: For boring people. How to be funny extension https://ift.tt/pyhqIRB

Show HN: For boring people. How to be funny extension https://jokelub.com August 23, 2022 at 12:26AM

Show HN: Bloomberg Terminal for Individuals https://ift.tt/5UXsm9D

Show HN: Bloomberg Terminal for Individuals i made a site to do investment research gfaster and more efficent, with links, charts, industry averages, macro economic dat and much more https://ift.tt/RPUDsiv August 22, 2022 at 11:17PM

Show HN: C# library for PDF generation got redesigned documentation (QuestPDF) https://ift.tt/mfPNeDB

Show HN: C# library for PDF generation got redesigned documentation (QuestPDF) https://ift.tt/8Twy1d7 August 22, 2022 at 06:59PM

Show HN: Inlyne, a GPU powered, browser-less, Markdown previewer https://ift.tt/TNEw8sW

Show HN: Inlyne, a GPU powered, browser-less, Markdown previewer Markdown files are used universally in almost every git repository and yet you need a browser or electron app like VS Code to quickly open one. To help this I'm trying to create a markdown viewer that renders on the gpu without needing a browser. If this interests you please help try out `cargo install inlyne`. Using it is as simple as `inlyne README.md` and you can set themes, fonts and scaling as you'd like. https://ift.tt/gMN3cKI August 22, 2022 at 05:34PM

Show HN: How to find Access Key confidential data on AWS easily https://ift.tt/Vq3RXTC

Show HN: How to find Access Key confidential data on AWS easily [OSINT TIP] AWS key Credential Leak How to find Access Key confidential information on Amazon Cloud Services (AWS) very easily Search the Script tag for the 'AWS.config.update()' function on the 'DynamoDB' or 'S3 Bucket Upload' function on the page using the function AWS SDK or AWS CLI. https://ift.tt/0mxl2W4 August 22, 2022 at 11:02AM

Show HN: Multiplayer bullshit bingo using WebSockets, Postgres notify and rust https://ift.tt/7LmFquy

Show HN: Multiplayer bullshit bingo using WebSockets, Postgres notify and rust https://ift.tt/HuMnsmi August 22, 2022 at 02:36AM

Show HN: Place to support and validate early startup ideas https://ift.tt/5xujS9f

Show HN: Place to support and validate early startup ideas I made this for people like myself who keep a list of ideas for apps / startups. I also made it for people who are curious to see what projects others have "in their drawer"... and who may want to have a say in which idea should see the light of day. https://ift.tt/6cfrSZe The site allows creators to anonymously showcase their idea: Title. Description text. Maybe some mockups... I've tried to make it so that it's quick and easy to just dump an idea in there that's been sitting on some list of yours for months - and hopefully get some feedback on it. If someone else on the site sees your idea and likes it, they have various choices of showing support: They can upvote. They can subscribe to progress updates. They can tell you why they want it (there's a questionaire that is loosely based on "The Mom Test"). And they can even send you money as encouragement. As the owner of an idea, you can see ...

Show HN: Their Name Here – A place card maker to create printables in minutes https://ift.tt/tTHmnGB

Show HN: Their Name Here – A place card maker to create printables in minutes Hi everyone! My wife (a designer) and I (a developer) have been working on Their Name Here for the last few months after she struggled to find a cheap place card maker that had modern designs for our wedding. The website is still under active development and she's got some more themed designs (tv shows/films/public holidays) planned for the next few months. Would love your feedback and hope you use it for your next event :) https://ift.tt/64hCM3Y August 21, 2022 at 12:12PM

Show HN: AwesomeCure – Analyze and Cure Lists https://ift.tt/JBgi1Ae

Show HN: AwesomeCure – Analyze and Cure Lists https://ift.tt/qWDHmKZ August 21, 2022 at 05:24PM

Show HN: Generate QR-code as Tetris animations https://ift.tt/EuKIsWh

Show HN: Generate QR-code as Tetris animations https://ift.tt/RgaimD5 August 21, 2022 at 03:47PM

Show HN: I made a free Airtable of indie founders' growth strategies https://ift.tt/NSUiKDa

Show HN: I made a free Airtable of indie founders' growth strategies https://ift.tt/BrhO8kS August 21, 2022 at 11:02AM

Show HN: HertzBeat – An open-source, real-time monitoring system https://ift.tt/0zfM8Zg

Show HN: HertzBeat – An open-source, real-time monitoring system Hi everyone! Very happy to be able to recommend an open source project here. Hertzbeat is an open-source, real-time monitoring system with custom-monitor and agentless. Support web service, database, os, middleware and more. Here’s a video of show: https://youtu.be/eb_Nosl9fZY . Very open to feedback. github: https://ift.tt/MTBkp5i home: https://ift.tt/e5UC3Nf Very welcome to use and give us a star! Thanks!!!! https://ift.tt/MTBkp5i August 21, 2022 at 08:51AM

Show HN: As your priorities change, your Google calendar gets rearranged by AI https://ift.tt/ouHgcP1

Show HN: As your priorities change, your Google calendar gets rearranged by AI https://ift.tt/VwXmU8h August 21, 2022 at 06:10AM

Show HN: Brew.fm – Let bots discover new music on Spotify for you https://ift.tt/k371WGu

Show HN: Brew.fm – Let bots discover new music on Spotify for you Use Spotify? This tool will automate your music discovery for you. Join here (100% perpetually free with no strings attached): https://brew.fm Some time ago, I built and showed HN[1] brew.fm, a tool helping artists remix each other’s work. It had been quiet, and I remembered how fun it was to work with the Spotify API, so I repurposed the tool to solve one of my own problems: missing out on new music of my favorite artists. I shared it on Reddit yesterday[2], and this seems to hit a spot for more people: so far 833 people connected their Spotify account. How it works: The tool simply shows your top 50 artists on Spotify over short, medium and long term, and checks those artists for new music. If you select a playlist, every artist involved in the tracks will be checked for new music, after which new releases are shown sorted by most recent release date. Here’s a video of me demoing the tool: https://youtu.be/Nh2Ognb4PgU ...

Show HN: Daily snapshot of Hacker News' frontpage https://ift.tt/R1HWM3Z

Show HN: Daily snapshot of Hacker News' frontpage Hi there! I'm trying to fight my bad habits of reloading news sites every 5 minutes while procrastinating work, so I've made this nightly snapshot of the Hacker News' frontpage consuming the API. My intention is that the third day in a row that I get used to seen the same list every five minutes, I will start killing the (bad) habit. It has a bit of (mostly irrelevant) text in Spanish because it's part of a larger site I'm building for this, but you can probably ignore that. Under the hood, it's a simple Ruby script[0] that crawls HN's API and generates a static HTML - run every night in a Github Action that deploys to Github Pages. Hope it's useful for somebody else out there! [0]: https://ift.tt/TQpG9ye... https://ift.tt/X4IMjx0 August 20, 2022 at 11:06AM

Show hn Spammers are using AI to flood YouTube shorts with offensive garbage https://ift.tt/cbBEYqa

Show hn Spammers are using AI to flood YouTube shorts with offensive garbage https://www.youtube.com/shorts/JtFBkrFNYWk https://www.youtube.com/shorts/z3oZwV78m-c https://www.youtube.com/shorts/Gqta_wJILuE (and so on) August 20, 2022 at 09:21AM

Show HN: Node Maze Generator https://ift.tt/mvuVtLh

Show HN: Node Maze Generator A few months ago I started making an RPG API and decided to break portions of it off into open source code. Here is an extensible maze / dungeon generator for node which can be installed via NPM. The generator uses a growing tree algorithm and can be extended with custom generators (or by extending the base class) in order to make more complex dungeons, add items and enemies etc. I kept it basic for now, it's very lightweight. I don't know if anyone has a use case for such a library, but here it is none-the-less. https://ift.tt/akmco4Q August 20, 2022 at 07:03AM

Show HN: ProjectZero – Find collaborators for your next side project https://ift.tt/gI76SEf

Show HN: ProjectZero – Find collaborators for your next side project https://ift.tt/01zTi7n August 20, 2022 at 03:36AM

Show HN: We Built a Free API Security Web Tool – Eliminates Your PenTest Cost https://ift.tt/PRbNXM3

Show HN: We Built a Free API Security Web Tool – Eliminates Your PenTest Cost https://ift.tt/67L9gX1 August 20, 2022 at 02:02AM

Show HN: Have a question on your medication or supplement? Ask a pharmacist now https://ift.tt/Fzu8yGx

Show HN: Have a question on your medication or supplement? Ask a pharmacist now Hey everyone! TL;DR: Looking for feedback on my app in exchange for a one-time free consultation with a pharmacist 24/7 (an appointment would be encouraged as well!) A quick reflection on the focus of my company, ImpactPharm: Let's talk about Uber first. It is a technically complicated app for a simple idea: getting someone from point A to point B by connecting them with a freelance driver. See this blog: "The Uber Engineering Tech Stack, Part I: The Foundation | Uber Blog" https://ift.tt/DT9kt4J Our Uber-inspired healthcare app aims to answer a patient's contextual medication-related question by connecting them with a freelance licensed pharmacist. The reviews and profiles of pharmacists and patients are features. They make us more approachable. The thoughtful, contextual, and actionable answer is the key product. That's our destination. Our ImpactPharm app is now available on the App...

Show HN: How hard can it be to draw a line? https://ift.tt/afyvzGZ

Show HN: How hard can it be to draw a line? https://ift.tt/34WcHol August 19, 2022 at 10:43PM

Show HN: An HTML endless runner under 900 lines without frameworks or libraries https://ift.tt/5WwcNTg

Show HN: An HTML endless runner under 900 lines without frameworks or libraries My wife and I recently submitted to a mobile game jam on Newgrounds (yes, it's still around). What started as a question of whether we could do it somehow morphed into whether we could do without so many of the seemingly needless complications rampant in our respective industries. My wife thus did all the art as traditional frame-by-frame animation (no puppets or tweening) and I preceded without a game engine. I did use a pre-processor that gives JS a Lisp syntax (Parenscript), because C-syntax is gross. We hope the end result, while definitely of small scope, will serve to inspire some thought as to what is and isn't needed in your next project. https://ift.tt/HJYmu6N August 19, 2022 at 09:42AM

Show HN: Quick Rewire – I made web tool to rewire your brain https://ift.tt/f3rwZAY

Show HN: Quick Rewire – I made web tool to rewire your brain Hi HN, I work with a mixed group of developers, data scientists and neuroscientists, and for fun recently built a tool inspired by psychological studies. The idea is to demonstrate how quickly technology can change how your brain works, and potentially the impact that technology actually has over our agency without us even noticing. https://ift.tt/XbTOF7C August 19, 2022 at 02:30AM

Show HN: I made a writing tool that asks questions like Socrates https://ift.tt/dCzUAxS

Show HN: I made a writing tool that asks questions like Socrates https://www.scraft.ai/ August 18, 2022 at 11:26AM

Show HN: I spent a year designing a low profile, minimal mechanical keyboard https://ift.tt/6axNWrJ

Show HN: I spent a year designing a low profile, minimal mechanical keyboard Hi HN, During lockdown I took up the keyboard hobby but I couldn't find anything I liked the aesthetic of. So I set out to design my own keyboard from scratch that shunned the gamer look in favour of a more minimal, serious design. I've built several prototypes but I would love to get some feedback from the HN community. https://ift.tt/t7Rp3aX August 18, 2022 at 02:54PM

Show HN: MyNotifier – Simple Notifications https://ift.tt/rMbTfSO

Show HN: MyNotifier – Simple Notifications https://ift.tt/k8BOFyt August 18, 2022 at 03:06PM

Show HN: StoneDB—A Real-Time HTAP Database Based on the MySQL Kernel https://ift.tt/CSspj2X

Show HN: StoneDB—A Real-Time HTAP Database Based on the MySQL Kernel StoneDB is an open-source hybrid transaction/analytical processing (HTAP) database designed and developed by StoneAtom based on the MySQL kernel. It is the first database of this type launched in China. StoneDB can be seamlessly switched from MySQL. It provides features such as optimal performance and real-time analytics, offering you a one-stop solution to process online transaction processing (OLTP), online analytical processing (OLAP), and HTAP workloads. StoneDB is fully compatible with the MySQL 5.6 and 5.7 protocols, the MySQL ecosystem, and common MySQL features and syntaxes. Tools and clients in the MySQL ecosystem, such as Navicat, Workbench, mysqldump, and mydumper, can be directly used on StoneDB. In addition, all workloads on StoneDB can be run on MySQL. StoneDB is optimized for OLAP applications. StoneDB that runs on a common server can process complex queries on tens of billions of data records, while en...

Show HN: Allsearch – Making it easier to use different search engines seamlessly https://ift.tt/9oUwusc

Show HN: Allsearch – Making it easier to use different search engines seamlessly Allsearch is a tool I made after getting fed up with Google's search results and reading up on conversations on HN about the state of search on the internet. This is a tool I made as a spiritual successor to GnodSearch ( https://ift.tt/3e9anuq ), which I've seen in a couple conversations about search on HN. GnodSearch is great, but a bit barebones in terms of looks and functionality; Allsearch is my attempt to build off of it. Similar to Gnod, Allsearch allows you to apply any given search query to a search engine of your choice (either through only keystrokes, or via mouse). However, it also allows you to add your own engines to its catalogue, and allows you to define macros to use multiple engines simultaneously (useful for easily comparing engines). It's not feature complete; there are still some things I'd like to add in. There are way more engines I want to add to it's default cata...

Show HN: Fuzzyhome – A Fast Fuzzy Finding New-Tab Page https://ift.tt/BrUp5Oh

Show HN: Fuzzyhome – A Fast Fuzzy Finding New-Tab Page Fuzzyhome is a lightweight new-tab page that lets you very quickly fuzzy find links and navigate to a result. If there are no matching links, you can use your query to perform a search with your search engine of choice. You can also append your query to arbitrary links with a bang-like feature. Cohesive usage instructions can be found on the GitHub page: https://ift.tt/x1dC2ZR Fuzzyhome is free, entirely client-side, and statically hosted with Cloudflare pages. No sign in or account required. Export your links to a JSON file in the settings menu to keep a backup. Links are stored in IndexedDB and the bundle is cached with service workers for fast loading. Thanks for checking it out, consider giving it a star :) https://fuzzyho.me/ August 18, 2022 at 05:34AM

Show HN: Authorizer 1.0 https://ift.tt/Qmd72Sh

Show HN: Authorizer 1.0 I am excited to announce the stable version of https://authorizer.dev with the most significant updates . The most complex part of your application, i.e. auth has never been this simple in the open-source space before. Bring your database and have auth layer ready for the application within minutes . Amazing Features of Authorizer Support for 11+ databases | Sign-in / Sign-up with email ID and password | Password-less login with magic link login | Social logins (Google, Github, Facebook, LinkedIn, Apple more coming soon) | Secure session management | OAuth2 and OpenID compatible APIs | APIs to update profile securely | Forgot password flow using email | Role-based access management | Multi factor authentication | Email templating | Webhooks | For more information check: Website: https://authorizer.dev | Docs: https://ift.tt/ZSuDBw3 | Github: https://ift.tt/LSs3AXJ | React SDK: https://ift.tt/3K9RpB7 | Javascript SDK: https://ift.tt/MNf6iE1 | Youtube: https://you...

Show HN: I created a site you can upload a photo a day https://ift.tt/zJ0cg3m

Show HN: I created a site you can upload a photo a day a photo is the theme of the day, and everyday deserves a theme. It's kind of interesting to see the world with photos in a simple way daily. so I built this mini site. what's your photo today? https://ift.tt/Lt4cYWK August 17, 2022 at 03:19PM

Show HN: I made a web-based notepad with a built in unit calculator https://ift.tt/frCQdpw

Show HN: I made a web-based notepad with a built in unit calculator Hi HN It also supports percentages, dates and variables. I've been working on this alone for a few years now, so would love to get some feedback. https://numpad.io/ August 17, 2022 at 02:31PM

Show HN: Android app that helps businesses and professionals saved 230K+ hours https://ift.tt/4XSrJZi

Show HN: Android app that helps businesses and professionals saved 230K+ hours https://typinghero.app August 17, 2022 at 12:13PM

Show HN: A network for Americans who can't afford health insurance https://ift.tt/SjLpz7C

Show HN: A network for Americans who can't afford health insurance Hey HN, launched this recently and looking for early feedback. The problem to solve: In the US, patients who can't afford health insurance are regularly charged the highest prices for healthcare - prices that are deliberately inflated by 2x-4x above market. But theoretically they should be getting the best prices, because they are paying without the expenses and delays of insurance claims. However, insurance contracts are written in a way that prevents anyone outside a network from getting better prices than insurers. The Pocketero solution: An affordable non-insurance network for people who pay out of pocket for healthcare, especially those who can't afford health insurance. Network members get the best prices from network providers. If you have any comments about the design, implementation, business model, etc. - please share your thoughts! https://ift.tt/XU9xeIg August 17, 2022 at 02:11AM

Show HN: Hire experts in popular SaaS/no-code tools https://ift.tt/c5QBnHY

Show HN: Hire experts in popular SaaS/no-code tools Hi HN We have built Heep to help startups take advantage of the best no-code/SaaS tools and increase their ROI on the tools they already are paying for. It's super simple - we match you with experts in popular tools like Notion, Bubble, Webflow for any kinds of project. So far we had over 200 companies build all kind of staff with makers on Heep - from improving their internal ops with automations (Zapier, Airtable) to building full scale MVPs (Bubble, Glide). We focus on curating talent and making it easy for anyone to navigate the no-code space. We have messenger and payments built-in inside the platform and adding simple contracts soon. On the talent side we are allowing you to monetise your expertise in any SaaS/no-code tool and earn $2K+ per month. Right now we have over 300 experts on the platform across 40+ tools. We are still working on making the experience smooth for customers and the main point of launching here is to g...

Show HN: Learn words in a foreign language by typing https://ift.tt/kN5shqC

Show HN: Learn words in a foreign language by typing I’m Brazilian and I made this tool for my brother to learn English. He’s also trying to learn the keyboard layout at the same time. So far he seems to be liking it and getting better. I manually built and open-sourced the dictionary on github, so anyone can contribute and add more languages. I’m doing that manually because I want to do that in the most easy and didactic way possible, with a very accurate translation and most used words. Ideally, in the next version, it will be using some sort of API or automated tool. I’m not sure how to make the dictionary work effectively because each description needs a very close translation (ideally as exact as possible). We’re not able to just copy words and descriptions because they won’t necessarily line up with the other language translations. We’re currently manually translating to be accurate, though ideally we can figure out a good way to scale this, if anyone has suggestions please let m...

Show HN: Cookieless Conversion Attribution with Pathview https://ift.tt/CqW3Hhw

Show HN: Cookieless Conversion Attribution with Pathview Morning HN. I worked on a cloud CMS and then pivoted an analytics feature to a standalone SaaS. Pathview focuses on the conversion path rather than general analytics. I want to help users optimize conversions. It doesn’t use cookies, contains 160-characters of JavaScript, and leverages HTTP Messaging for a modern take on an old-school analytics approach. I’m close to launching a public beta test and could use a sanity check. Any advice, feedback, or questions for this first-time developer? -sb https://ift.tt/4PCHhRx August 16, 2022 at 03:01PM

Show HN: Power off all DDC/CI capable displays on Windows shutdown https://ift.tt/hwayYqj

Show HN: Power off all DDC/CI capable displays on Windows shutdown https://ift.tt/nFBIiZU August 16, 2022 at 02:09AM

Show HN: Feedback on Snouters? https://ift.tt/6eHPFSI

Show HN: Feedback on Snouters? We are building a pet care services marketplace in India. Posting here to seek feedback on the product. https://snouters.com/ August 15, 2022 at 05:05PM

Show HN: Dump Shadowsocks Credentials from NthLink https://ift.tt/gvwlG6s

Show HN: Dump Shadowsocks Credentials from NthLink https://ift.tt/alnQK3k August 15, 2022 at 04:41AM

Show HN:How We built TinySnap: the anatomy of a browser extension https://ift.tt/Y4GPENk

Show HN:How We built TinySnap: the anatomy of a browser extension https://ift.tt/wXadQ0T August 15, 2022 at 06:48AM

Show HN: Belua, Beautifully Organised Contacts https://ift.tt/HJPxFQi

Show HN: Belua, Beautifully Organised Contacts Manage and present your contacts with the Belua app on iPhone. Features: Organise - Display generative art for contacts without photo. - Use tags to categorise your contacts. - Use the touch action to surface contacts in recent. - Sort by recent, by recently added, by tag or by country. - Privacy Built-In from the start. - Actions such as favourite, tag and hide work across devices if you are using iCloud. - Works offline Search - Search text in contacts - Diacritic insensitive [a diacritic is a glyph added to a letter or to a basic glyph]. - Works with natural language text to ensure correct behaviour in multiple scripts and languages such as Chinese or Japanese. https://ift.tt/x8Sh42t August 14, 2022 at 10:44PM

Show HN: Anysphere, home for important, long-form conversations https://ift.tt/dKats85

Show HN: Anysphere, home for important, long-form conversations Hi everyone! I’m Arvid, cofounder of Anysphere ( https://anysphere.co ). With my two friends Sualeh and Shengtong I have been spending the last few months building a dedicated home for important, long-form conversations. We’re super excited to let the HN community test it out! We think that no existing platform for point–to-point communication prioritizes the conversations that you actually care about and that really matter. Instant messaging is filled with careless texts and stickers, email is filled with receipts and spammers, and physical mail, while better in those respects, is slow and cumbersome. None of the existing platforms are private enough. Anysphere attempts to fix this. It is private, secure, desktop-first and only allows people you added to contact you. Our whitepaper ( https://ift.tt/E8tfAMa ) describes our privacy and security model in detail — in short, we protect all of your data and metadata against eve...

Show HN: shortcommand – Easily run a set of commands quickly using a YAML file https://ift.tt/kQAKbfm

Show HN: shortcommand – Easily run a set of commands quickly using a YAML file This tiny command line tool was created mainly because I have several apps that I run on my server and finding the right set of commands for deploying an app is a hassle. So this basically documents the set of commands for each of my projects, as well as gives me quick access to them. Just wanted to share it here in case anyone else might find it useful. https://ift.tt/3EWOYPa August 15, 2022 at 12:17AM

Show HN: Makerspace for “bad” art and thoughtful subjectivity https://ift.tt/SoNqwOf

Show HN: Makerspace for “bad” art and thoughtful subjectivity Inspired by r/BadArt and r/CrappyArt https://ift.tt/j4sICKE August 14, 2022 at 08:18AM

Show HN: Bog Gobbler Word Game https://ift.tt/89OixKp

Show HN: Bog Gobbler Word Game Two years ago my pandemic project was an online multi-player variant of Scrabble named Crossword Island Hopper where you capture territory by placing words on a board. It proved to be wildly unpopular. More recently I have been working on Bog Gobbler, which is a variant of Boggle where you capture territory by finding words in the grid. The territory-capture element is much more relevant in the multi-player game, but also affects the mechanics of solo games. This one is a little more popular and there is a daily solo challenge where everyone plays the same grid, with a global and personal leaderboard. You can go directly to the daily challenge at: https://ift.tt/VzI2vay If you know how to play Boggle the one thing you need to be aware of is that after the first word you find, all subsequent words must include at least one letter that you already "own". https://ift.tt/PDpTnUZ August 13, 2022 at 10:41PM

Show HN: `pdf2searchablepdf` command-line tool to make PDF have searchable text https://ift.tt/TKDCMAr

Show HN: `pdf2searchablepdf` command-line tool to make PDF have searchable text Easily perform OCR (Optical Character Recognition) on PDFs. `pdf2searchablepdf input.pdf` = voila! "input_searchable.pdf" is created & now has searchable text https://ift.tt/TxvtOC8 August 14, 2022 at 04:10AM

Show HN: Create WireGuard Mesh Networks Using Vault https://ift.tt/du7MKR6

Show HN: Create WireGuard Mesh Networks Using Vault https://ift.tt/dQo5yfe August 14, 2022 at 03:30AM

Show HN: I've made a GPU-based wavelet spectrogram tool for birdsongs https://ift.tt/oYVAMPt

Show HN: I've made a GPU-based wavelet spectrogram tool for birdsongs https://ift.tt/cgDr0JZ August 14, 2022 at 01:51AM

Show HN: Rocket Drone, a lunar lander type game for the web https://ift.tt/YzujbNo

Show HN: Rocket Drone, a lunar lander type game for the web https://ift.tt/Q5eNjmx August 14, 2022 at 12:29AM

Show HN: inca.fm - Create a short video by combining a photo, voice, and text https://ift.tt/xGTtfk3

Show HN: inca.fm - Create a short video by combining a photo, voice, and text https://www.inca.fm/ August 13, 2022 at 12:43AM

Show HN: A simple price betting platform on crypto https://ift.tt/ePx4m06

Show HN: A simple price betting platform on crypto You bet on the direction of a crypto price in the next 60 secs (up/down). If you're right, you can win >60%, if you're wrong, you lose your investment. Onboard just with an ETH transfer, no KYC, no trading fees. Fun mode available. https://popcoin.gg/ August 12, 2022 at 09:53PM

Show HN: Agency quality design and development for a very un-agency like price https://ift.tt/sHvQygc

Show HN: Agency quality design and development for a very un-agency like price Howdy HN! Been working on a side project of mine for about a year called Gloutir. It's essentially an 'agency of one' design and development service using a subscription or retainer model for billing (Stripe + Memberstack). I primarily focus on WordPress and Webflow design and development as I realized long ago that there's a huge demand for these services in the design / marketing agency space. I've had a lot of success the past year with this work, and surprisingly (or unsurprisingly) every single client of mine has been a larger agency needing additional help. That kind of makes sense because an agency can immediately see the value in what I offer without really having to be convinced. Recently I've introduced a weekly option for clients looking to launch fast and spend less ($1,000 a week, maybe not sustainable but we’ll see). I'd love to get more involved with startups needin...

Show HN: Render dancing videos from hand-drawn anime characters https://ift.tt/FIaX6YC

Show HN: Render dancing videos from hand-drawn anime characters https://ift.tt/HzySnrv August 12, 2022 at 07:05PM

Show HN: Turn an Old Nvidia Shield TV into a Ubuntu Linux Box https://ift.tt/0ZPSvJh

Show HN: Turn an Old Nvidia Shield TV into a Ubuntu Linux Box https://ift.tt/u5jFCBG August 12, 2022 at 11:43PM

Show HN: Rectangular Micro QR Code (rMQR Code) Generator https://ift.tt/Ng5HMpY

Show HN: Rectangular Micro QR Code (rMQR Code) Generator https://ift.tt/Kv9nXgY August 12, 2022 at 03:58AM

Show HN: Wordle but for Tweets https://ift.tt/ZlDyBbj

Show HN: Wordle but for Tweets Hey HN I built this simple app that grabs four popular tweets from the last 24 hours and removes a word from each, so that the missing words spell out a phrase. It's the player's job to guess the missing words. A key motive for building this was that, to be honest, I was finding much of the news and social media dialogue quite depressing. I thought that if a wholesome or inspirational phrase can be built out of these (often tiresome) tweets, then there would be something nice about that. The stack included GCloud scheduler (for daily Tweet scraping and automatic puzzle generation), Supabase (which, by the way, is fantastic) and Next / Vercel. https://www.birdle.art/ August 12, 2022 at 02:04AM

Show HN: I created a bedtime story for my son using GPT-3 and DALL-E https://ift.tt/7v3AyoE

Show HN: I created a bedtime story for my son using GPT-3 and DALL-E https://twitter.com/laktek/status/1555154811728695296 August 11, 2022 at 11:47PM

Show HN: Go to random locations, parks and restaurants around you https://ift.tt/6yocsGW

Show HN: Go to random locations, parks and restaurants around you https://ift.tt/SVfKPYk August 11, 2022 at 10:20PM

Show HN: Linguistic Antipatterns https://ift.tt/y2VF5Gu

Show HN: Linguistic Antipatterns https://ift.tt/jG6BWVA August 11, 2022 at 10:20PM

Show HN: PHP on Netlify Edge Functions https://ift.tt/OpuVt0B

Show HN: PHP on Netlify Edge Functions https://ift.tt/vGTkArE August 11, 2022 at 06:42PM

Show HN: Open Source Zapier Alternative for Web3 https://ift.tt/7RdDmGs

Show HN: Open Source Zapier Alternative for Web3 https://ift.tt/jgnGYcx August 11, 2022 at 07:44PM

Show HN: GitHub Commit Visualiser https://ift.tt/3wklUBF

Show HN: GitHub Commit Visualiser I built a tool which you can use to visualise your git commits at an org or repository level. It shows just how much work an engineering team, or even an individual does, that often goes unseen by non-dev teams. You can read about the build here: https://ift.tt/gbpeAH4... Repo is here: https://ift.tt/N3ZUaJt You can deploy your own to netlify (or provider of your choice) and start visualising your own project's commits in realtime. https://ift.tt/gvxHky1 August 11, 2022 at 06:30PM

Show HN: Proxy.py https://ift.tt/kOuq6M7

Show HN: Proxy.py [Not my project] A very well features proxy server (Forward & Reverse + lots of other features). https://ift.tt/0qtVKWk August 11, 2022 at 02:59PM

Show HN: Releese – Music business management software https://ift.tt/0CGZAx1

Show HN: Releese – Music business management software After working in the music industry myself as an artist (Midsplit) and as a label manager / employee (ChillYourMind, Strange Fruits) I noticed that the music industry has very antiquated tools that are often expensive and rarely updated. I had the idea to build a platform that could streamline the entire releasing process of music, we nailed it down to metadata management, royalty splits, landing pages generation, distribution to major stores and royalty collection (publishing + neighboring) rights. After building this with a small team for 18 months, we finally managed to create our vision with a surprisingly functional product. Our cloud infrastructure is based on Google Cloud and our app is 98% Typescript (Thank you Github) I would love to know how someone in or outside the music industry feels about the platform. Hopefully we will help shape a better music industry! https://ift.tt/WHuhDzR August 11, 2022 at 01:47AM

Show HN: Coder – Remote development environments provisioned with Terraform https://ift.tt/zhWB6ya

Show HN: Coder – Remote development environments provisioned with Terraform https://ift.tt/pfR0aGZ August 11, 2022 at 01:01AM

Show HN: Keep Swimming – lessons I learned while bootstrapping a SaaS product https://ift.tt/lUbDRHr

Show HN: Keep Swimming – lessons I learned while bootstrapping a SaaS product https://ift.tt/qO6o57f August 10, 2022 at 02:28AM

Show HN: WeExpire – Notes readable only after your death https://ift.tt/32M4J5B

Show HN: WeExpire – Notes readable only after your death https://weexpire.org/ August 10, 2022 at 01:43AM

Show HN: Create bespoke, always-on, virtual coworking rooms (called cafes) https://ift.tt/VarhYKt

Show HN: Create bespoke, always-on, virtual coworking rooms (called cafes) https://ift.tt/7K910A8 August 10, 2022 at 12:55AM

Show HN: MOS, an application to help you deploy mathematical optimization models https://ift.tt/uz0es7w

Show HN: MOS, an application to help you deploy mathematical optimization models We built MOS in response to the frictions we experienced in deploying optimization solutions. Some of the key benefits provided are the following: - Models can be easily uploaded to the application after adding simple annotations to the model code. - Models can be accessed via various available interfaces, including a REST API, a web graphical user interface, and client libraries in popular programming languages such as Python and Julia. - Models can be run with different inputs by workers running locally or distributed over the network. - Intermediate and end results can be extracted, browsed, and analyzed. This is all available without the need for (the typically required) custom ad-hoc code. https://ift.tt/ZKFBUYG August 9, 2022 at 11:28PM

Show HN: We Built Vercel for Data Engineers https://ift.tt/YBOlFC1

Show HN: We Built Vercel for Data Engineers Hi HN. Today we released Dagster Cloud to general availability [1], which includes a new feature you can try that we're calling Branch Deployments. Branch Deployments were inspired by Vercel's Preview Deployments feature and deep GitHub integration. We're hoping we can bring a similar developer experience improvement to the data domain. Let us know your feedback! [1] https://ift.tt/WFine7Q https://twitter.com/dagsterio/status/1557040015237976065 August 9, 2022 at 10:57PM

Show HN: Recode – Free, open-source, community-driven Codespaces alternative https://ift.tt/Mgot12v

Show HN: Recode – Free, open-source, community-driven Codespaces alternative https://ift.tt/1nY0UT3 August 9, 2022 at 09:33PM

Show HN: PGPP (Pretty Good Phone Privacy) – a new type of mobile privacy service https://ift.tt/oXysVv7

Show HN: PGPP (Pretty Good Phone Privacy) – a new type of mobile privacy service Hi, we're Barath and Paul. We co-founded INVISV to build Pretty Good Phone Privacy (PGPP) [ https://invisv.com/pgpp ], an app and service that provides mobile identifier privacy (IMSI) and Internet privacy (IP) so that neither we nor other providers learn your network identity. We've been thinking about how phones are tracking devices in disguise (at a few layers) and what we can do about it. But the problem is that mobile networks are hard to change, and existing companies are reluctant to change things. A couple years ago we had the idea that we could decouple your identity from your SIM (IMSI), so the mobile operator wouldn't know who you are but still provides you service. We did research, figured it out, and published it last year at Usenix Security. Then we took it to every mobile operator we could to see if they'd do it, but mostly got shrugs, confusion, or hostility. (We still hold ...

Show HN: Loop, run a command in loop and nothing else https://ift.tt/rRiAU3b

Show HN: Loop, run a command in loop and nothing else This is a small utility to loop a command, in a shell. This is deceptively simple, you can loop a command forever, or loop until it is succeeded or failed. Currently, it really does nothing else than a bash `for` and `sleep`, but I intend to add the possibility of running a command in loop, in parallel. In conjonction with some tests/stress tools (like https://hurl.dev who I am one of the maintainer), I think this can be useful to other... $ loop --iter 4 --delay 1000 date Tue Aug 9 06:59:58 CEST 2022 Tue Aug 9 06:59:59 CEST 2022 Tue Aug 9 07:00:00 CEST 2022 Tue Aug 9 07:00:01 CEST 2022 https://ift.tt/Wm1FJG6 August 9, 2022 at 10:56AM

Show HN: Yare 2 – Programmable RTS game https://ift.tt/lUYJ2di

Show HN: Yare 2 – Programmable RTS game https://www.yare.io August 9, 2022 at 12:10PM

Show HN: Debuglater – Serialize Python traceback for later debugging https://ift.tt/Il06LrK

Show HN: Debuglater – Serialize Python traceback for later debugging https://ift.tt/A8gYw6J August 8, 2022 at 10:35PM

Show HN: Rewind 4, a Chrome extension for bookmark hoarders https://ift.tt/PC6fGd0

Show HN: Rewind 4, a Chrome extension for bookmark hoarders https://ift.tt/QNHVBkS August 9, 2022 at 03:08AM

Show HN: Realtime visualization of 3D spectrogram with THREEJS shaders https://ift.tt/kgWmUDz

Show HN: Realtime visualization of 3D spectrogram with THREEJS shaders I've been working with 2D spectrograms for a while now while working with Speech recognition. It had always fascinated me how speech and words had such distinct features. Looking at spectrograms is essentially like hearing with your eyes. Over the weekend i built a tool to visualize your own audio into a spectrogram in 3D. I used threeJS with shaders and vanilla JS/Html. Play with it here : https://ift.tt/FO8KAce I hope it brings you as much joy as it does for me. August 9, 2022 at 01:38AM

Show HN: I grew my startup to 100.000 visitors /m with no time for marketing https://ift.tt/mN7Ryr2

Show HN: I grew my startup to 100.000 visitors /m with no time for marketing https://ift.tt/ZMp0HEj August 9, 2022 at 12:51AM

Fox News Breaking News Alert

Fox News Breaking News Alert Blue Origin successfully sends 6-person crew, including Michael Strahan, to space and back 12/11/21 7:13 AM

Fox News Breaking News Alert

Fox News Breaking News Alert Kentucky tornado death toll likely to exceed 50, governor warns 12/11/21 2:58 AM

Show HN: Automatically fill PDF templates per API https://ift.tt/t6SeNm0

Show HN: Automatically fill PDF templates per API https://doqs.dev August 8, 2022 at 12:50AM

Show HN: Unblob – accurate and fast extraction suite for 30+ formats https://ift.tt/9u6liTx

Show HN: Unblob – accurate and fast extraction suite for 30+ formats https://unblob.org/ August 7, 2022 at 11:46PM

Show HN: Apprise v1.0.0 – A lightweight all-in-one notification solution https://ift.tt/lqRSf0s

Show HN: Apprise v1.0.0 – A lightweight all-in-one notification solution I introduced Hacker News to Apprise back when it was just an experiment (and supported just 30 or so notification services at the time). Now supporting more then 85+ services and with a ton of built in features, I officially created it's first stable v1.0.0 release marking a major milestone for the project. Apprise doesn't compete with other notification services out there; instead it just acts as a proxy (or master switchboard) to support handling messages to them. It's a means of decoupling notification support from the systems that want to provide them. The idea is to adopt Apprise into your environment, and then you no longer have to worry about adding/removing support for new services as the come along and deprecating the ones that go away. The way it works is that every service out there maps to a `schema://credentials/?optional_configuration`. You just need to define the schemas you use, and the...

Show HN: Dungeons and Business Cards https://ift.tt/PnWyga7

Show HN: Dungeons and Business Cards https://ift.tt/KI9kcze August 7, 2022 at 11:01AM

Show HN: Toon Lens – transform face images into cartoon style https://ift.tt/AJeOT0C

Show HN: Toon Lens – transform face images into cartoon style https://toonlens.com/ August 7, 2022 at 09:41AM

Show HN: Cronit – Online Cronjobs https://ift.tt/svDkS6z

Show HN: Cronit – Online Cronjobs https://cronit.app August 7, 2022 at 09:54AM

Show HN: Spliit — Splitwise alternative with no signup needed https://ift.tt/vRPGHuB

Show HN: Spliit — Splitwise alternative with no signup needed https://spliit.app/ August 7, 2022 at 01:31AM

Show HN: I made a cross-platform command-line music player called maestro https://ift.tt/MJ9qHi7

Show HN: I made a cross-platform command-line music player called maestro It is built to work on Windows, Mac, and Linux, and was tested thoroughly on my Mac and lightly on my friend's Windows. Unfortunately, no one I know uses Linux. It works with WAV, MP3, FLAC, and Ogg Vorbis files. https://ift.tt/xIuKjpU August 7, 2022 at 05:54AM

Show HN: Print invitation envelopes at home from a CSV file https://ift.tt/zgEMeCc

Show HN: Print invitation envelopes at home from a CSV file https://ift.tt/xbFU2Z3 August 6, 2022 at 09:58PM

Show HN: A Gauss-Seidel solver visualization in a single HTML file https://ift.tt/64PYriS

Show HN: A Gauss-Seidel solver visualization in a single HTML file Recently I was reading about fluid simulation and stumbled upon the Gauss Seidel method. I got interested in how it works and made a program that visualizes the method in action. I had the idea of making an interactive book-like thing for a while, so took this as a chance to do just that. Note that touch input doesn't work and the layout is targeted towards bigger screens, so it doesn't function properly on mobile. It was fun to make and I wanted to share it. Maybe someone will find it useful. Corrections and feedback are welcome. Technical Stuff - A single 1.7MB HTML file with embedded JavaScript and WebAssembly. You can save this single file and double click it to run. - A math typesetter from scratch in C that compiles/renders the equations in real-time (uses KaTex fonts and STB true type to rasterize the fonts). - Platform code is done using Sokol (tested on windows and web). - The UI is done using Dear ImGu...

Show HN: JWST Image Slideshow https://ift.tt/PXD8nSF

Show HN: JWST Image Slideshow https://ift.tt/iXBq4oj August 6, 2022 at 11:30PM

Show HN: Helix-Vim – A Vim-like configuration for Helix https://ift.tt/eGsLjWf

Show HN: Helix-Vim – A Vim-like configuration for Helix https://ift.tt/bQzN0oq August 6, 2022 at 04:30AM

Show HN: Sysmon, a simple DWM status bar https://ift.tt/GyrME6s

Show HN: Sysmon, a simple DWM status bar https://ift.tt/0KmFiJW August 6, 2022 at 03:58AM

Show HN: Minimal Static Site Generator https://ift.tt/ZbrHgai

Show HN: Minimal Static Site Generator `pandoc-sitegen` uses pandoc and mustache templating to turn a bunch of markdown files into a minimalist site, while still allowing for things like an automatic list of blog posts. I was really frustrated with the complexity of most existing static site generators like Jekyll and Hugo -- it seemed like even a basic blog required an immense amount of configuration and provided tons of features I didn't need. I built this mostly for myself, but I'd love any feedback on it :) https://ift.tt/iXUNaLq August 6, 2022 at 02:55AM

Show HN: A link/news aggregator I am working on https://ift.tt/q8mz7Dd

Show HN: A link/news aggregator I am working on Hello HN, I'm building omegapedia.com, a link/news aggregator that combines features of multiple other sites. I started building this site because I often found some features lacking in other websites. As example: You can format you text to be italic, red, blue or to be a spoiler. Comments are not threaded and don't include any voting feature. Omegapedia uses upvotes and downvotes for posts but shows them as separate numbers. I styled the page in darkmode but added an optional lightmode as well. I added "Trust-Points" and a leaderboard to show the 5 users with the most points. Other noteworthy features are: -Comment replies. -Flairs. -Adding a bio to your profile. -Mention users in comments. -Ability to add a email address to your account. -Forgot-my-password function. -Link posts. There is no need to add a email andress to your account and you will never be forced to. The site works on pc and mobile. The site is very li...

Show HN: Make videos and images programmatically with CSS https://ift.tt/lnFqMOS

Show HN: Make videos and images programmatically with CSS https://videocode.io August 5, 2022 at 11:32PM

Show HN: I created a browser automation tool https://ift.tt/cTPOVLB

Show HN: I created a browser automation tool I created this tool a few months ago to automate some of my tasks. I use it to collect prices and files and to get notified when something changes on certain websites. The task runner uses Playwright. I'm not sure if it can be useful to anybody else besides me :) Any feedback is welcome. https://ift.tt/yU7Qgf5 August 5, 2022 at 11:28AM

Show HN: Score In URL, a sheet music editor that store everything in URL https://ift.tt/C0E8x93

Show HN: Score In URL, a sheet music editor that store everything in URL I'm excited to publish my new project, [Score In URL]( https://ift.tt/jzTqopl ), a simple, privacy-friendly, sheet music sharing service, where the entire content is encoded in the URL itself as a query parameter. It comes with a decent text editor, rendered score, and audio. The sheet music is notated with ABC Notation, rendered by abcjs. This project is heavily inspired by [Hashify]( https://hashify.me ), which encodes a markdown document into its URL. The code is here: https://ift.tt/qWUaoA0 I made this with ViteJS and Tailwind CSS, and hosts it with GitHub Pages. I'm not proficient in front-end development at all, my past experience in this area being basically vanilla HTML/CSS, with a tiny bit of JS. This is in fact my first try at using any front-end framework. I sincerely welcome all feedback. The idea came to me when I tried to convey the idea of an exercise in a music forum. No forum I've used...

Show HN: Penumbra, a perceptually optimized color palette based on natural light https://ift.tt/xYkG2u6

Show HN: Penumbra, a perceptually optimized color palette based on natural light For this palette, I used recent advances in color science, which made perceptual design more accessible, to choose a set of colors (mainly for syntax highlighting) that have uniform luminance for less visually uneven, fluidly readable code, but at the same time maximally distinguishable hue and chroma. The background colors are based on natural (sun-)light and shade for a more pleasing look than equally neutral greys. For much more detailed info, including the construction, check out the repository. There’s also already a (bare-bones) VSCode extension, linked in the repository, but it could admittedly use more informed distribution of colors over tokens, language specific highlighting and perhaps more opinionated use in UI elements. https://ift.tt/CzQl2mD August 5, 2022 at 02:53AM

Show HN: Butt Mover - A butt triggered productivity and health improvement game https://ift.tt/76HmQbu

Show HN: Butt Mover - A butt triggered productivity and health improvement game Productivity timers needed to be triggered manually before each task, Making it a chore by itself, Often leading to us not using them after a while and They don't take health into consideration. Health timers are intrusive, Even then they are not always accurate and They don't take productivity into consideration. Butt Mover addresses those problems by using a butt trigger for automatically starting the productivity timer when we sit on the chair before our workstation and a break timer which reminds us to take a walk automatically when we get up. Butt Mover also incentivizes its usage through a Game. When the health(tasks/breaks) reaches zero its game over. I've been iterating different forms of Butt Mover over past two years and released the web application earlier this year(After feedback from several HN users). Today I'm making the core application open-source as I've committed mysel...

Show HN: TaglinQ, Free online tool to create interactive image https://ift.tt/gtsVnSl

Show HN: TaglinQ, Free online tool to create interactive image [TaglinQ]( https://taglinq.com/ ), a free and easy-to-use tool to create interactive image: - Can use the image from web or local image(will be converted to base64 DataUri) - Add circle/polyline/polygon/icons..., - Get the work done in web browser, - The output can be HTML Image Map code or interactive svg image. https://taglinq.com/ August 4, 2022 at 11:43PM

Show HN: Serverless Notion Blog using React https://ift.tt/OVZYN7p

Show HN: Serverless Notion Blog using React Using Notion to power a blog and rendering data on a React front-end with just a server-less worker. https://ift.tt/aKiLsYu August 4, 2022 at 09:52PM

Show HN: Superblocks – IDE for Internal Apps, APIs and Cron Jobs https://ift.tt/FGw6i2x

Show HN: Superblocks – IDE for Internal Apps, APIs and Cron Jobs Hey HN, I’m Brad, one of the creators of Superblocks and a YC alum, excited to share our internal tooling IDE. As developers ourselves, we faced the problem of building tons of internal admin UIs, backends to connect siloed data, reporting jobs, and data pipelines. For UIs we would build one-off React components. For integrations, we would have to decipher vendor docs and implement auth. Finally, for reporting jobs we had to handle failures and observability – many hours of repetitive engineering effort. So we built Superblocks, an internal tooling IDE to connect to any datasource (databases, APIs, data warehouses), drag and drop your common UI components (tables, charts, forms), spin up backend APIs and schedule cron jobs, all in one place. Since developers we spoke to hated repeatedly handling permissions, hooking up observability, configuring security and managing CI/CD pipelines, we built Superblocks to integrate with...

Show HN: Killer Crossword - A crossword puzzle variation with no clues https://ift.tt/3CjuhON

Show HN: Killer Crossword - A crossword puzzle variation with no clues https://ift.tt/mC5NZKp August 4, 2022 at 07:15PM

Show HN: Random Rijks – See a Random Artwork from the Amsterdam Rijksmuseum https://ift.tt/HUJ2f0P

Show HN: Random Rijks – See a Random Artwork from the Amsterdam Rijksmuseum https://randomrijks.com August 4, 2022 at 05:45PM

Show HN: An open, quick and crisp book to learn about Decentralized Finance https://ift.tt/NkVHr0F

Show HN: An open, quick and crisp book to learn about Decentralized Finance https://ift.tt/JH9dkcb August 4, 2022 at 03:10PM

Show HN: Add clap and reactions to your blog posts easily https://ift.tt/q9NDPlT

Show HN: Add clap and reactions to your blog posts easily https://blogstreak.com August 4, 2022 at 11:37AM

Show HN: Extensible OSS Retool Alternative https://ift.tt/Y6XdrfT

Show HN: Extensible OSS Retool Alternative https://ift.tt/G1ryHB9 August 4, 2022 at 10:54AM

Show HN: MutableAI (YC W22) – Copilot Alternative for VS Code https://ift.tt/q0QF83o

Show HN: MutableAI (YC W22) – Copilot Alternative for VS Code Hi HN! We’re MutableAI (YC W22) ( https://mutable.ai ). Our mission is to reduce the time and cost to create high quality code using AI. We have worked at the full gamut of companies ranging from startups to big tech and have gotten the sense that many of the rote aspects of software development could be made easier, freeing up precious mental energy. Devs love Copilot, but autocomplete is just one of many ways that AI should make programming easier. We’re taking a more comprehensive approach to developer tooling that bundles Copilot-like autocomplete with documentation, custom AI instruction, and some early refactoring capabilities (Python only) in one extension. We currently support Javascript/Typescript, Python, Go, and Rust, with more coming soon. Overview (w/ bg music) [1]. In addition to autocomplete, which can be triggered either automatically or manually, we can add documentation to all your methods in a Rust file, o...

Show HN: Peloton Personalized Recommendations https://ift.tt/jlY0uQJ

Show HN: Peloton Personalized Recommendations I got sick of spending 5 minutes finding a class I liked. I got even sicker of constantly taking the three instructors that just dump new courses out daily. Built something that uses my class history to make a recommendation in each activity for me. Would love to hear if these classes look right to you, and of course any general feedback. https://ift.tt/hY6pPmL August 2, 2022 at 11:57PM

Show HN: Tiki.li – Learn Programming Basics in 20 Minutes https://ift.tt/JuZ1l4f

Show HN: Tiki.li – Learn Programming Basics in 20 Minutes https://ift.tt/HCUwkXZ August 2, 2022 at 08:43PM

Show HN: Duolingify – Turn YouTube videos or text into language-learning games https://ift.tt/8HFEwpN

Show HN: Duolingify – Turn YouTube videos or text into language-learning games https://ift.tt/i7bB5aC August 2, 2022 at 08:48PM

Show HN: Get Slack notifications for Hacker News mentions https://ift.tt/DucUHnq

Show HN: Get Slack notifications for Hacker News mentions https://ift.tt/V23sgwT August 2, 2022 at 06:52PM

Show HN: OneDev – A Lightweight Gitlab Alternative https://ift.tt/IxuDYyw

Show HN: OneDev – A Lightweight Gitlab Alternative https://ift.tt/FMT42I5 August 2, 2022 at 01:42PM

Show HN: PiBox: a tiny personal server for self-hosting https://ift.tt/cpWqZvR

Show HN: PiBox: a tiny personal server for self-hosting Heya HN! We've built a Raspberry PI CM4 based SSD NAS for home hosting. We built it as a part of KubeSail.com - which is a platform aimed at making self-hosting easy and at making the technical bits (tunneling, backups, updates, etc) as easy as possible. You may have seen plans for this about 9 months ago on HN, but we're finally in full production! I'll be booking tickets to fly out and help assemble the 2nd batch in a few days - we're effectively a two person computer company, which is a lot of fun and a crazy amount of work. Our mission is to make home-hosting a website, an app, or just personal photos a reasonable alternative to SaaS products. https://pibox.io/order August 2, 2022 at 04:34AM

Show HN: I made a Telegram bot to get Raspberry Pi “in-stock” notification https://ift.tt/kWw2K5P

Show HN: I made a Telegram bot to get Raspberry Pi “in-stock” notification https://ift.tt/VltK4MD August 2, 2022 at 01:33AM

Show HN: Personal productivity workspace for busy people https://ift.tt/6n2S3gV

Show HN: Personal productivity workspace for busy people We're building an app that helps people manage their schedule, tasks and notes all in one place. The goal is to create a workspace, where people can manage their various priorities, both personal and professional, see a single schedule combined of all their calendars and manage their days without switching between multiple apps. At the moment we've implemented Google calendar synchronisation, basic tasks and notes. Also Emery has some things we really wanted to see in other apps – private notes for meetings, categories that can be used to group tasks/notes/meetings together, weekly productivity reports. Happy to hear any feedback and answer any questions! https://emery.to/ August 2, 2022 at 03:12AM

Show HN: RateYourBoss – give anonymous feedback to your managers https://ift.tt/tkr4DWP

Show HN: RateYourBoss – give anonymous feedback to your managers https://ift.tt/C6qSxB7 August 2, 2022 at 12:58AM

Show HN: Newbies Crypto – your first steps into Web3 https://ift.tt/mBypxRi

Show HN: Newbies Crypto – your first steps into Web3 https://ift.tt/4s7NTaf August 1, 2022 at 09:34PM