Posts

Showing posts from July, 2022

New Show Hacker News story: Show HN: A WYSIWYM Markdown editor and brainstorming tool on the web

Show HN: A WYSIWYM Markdown editor and brainstorming tool on the web 4 by tkvishal | 0 comments on Hacker News.

New Show Hacker News story: Show HN: Rentaflop – Render your Blender projects without sacrificing quality

Show HN: Rentaflop – Render your Blender projects without sacrificing quality 10 by dasokol112358 | 11 comments on Hacker News. Hi HN, My name is David Sokol, and I'm the founder of rentaflop (https://rentaflop.com). We're a crowdsourced render farm aimed at making Blender rendering fast and affordable. If you've used Blender, then I'm sure you've experienced the pain of waiting around for your animations to render. You've probably even had to sacrifice the quality of your work to reduce your render times. I've been there too. If you're like me, then you're also disappointed with the alternative solutions: spending thousands of dollars on graphics cards or using prohibitively expensive cloud render farms to get fast render times. Our solution to this dilemma is to leverage low opportunity cost hardware from around the world to allow Blender artists to render their projects quickly, affordably, and without compromising on quality. Since most graphi...

New Show Hacker News story: Show HN: Ordinary Puzzles, a free puzzle game inspired by Picross and Sudoku

Show HN: Ordinary Puzzles, a free puzzle game inspired by Picross and Sudoku 4 by mmazzarolo | 3 comments on Hacker News. Hello hello HN! I wanted to share with you Ordinary Puzzles, a little puzzle game I designed and developed in my free time, inspired by Picross and Sudoku. I already posted it here ages ago, but I wanted to share it again now that I updated it to also be playable online as a Progressive Web App. Ordinary Puzzles is open source, is built with React Native, and it’s available on the mobile app stores, on the web (as a PWA), and as an Electron app. Hope you give it a try! (Please don’t skip the short tutorial :P) https://ift.tt/ntFiH2c P.S.: The puzzles come from https://ift.tt/b1di0DI (the author is credited and has been contacted before using them).

New Show Hacker News story: Show HN: DevRaven – Monitoring for Developers

Show HN: DevRaven – Monitoring for Developers 27 by kc10 | 23 comments on Hacker News. Hi HN! I am Krishna Thota, founder of DevRaven. DevRaven is a monitoring platform for Developers. DevRaven enables engineering teams or individual developers to setup active monitoring for their services/applications and get alerted when things don't work as expected Today's launch makes available the following features: API Monitoring - Monitor your HTTP end points and perform no-code or scripted assertions. Synthetic Monitoring - Execute browser based end-to-end tests using Playwright framework. No setup required. SSL Monitoring - Monitor SSL certificates for your end points and get alerted before they expire. Web Page Monitoring - Run continuous Lighthouse audits on your web pages to ensure best performance, SEO. Welcome any feedback, questions or suggestions.

New Show Hacker News story: Show HN: Collective list of bots on Twitter, feel free to participate

Show HN: Collective list of bots on Twitter, feel free to participate 3 by orsifrancesco | 1 comments on Hacker News.

New Show Hacker News story: Show HN: Jeager Plugin for AWS S3/GCS/Azure Blobs

Show HN: Jeager Plugin for AWS S3/GCS/Azure Blobs 2 by muhammadn | 0 comments on Hacker News.

New Show Hacker News story: Show HN: I've been making JavaScript sandbox alone for 6 years

Show HN: I've been making JavaScript sandbox alone for 6 years 304 by ianberdin | 76 comments on Hacker News. Hi HN! Thanks for your attention to my post. It was a big challenge to run most of Node.js packages in browser, fast moreover. Virtual File system, resolve import/export. I got cold many times, depressions, burned out, yet still alive and finished it. Many guys helped me with an advice. Many users give a lot of positive feedback. There are 200,000 monthly unique users. I work full time now because of the freemium business model. To be honest - I am happy after many years of hard work.

New Show Hacker News story: Show HN: I made a GH repo to curate remote jobs that don't ask for a location

Show HN: I made a GH repo to curate remote jobs that don't ask for a location 2 by saasxyz | 0 comments on Hacker News.

New Show Hacker News story: Show HN: DALL-E Chess in Jungle and Dunes

Show HN: DALL-E Chess in Jungle and Dunes 12 by emadehsan | 3 comments on Hacker News.

New Show Hacker News story: Show HN: Bunny REST Proxy – a HTTP message broker built on top of RabbitMQ

Show HN: Bunny REST Proxy – a HTTP message broker built on top of RabbitMQ 2 by kffl | 0 comments on Hacker News.

New Show Hacker News story: Show HN: Automatdeck – simple lightweight IT automation tool for your deployment

Show HN: Automatdeck – simple lightweight IT automation tool for your deployment 2 by automatdeck | 0 comments on Hacker News.

New Show Hacker News story: Show HN: The Poetry Corner – A React Native app to read public domain poems

Show HN: The Poetry Corner – A React Native app to read public domain poems 21 by archiepeach | 7 comments on Hacker News. TLDR - scratched my own itch with an app, added a pro plan and got my first subscribers this week! Last December I started digging into poetry, it was a topic I always thought I liked, but just hadn’t explored very much. I soon discovered that a lot of the poetry sites online had pretty annoying designs, e.g. ads right at the end of the poem, (muting any emotional impact). I also wanted to be able to easily save a list of my favourites to come back to. I decided to build and release a react native app which addressed these needs/issues. It took about 4 weeks during the winter break to release an MVP to the App Store. The backend is using Firebase, which has been superb in allowing me to bootstrap the app quickly. I soon added a poem of the day feature, which forced me into curation (needing to find 365 poems for the year!). I’ve discovered so many amazing poems ...

New Show Hacker News story: Show HN: Going Contactless with Electromyography Sensor

Show HN: Going Contactless with Electromyography Sensor 3 by Swarup_Tripathy | 0 comments on Hacker News.

New Show Hacker News story: Show HN: SSHScript – shell script-like Python script

Show HN: SSHScript – shell script-like Python script 2 by iapyeh | 0 comments on Hacker News. I have many Python scripts which run commands and deal with outputs on localhost and remote hosts. Between these scripts, there are many common routines. Eg. making ssh connections, execution and collecting data. Based on the subprocess and Paramiko, I created the SSHScript. With it, I could embed shell commands in Python scripts. This kind of script is converted to a regular Python script by SSHScript for execution . Working with SSHScript, I feel like writing shell scripts with Python and all Python packages. For backend engineers who want to automate tasks with Python scripts instead of shell script s , hope you enjoy the SSHScript.

New Show Hacker News story: Show HN: BMList - A list of big pre-trained models (GPT-3, DALL-E2...)

Show HN: BMList - A list of big pre-trained models (GPT-3, DALL-E2...) 2 by fishingboy | 0 comments on Hacker News.

New Show Hacker News story: Show HN: My first attempt to make a programming language

Show HN: My first attempt to make a programming language 3 by nbittich | 0 comments on Hacker News.

New Show Hacker News story: Show HN: P2PCF – Low cost, low effort WebRTC signalling using Cloudflare workers

Show HN: P2PCF – Low cost, low effort WebRTC signalling using Cloudflare workers 3 by gfodor | 0 comments on Hacker News.

New Show Hacker News story: Show HN: Chunk – Code sandbox for back-end devs

Show HN: Chunk – Code sandbox for back-end devs 6 by theochampion | 0 comments on Hacker News. Chunk co-founder here. We spent the last 2 weeks building this to scratch our own itch: As developers, we often have problems that could be solved just by running a few lines of code. Sometimes, running this code on your local machine is fine. But other time, the code need to run automatically reacting to external events or to run continuously, which means, it needs to run on a server somewhere. So now, you have to find a cloud provider, to package or build the code and finally to deploy it. All of that for what could be literally be 4 lines of code. We couldn’t find an easier way to do this, so we built it. Chunk is an all in one web editor (think of the codesandbox experience) that allows you to write, deploy and run a piece of code in the cloud from a variety of triggers: HTTP, WebHook, manual or scheduled (cron). No setup, no build, no deploy. Chunk makes you go from idea to code runni...

New Show Hacker News story: Show HN: WordBreak – A daily word puzzle game

Show HN: WordBreak – A daily word puzzle game 2 by abhpro | 1 comments on Hacker News.

New Show Hacker News story: Show HN: Distributed SQLite on FoundationDB

Show HN: Distributed SQLite on FoundationDB 4 by losfair | 0 comments on Hacker News.

New Show Hacker News story: Show HN: Tiny utility app that allows you to run MQTT broker on Android phones

Show HN: Tiny utility app that allows you to run MQTT broker on Android phones 2 by electracool | 0 comments on Hacker News. Made an open source MQTT Broker(Thin UI wrapper over Moquette which support MQTT 3.1) Source can be found here, https://ift.tt/w9OUupc Play store link, https://ift.tt/clGIneN... This is meant for hobbyist purposes so that you do not have to depend any cloud hosted solution.

New Show Hacker News story: Show HN: Django REST Framework and Open API 3 Tutorial

Show HN: Django REST Framework and Open API 3 Tutorial 2 by appliku | 0 comments on Hacker News.

New Show Hacker News story: Show HN: TensorDock Core GPU Cloud – GPU servers from $0.29/hr

Show HN: TensorDock Core GPU Cloud – GPU servers from $0.29/hr 19 by jonathanlei | 2 comments on Hacker News. Hello HN! I’m Jonathan from TensorDock. After 7 months in beta, we’re finally launching Core Cloud, our platform to deploy GPU virtual machines in as little as 45 seconds! https://ift.tt/wD9cKty Why? Training machine learning workloads at large clouds can be extremely expensive. This left us wondering, “how did cloud ever become more expensive than on-prem?” I’ve seen too many ML startups buy their own hardware. Cheaper dedicated servers with NVIDIA GPUs are not too hard to find, but they lack the functionality and scalability of the big clouds. We thought to ourselves, what if we built a platform that combines the functionality of the large clouds but made it priced somewhere between a dedicated server and the large clouds? That’s exactly what we’ve done. Built to make engineers more productive. We have 3 machine learning images so you can start training ML models in 2 minu...

New Show Hacker News story: Show HN: Equities.fyi – Startup valuations based on public company data

Show HN: Equities.fyi – Startup valuations based on public company data 6 by vu0tran | 0 comments on Hacker News. With the current down markets, we were wondering what private company valuations looked like when compared to similar public companies. We were inspired by the a16z article ( https://ift.tt/shdCx7A... ) for calculating valuations and figured out the sales-to-valuation ratio of public companies at the time of the last fundraising round and applied the change in the public market to get the current startup valuation. If things don’t look right, our defaults might be off - please feel free to change those if they’re too different from what you’d expect.

New Show Hacker News story: Show HN: BestDamnJobs – Best damn jobs updated daily and sorted by new openings

Show HN: BestDamnJobs – Best damn jobs updated daily and sorted by new openings 2 by parkeragee | 0 comments on Hacker News.

New Show Hacker News story: Show HN: Rimoto, control your computer with WebSockets

Show HN: Rimoto, control your computer with WebSockets 2 by not_foobar | 0 comments on Hacker News. Rimoto allows you to control your computer and show some stats from it like cpu & ram usage with the help of websockets.

New Show Hacker News story: Show HN: Reach your localhost server from the internet with LocalXpose

Show HN: Reach your localhost server from the internet with LocalXpose 3 by ahmedxfn | 2 comments on Hacker News. Hi everyone, I'm Ahmed, founder of LocalXpose (ngrok alternative) - a reverse proxy that enables you to expose your localhost to the internet. This is my first SaaS. I created LocalXpose for (developers, DevOps engineers, sys admins or even gamers) to reach their localhost server behind a NAT or firewall with a secure and fast tunnel. Check it out here https://localxpose.io . Bye bye localhost, Hello World. Support me and give me your feedback, please!.

New Show Hacker News story: Show HN: I made this webcomic with text-to-image AI

Show HN: I made this webcomic with text-to-image AI 2 by ratio11 | 2 comments on Hacker News.

New Show Hacker News story: Show HN: Chord Genius – karaoke for guitar app

Show HN: Chord Genius – karaoke for guitar app 2 by florianhidayat | 0 comments on Hacker News. Hey everyone! My team and I have just launched Chord Genius, an app that helps Guitar players learn songs faster and more fun by having chords and lyrics that move along. Use Spotify, YouTube, or Apple Music to stream music and have it automagically synced up with the chords and lyrics on the screen. Visit our launch page and support us on Product Hunt https://ift.tt/BhEeudq , you'll find some promo codes there too. A feedback on the post would be much appreciated! Or else, just download the app right away: iOS: https://ift.tt/j3S2Wkr Android: https://ift.tt/MSOuTUg...

New Show Hacker News story: Show HN: Experienced founders reveal how they got their earliest traction

Show HN: Experienced founders reveal how they got their earliest traction 2 by voydik | 0 comments on Hacker News.

New Show Hacker News story: Show HN: Vi-pipe, edit and replay text changes in the middle of a shell pipeline

Show HN: Vi-pipe, edit and replay text changes in the middle of a shell pipeline 3 by commotionfever | 0 comments on Hacker News.

New Show Hacker News story: Show HN: Create reproducible data analysis workflows with pytask

Show HN: Create reproducible data analysis workflows with pytask 3 by robbitobbi | 1 comments on Hacker News.

New Show Hacker News story: Show HN: Pulter – CSV, Spreadsheet import button for a web app, SaaS or system

Show HN: Pulter – CSV, Spreadsheet import button for a web app, SaaS or system 2 by ezehuche | 1 comments on Hacker News.

New Show Hacker News story: Show HN: Canvas, Browser, Note Taking, One app to rule them all

Show HN: Canvas, Browser, Note Taking, One app to rule them all 2 by zhangruinan | 0 comments on Hacker News. Superus is a canvas app with browser and notes built in. You can put all your workpieces(ex: Notion, Figma, Airtable) together in a visual workspace.

New Show Hacker News story: Show HN: I built a note taking tool that executes Python for indie hackers

Show HN: I built a note taking tool that executes Python for indie hackers 4 by 0b01 | 2 comments on Hacker News.

New Show Hacker News story: Show HN: The Ultimate C++14 (and later) Enum Library

Show HN: The Ultimate C++14 (and later) Enum Library 2 by mehrdadn | 0 comments on Hacker News.

New Show Hacker News story: Show HN: Looria – A product (re)search engine

Show HN: Looria – A product (re)search engine 4 by hubraumhugo | 1 comments on Hacker News. About 1.5 years ago, I introduced my review aggregator BuyForLife on Hacker News, where it became the #8 most upvoted Show HN project of all time[1]. The idea of helping people to make better purchasing decisions continued to chase me over the last year. Here are some stats that illustrate how important online reviews are: • 90% check online reviews as part of their online buying journey • 43% visit 5-10 websites to research a product • 75% spend more than a day doing research before buying a product The top frustrations with the current process are: • Google full of SEO spam and Ads • Fake reviews • Fragmented trusted sources • Inconsistent information across sources Thanks to the recent advances in NLP (transformers, GPT-3, etc.) it became possible to solve these problems at scale, so I decided to team up with my co-founders Johnny and Tavis to build https://Looria.com . We aggregate and su...

New Show Hacker News story: Show HN: We made a way to earn subscriptions by having your computer turned on

Show HN: We made a way to earn subscriptions by having your computer turned on 2 by tannerg | 2 comments on Hacker News. With the recent explosion of streaming services, paying for the variety of monthly subscriptions is becoming a costly burden. Because of this, we made a desktop app that passively earns users money towards digital subscriptions based on how much data they serve on our peer-to-peer video content delivery network. We created this because we realized large corporations are taking user data to run targeted ads without compensating them. With our project, we hope that users will be able to pay for internet content using their extra computer processing power instead of their personal data. Note that this is a pre-alpha version of our product but please check it out and let us know what you think! Also note, that in future versions we will provide a power user feature with more data on the amount of CPU and bandwidth our application is using in order to provide even more...

New Show Hacker News story: Show HN: Visual interactive explanations of VLOOKUP use-cases

Show HN: Visual interactive explanations of VLOOKUP use-cases 2 by czzarr | 0 comments on Hacker News.

New Show Hacker News story: Show HN: Open-Source Notion UI, Lotion

Show HN: Open-Source Notion UI, Lotion 5 by alfredlua | 0 comments on Hacker News. My friend and I love the Notion UI, so we open-source a version we have been building. - Block-based editor - Drag to reorder blocks - Basic Markdown-parsing including bold, italic, headings and divider - Type '/' for command menu and shortcuts Tiny fun detail: When you move between blocks with your arrow keys, your cursor will remain at roughly the same horizontal position (vs jumping to the start or end of a block). Lotion is quite limited for now, and we would love any contributions (e.g. image blocks, video blocks, code blocks, etc.)

New Show Hacker News story: Show HN: PickCode – An educational coding environment for students after Scratch

Show HN: PickCode – An educational coding environment for students after Scratch 41 by csmeyer | 13 comments on Hacker News. PickCode is designed for use on desktop and tablet, and supports creating chatbots, visual designs, and 2D games. There is plenty of functionality missing - you can't add media to games for instance, but the current version shows off the foundation of what I'm aiming at. I taught myself to code using MIT's App Inventor, so I have an enormous respect for block based languages like App Inventor, Scratch, Snap!, MakeCode, etc. PickCode is my attempt at adding options for students who want to learn more about programming without making the jump to text, or as an alternative to block coding for beginners coming to programming at an older age. The visual language is meant to lower the barrier to entry to coding but the far more important aspect for me is giving students the ability to make things they're proud of as quickly as possible. A JS/Python A...

New Show Hacker News story: Show HN: Pipes puzzle (a.k.a. Net) on a hexagonal grid

Show HN: Pipes puzzle (a.k.a. Net) on a hexagonal grid 28 by gereleth | 14 comments on Hacker News. Hello, HN - I wanted to share this puzzle game I made during my vacation. I'm rather fond of the pipes puzzle where your goal is to restore a scrambled network of connections by rotating tiles. It's usually played on a grid of squares and this all started when I decided to make a programmatic solver for that kind of puzzle. Then I realized that with some minor changes the solver could generate new puzzle instances. I thought about what kind of puzzle to make and someone suggested a hexagonal grid. Adapting the generator wasn't too hard but then I had to create a way to play this variant. So I did just that =). I find hexagonal pipes a bit more difficult than the square variant because there's a larger variety of possible tile shapes. For an extra challenge I implemented wrap mode where the board can connect to itself (right to left and top to bottom), so there are no c...

New Show Hacker News story: Show HN: I built an email marketing tool made for indie hackers and solopreneurs

Show HN: I built an email marketing tool made for indie hackers and solopreneurs 13 by driaug | 15 comments on Hacker News.

New Show Hacker News story: Show HN: Search PDFs with Transformers and Python Notebook

Show HN: Search PDFs with Transformers and Python Notebook 8 by alexcg1 | 1 comments on Hacker News.

New Show Hacker News story: Show HN: AI art from text – Express yourself with images

Show HN: AI art from text – Express yourself with images 4 by srelbo | 0 comments on Hacker News.

New Show Hacker News story: Show HN: Redirect clicks using a formula

Show HN: Redirect clicks using a formula 2 by matt413 | 0 comments on Hacker News. Part of my day job requires me to review a report monthly. The URL for July's report looks something like this: fancyreport.com?from=2022-07-01&to=2022-07-31 Typing this URL manually every month was just enough pain for me to put up a simple script on somedomainiown.com/magic that redirected me to the report for the current month by automatically filling in the "from" and "to" values in the URL. This way, I could bookmark one link and always open the latest report with one click. At some point, I figured I should put this behind a UI so that I could share it with my colleagues and maybe HN too. A couple of weeks of hacking, and here we are with an MVP the little imposter inside me finally accepted to post online. P.S. the "formule" implementation gets the job done for me, but is pretty rudimentary. Would love to know if you have a specific use case that'd bene...

New Show Hacker News story: Show HN: A Hugo Theme – Eternity

Show HN: A Hugo Theme – Eternity 2 by boratanrikulu | 0 comments on Hacker News.

New Show Hacker News story: Show HN: HTML Forms Data into Spreadsheet

Show HN: HTML Forms Data into Spreadsheet 3 by mddanishyusuf | 0 comments on Hacker News.

New Show Hacker News story: Show HN: Find compelling and comprehensible media for learning a language

Show HN: Find compelling and comprehensible media for learning a language 3 by pizza_pleb | 3 comments on Hacker News.

New Show Hacker News story: Show HN: SkillPress – Learn JavaScript via spaced repetition and active recall

Show HN: SkillPress – Learn JavaScript via spaced repetition and active recall 7 by delabroj | 5 comments on Hacker News. When I was getting into web development I used a combination of Anki and git to help me quickly learn and retain skills. Figuring there might be demand for a product that uses the same strategy (without the requirement that you already know Anki and git), I created SkillPress. No account is needed to start learning. I would greatly appreciate any feedback or suggestions.

New Show Hacker News story: Show HN: Kvass, a personal key-value store

Show HN: Kvass, a personal key-value store 2 by maxmunzel | 0 comments on Hacker News.

New Show Hacker News story: Show HN: Complete trace of the link of a distributed transaction

Show HN: Complete trace of the link of a distributed transaction 2 by dksl | 0 comments on Hacker News.

New Show Hacker News story: Show HN: Interactive meeting demo with WebRTC and WebSockets

Show HN: Interactive meeting demo with WebRTC and WebSockets 2 by Rhysjc | 0 comments on Hacker News. Just a little no sign-up demo I threw together of my product. WebRTC is just incredibly powerful.

New Show Hacker News story: Show HN: Vssshield, a Rust project to mitigate Windows ransomware

Show HN: Vssshield, a Rust project to mitigate Windows ransomware 3 by technion | 0 comments on Hacker News.

New Show Hacker News story: Show HN: RawInputViewer – examine how games receive inputs from Windows

Show HN: RawInputViewer – examine how games receive inputs from Windows 2 by EsportToys | 0 comments on Hacker News. This is my third ever GUI programming project -- I've only ever done any sort of programming in AutoIt as I'm entirely self-taught via their docs/tutorials. I've only just started learning about control flow and structuring of GUI apps really recently, so you might find that the data access patterns in my source code to be a mess as I wrote them before learning about those concepts.

New Show Hacker News story: Show HN: Cryptosaving a tool crypto DCA calculator

Show HN: Cryptosaving a tool crypto DCA calculator 2 by xookeee | 0 comments on Hacker News. I've built a tool to help the DCA calculator crypto. It supports the top 100 coins.

New Show Hacker News story: Show HN: A better way of version controlling IAC

Show HN: A better way of version controlling IAC 3 by movedx | 0 comments on Hacker News. I believe I've reached a point in my career, and used Terraform enough, that I can confidently say that the semver system for managing IAC code bases simply doesn't cut it anymore. I'd love more widespread feedback on how I currently propose we version control our IAC. If the feedback is constructive and forthcoming, I'll move this written piece to a more formal location. This is currently being tested, with extremely positive results, at Cisco (yeah, the networking company.)

New Show Hacker News story: Show HN: Turn spreadsheets into website designs

Show HN: Turn spreadsheets into website designs 9 by seestraw | 1 comments on Hacker News. Hi HN members, I've been facing this problem recently. As a startup founder, I am managing a lot of Google Sheets. I want to hire a developer to convert it to custom websites but I couldn't find a place I could get it designed. I decided to solve it myself. I tried this out with one company and they were quite happy with the solution. So I'm opening it up to everyone. I'd love to see if anyone else has the same problem.

New Show Hacker News story: Show HN: Timezone Sync Widget

Show HN: Timezone Sync Widget 2 by chenlevy | 1 comments on Hacker News. I've built a widget to help remote teams stay in sync across time zones. It's easy to use, customizable, and you can embed it on your Notion page. Let me know what do you think :)

New Show Hacker News story: Show HN: Terrabook – Replit for Infrastructure

Show HN: Terrabook – Replit for Infrastructure 9 by igorzij | 1 comments on Hacker News.

New Show Hacker News story: Show HN: Next.js, Prisma, Docker Boilerplate that you can reuse

Show HN: Next.js, Prisma, Docker Boilerplate that you can reuse 3 by acczasearchapi | 1 comments on Hacker News.

New Show Hacker News story: Show HN: Scribe, a Go library for writing, running, and generating CI pipelines

Show HN: Scribe, a Go library for writing, running, and generating CI pipelines 4 by kminehart | 0 comments on Hacker News. Hi there. This is a passion project of mine I started after spending many painful hours working on CI pipelines. The general idea is that I wanted to stop making flimsy scripts in build & release pipelines and start writing software. I'm happy to answer any questions. Please let me know what you think of the idea and if there's anything you'd like to see.

New Show Hacker News story: Show HN: Project Euler Offline

Show HN: Project Euler Offline 6 by pveierland | 0 comments on Hacker News.

New Show Hacker News story: Show HN: Open current Pull Request in browser with a single command

Show HN: Open current Pull Request in browser with a single command 5 by pankarol | 0 comments on Hacker News. I wanted to save a few clicks every day, so I spent way too much time to create this simple tool. Learned a bit of Go along the way. "pro" is a single command for opening Pull Request for current branch. Works with GitHub and Gitlab, on Windows, Linux and macOS.

New Show Hacker News story: Show HN: Pg_jsonschema – A Postgres extension for JSON validation

Show HN: Pg_jsonschema – A Postgres extension for JSON validation 33 by oliverrice | 1 comments on Hacker News.

New Show Hacker News story: Show HN: A Linktree alternative for indie authors

Show HN: A Linktree alternative for indie authors 2 by scastiel | 3 comments on Hacker News.

New Show Hacker News story: Show HN: I made a website that helps you turn your life into a game and a story

Show HN: I made a website that helps you turn your life into a game and a story 3 by darrendliang | 2 comments on Hacker News.

New Show Hacker News story: Show HN: Qboard, a drawing app with Vim-style keybindings

Show HN: Qboard, a drawing app with Vim-style keybindings 7 by cjquines | 0 comments on Hacker News. I was frustrated with drawing apps where the eraser was E and the pen was P. Often, when I'm drawing, I want to quickly erase and then switch back to the pen. As one of my hands is on my mouse or tablet, I have to use my other hand to reach across the keyboard. I wanted a drawing app with customizable keybindings, so I made qboard a while back and have used it since. I talk more about the design principles on the Github repo: < https://github.com/cjquines/qboard/#design-principles >.

New Show Hacker News story: Show HN: New Restaurants Discovery Notifier

Show HN: New Restaurants Discovery Notifier 3 by billylo | 0 comments on Hacker News.

New Show Hacker News story: Show HN: Active learning as a service for easy data selection

Show HN: Active learning as a service for easy data selection 1 by huangyz0918 | 0 comments on Hacker News. We are thinking about building a framework that can be used for unlabeled data selection (using active learning) to reduce human labeling budgets. And hope it can be easily used as a service, currently we are adding more SOTA active learning algorithms and there is a demo for you to play with!

New Show Hacker News story: Show HN: A better way of version controlling IAC

Show HN: A better way of version controlling IAC 3 by movedx | 0 comments on Hacker News. I believe I've reached a point in my career, and used Terraform enough, that I can confidently say that the semver system for managing IAC code bases simply doesn't cut it anymore. I'd love more widespread feedback on how I currently propose we version control our IAC. If the feedback is constructive and forthcoming, I'll move this written piece to a more formal location. This is currently being tested, with extremely positive results, at Cisco (yeah, the networking company.)

New Show Hacker News story: Show HN: I built an all-in-one virtual production platform for indies

Show HN: I built an all-in-one virtual production platform for indies 2 by MidnightCoffee | 5 comments on Hacker News. After being frustrated with the budget and learning curve requirements of the big names in the Virtual Production field, I decided to create my own all-in-one platform designed with beginners and less-technical folk in mind. It takes complicated tasks in other engines (tracking, compositing, floor plans, etc.) and makes them two-click solutions. And, with the free companion mobile app, you can track cameras, scan your sets, and (coming soon) do full body motion capture! There's a ton more features that I'm super proud of, and I'm open to any and all feedback! Thanks!

New Show Hacker News story: Show HN: Sunmao – A framework for developing low-code tools

Show HN: Sunmao – A framework for developing low-code tools 5 by yz-yu | 3 comments on Hacker News.

New Show Hacker News story: Show HN: GitHub City – generate a 3D city with your GitHub contributions

Show HN: GitHub City – generate a 3D city with your GitHub contributions 2 by honzaaap | 0 comments on Hacker News.

New Show Hacker News story: Show HN: bashttp - a very (very) simple web server in Bash

Show HN: bashttp - a very (very) simple web server in Bash 11 by EddySchauHai | 2 comments on Hacker News.

New Show Hacker News story: Show HN: rqlite, the distributed database built on SQLite – now with ARM support

Show HN: rqlite, the distributed database built on SQLite – now with ARM support 2 by otoolep | 0 comments on Hacker News.

New Show Hacker News story: Show HN: Open-source code editor for transforming data and building ML pipelines

Show HN: Open-source code editor for transforming data and building ML pipelines 3 by TommyDANGerous | 0 comments on Hacker News.

New Show Hacker News story: Show HN: I built a handheld CHIP-8 game console to teach myself embedded systems

Show HN: I built a handheld CHIP-8 game console to teach myself embedded systems 5 by kurtjd | 0 comments on Hacker News. A while back I wrote a CHIP-8 emulator (which is considered the Hello, World! of emulators and is more accurately a virtual machine since historically CHIP-8 was an interpreted language running on top of the COSMAC VIP to make game programming easier). But a few months ago I got really interested in embedded software, so decided it would be neat to port my emulator to a STM32 MCU and design a console around it as a learning experience, since CHIP-8 never existed as a physical system. I didn't know much about embedded software when I began, and even less about electronics, but I managed to write all the firmware from scratch and even designed my first PCB, resulting in a finished (though not very polished) handheld CHIP-8 console. For those curious, the GitHub repo also has links to my dev blog about the project as well as a build guide. Thanks for looking!

New Show Hacker News story: Show HN: A simple async, thread-safe Java library to perform rDNS lookups

Show HN: A simple async, thread-safe Java library to perform rDNS lookups 3 by lpellegr | 0 comments on Hacker News.

New Show Hacker News story: Show HN: A simple Twitter-feed-style web RSS reader provided as a container

Show HN: A simple Twitter-feed-style web RSS reader provided as a container 2 by ssddanbrown | 1 comments on Hacker News.

New Show Hacker News story: Show HN: SVG stroke-dashoffset interactive examples

Show HN: SVG stroke-dashoffset interactive examples 2 by joshdance | 0 comments on Hacker News. SVG stroke-dashoffsets have always confused me. I couldn't never figure out which way the line was going to move as I increased or decreased them. So I made some interactive examples to help.

New Show Hacker News story: Show HN: Micro-Services on Micro-Controllers

Show HN: Micro-Services on Micro-Controllers 2 by kasperl | 1 comments on Hacker News.

New Show Hacker News story: Show HN: PubKey – Communicate Privately in Anonymous Public Spaces

Show HN: PubKey – Communicate Privately in Anonymous Public Spaces 35 by popcalc | 19 comments on Hacker News. A little while back I remember seeing a user on a certain anonymous imageboard asking for an invite to a selective email host. Only after a few minutes did the guy realize the perplexity of the situation. How do you insure against a race condition in a public forum with no way to direct message? Luckily, he nabbed the invite code, but it got me thinking about using PGP to provide a solution. This is meant to be a rough PoC and the UX is definitely not ready for the average Joe, but the functionality I'd like to think is there. What catbox.moe is to dropbox is what I'd like this to eventually be to keybase. Btw, "this page uses NO SERVER" just means it's static. I'm not trying to fool anyone lol. Edit: Source Code: https://ift.tt/eO91HZx

New Show Hacker News story: Show HN: If VS Code had a data-centric IDE sibling, what would that look like?

Show HN: If VS Code had a data-centric IDE sibling, what would that look like? 29 by jonathan_re | 5 comments on Hacker News.

New Show Hacker News story: Show HN: A just another Cron alternative but with much more capabilities

Show HN: A just another Cron alternative but with much more capabilities 2 by yohamta | 0 comments on Hacker News. I have created a Cron alternative that runs DAGs (Directed acyclic graph) defined in a simple YAML format. Why not Airflow? Airflow and other similar tools are powerful and valuable, but in most cases, they require writing code to manage workflows. Our ETL pipeline is already hundreds of thousands of lines of complex code in Perl and shell scripts. Adding another layer of Python on top of this would make it difficult to maintain. Instead, we needed a more lightweight solution. So we developed Dagu, which requires no coding, and is easy-to-use and self-contained, making it ideal for smaller projects with fewer people.

New Show Hacker News story: Show HN: Typograms, Markdown-like renderer for ASCII diagrams

Show HN: Typograms, Markdown-like renderer for ASCII diagrams 2 by sgoto | 0 comments on Hacker News.

New Show Hacker News story: Show HN: Netflix Calculator

Show HN: Netflix Calculator 38 by attero | 45 comments on Hacker News.

New Show Hacker News story: Show HN: Uber for Coding — Build product with bounties

Show HN: Uber for Coding — Build product with bounties 4 by zcesur | 1 comments on Hacker News.

New Show Hacker News story: Show HN: MechKeebs – Online community to discover your next mechanical keyboard

Show HN: MechKeebs – Online community to discover your next mechanical keyboard 2 by pzrsa | 0 comments on Hacker News.

New Show Hacker News story: Show HN: IOK – an open ruleset and DSL for detecting phishing kits

Show HN: IOK – an open ruleset and DSL for detecting phishing kits 2 by bradleyjkemp | 0 comments on Hacker News.

New Show Hacker News story: Show HN: I built a walkthrough of Redis's source code

Show HN: I built a walkthrough of Redis's source code 3 by rohitpaulk | 0 comments on Hacker News.

New Show Hacker News story: Show HN: dpScreenOCR – a program to recognize text on the screen

Show HN: dpScreenOCR – a program to recognize text on the screen 2 by danpla | 0 comments on Hacker News. In a nutshell, dpScreenOCR can recognize text from the selected screen area, and then can copy it to the clipboard, add it to history, or pass it as an argument to an executable.

New Show Hacker News story: Show HN: A compiler and VM for a simple language, in 150 lines of code

Show HN: A compiler and VM for a simple language, in 150 lines of code 68 by p4bl0 | 18 comments on Hacker News.

New Show Hacker News story: Show HN: Ex Platform for SWEs

Show HN: Ex Platform for SWEs 2 by wassimkha | 0 comments on Hacker News. Hey guys, just sharing this project that I've been working on. Let me know what you think. This idea came primarily from my own experience in the software industry. After a while, I was feeling discouraged by my job, mostly because I felt expendable (like a code monkey), burned out, and had unchallenging work. It felt like the employers I was working for didn’t have an idea of what was going on or how their employees were feeling. They would talk a lot about the technical challenges, but never did we talk about any mental/emotional challenges. So I started thinking about what could be done to mitigate this problem and came up with this solution. An employee experience platform that tracks multiple psychological dimensions (specifically customized to track problems that can be faced in a software engineering environment) and gives the managers some insights into their teams/employees. I'm still currentl...

New Show Hacker News story: Show HN: A searchable archive of Wikipedia's “Current Events” portal

Show HN: A searchable archive of Wikipedia's “Current Events” portal 2 by p-e-w | 0 comments on Hacker News.

New Show Hacker News story: Show HN: WatchThemLive – Legally Watch Your Users' Activities on Your Website

Show HN: WatchThemLive – Legally Watch Your Users' Activities on Your Website 2 by Nima79h | 1 comments on Hacker News.

New Show Hacker News story: Show HN: Owlkettle – A Declarative user interface framework based on GTK 4

Show HN: Owlkettle – A Declarative user interface framework based on GTK 4 17 by can_lehmann | 1 comments on Hacker News.

New Show Hacker News story: Show HN: Hacker News Mods - A collection of tools/mods for HN

Show HN: Hacker News Mods - A collection of tools/mods for HN 2 by jarrenae | 0 comments on Hacker News. Hey HN! I built Hacker News Mods as a place to collect any tools or sites related to HN. We just started building one mod/tool for HN per week, and I thought it’d be a good idea to showcase all of the tools we’ve created, as well as tools that others have created as well. The site is pretty scrappy, so any feedback is appreciated! Also, please submit any projects that we don’t already have listed! Thanks, Jarren

New Show Hacker News story: Show HN: Eesel – Federated search without API integrations

Show HN: Eesel – Federated search without API integrations 13 by amoghs | 0 comments on Hacker News. Hey there! Amogh here from eesel ( https://eesel.app ). eesel filters your browser history to show the docs you need for work, right in your new tab. You can see recent docs, filter by app or search by title or content. We're trying to solve a pretty universal problem. Everyone's work is spread across apps - there's a project brief in Google Docs, issues in Jira, a mockup in Figma, PRs in GitHub - and with this kind of sprawl, it can be a game of trial and error to find the links we need to do our job. Trying keywords in the address bar only works if we remember the title and it's specific enough, search in apps can be slow and noisy, company "knowledge hubs" in Confluence or Google Drive are usually not up to date, and we ultimately just ping each other on Slack to find things. I was struggling with this acutely as a PM at Intercom, and it felt ridiculous t...

New Show Hacker News story: Show HN: Mapedia.org – A Crowdsourced Learning Map

Show HN: Mapedia.org – A Crowdsourced Learning Map 2 by Layvier | 0 comments on Hacker News. Hi HN! We're happy to announce the launch of Mapedia.org, an open source crowdsourced learning map! Mapedia is a new kind of learning platform at the crossroad between Wikipedia, Google Maps and Khan Academy: a learning map built collaboratively to support online learners to learn any topic seamlessly. We built an interactive learning map of topics to be able to visualize the different fields of knowledge, what concepts are included in them and how they relate to each other. This allows for curiosity based exploration, identifying knowledge gaps (unknown unknowns) and figuring out what to learn next (and in which order). For each topic you can then find community and expert curated resources, learning advices and smart recommendations in order to learn as efficiently as possible. We want people to spend time learning rather than figuring out how to learn, and in particular to empower sel...

New Show Hacker News story: Show HN: GitHop

Show HN: GitHop 6 by Sujeto | 2 comments on Hacker News. History widget that focuses only on github links. Useful to have it somewhere in the toolbar to go to repos quickly. Most recently-visited urls go to the top. Can be filtered. And navigated with arrow keys. https://ift.tt/OUfYSuP

New Show Hacker News story: Show HN: Cargo-semver-checks, a fast CI-friendly query-based Rust semver linter

Show HN: Cargo-semver-checks, a fast CI-friendly query-based Rust semver linter 5 by obi1kenobi | 1 comments on Hacker News.

New Show Hacker News story: Show HN: Atorable-Loader – Build a website that serves itself

Show HN: Atorable-Loader – Build a website that serves itself 2 by sergethompson | 2 comments on Hacker News.

New Show Hacker News story: Show HN: Free: NextJs Firebase Starter Kit

Show HN: Free: NextJs Firebase Starter Kit 3 by 0xgautam | 0 comments on Hacker News.

New Show Hacker News story: Show HN: Near-Real-Time Voice Chat Moderation that my startup made

Show HN: Near-Real-Time Voice Chat Moderation that my startup made 3 by upwardbound | 0 comments on Hacker News.

New Show Hacker News story: Show HN: Blender Python 3D simulator for computer vision and inverse render AI

Show HN: Blender Python 3D simulator for computer vision and inverse render AI 2 by legel | 0 comments on Hacker News.

New Show Hacker News story: Show HN: How to get access to coredumps from GitHub Actions runs

Show HN: How to get access to coredumps from GitHub Actions runs 3 by itamarst | 0 comments on Hacker News.

New Show Hacker News story: Show HN: Face IO – Facial Authentication for the Web

Show HN: Face IO – Facial Authentication for the Web 4 by symisc_devel | 3 comments on Hacker News.

New Show Hacker News story: Show HN: Blank – A keyboard-first Markdown Editor made for writing

Show HN: Blank – A keyboard-first Markdown Editor made for writing 2 by FPurchess | 0 comments on Hacker News.

New Show Hacker News story: Show HN: Image Compression and Resizing Tool

Show HN: Image Compression and Resizing Tool 2 by ic3m4n | 0 comments on Hacker News. When I'm working on my niche sites, I often have the problem that I need to resize my images and compress them so I get the best performance. For my use-case I needed 2 different tools + renaming them manually to get the image I want to upload onto my niche site. I'm a programmer and hate tedious and repeating work, so I decided to make a tool for my workflow: https://www.canvar.io Right now the functionality is very basic: You can upload an image, select an output format, resize and rename it. When you click on "Compress & Download", the image gets compressed and - surprise - downloaded to your computer. Now I would love your feedback on the tool. What can I make better? What did I do good, what sucks?

New Show Hacker News story: Show HN: WordDumb, a calibre plugin that helps you read books

Show HN: WordDumb, a calibre plugin that helps you read books 3 by xxyzz | 0 comments on Hacker News. This plugin creates Word Wise and X-Ray sqlite files for Kindle format books, it also adds these data as tags and footnotes to EPUB books. If an e-reader device is connected, it'll send the book and created files to the device. It uses spaCy to find named entities as X-Ray, 22 languages are supported. X-Ray descriptions come from Wikipedia, locator map, Democracy Index and country/city inception data are queried from Wikidata. Wiktionary files downloaded from https://kaikki.org are used for EPUB Word Wise.

New Show Hacker News story: Show HN: Restore titles for removed or private videos in YouTube playlists

Show HN: Restore titles for removed or private videos in YouTube playlists 6 by exKitsune | 2 comments on Hacker News.

New Show Hacker News story: Show HN: Sun Clock: a 24hr clock that shows the position of the sun

Show HN: Sun Clock: a 24hr clock that shows the position of the sun 2 by perilunar | 4 comments on Hacker News.

New Show Hacker News story: Show HN: Cloud-Runner, up to 40% faster Gitlab-ci pipelines

Show HN: Cloud-Runner, up to 40% faster Gitlab-ci pipelines 2 by fgribreau | 0 comments on Hacker News.

New Show Hacker News story: Show HN: Kreya, a Postman Alternative

Show HN: Kreya, a Postman Alternative 4 by CommonGuy | 0 comments on Hacker News. Hi HN! For over a year we've been working on Kreya. At first, it only supported gRPC, because the alternative tools (eg. BloomRPC) were very limited in their functionality. Since then, we have added many features, trying hard to keep the UI clean while still supporting advanced use cases. Yesterday, we released Kreya v1.8, which added support for REST! In our opinion, Kreya is a good alternative to the existing tools out there. Sure, it may not support all the features that Postman has. But we think that Kreya has some innovative approaches (eg. authentication or API importers) that users may find interesting.

New Show Hacker News story: Show HN: I made a simple addictive web game

Show HN: I made a simple addictive web game 2 by nassimsoftware | 6 comments on Hacker News.

New Show Hacker News story: Show HN: Run transformers model inference in C/C++ and even assembly

Show HN: Run transformers model inference in C/C++ and even assembly 2 by txtai | 0 comments on Hacker News.

New Show Hacker News story: Show HN: Namecheap AI business name generator

Show HN: Namecheap AI business name generator 6 by cameronrohani | 2 comments on Hacker News.

New Show Hacker News story: Show HN: Simple Python struct format-string explainer

Show HN: Simple Python struct format-string explainer 3 by superpolynomial | 0 comments on Hacker News. Hi everyone! As a side project I made a tiny static website that helps explain format strings used with Python's `struct` module. Type/paste in a format string and you get a quick explanation of the structure instead of having to look through the docs. It's open source, happy to hear any suggestions how to make it more useful.

New Show Hacker News story: Show HN: Lldap, a Simplified LDAP Server

Show HN: Lldap, a Simplified LDAP Server 12 by nitnelave | 2 comments on Hacker News. Hi everyone! For the past year I've been working on a simple LDAP server for user management, targeted at self-hosted servers. The idea is that OpenLDAP is a pain to install, configure and manage, and on top of that you need a frontend if you want a web UI. LDAP instead provides a minimalistic LDAP server that supports the subset of LDAP needed for user management and authentication, with almost no configuration required, and a nice UI/API in front of it. We just released version 0.4 (and 0.3 actually) and it should now be stable enough to use it yourself! We've had some people using it for tests as well.

New Show Hacker News story: Show HN: Colorvote.io – ranking all 16,777,216 sRGB web colors by popularity

Show HN: Colorvote.io – ranking all 16,777,216 sRGB web colors by popularity 4 by gcuth | 0 comments on Hacker News.

New Show Hacker News story: Show HN: CANDL, a Replacement for YAML

Show HN: CANDL, a Replacement for YAML 2 by djhaskin987 | 2 comments on Hacker News.

New Show Hacker News story: Show HN: Typewaiter, the typewriter that doesn't wait

Show HN: Typewaiter, the typewriter that doesn't wait 15 by OisinMoran | 10 comments on Hacker News. Howdy HN, just recently made this silly typewriter variant and think some of you might enjoy it so thought I'd share. Here the cursor takes no heed of what you're typing and just advances at a steady pace, with the effect that typing something reasonable-looking requires you to type at a very steady rhythm. There's also the bonus that the space character is no longer needed—you can (and kind of have to) just wait—so the keyboard minimalists among us can shave even more space off their devices. Only desktop for now. It's an interesting contrast to the last one I made—which requires you to do all the heavy lifting in moving the cursor position yourself— https://ift.tt/6ideBXc

New Show Hacker News story: Show HN: A USB-Rubber-Ducky Blocker (Clarified)

Show HN: A USB-Rubber-Ducky Blocker (Clarified) 5 by pleinairist | 1 comments on Hacker News.

New Show Hacker News story: Show HN: Evryca – fractal thinking tool to brainstorm and organize thoughts

Show HN: Evryca – fractal thinking tool to brainstorm and organize thoughts 8 by efojs | 0 comments on Hacker News. Made a tool to organize thoughts. Actually it is a mind tree, but in a more web-friendly form. It has pivoted from what I originally started building at evryca.com. Some years ago I got the idea of fractal conversation, instead of old-school tree/ladder-like comments. I wanted to see only comments related to the current level. I started making "something" with fractal comments. This "something" was a project discussion platform. But it turned out that even I myself don't use it, and the idea of fractal comments stuck there unused. And recently it dawned on me that it may be a conversation with yourself — thinking, brainstorming, taking notes, writing. So made this kind of cork/whiteboard, where one can dive into the subject and, being in the flow, write and see only related notes and rearrange them later. I'm trying to make it flawless and a...

New Show Hacker News story: Show HN: Whatcha – the social network for digital media

Show HN: Whatcha – the social network for digital media 2 by dropstep | 1 comments on Hacker News.

New Show Hacker News story: Show HN: mbtiles-s3-server – serve vector map tiles directly from mbtiles on S3

Show HN: mbtiles-s3-server – serve vector map tiles directly from mbtiles on S3 9 by michalc | 1 comments on Hacker News.

New Show Hacker News story: Show HN: Office hours for technical books/frameworks

Show HN: Office hours for technical books/frameworks 2 by gentooguy | 2 comments on Hacker News.

New Show Hacker News story: Show HN: Lumigo – free tracing for AWS lambdas

Show HN: Lumigo – free tracing for AWS lambdas 2 by shlosky | 0 comments on Hacker News.

New Show Hacker News story: Show HN: Maze Generation Visualization

Show HN: Maze Generation Visualization 57 by pkstn | 16 comments on Hacker News.

New Show Hacker News story: Show HN: Piano Trainer – Learn piano scales, chords and more using MIDI

Show HN: Piano Trainer – Learn piano scales, chords and more using MIDI 43 by FinalDestiny | 5 comments on Hacker News.

New Show Hacker News story: Show HN: Find out where your supplements are made & sourced

Show HN: Find out where your supplements are made & sourced 2 by richarlidad | 0 comments on Hacker News. I made a table where you can find out the source/location of factory for where health supplements are made. This is a work in progress but it functions. At the moment you can sort by cGMP/GMP certification. * Full disclosure - if you purchase anything using the links, i earn an small affiliate fee (5%) I made this to help demystify the language behind product labelling, which in many cases is obfuscating the manufacturing and sourcing of certain products

New Show Hacker News story: Show HN: Triple Payments – Request crypto from anyone by sharing a link

Show HN: Triple Payments – Request crypto from anyone by sharing a link 5 by kji | 0 comments on Hacker News. Hi HN, Kevin and Ben here. Triple Payments is the easiest way to invoice someone and get paid in crypto. Just specify an amount and currency to pay out in, and share the link that we generate. We built Triple Payments to solve one of the most annoying problems we faced as web3 developers – requesting crypto without going back-and-forth on tokens and wallet addresses. When sending large sums of USDC or ETH, we were never 100% sure that our money was going to the right wallets. Under the hood, we let payers send ETH or stablecoins like USDC directly by calling standard transfer methods that work with their web3 wallets. If payers don’t have any of the requested currency, we give them the option to pay with a different token, using the 0x [1] platform and our custom contract to swap tokens behind the scenes. We’d love it if you could try creating a payment request, and look for...

New Show Hacker News story: Show HN: Nasefa – Sending myself files (via self-hosted NATS)

Show HN: Nasefa – Sending myself files (via self-hosted NATS) 2 by mprime1 | 1 comments on Hacker News.

New Show Hacker News story: Show HN: Wiby is now free software

Show HN: Wiby is now free software 22 by wibyweb | 4 comments on Hacker News.

New Show Hacker News story: Show HN: I made a small Space Shooter

Show HN: I made a small Space Shooter 5 by linkdd | 2 comments on Hacker News. Thank you https://opengameart.org for your service. People like me who can't draw or compose music are in your debt. The game, "Glitch and Rush" has been made in a few hours here and there. I've been tinkering in GameDev for years, if not decades, but I never released anything. The goal here was simple: - come up with a core mechanic - implement a single level - add some polishing - RELEASE I hope you'll enjoy it. BTW, my best time is 2min23s (yes, I'm bad at my own game, it's ok, I'm ok).

New Show Hacker News story: Show HN: Status Page Status Page Status Page

Show HN: Status Page Status Page Status Page 5 by magicconch | 0 comments on Hacker News.

New Show Hacker News story: Show HN: Packetmaker – A low alloc, lightweight way to generate packets in Go

Show HN: Packetmaker – A low alloc, lightweight way to generate packets in Go 2 by JakeMakesStuff | 0 comments on Hacker News.

New Show Hacker News story: Show HN: I made an app to help insomniacs learn how to sleep again

Show HN: I made an app to help insomniacs learn how to sleep again 9 by dredev | 0 comments on Hacker News. Hi HN! I suffered from chronic insomnia for over a year and tried everything from cutting coffee, blocking blue light, to taking melatonin and antihistamine, but couldn’t find anything that worked. I even bought a $500 research-grade EEG device to track my sleep, which was honestly kind of depressing because it showed that I was sleeping less than 4 hours per night for weeks straight. In the day, it took an immense amount of energy for me to perform even the most mundane of tasks, such as doing my laundry or ordering groceries. At night, I felt an overwhelming sense of loneliness and resentment as I lay in bed wide-awake, reading and re-reading Sleep by Murakami or mindlessly scrolling through reddit/ HN. My performance at work suffered, my personal relationships suffered, and my happiness suffered. When I finally decided to see a sleep specialist, I was put on a 3-month long ...

New Show Hacker News story: Show HN: RemoteFriendly – A remote job board inspired by HN

Show HN: RemoteFriendly – A remote job board inspired by HN 50 by 1xdevloper | 15 comments on Hacker News.

New Show Hacker News story: Show HN: PostgreSQL proxy for integration testing things you don't control

Show HN: PostgreSQL proxy for integration testing things you don't control 2 by luqasn | 0 comments on Hacker News. Hi hackers! I recently tried to get a stack of microservices running in a docker-compose sandbox for integration testing using their original (e.g. prod) configuration. This means I didn't know what credentials they'd be using or what database name. So I hacked together a postgresql proxy using an existing project ( https://ift.tt/EocztXS ) and simply allow any credentials to connect and make sure the desired database exists before returning control to the caller. Sharing this in the hopes it is useful for someone else. Lucas

New Show Hacker News story: Show HN: See3ee.com – Find Cars like you find EC2’s

Show HN: See3ee.com – Find Cars like you find EC2’s 4 by hacsky | 2 comments on Hacker News.

New Show Hacker News story: Show HN: RSS Feed Discovery Engine

Show HN: RSS Feed Discovery Engine 2 by thirdplace_ | 0 comments on Hacker News. Proprietary feed readers don't reveal their discovery algorithms. This is a FOSS solution to that problem. Also has an api: https://ift.tt/hWv8NZx...

New Show Hacker News story: Show HN: A dependency injection library based on Go 1.18 Generics

Show HN: A dependency injection library based on Go 1.18 Generics 2 by samber | 1 comments on Hacker News.

New Show Hacker News story: Show HN: Arttime gets a progress bar, simple installer, ability to pause/unpause

Show HN: Arttime gets a progress bar, simple installer, ability to pause/unpause 2 by reportaman | 0 comments on Hacker News.

New Show Hacker News story: Show HN: Mind Flayer – A Stranger Things style interactive web experience

Show HN: Mind Flayer – A Stranger Things style interactive web experience 3 by edankwan | 0 comments on Hacker News.

New Show Hacker News story: Show HN: PocketBase – open-source realtime back end in 1 file

Show HN: PocketBase – open-source realtime back end in 1 file 2 by randomwebdev | 1 comments on Hacker News.

New Show Hacker News story: Show HN: Barfi – Python flow based programming with GUI

Show HN: Barfi – Python flow based programming with GUI 3 by krishadi | 0 comments on Hacker News. What? Another flow based programming library for Python? Yes. All the FBP libraries out there for Python need to be run as a self contained application. They are not components that could be integrated into your existing data workflows. Barfi, on the other hand can be integrated. At the moment it has a Streamlit component that you can use in your Streamlit apps. Currently, I am working on a Jupyter notebook widget.

New Show Hacker News story: Show HN: We created a password and data manager for teams

Show HN: We created a password and data manager for teams 2 by glenn_vc | 0 comments on Hacker News.

New Show Hacker News story: Show HN: C3 – A C alternative that looks like C

Show HN: C3 – A C alternative that looks like C 24 by lerno | 10 comments on Hacker News. Compiler link: https://ift.tt/lJ5Qeza Docs: http://www.c3-lang.org This is my follow-up "Show HN" from roughly a year ago ( https://ift.tt/XeAQfDE ). Since then the language design has evolved and the compiler has gotten much more solid. Assorted extra info: - The C3 name is a homage to the C2 language project ( http://c2lang.org ) which it was originally inspired by. - Although C3 mostly conforms to C syntax, the most obvious change is requiring `fn` in front of the functions. This is to simplify searching for definitions in editors. - There is a comparison with some other languages here: https://ift.tt/2VP6y58 - The parts in C3 which breaks C semantics or syntax: https://ift.tt/s593mXa - Aside from the very C-like syntax, one the biggest difference between C3 and other "C competitors" is that C3 prioritizes C ABI compatibility, so that all C3 special types (such as slices ...

New Show Hacker News story: Show HN: NeoPOP says “hello world” in open source

Show HN: NeoPOP says “hello world” in open source 4 by bigint | 1 comments on Hacker News.

New Show Hacker News story: Show HN: A simple Italian to English translator written in C (Hello World joke)

New Show Hacker News story: Show HN: An unreasonably efficient Game of Life, in pure Python

Show HN: An unreasonably efficient Game of Life, in pure Python 2 by Retr0id | 2 comments on Hacker News.

New Show Hacker News story: Show HN: Z shell config - what the files do, where they go, how to run them

Show HN: Z shell config - what the files do, where they go, how to run them 3 by jph | 0 comments on Hacker News.

New Show Hacker News story: Show HN: A USB-Rubber-Ducky Blocker (50 Codes)

Show HN: A USB-Rubber-Ducky Blocker (50 Codes) 2 by pleinairist | 3 comments on Hacker News.

New Show Hacker News story: Show HN: Localization and translations should be code, not data

Show HN: Localization and translations should be code, not data 2 by LeviticusMB | 0 comments on Hacker News.

New Show Hacker News story: Show HN: A short dystopian game I build last weekend

Show HN: A short dystopian game I build last weekend 17 by drcode | 14 comments on Hacker News.

New Show Hacker News story: Show HN: Graphsignal – ML profiler to speed up training and inference

Show HN: Graphsignal – ML profiler to speed up training and inference 7 by dmitrim | 1 comments on Hacker News. Hi, Graphsignal founder here. We've launched Graphsignal earlier this year to make machine learning profiling practical and easy to use. Basically, it enables the profile-optimize-benchmark loop. For example, making inference faster by optimizing an ML model, while still maintaining accuracy. We've make a lot of progress that I wanted to share. The profiler now natively supports TensorFlow, Keras, PyTorch, PyTorch Lightning, Hugging Face, XGBoost and JAX frameworks along with built-in support for distributed workloads. Profiles now include tracing information in chrome trace format. Process and GPU utilization data has been extended as well. It is now possible to monitor all run metrics. Useful for long runs. Profiled workloads are now sharable across teams and publicly (if enabled). I'm excited to show it here and appreciate any thoughts, comments and feedback...

New Show Hacker News story: Show HN: Trane, an automated system for learning complex skills

Show HN: Trane, an automated system for learning complex skills 2 by trane_project | 0 comments on Hacker News. Hi HN, I released Trane over the weekend: https://ift.tt/2sWUapX . Trane is an automated system for learning complex skills. Think of it like defining a skills tree (technically a graph) of all the smaller skills you need to master a complex skill and having an automated system to automatically traverse the graph as you master them. The seed for Trane was planted after my frustration trying to learn music, and jazz in particular. There are simply too many things you need to master first (e.g. knowing the names of a note, knowing where the notes are in your instrument, timing, etc) and it becomes difficult to track what it is that you should focus on, and there is a process of constant atrophy, even if you practice consistently. Trane is an early state, but is already usable. I have released a command line interface at https://ift.tt/Mic1We5 and some music courses at https:...

New Show Hacker News story: Show HN: Instant.gallery pushing the 3D immersive web further

Show HN: Instant.gallery pushing the 3D immersive web further 3 by petesamrogers | 0 comments on Hacker News.

New Show Hacker News story: Show HN: Auto scan receipt data feature in my app

Show HN: Auto scan receipt data feature in my app 2 by karrysodhi | 0 comments on Hacker News. Hi all, Just released a feature in my app Receipts Co to auto scan the data from receipts while saving the receipts. App will try to read store, price and purchase date from receipts to make the process faster. Kindly download the app from here https://ift.tt/GmRLzk0 and let me know your feedback. Thank you

New Show Hacker News story: SHOW HN: Building an app to rule all web-based SaaS, need feedbacks from HN

SHOW HN: Building an app to rule all web-based SaaS, need feedbacks from HN 2 by zhangruinan | 1 comments on Hacker News.

New Show Hacker News story: Show HN: VS Code extenstion that connects documentation to code

Show HN: VS Code extenstion that connects documentation to code 2 by hahnbee | 1 comments on Hacker News.

New Show Hacker News story: Show HN: Bebo – run Clojure scripts on Deno

Show HN: Bebo – run Clojure scripts on Deno 2 by Borkdude | 0 comments on Hacker News. Made this little thing: https://ift.tt/1H80KNO In the spirit of deno it allows you to install a script from an https location but for Clojure(Script, .cljs). Why would you use this? I love Clojure and I'd love to see it in more places than the JVM and browser. Maybe you do too. It is similar to the idea of nbb which allows you to run .cljs scripts on Node.js via the SCI interpreter: - https://ift.tt/KG2RTHr - https://ift.tt/VPivWhY I posted this project yesterday but forgot to add "Show HN"... I hope that is OK since I can't edit my previous message anymore.

New Show Hacker News story: Show HN: Generate webpage summary images with DALL-E mini

Show HN: Generate webpage summary images with DALL-E mini 2 by txtai | 1 comments on Hacker News.

New Show Hacker News story: Show HN: Using ThreeJS to create a city from Your GitHub contributions

Show HN: Using ThreeJS to create a city from Your GitHub contributions 2 by honzaaap | 2 comments on Hacker News. I spent some time making this. I am a beginner with blender but I did my best :) I'm open to any and all feedback.

New Show Hacker News story: Show HN: DatabaseMesh for distributed transaction、read write splitting、sharding

Show HN: DatabaseMesh for distributed transaction、read write splitting、sharding 2 by dksl | 0 comments on Hacker News.

New Show Hacker News story: Show HN: WebReducer – micro event sourcing cloud function

Show HN: WebReducer – micro event sourcing cloud function 3 by zekenie | 1 comments on Hacker News. Hey everyone, WebReducer is a project I've been working on since last December. You can read about my process here: https://ift.tt/tgyRhxv Send some data to WebReducer. Then, write a reducer function to retain some state. You can change the reducer function as much as you want and recreate that state. Still working on how to explain it. It's a tiny FaaS platform. It's a tiny database. It's micro event sourcing. It's "redux" on the server as a service. It's a backend for tiny personal projects. It's a place to send your webhooks. I'm looking for feedback on the following: - Do you get what it is? - What would you use it for? - What would I need to iron out for you to seriously consider trying this?

New Show Hacker News story: Show HN: Responsecodes.xyz

Show HN: Responsecodes.xyz 4 by deweyair | 3 comments on Hacker News. responsecodes.xyz returns response status codes based on the subdomain. https://ift.tt/ycMsQGf returns a response with a status code of 222. https://ift.tt/iFcHU2v returns a response with a status code of 999. Non-numeric subdomains will return a 400. I built this because I needed it and I couldn't find one after searching around for a few minutes.

New Show Hacker News story: Show HN: What do avoided crossings sound like?

Show HN: What do avoided crossings sound like? 2 by darthoctopus | 0 comments on Hacker News.

New Show Hacker News story: Show HN: Create invitations for weddings and virtual events

Show HN: Create invitations for weddings and virtual events 2 by DCodes1 | 0 comments on Hacker News.

New Show Hacker News story: Show HN: Barricade – Never build authentication again

Show HN: Barricade – Never build authentication again 2 by ianpurton | 0 comments on Hacker News.

New Show Hacker News story: Show HN: BrainTool 0.9.9a – still seeking feedback from this group

Show HN: BrainTool 0.9.9a – still seeking feedback from this group 2 by tconfrey | 1 comments on Hacker News.

New Show Hacker News story: Show HN: Redbean 2.0 in Docker

Show HN: Redbean 2.0 in Docker 2 by kissgyorgy | 0 comments on Hacker News.

New Show Hacker News story: Show HN: CSVFiddle – Query CSV files with DuckDB in the browser

Show HN: CSVFiddle – Query CSV files with DuckDB in the browser 2 by shbhrsaha | 0 comments on Hacker News.

New Show Hacker News story: Show HN: Find Developers via GitHub Data

Show HN: Find Developers via GitHub Data 2 by visox | 0 comments on Hacker News. So i made this, was thinking if i can improve what kind of people get invited for interviews. Probably better than filtering by linkedin but who knows. didnt bother to buy a proper domain for now.