Posts

Showing posts from May, 2022

Show HN: I made React with a faster Virtual DOM https://ift.tt/WvRrmSF

Show HN: I made React with a faster Virtual DOM Hi! I made a React compatibility library for a Virtual DOM library (https://ift.tt/pkqo6h8). The idea is to have much faster rendering (a compiler optimizes virtual DOM beforehand) while ensuring the same developer experience React provides. This is very, VERY early stage, so be prepared for weird bugs / plugin incompatibility / etc. If you have any suggestions, I'd be more than happy if you replied in a comment with it! You can spin up the demo here >> https://ift.tt/1LHdJz3 June 1, 2022 at 01:34AM

Show HN: Shale – a Ruby object mapper and serializer for JSON, YAML and XML https://ift.tt/lAp3Yxh

Show HN: Shale – a Ruby object mapper and serializer for JSON, YAML and XML https://ift.tt/1CfgKnQ May 31, 2022 at 11:06AM

Show HN: Form Builder, Reimagined https://ift.tt/pIS8wWm

Show HN: Form Builder, Reimagined https://www.formcan.com May 31, 2022 at 11:03AM

Show HN: Todool, a full blown environment for managing large trees of task lists https://ift.tt/Ov1ZuJl

Show HN: Todool, a full blown environment for managing large trees of task lists Currently an alpha is available in their Discord server. I'm not the creator, if you have any questions about the program feel free to join the Discord server. https://ift.tt/fWM3wcy May 31, 2022 at 08:41AM

Show HN: Query Google Sheet data using PostgreSQL clients https://ift.tt/oWbqm1R

Show HN: Query Google Sheet data using PostgreSQL clients https://ift.tt/9XqTWgp May 31, 2022 at 05:24AM

Show HN: Fullstack web should be easy https://ift.tt/38wbtLk

Show HN: Fullstack web should be easy https://ift.tt/xjPWt5g May 31, 2022 at 12:29AM

Show HN: Resumecreator.io – I built a simple resume builder https://ift.tt/kVaB8mu

Show HN: Resumecreator.io – I built a simple resume builder Hi HN! I'm a developer who noticed that I haven't done much experimentation lately. I decided I wanted to change that this year. This month I built a simple resume builder with the main goal of practicing front-end development, and to scratch an itch I had when updating my resume. :) After it was functional enough, I casually shared with some friends to express my enjoyment of crafting something just for the sake of having some fun. To my surprise they ended up asking how they could send to others. So I went one step further, due to my pure excitement, and hosted it on Netlify to make publicly available. In case you're curious, I used the React component library Mantine[1] in this project. I loved it, so I definitely recommend to check it out for your next React project. Have thoughts to share? I would love to know! :) If you're postponing starting that project you have been thinking of, just do it. Right now. ...

Show HN: Bugfruit – a simple embedded key-value store https://ift.tt/4BDEzRr

Show HN: Bugfruit – a simple embedded key-value store Hey HN! I work on a database for my day-job and I realized I had never written one from scratch, so I wrote bugfruit! Once I was mostly satisfied with it, I looked up some benchmarks to compare my simple database to other brand name key-value stores. I was surprised to see that mine held up fairly well on the subset of benchmarks I replicated. So I used the Pavlo Database Naming System [0] to name it and open-sourced the code. I'd love to hear any feedback you might have on it! [0] https://ift.tt/SP39GCw... https://ift.tt/KWIMJbT May 29, 2022 at 10:14PM

Show HN: NetBird – A P2P Network with WebRTC, WireGuard, SSO, and Zero Trust https://ift.tt/CV1TQGj

Show HN: NetBird – A P2P Network with WebRTC, WireGuard, SSO, and Zero Trust Hey folks! We have just released NetBird. It is a big update so I decided to share it here and get your feedback :) NetBird creates an overlay peer-to-peer network connecting machines automatically regardless of their location (home, office, data center, container, cloud, or edge environments) unifying virtual private network management experience. It uses ICE protocol (WebRTC) to negotiate p2p connections and WireGuard (kernel module, when possible) to create a fast and encrypted tunnel between machines, falling back to relay (TURN) in case a p2p connection isn't possible. Pretty much just a client application installation is needed, the rest is done by the software! Sharing the project with you wasn't the only purpose of the post. I wanted to discuss the future and vision behind it. I'm pretty sure that in a few years, such seamless connectivity without the hassle of configuring firewalls, managi...

Show HN: A Simple and Free Cloud List DB https://ift.tt/vrGnp9g

Show HN: A Simple and Free Cloud List DB https://arraylist.org May 29, 2022 at 08:45PM

Show HN: Spanish Basic https://ift.tt/N4A7tSj

Show HN: Spanish Basic https://ift.tt/PhZBVIW May 29, 2022 at 08:08PM

Show HN: Small CLI to export/backup Spotify playlists to plain text files https://ift.tt/KT4St5i

Show HN: Small CLI to export/backup Spotify playlists to plain text files https://ift.tt/7j2TnGh May 29, 2022 at 05:14PM

Show HN: WebRTC Nuts and Bolts, A holistic way of understanding how WebRTC runs https://ift.tt/s8iVnuC

Show HN: WebRTC Nuts and Bolts, A holistic way of understanding how WebRTC runs Hi HN! I’m so excited to show my first open-source project and first post here. I initially started this project to learn Go language, it is an experimental project. The main goal is to track the adventure of a WebRTC stream from start to finish, by debugging the project or tracking the output at console. By trying out this project, you will deep dive into the steps which are taken while starting up a WebRTC session, and more. It consists of a web UI (TypeScript) and a server back-end (Golang) projects. They can run on Docker containers, in development mode or production mode, you can find details in the README file. After some progress on the development, I decided to pivot my experimental work to a walkthrough document. Because although there are lots of resources that exist already on the Internet, they cover small chunks of WebRTC concepts or protocols atomically. And they use the standard way of induct...

Show HN: WebSockets with Request and Response in JavaScript https://ift.tt/RYW74mp

Show HN: WebSockets with Request and Response in JavaScript https://ift.tt/5A47Q9E May 28, 2022 at 11:25AM

Show HN: Webhooks for Strava https://ift.tt/RJSV5t8

Show HN: Webhooks for Strava Strava doesn't provide a way for getting webhooks from your activities, so I wrote up a little application to do just that. Using: - Tailwind - Sveltekit - Netlify - Firebase/Firestore Check it out and let me know what you think. I don't have any expectations that Strava won't break it or keep me at the 1000 requests/day quota, but hey it was fun to make! https://stokehook.com/ May 28, 2022 at 01:52AM

Show HN: Self-Hosted Maps Stack https://ift.tt/G4AUE1P

Show HN: Self-Hosted Maps Stack Over the past week I built a project to let people self-host an entire maps stack so they don't have to send data to the big G. Right now it includes a base map, geocoder and directions server. Currently only bicycle directions are supported, and I'm only hosting tiles for Seattle because I'm unemployed and can't afford to host data for the whole planet. Check it out! https://ift.tt/Ym4b2Xn https://ift.tt/XtOkalp Ultimately I'd like to really focus on transit routing (not implemented) but I'll probably throw a driving mode in there too. https://ift.tt/Ym4b2Xn May 28, 2022 at 12:45AM

Show HN: I built an iOS app to create my own content feed from API(s) https://ift.tt/NwfQD9y

Show HN: I built an iOS app to create my own content feed from API(s) https://ift.tt/yFezo3S May 28, 2022 at 12:21AM

Show HN: A CLI for finding out of sync comments https://ift.tt/FEMfD2T

Show HN: A CLI for finding out of sync comments https://ift.tt/sgxy4n0 May 28, 2022 at 12:19AM

Show HN: HTTPS-DNS - Rust-based minimal DNS-over-HTTPS (DoH) client https://ift.tt/yx1Foat

Show HN: HTTPS-DNS - Rust-based minimal DNS-over-HTTPS (DoH) client https://ift.tt/PazblqO May 27, 2022 at 11:37PM

Show HN: Open-source enterprise SSO – integrate SAML with a few lines of code https://ift.tt/c47waGk

Show HN: Open-source enterprise SSO – integrate SAML with a few lines of code https://ift.tt/SR6V0O9 May 27, 2022 at 12:35PM

Show HN: A Reddit style site to discuss podcast episodes https://ift.tt/ZN1ERSa

Show HN: A Reddit style site to discuss podcast episodes https://podbabble.com/ May 27, 2022 at 10:15AM

Show HN: Search for Remote Management Systems Exposed to Attack Surface https://ift.tt/AGo3gOh

Show HN: Search for Remote Management Systems Exposed to Attack Surface Search for Remote Management Systems Exposed to Attack Surface Using SSL Certificate Search Feature (ssl_issuer_organization). Search Query on how to Use ssl_issuer_organization filter. https://ift.tt/Ct1mrxy May 27, 2022 at 03:18AM

Show HN: I made a simple Pastebin clone https://ift.tt/UALRH1s

Show HN: I made a simple Pastebin clone https://ift.tt/nosBMKF May 27, 2022 at 12:43AM

Show HN: A standard library for mattn/go-sqlite3 https://ift.tt/Ff56RDO

Show HN: A standard library for mattn/go-sqlite3 https://ift.tt/MKnBN0e May 26, 2022 at 09:25PM

Show HN: In-demand skills missing from your resume https://ift.tt/KMPLzZO

Show HN: In-demand skills missing from your resume https://ift.tt/cEkomZf May 26, 2022 at 02:35PM

Show HN: Our new product Construct Animate now in public beta https://ift.tt/ER2lAQ4

Show HN: Our new product Construct Animate now in public beta https://ift.tt/um45Mgy May 26, 2022 at 02:10PM

Show HN: Vaxiin – Zombie server recovery engine https://ift.tt/iau1cyV

Show HN: Vaxiin – Zombie server recovery engine https://docs.vaxiin.io/ May 26, 2022 at 03:40PM

Show HN: Search hard-to-type symbols and copy to clipboard https://ift.tt/of8Cd1m

Show HN: Search hard-to-type symbols and copy to clipboard https://ift.tt/2eiyP3l May 26, 2022 at 06:50AM

Show HN: I turned my face rec system into a video codec https://ift.tt/08uHQxt

Show HN: I turned my face rec system into a video codec Before the pandemic, my tiny startup was doing quite well selling Edge AI systems, based on our own lightweight AI inference engine, with object detection and face recognition for smart city and smart retail & food service applications. When the real world shut down, there was suddenly nothing to monitor on streets and in restaurants, so I set out to try and evolve our real time face recognition system into a video codec for high quality face-to-face online interactions, as I was not satisfied with the quality of Zoom and friends. I got it to work, and the first release for IOS was just approved on Apple's app store, link: https://ift.tt/jbEU0s5 The way it works is that you create a meeting URL, which you can share out-of-band, for instance via slack or text message. You can also share as a QR code which the app can scan to join a call. You then place your device on a surface in front of you so that the front camera can se...

Show HN https://ift.tt/LuDXVZM

Show HN https://zetti.app/ May 26, 2022 at 06:56AM

December 12, 2021 at 09:43PM

Biden approves Kentucky disaster declaration after devastating tornado Fox News Breaking News Alert December 12, 2021 at 09:43PM

Show HN: Needlesearch – Rate Anything https://ift.tt/jqUsTA7

Show HN: Needlesearch – Rate Anything https://ift.tt/NO5hSiy May 25, 2022 at 09:34AM

Show HN: VideoMentions – Search YouTube based on the spoken words in videos https://ift.tt/R7iHQVo

Show HN: VideoMentions – Search YouTube based on the spoken words in videos https://ift.tt/kJdNtS0 May 25, 2022 at 02:10PM

Show HN: Dress Circle – IMDB for UK Theatre https://ift.tt/GDSJrfg

Show HN: Dress Circle – IMDB for UK Theatre https://ift.tt/SY2BduL May 25, 2022 at 09:36AM

Show HN: A biological circuit simulator built with Godot https://ift.tt/fbkmnT8

Show HN: A biological circuit simulator built with Godot https://ift.tt/fi5FxNT May 25, 2022 at 12:36AM

Show HN: Run Pi-hole on a local Kubernetes/K3s cluster https://ift.tt/gJ9XDNa

Show HN: Run Pi-hole on a local Kubernetes/K3s cluster https://ift.tt/OcAYQdX May 25, 2022 at 12:51AM

Show HN: No ML Degree – Landing your first machine learning job without a degree https://ift.tt/rPA0vSI

Show HN: No ML Degree – Landing your first machine learning job without a degree https://ift.tt/WVnpOJw May 24, 2022 at 02:12PM

Show HN: I brought the benefits of LaTeX to non technical users https://ift.tt/vp35AYF

Show HN: I brought the benefits of LaTeX to non technical users https://ift.tt/8ciuYLN May 24, 2022 at 02:20PM

December 13, 2021 at 08:52AM

Number of dead rises after devastating tornadoes, Kentucky governor announces Fox News Breaking News Alert December 13, 2021 at 08:52AM

Show HN: Comon – a WinDbg extension to trace COM interactions https://ift.tt/KIH2VPt

Show HN: Comon – a WinDbg extension to trace COM interactions https://ift.tt/8gVKuFZ May 24, 2022 at 08:04AM

Show HN: An Accountability/Productivity Coach https://ift.tt/x48ROmz

Show HN: An Accountability/Productivity Coach https://taskritual.com May 24, 2022 at 04:26AM

Show HN: Possible – GPT-3 Business Idea Generator and Explorer https://ift.tt/BYHQ7Jp

Show HN: Possible – GPT-3 Business Idea Generator and Explorer https://ift.tt/V3aFMBi May 23, 2022 at 09:49AM

Show HN: A simple biological circuit simulator https://ift.tt/mYMaXzb

Show HN: A simple biological circuit simulator https://ift.tt/478TpPW May 23, 2022 at 01:28PM

Show HN: Zen Mode for macOS https://ift.tt/g5ocfkn

Show HN: Zen Mode for macOS What is it? - Have you ever been in an awkward situation where you wanted to hide all of your desktop icons or windows during a meeting but couldn't do it fast? - Have you ever been encountered in a situation where you believed you were on mute in the meeting but were not? Do you want to avoid those problems in the future? If so, then you are in the right place. With a one click away, you can "clutter free your Mac" by focusing on the task at hand. here is a quick video you can checkout what it is https://youtu.be/V7cYgfAGe78 https://ift.tt/1FWVZSc May 23, 2022 at 12:57PM

Show HN: Arttime – CLI art meets functionality https://ift.tt/PWjscgB

Show HN: Arttime – CLI art meets functionality arttime brings curated text-art to otherwise artless terminal emulators of starving developers (and other users who can use terminal emulators). While doing so, it blends display of art (a not-so-techie thing) with functionality of a nifty clock/timer which is a retake on the stereotypical alarms/timers. With one line of title message under the art, it also provides one line of opportunity for developers to display their activism (a not-so-techie thing either) or just attach a functional message for themselves for usual developer activity on terminal (like "debug the failing build tonight"). https://ift.tt/VOQFmgb May 23, 2022 at 06:58AM

Show HN: No-code e-commerce search https://ift.tt/vZpxVU2

Show HN: No-code e-commerce search https://ift.tt/epHgm6S May 23, 2022 at 11:54AM

Show HN: Search Query, How to Find Exposed HFS HTTP File Server https://ift.tt/sD5CBzA

Show HN: Search Query, How to Find Exposed HFS HTTP File Server How to find exposed HFS HTTP File Server with analysis report on malicious code site on a chinese HFS HTTP Filer Servers. https://ift.tt/jkDr5Oi May 23, 2022 at 06:56AM

Show HN: Coming Soon Kit – 50+ coming soon pages built with tailwind CSS https://ift.tt/6uGiHbU

Show HN: Coming Soon Kit – 50+ coming soon pages built with tailwind CSS https://ift.tt/6jDdhus May 22, 2022 at 10:18PM

Show HN: Quizdle – 5 daily quiz questions https://ift.tt/Xsvl6eB

Show HN: Quizdle – 5 daily quiz questions https://ift.tt/S9AvQiI May 22, 2022 at 03:27PM

Show HN: Remult – a CRUD framework for full-stack TypeScript https://ift.tt/1gR4Jbn

Show HN: Remult – a CRUD framework for full-stack TypeScript https://ift.tt/XWHflYc May 22, 2022 at 04:52PM

Show HN: Monolith – A stylish and functional computer frame https://ift.tt/giv5oFz

Show HN: Monolith – A stylish and functional computer frame https://coolte.ch/ May 22, 2022 at 04:13PM

Show HN: GPT-NeoX Playground https://ift.tt/hqv4cpl

Show HN: GPT-NeoX Playground https://neox.labml.ai/ May 22, 2022 at 12:31PM

Show HN: Your Sharable Portfolio of Machine Learning Projects https://ift.tt/Ts4pM7U

Show HN: Your Sharable Portfolio of Machine Learning Projects https://www.vevesta.com May 22, 2022 at 07:45AM

Show HN: Resolve Git Conflicts Automatically https://ift.tt/RSFgnAw

Show HN: Resolve Git Conflicts Automatically https://ift.tt/5a2ofOm May 22, 2022 at 12:35AM

Show HN: Self-Hosted wayback machine, pocket https://ift.tt/sMbmzhx

Show HN: Self-Hosted wayback machine, pocket https://ift.tt/zHvYpSc May 21, 2022 at 04:07PM

Show HN: Parsing a Reverse Polish Expression https://ift.tt/OkvMw3n

Show HN: Parsing a Reverse Polish Expression https://ift.tt/5pflNJ1 May 21, 2022 at 06:31AM

Show HN: SPIRVSmith – A fuzzer to generate random, well-defined SPIR-V shaders https://ift.tt/624oar9

Show HN: SPIRVSmith – A fuzzer to generate random, well-defined SPIR-V shaders https://ift.tt/kW5GBZE May 21, 2022 at 05:38AM

Show HN: Micro Graph Database for Python Applications https://ift.tt/6FEA78Q

Show HN: Micro Graph Database for Python Applications https://cogdb.io May 21, 2022 at 02:39AM

Show HN: VSCode Extension to jump between local git repositories https://ift.tt/YuBZxS5

Show HN: VSCode Extension to jump between local git repositories Hi HN, I've a lot of repositories on my local machine and previously I was using Project Manager extension, but I had some issues with it - - It was kind of slow. - It showed ignored repositories. - It was not completely open source. - There was no automated grouping for repositories. So, I ended up creating my own that does everything above. It's still in early stage but I use it on daily basis. While it's does not have all features of project manager, It takes around 50 ms to detect all repositories inside my home directory. It is powered by a bundled rust binary that does the all the heavy lifting. For those looking for source code - extension - https://ift.tt/b5yW0XM bundled binary - https://ift.tt/IL2ipfM I hope it helps someone else as well. https://ift.tt/JUbxKQn May 21, 2022 at 01:23AM

Show HN: Unidata – Providing Easy Access to Human-Friendly Web3 Data https://ift.tt/vcJjMVq

Show HN: Unidata – Providing Easy Access to Human-Friendly Web3 Data We all know that it is not that easy for web3 developers(especially for front-end) to access and present Web3 data due to the infrastructure design of blockchains. To resolve this issue, I came up with this human-friendly open-source project Unidata a few days ago. I believe this tool will make Web3 data much easier to access and display for developers. Docs: https://unidata.app/ GitHub: https://ift.tt/zlORnwK Let's take the most commonly used web3 data ETH NFT as an example to elaborate on the issue. The EIP-721 standard ETH NFT used has a very "flexible" format. An NFT image may use various fields, such as image image_url or animation_url. Depending on the publisher's preference, it might not even be an image at all; it could be a video, a 3D model, etc. The inconsistent formats cause a lot of problems for its front-end presentation. Getting all the Ethereum NFTs owned by a given address is also pr...

Show HN: WebApp to Create 3D Plants https://ift.tt/Z6xvhQV

Show HN: WebApp to Create 3D Plants https://ift.tt/Mn46Q9J May 20, 2022 at 06:07PM

Show HN: I made a program to simplify writing LaTeX math equations https://ift.tt/0Sc5syp

Show HN: I made a program to simplify writing LaTeX math equations https://ift.tt/98x2g3C May 20, 2022 at 10:22AM

Show HN: I made a personal Movies page, tracking everything I've watched https://ift.tt/tvshZu7

Show HN: I made a personal Movies page, tracking everything I've watched https://ift.tt/uCvjGBh May 20, 2022 at 08:28AM

Show HN: Objectiv – open-source product analytics infrastructure https://ift.tt/OonWbM0

Show HN: Objectiv – open-source product analytics infrastructure Hi! One of the creators here. Very proud to finally be able to show you what we've been working on for over a year now. Curious to hear your thoughts! Objectiv is open-source (APLv2) product analytics infrastructure. It's built around a generic but strict event taxonomy, open/common data- and infra tools (currently PG, snowplow, working on bigquery with more to come), and the analyses are done using our pandas-like, SQL speaking modeling library called Bach. As a result, we’re moving towards a vision wherein models can be shared openly, independent of product, platform[1] or data platform[2]. How? - Fully assist the dev doing the instrumentation using tools for ide support, run-time validation, ci integration. No auto capture, but very low-effort[1] instrumentation. - Scale using proven tech: a single collector writing to PG for small or snowplow to anything[2] for big. - Feed data into your own data warehouse aft...

Show HN: The LAMP for Cloud Apps https://ift.tt/zyCaS3b

Show HN: The LAMP for Cloud Apps https://ift.tt/sL4Fvbz May 20, 2022 at 04:39AM

December 13, 2021 at 08:52AM

Number of dead rises after devastating tornadoes, Kentucky governor announces Fox News Breaking News Alert December 13, 2021 at 08:52AM

December 12, 2021 at 09:43PM

Biden approves Kentucky disaster declaration after devastating tornado Fox News Breaking News Alert December 12, 2021 at 09:43PM

Show HN: Flightlist – Find the cheapest one-way flights in the world https://ift.tt/hGy5vlC

Show HN: Flightlist – Find the cheapest one-way flights in the world https://ift.tt/lTAIH9j May 19, 2022 at 08:46AM

Show HN: An Ephemeral Microblogging App https://ift.tt/bnYCINJ

Show HN: An Ephemeral Microblogging App https://blarb.co May 19, 2022 at 06:56AM

Show HN: HelloInbox – Ultimate email deliverability checklist and toolkit https://ift.tt/ryJPQBE

Show HN: HelloInbox – Ultimate email deliverability checklist and toolkit https://ift.tt/IXsJiQE May 19, 2022 at 08:40AM

Show HN: Rapidly Develop CRUD Web Apps with Locode https://ift.tt/lOYWNK3

Show HN: Rapidly Develop CRUD Web Apps with Locode https://www.locode.dev May 19, 2022 at 06:08AM

December 13, 2021 at 08:52AM

Number of dead rises after devastating tornadoes, Kentucky governor announces Fox News Breaking News Alert December 13, 2021 at 08:52AM

Show HN: Comtrya – Configuration Management for Localhost https://ift.tt/2tJz7rQ

Show HN: Comtrya – Configuration Management for Localhost https://ift.tt/j0wm9G2 May 19, 2022 at 12:23AM

Show HN: The opposite of a job board, an ideal role board for product folks https://ift.tt/AYvuSaf

Show HN: The opposite of a job board, an ideal role board for product folks https://ift.tt/BGUfEnQ May 18, 2022 at 06:58PM

December 12, 2021 at 09:43PM

Biden approves Kentucky disaster declaration after devastating tornado Fox News Breaking News Alert December 12, 2021 at 09:43PM

December 11, 2021 at 08:13AM

Blue Origin successfully sends 6-person crew, including Michael Strahan, to space and back Fox News Breaking News Alert December 11, 2021 at 08:13AM

December 11, 2021 at 03:58AM

Kentucky tornado death toll likely to exceed 50, governor warns Fox News Breaking News Alert December 11, 2021 at 03:58AM

December 10, 2021 at 08:15AM

Supreme Court lets Texas abortion law stand for now, allows lawsuit from abortion providers to proceed Fox News Breaking News Alert December 10, 2021 at 08:15AM

December 10, 2021 at 06:38AM

Inflation spikes to 39-year high as prices soar Fox News Breaking News Alert December 10, 2021 at 06:38AM

Show HN: Hyper: A bookmarklet and web application to optimize reading speed https://ift.tt/jmqM3FN

Show HN: Hyper: A bookmarklet and web application to optimize reading speed https://ift.tt/2mgtcuE May 17, 2022 at 11:24PM

December 11, 2021 at 08:13AM

Blue Origin successfully sends 6-person crew, including Michael Strahan, to space and back Fox News Breaking News Alert December 11, 2021 at 08:13AM

December 11, 2021 at 03:58AM

Kentucky tornado death toll likely to exceed 50, governor warns Fox News Breaking News Alert December 11, 2021 at 03:58AM

Show HN: Pxl.to – A serverless link shortener with no limits and no downtime https://ift.tt/APRB7Oz

Show HN: Pxl.to – A serverless link shortener with no limits and no downtime I built a service based on Amazon CloudFront's global edge network of points of presence. This distributed architecture affords the user: - Protection against network and application layer attacks - Robust and reliable links that will never go down - Instant links with low latency no matter where your visitors are in the world - Unlimited tracked clicks (no cap on clicks/month) The service has support for teams and custom domains, and auto-generates an SSL cert for every custom domain added, for HTTPS-secure links. It's largely free and can be found at https://www.pxl.to I'd love any feedback... no matter how brutal :) May 17, 2022 at 02:04AM

December 10, 2021 at 08:15AM

Supreme Court lets Texas abortion law stand for now, allows lawsuit from abortion providers to proceed Fox News Breaking News Alert December 10, 2021 at 08:15AM

December 10, 2021 at 06:38AM

Inflation spikes to 39-year high as prices soar Fox News Breaking News Alert December 10, 2021 at 06:38AM

Show HN: Open-Source Dora and Space Metrics for GitHub, Gitlab and Jira https://ift.tt/oqM6Epc

Show HN: Open-Source Dora and Space Metrics for GitHub, Gitlab and Jira https://ift.tt/am3DZFG May 17, 2022 at 01:59AM

Show HN: Serendipity Theme v2.0 for VS Code and other platforms https://ift.tt/6WdjPhq

Show HN: Serendipity Theme v2.0 for VS Code and other platforms Hello everyone! Here I am back with Serendipity V2.0 this time comes with better accessibility and more perks and we crossed 15K users! Marketplace: - https://ift.tt/QC7j2ms Official website: - https://ift.tt/yfXnsJt Repositories: - https://ift.tt/ei2FyES So, what's new? 100% new colour palette for the 3 themes. - Midnight - Sunset - Morning *This time comes with tree icons too! A new site with links to all the reports and a colour palette picker where you can copy the colour code to your clipboard. Ported to other platforms: Code editors ---- ↳ VS Code ↳ Open VSX Terminals --- ↳ Windows Terminal ↳ iTerm2 Apps --- ↳ Linear App ↳ Slack Channel ↳ Discord ↳ Bear Blog ↳ Instatus Code ---- ↳ CSS ↳ SASS ↳ Tailwind CSS ↳ Swatches ↳ ACO ↳ ASE ------------------------------------------------------ Get them here: https://ift.tt/ZsK2Ja4 ------------------------------------------------------ The first version for Serendipity V1.0 ...

Show HN: Visual Intersection Observer – intersection utility for visual viewport https://ift.tt/ZxBRED3

Show HN: Visual Intersection Observer – intersection utility for visual viewport https://ift.tt/UOizQDm May 16, 2022 at 01:59PM

Show HN: Receive and send money through GitHub comments https://ift.tt/CdaYpjS

Show HN: Receive and send money through GitHub comments https://ift.tt/cVSdkMN May 15, 2022 at 10:39PM

Show HN: Organize your open Chrome Tabs like apps on a desktop https://ift.tt/CXxedBu

Show HN: Organize your open Chrome Tabs like apps on a desktop https://ift.tt/ntJf36F May 15, 2022 at 03:12PM

Show HN: Babeloop, a new music sight-reading webapp https://ift.tt/DGSYZ9E

Show HN: Babeloop, a new music sight-reading webapp Backstory: I have a kid learning to play the clarinet in a music conservatory, which involves compulsory sight reading classes. Teaching for sight reading is done on books. The idea for this app is to port the method online, so that it's easier to practice and follow one's progress. It should also be more fun, and, for those so inclined, competitive. The learning method is based on landmarks: for each clef one first learns the position of 2-3 landmarks, and then each note is in relation to a landmark. So for example, if you know where the middle G is on the treble clef, then you can learn fast that 2 positions up (next line) is B, and two positions down is E. (Anecdotally, in an earlier iteration of the app, landmark notes were displayed using specific colors; but users learned colors instead of the note position on the staff, and when they moved to a level without colors (or an actual score) they were completely lost.) The ap...

Show HN: Story of Creating a LinkedIn Alternative https://ift.tt/F4sNWuZ

Show HN: Story of Creating a LinkedIn Alternative https://ift.tt/1KoDHh8 May 15, 2022 at 07:33AM

Show HN: Security for Developers: A Personal Drama in 3 Acts [Free Mini-eBook] https://ift.tt/bEBZu6j

Show HN: Security for Developers: A Personal Drama in 3 Acts [Free Mini-eBook] https://ift.tt/wzBtYJ3 May 15, 2022 at 01:03PM

Show HN: I Made a Tinder for Audiobooks https://ift.tt/DlYT1EA

Show HN: I Made a Tinder for Audiobooks https://bookbeagle.io May 15, 2022 at 12:14PM

Show HN: I created a stencil-sharing platform for UX designers using Linux https://ift.tt/K1sUZNd

Show HN: I created a stencil-sharing platform for UX designers using Linux https://ift.tt/EBgSQeY May 14, 2022 at 06:50PM

Show HN: A new way to write and publish research https://ift.tt/qfwIKrO

Show HN: A new way to write and publish research https://dystr.com May 14, 2022 at 06:58PM

Show HN: Let's Markdown – A real-time collaborative Markdown editor https://ift.tt/8179TXy

Show HN: Let's Markdown – A real-time collaborative Markdown editor https://ift.tt/ZokYFMD May 14, 2022 at 05:07PM

Show HN: Gstreamer-based stream supervisor using YAML https://ift.tt/lSy1F54

Show HN: Gstreamer-based stream supervisor using YAML https://ift.tt/IX6ReBd May 14, 2022 at 01:47PM

Show HN: CSS Transformation for DOM Manipulation https://ift.tt/SslJrnN

Show HN: CSS Transformation for DOM Manipulation https://ift.tt/v8wLTqy May 14, 2022 at 10:20AM

Show HN: Coffeehouse, one-on-one voicechat with random HN users https://ift.tt/9EOzeCT

Show HN: Coffeehouse, one-on-one voicechat with random HN users One-on-one, because it's simpler: - When one stops talking, the other starts. - No groups, no hierarchy, no status. Voicechat, because it's more intimate then text and more private then video. With other HN readers, because that creates some common ground. https://ift.tt/FygnSNx May 14, 2022 at 09:36AM

Show HN: Fast Hacker News app for the addicted ones https://ift.tt/INpKkLv

Show HN: Fast Hacker News app for the addicted ones https://ift.tt/iaX5fvV May 14, 2022 at 12:11PM

Show HN: Search engine for software eng blogs and technical content https://ift.tt/xlcBImP

Show HN: Search engine for software eng blogs and technical content Sodha is a micro search engine focused on software engineering with an index hand-curated(ish) with several hundred blogs and resources. The motivation behind it is that there is a lot of great content written by engineers in personal/company blogs, niche websites, and even by big tech in some of their more obscure doc/devrel pages. And I wanted a way to quickly access that by topic. Vaguely inspired by ArxivSanity and HackerNews :) I've only been working on this for a couple of weeks, but would love to get your thoughts HN! Some ideas I have (beyond indexing more pages) are: adding similarity/recommendations, fully automate the crawler, and allowing voting/ranking or some similar mechanism. Content wise: there's a lot that should be on here, but it's a modest start so far. If you have suggestions please let me know here: https://ift.tt/Oz6wHNS https://sodha.dev/ May 13, 2022 at 07:40AM

Show HN: A Visual IDE for React https://ift.tt/rTEZCVP

Show HN: A Visual IDE for React https://dev.aspect.app May 13, 2022 at 07:30AM

Show HN: Digany(1) – ANY DNS lookup utility https://ift.tt/5e243S8

Show HN: Digany(1) – ANY DNS lookup utility https://ift.tt/vjN7oZQ May 12, 2022 at 07:36PM

Show HN: Display daily records and normal temperatures from across the US https://ift.tt/3SV82fB

Show HN: Display daily records and normal temperatures from across the US https://ift.tt/sFQI6uf May 12, 2022 at 04:24PM

Show HN: Get a US Company and US Bank Account. Remotely. No SSN Required https://ift.tt/5UTvVlz

Show HN: Get a US Company and US Bank Account. Remotely. No SSN Required https://ift.tt/ExPCSVp May 12, 2022 at 03:17PM

Show HN: Mitmproxy2swagger – Automagically reverse-engineer REST APIs https://ift.tt/Dqmia54

Show HN: Mitmproxy2swagger – Automagically reverse-engineer REST APIs https://ift.tt/wnvTS90 May 12, 2022 at 02:49PM

Show HN: Shoprocket.io – Turn any website into a shop in seconds https://ift.tt/XO8tx4Y

Show HN: Shoprocket.io – Turn any website into a shop in seconds https://shoprocket.io/ May 12, 2022 at 09:12AM

Show HN: Paperd.ink – an open-source e-paper development board https://ift.tt/8kAus2B

Show HN: Paperd.ink – an open-source e-paper development board https://paperd.ink May 12, 2022 at 12:24AM

Show HN: YouCode, a Search Engine for Coding https://ift.tt/WhCjEJo

Show HN: YouCode, a Search Engine for Coding Hi Hacker News, We're Bryan and Richard, cofounders of you.com. Together with our team of engineers, we are working on YouCode, a search engine for people who code. You can try it at code.you.com. The main idea is to make the search experience better and more efficient when coding. We’d love your feedback for a few use cases that we have in mind so far: * searching through StackOverflow for quick code snippets: reverting a git commit for example [1] * searching through GitHub Issues: when you’re getting an error message that looks unfamiliar [2, 3] * searching through the documentation for quick reference: PyTorch [4], HuggingFace [5], Docker, PyPi, AWS, MDN, and several others * searching for walkthroughs, tutorials, tips, and quick intros to a new subject: Medium [6], Tutorials Point, Geeks for Geeks, and others as well * searching for utilities: code completion (from a large language model that writes code) [7], JSON validator/formatt...

Show HN: Solver.News https://ift.tt/KGxN2Dh

Show HN: Solver.News A open newsletter aimed at people, teams, companies utilizing or considering mathematical optimization. https://solver.news/ May 11, 2022 at 05:45AM

Show HN: 1,900 remote company profiles with tech stacks and employee benefits https://ift.tt/ljZh4bq

Show HN: 1,900 remote company profiles with tech stacks and employee benefits https://ift.tt/Ot56IGi May 11, 2022 at 05:37AM

Show HN: No-Code SQL Builder https://ift.tt/EZY60KM

Show HN: No-Code SQL Builder Hey everyone! I built a tool to help you visually build SQL queries - if you write a lot of SQL at work (or help people write it), check it out! You can try it out without needing to sign up, or integrate with any databases. Would love all your thoughts! Link: https://craftsql.com/ https://craftsql.com/ May 11, 2022 at 03:50AM

Show HN: Decentralized social media PostPlaza just launched on Polygon today https://ift.tt/nshgQ3k

Show HN: Decentralized social media PostPlaza just launched on Polygon today https://ift.tt/XeMiqjg May 11, 2022 at 03:32AM

Show HN: Faros Community Edition – open-source engineering operations platform https://ift.tt/qQA5DkF

Show HN: Faros Community Edition – open-source engineering operations platform https://ift.tt/xsPWZu5 May 10, 2022 at 03:33PM

December 10, 2021 at 04:07AM

UK court ruling opens door to Wikileaks' Assange being extradited to US Fox News Breaking News Alert December 10, 2021 at 04:07AM

Show HN: Script to build GitHub saved replies https://ift.tt/dvm2Dyc

Show HN: Script to build GitHub saved replies https://ift.tt/d9J6jiI May 10, 2022 at 12:13PM

Show HN: Communication platform for async remote teams https://ift.tt/lBE0a36

Show HN: Communication platform for async remote teams Because there was a recent post about sync and async in remote work, I decided to show this tool. Its UX decisions are tailored to async workflows, and they have really cool blogposts about async remote and UX details. It’s from the same compony as TODOIST https://twist.com/ May 10, 2022 at 12:27PM

Show HN: A CLI to kick-start any language https://ift.tt/DriUp0N

Show HN: A CLI to kick-start any language I'm working on a CLI that helps you create the boilerplate of your project in multiple languages and frameworks. In case of front-end frameworks/libraries, with cli you'll be able to create the project, set up git on your local, add the UI-framework, testing framework, and linting, and in the future releases you'll be able to even add pre-designed components. The CLI currently supports React, Angular, Vue, Svelte and Node.js will be released today. Also soon, you'll be able to deploy your applications to AWS with a single command. Appreciate your feedbacks and all the contributions are welcome. https://ift.tt/4CbqtBU May 10, 2022 at 04:20AM

Show HN: Susan Kare explains Macintosh UI ergonomics (1984) https://ift.tt/vHdf7Bj

Show HN: Susan Kare explains Macintosh UI ergonomics (1984) https://www.youtube.com/watch?v=x_q50tvbQm4 May 10, 2022 at 01:06AM

Show HN: A Spatial Environment for Python https://ift.tt/1Iqh7WX

Show HN: A Spatial Environment for Python https://ift.tt/Zr4m1fT May 9, 2022 at 10:57PM

December 12, 2021 at 09:43PM

Biden approves Kentucky disaster declaration after devastating tornado Fox News Breaking News Alert December 12, 2021 at 09:43PM

December 11, 2021 at 08:13AM

Blue Origin successfully sends 6-person crew, including Michael Strahan, to space and back Fox News Breaking News Alert December 11, 2021 at 08:13AM

December 11, 2021 at 03:58AM

Kentucky tornado death toll likely to exceed 50, governor warns Fox News Breaking News Alert December 11, 2021 at 03:58AM

December 10, 2021 at 08:15AM

Supreme Court lets Texas abortion law stand for now, allows lawsuit from abortion providers to proceed Fox News Breaking News Alert December 10, 2021 at 08:15AM

December 10, 2021 at 06:38AM

Inflation spikes to 39-year high as prices soar Fox News Breaking News Alert December 10, 2021 at 06:38AM

Show HN: Making a Falling Sand Simulator https://ift.tt/iFnRBNo

Show HN: Making a Falling Sand Simulator https://ift.tt/1QNFqor May 9, 2022 at 02:36AM

Show HN: Hacker News Reader using ts-liveview https://ift.tt/PWDT4v7

Show HN: Hacker News Reader using ts-liveview https://hn.liveviews.cc May 9, 2022 at 12:10AM

Show HN: Thanks to BeAware, Deaf iPhone users have a free alerting device (OSS) https://ift.tt/ueNpasn

Show HN: Thanks to BeAware, Deaf iPhone users have a free alerting device (OSS) https://ift.tt/xwYPKcv May 8, 2022 at 09:42AM

Show HN: C2html – HTML Syntax highlighting for snippets of C code https://ift.tt/nEvtp5B

Show HN: C2html – HTML Syntax highlighting for snippets of C code https://ift.tt/w9xKBv3 May 8, 2022 at 01:42AM

Show HN: I Dissected an iPhone Battery https://ift.tt/lPY7fmZ

Show HN: I Dissected an iPhone Battery Peeled off layer by layer to see how the fruit tasted inside. (DON'T do it at home. I had protection) https://www.youtube.com/watch?v=rWYAA5NMLMg May 8, 2022 at 03:29AM

Show HN: Pipe Watch split screen demo https://ift.tt/UMEvgQX

Show HN: Pipe Watch split screen demo https://ift.tt/zSUFv6a May 8, 2022 at 12:20AM

Show HN: Jira to Gitlab Issue Migration Tool https://ift.tt/2jCBpcJ

Show HN: Jira to Gitlab Issue Migration Tool $DAYJOB needed to migrate from JIRA to Gitlab due to business reasons (not related to the recent outage), so I wrote this issue migration tool [1] to help us preserve our historical data. This tool will copy issues from various JIRA projects to mirrored Gitlab projects (e.g. A jira project named JIRA-PROJECT1 will have its issues migrated to a gitlab project GL-PROJECT1). The tool also migrates issue comments to Gitlab notes and will recreate the existing issue links. YMMV, but this is working well for us. Comments welcomed. 1: https://ift.tt/G45CWil May 8, 2022 at 12:01AM

Show HN: Using Wave Function Collapse to create a 2D map https://ift.tt/tzgTQrL

Show HN: Using Wave Function Collapse to create a 2D map https://ift.tt/isKV0xP May 7, 2022 at 09:23PM

December 12, 2021 at 09:43PM

Biden approves Kentucky disaster declaration after devastating tornado Fox News Breaking News Alert December 12, 2021 at 09:43PM

December 11, 2021 at 08:13AM

Blue Origin successfully sends 6-person crew, including Michael Strahan, to space and back Fox News Breaking News Alert December 11, 2021 at 08:13AM

December 11, 2021 at 03:58AM

Kentucky tornado death toll likely to exceed 50, governor warns Fox News Breaking News Alert December 11, 2021 at 03:58AM

December 10, 2021 at 08:15AM

Supreme Court lets Texas abortion law stand for now, allows lawsuit from abortion providers to proceed Fox News Breaking News Alert December 10, 2021 at 08:15AM

Show HN: Sonse, a note-taking CLI for plaintext enthusiasts https://ift.tt/f7tSZmn

Show HN: Sonse, a note-taking CLI for plaintext enthusiasts https://ift.tt/TkcHnmb May 7, 2022 at 02:23AM

December 10, 2021 at 06:38AM

Inflation spikes to 39-year high as prices soar Fox News Breaking News Alert December 10, 2021 at 06:38AM

Show HN: Identify missing skills from your resume https://ift.tt/gf4jVu1

Show HN: Identify missing skills from your resume https://ift.tt/GFIpso6 May 6, 2022 at 10:03AM

Show HN: My Personal Dashboard https://ift.tt/Lr9ANgk

Show HN: My Personal Dashboard https://ift.tt/E9iv0fb May 6, 2022 at 11:59AM

Show HN: A tool to organize, streamline and share your music discoveries https://ift.tt/clQ3dIw

Show HN: A tool to organize, streamline and share your music discoveries I love music and I'm always trying to discover new music that I can enjoy. In the past years I was using a fairly tedious process of organizing the music albums (or DJ sets, radio shows) in a few lists: - Want to Listen - Listened - Listened (and liked) I wanted to keep track of these lists, what I discovered each month/year and share all this activity and lists with my friends. For that, I was using a combination of tools that weren't made exactly for this job (Discogs+Spotify+IM apps), resulting in a cumbersome experience. So a few months ago I started this hobby project, with the purpose of streamlining my process (make it as easy as possible) and making it fairly simple to share it with fellow music explorers. The basic idea is that you add items to your "Want to Listen" list - these are music albums (or even mixes), that you want to listen. After you listened to them, you can mark them as ...

December 13, 2021 at 08:52AM

Number of dead rises after devastating tornadoes, Kentucky governor announces Fox News Breaking News Alert December 13, 2021 at 08:52AM

Show HN: RFC End Citizen Data Sales Act (California) https://ift.tt/wCApGq3

Show HN: RFC End Citizen Data Sales Act (California) The sale of personal information by the government is something that has always really bothered me. This is a bill I drafted that would stop the DMV, voter registration, property tax records, and the post office from selling or publishing without explicit user consent. It would also require personal information to be accompanied with the provenance of that data. This way, a user can track down who or what is publishing their data and take action to end their relationship with that company. I would appreciate any feedback, because I am sure I am missing some second and third order effects that this would have. Document open for comments - https://ift.tt/F8eoBL1 Privacy should be a right of the people. Thank you! May 5, 2022 at 06:15PM

Show HN: Tetris, but silly. (instantly launching game prototype) https://ift.tt/oRVYQf8

Show HN: Tetris, but silly. (instantly launching game prototype) https://ift.tt/MaJW9rm May 5, 2022 at 04:33PM

Show HN: High Browse, esoteric web search (alpha quality) https://ift.tt/MQKd0nO

Show HN: High Browse, esoteric web search (alpha quality) Hi HN, I’ve been developing my own take on a web search engine for about six months. I’ve crawled just a few pages each from about 10 million websites each at the moment, but only the most lightweight websites are included as of this moment. I’m keen to hear what you make of this, and what you want to see next. Cheers, Ali https://highbrow.se/ May 5, 2022 at 03:09PM

Show HN: MockRTC – a mock peer and MitM proxy library for WebRTC https://ift.tt/E3mXYig

Show HN: MockRTC – a mock peer and MitM proxy library for WebRTC https://ift.tt/2w7CYGy May 5, 2022 at 11:57AM

Show HN: Free open-source admin template for Chakra UI and React https://ift.tt/nbSIpdx

Show HN: Free open-source admin template for Chakra UI and React https://ift.tt/7qp5KFl May 5, 2022 at 06:23AM

Show HN: Benchmarks for Programming Languages https://ift.tt/0vxy2bt

Show HN: Benchmarks for Programming Languages https://ift.tt/5NeF8kZ May 5, 2022 at 01:22AM

Show HN: Schedulist – The Effortless Productivity Platform https://ift.tt/WyLmX4t

Show HN: Schedulist – The Effortless Productivity Platform https://ift.tt/e1zfnOJ May 4, 2022 at 10:42PM

Show HN: I compiled a list of resources for becoming a smart contract auditor https://ift.tt/o016A9r

Show HN: I compiled a list of resources for becoming a smart contract auditor https://ift.tt/crzxNSf May 4, 2022 at 09:37PM

Show HN: Open-Source Role-Based Access Management for React https://ift.tt/DPZIqfb

Show HN: Open-Source Role-Based Access Management for React https://ift.tt/ecCfL3X May 4, 2022 at 12:19AM

Show HN: We built Static, a tool to manage data warehouse user inputs https://ift.tt/JS3ZdQe

Show HN: We built Static, a tool to manage data warehouse user inputs We built Static as an easy way to manage context data in a Data Warehouse - stuff like sales targets that change often and you wish stakeholders could just update themselves. This is a super early release, and we appreciate any and all feedback about how this can be more useful. there's a decent free tier and the link has a HN promo code for free use of the paid tier. https://ift.tt/TWjyf2R May 4, 2022 at 01:45AM

Show HN: Decentralized P2P Pastebin https://ift.tt/sKfz4BW

Show HN: Decentralized P2P Pastebin I created this just to test the "gun" library for p2p databases. Website created in React. Pastebin source: https://ift.tt/nHzw3P7 https://ift.tt/zvjYwu4 May 4, 2022 at 12:45AM

Show HN: A simplified Wave Function Collapse algorithm (part 2) https://ift.tt/tI1BrC5

Show HN: A simplified Wave Function Collapse algorithm (part 2) https://ift.tt/TxsJOm4 May 4, 2022 at 12:21AM

Show HN: Color Orbs (Generative Art) https://ift.tt/ibmskC5

Show HN: Color Orbs (Generative Art) Hi all, This is a generative art project I worked on over the past year or so consisting of about 100 little artworks generated using P5.js. I have an overview and technical write up here: https://ift.tt/GTNgI9O You can play with my interactive demo and make your own here: https://ift.tt/uwzvKjr And the gallery is here: https://ift.tt/O79a3Ai This project came about after reading a HN post about a year ago ( https://ift.tt/Z9IHsSN ) by Atul Vinayak on generating beautiful 'Noise Planets' and I got kind of obsessed from there! https://ift.tt/wc3ZnrP May 2, 2022 at 10:39PM

Show HN: Self-hostable app to send push notifications and files to phone/desktop https://ift.tt/dogmpxk

Show HN: Self-hostable app to send push notifications and files to phone/desktop https://ntfy.sh May 3, 2022 at 07:28PM

Show HN: A Spatial Environment for Python https://ift.tt/Zyd2C7s

Show HN: A Spatial Environment for Python https://ift.tt/1nTi95U May 3, 2022 at 02:14PM

Show HN: Find the 10 highest and 10 lowest correlations to any stock https://ift.tt/lrnaY3w

Show HN: Find the 10 highest and 10 lowest correlations to any stock During the start of the year I was thinking how could I bet against certain stocks (in my case mainly Tesla) without using derivatives and the risks that come with them. After I had success betting on the oil price with a highly correlated investment fond, I came to the conclusion that negative correlations could be used to bet against the price of other assets. Unfortunately, it is not easy to find correlations between assets if you don't know which assets to compare in the first place. So I created a website where you can find the 10 highest and 10 lowest correlations of certain assets. https://betagainst.fun/ May 3, 2022 at 12:10PM

Show HN: Contember – Open-source headless CMS development platform https://ift.tt/MyzAW4v

Show HN: Contember – Open-source headless CMS development platform https://ift.tt/WVBDcxu May 3, 2022 at 08:53AM

Show HN: I'm deprecating LinkedIn recruitment with a Lisp, SQLite and htmx https://ift.tt/N0Xsfml

Show HN: I'm deprecating LinkedIn recruitment with a Lisp, SQLite and htmx FAQ: https://ift.tt/sfhAHmT Feel free to ask me any questions. FAQ archive in case the website goes down: https://ift.tt/6AKZVz0... https://ift.tt/vLYpwG0 May 3, 2022 at 10:35AM

Show HN: Nests and Insects, a Roguelike Tabletop Roleplaying Game https://ift.tt/vtf6c3W

Show HN: Nests and Insects, a Roguelike Tabletop Roleplaying Game Hey, everyone! I'm making a game: its title is Nests & Insects and I call it a "Roguelike Tabletop Roleplaying Game (TTRPG)". It is free, as in beer and speech. You can find the rulebook on the game's github repository, linked through the post title. Nests & Insects is a game for 1 to 7 players, one of which takes on the role of the Game Queen (GQ) and describes the game world to the other players. The players control characters who explore and interact with the game world. The players say what their characters do and roll dice to see what happens, then the GQ describes the results. Players' characters are mercenary arthropods raiding a Nest on a Job from a rival Queen. Characters belong to one of six classes: Ants (plural), Beetle, Ladybug, Scorpion, Spider and Wasp, all modelled after real-world species. Nests are the nests of eusocial insects: Ants, Bees or Termites. The Job is to assasin...

Show HN: My personal analytics service Exist now lets you track any custom value https://ift.tt/BxFJezY

Show HN: My personal analytics service Exist now lets you track any custom value https://exist.io May 3, 2022 at 05:45AM

Show HN: Trdsql – CLI tool that can execute SQL queries on CSV, LTSV, JSON https://ift.tt/Z9GoDds

Show HN: Trdsql – CLI tool that can execute SQL queries on CSV, LTSV, JSON https://ift.tt/fkBQCZS May 3, 2022 at 09:22AM

Show HN: A glib-like multi-platform C library https://ift.tt/AQmVkzU

Show HN: A glib-like multi-platform C library https://ift.tt/AgnZJTw May 3, 2022 at 08:54AM

Show HN: Take a Passport Photo in the Browser https://ift.tt/8NSCRyw

Show HN: Take a Passport Photo in the Browser https://ift.tt/oIHm7Vq May 3, 2022 at 04:46AM

Show HN: Web Tool for Training Music Soft-Skills https://ift.tt/Ov7T2qG

Show HN: Web Tool for Training Music Soft-Skills https://ift.tt/34cfiZt May 1, 2022 at 09:23PM

Show HN: Async Fundraising – Raise your seed round from Slack https://ift.tt/jduID1V

Show HN: Async Fundraising – Raise your seed round from Slack https://ift.tt/PDbnZC9 May 1, 2022 at 05:16PM

Show HN: I am developing a type safe colorspace library for Rust https://ift.tt/Kn4UsuB

Show HN: I am developing a type safe colorspace library for Rust After two weeks of planning and figuring out how to manage conversions safely, I have finally published the first version of my crate :) It allows you to specify your own colortypes and easily use the same syntax for converting between your custom color types! I also started working on a custom image type that can do math :) https://ift.tt/sYEd3Dn May 1, 2022 at 11:31PM

Show HN: Diet256 Is a Centrally Coordinated INET256 Network https://ift.tt/DJXTIVH

Show HN: Diet256 Is a Centrally Coordinated INET256 Network https://ift.tt/EN9Q6ge May 1, 2022 at 04:04PM

Show HN: A Web-Based Modular Drum Machine for You to Play With https://ift.tt/4BtaxMh

Show HN: A Web-Based Modular Drum Machine for You to Play With https://ift.tt/8HKhqRQ May 1, 2022 at 02:54PM

Show HN: How to Professionally Say https://ift.tt/aiVLUdn

Show HN: How to Professionally Say https://ift.tt/0niz4y9 May 1, 2022 at 01:50PM

Show HN: Userscript to make HN @usernames clickable https://ift.tt/9Qc7HPI

Show HN: Userscript to make HN @usernames clickable https://ift.tt/Uyz7D05 May 1, 2022 at 08:34AM

Show HN: Turn GitHub repos into tutorials with code that can be edited and run https://ift.tt/AQCXnlh

Show HN: Turn GitHub repos into tutorials with code that can be edited and run https://io.livecode.ch/ May 1, 2022 at 10:25AM