Posts

Showing posts from February, 2022

Show HN: Go 1.18 generic implementations of SliceTricks from the Go wiki https://ift.tt/PTQxrYc

Show HN: Go 1.18 generic implementations of SliceTricks from the Go wiki https://ift.tt/8gM2rLe February 28, 2022 at 02:56PM

Show HN: Fetch Forms – a headless form builder https://ift.tt/emvuscy

Show HN: Fetch Forms – a headless form builder I've been building websites for 8 years and I've always hated building forms. They're all similar enough to be a repetitive task, but different enough that they still take quite a bit of time and effort. So, after a few years of not finding the tool I wanted, I decided to built it. Introducing Fetch Forms! Developers can create forms with the speed of a form builder and they can use those forms in their code. Devs can use their favorite frontend tools and libraries or even use Fetch Form's frontend libraries to render their forms. Form submissions are always provided to the developer in-code as well as an optional setting to save the submissions to Fetch Forms cloud. I would appreciate any feedback! https://ift.tt/FKPCpHG February 28, 2022 at 01:33PM

Show HN: GraphQL-go-tools, open source GraphQL Engine, written in Golang https://ift.tt/cZI12n7

Show HN: GraphQL-go-tools, open source GraphQL Engine, written in Golang https://ift.tt/f5mieun February 28, 2022 at 10:41AM

Show HN: Assertables is a Rust crate of macros for “assert” testing (v5) https://ift.tt/x4cg9a7

Show HN: Assertables is a Rust crate of macros for “assert” testing (v5) https://ift.tt/PzxLNFj February 28, 2022 at 10:27AM

Show HN: Language aware diff on GitHub PRs https://ift.tt/cxijS6g

Show HN: Language aware diff on GitHub PRs Hi HN! We were frustrated with text diffs on GitHub PRs, so we made DiffLens ( https://ift.tt/3gSbFTR ). DiffLens constructs an Abstract Syntax Tree for each file, and uses that semantic information to intelligently diff changes. Checkout the demo on our website ( https://ift.tt/B1S4Lca ). Getting started with DiffLens is easy! Simply install the app on your repositories. The next time you open a PR, DiffLens will automatically create a diff for your changes. If you review code, especially TypeScript, JavaScript or CSS, give DiffLens a try! We're always looking for feedback. If you encounter bugs, or want to give us feedback, we'll be around. You can also reach us at support@difflens.com. https://ift.tt/3gSbFTR February 28, 2022 at 08:53AM

Show HN: A more social, Amazon-free alternative to Goodreads https://ift.tt/hioe34J

Show HN: A more social, Amazon-free alternative to Goodreads https://www.booqsi.com/ February 28, 2022 at 10:29AM

Show HN: I Created a Chrome Extension for PG: TRAB (Tweet Reporter and Blocker) https://ift.tt/GYf4nq3

Show HN: I Created a Chrome Extension for PG: TRAB (Tweet Reporter and Blocker) https://ift.tt/1gKswNC February 28, 2022 at 09:32AM

Show HN: Evolving your RESTful APIs, a step-by-step approach https://ift.tt/jnPEk1L

Show HN: Evolving your RESTful APIs, a step-by-step approach https://ift.tt/TkJseym February 28, 2022 at 07:02AM

Show HN: Rebluff Poker, no limit hold'em for loose-aggressive players https://ift.tt/altX3z8

Show HN: Rebluff Poker, no limit hold'em for loose-aggressive players Hello, I'm uberf1sh, software engineer (I've previously worked for Amazon and Fortnite, though obviously none of the following as to do with my previous employers). My cousin introduced me to online poker in 2008 and I loved it instantly, playing $2 cash games for fun and glory. Though I was initially pretty bad, I had a lot of fun playing. Indeed, in 2008 the game was really amazing because it was so chaotic and full of crazy plays, your blood was pumping before even sitting at the table. Fast forward I was able to make $1000 a day in Vegas, spending it all on sneakers, restaurants and some other unspeakable stuff (you know the drill, what happens in Vegas stays in Vegas). 5 years ago, things started to take a real bad turn for online poker. The game slowly but surely became incredibly boring. Most regular players started to all adopt a strategy called tight-passive . Tight means you play only the best s

Show HN: Datagridxl.js v2 – no-nonsense fast Excel-like data table lib https://ift.tt/XJx8wRa

Show HN: Datagridxl.js v2 – no-nonsense fast Excel-like data table lib Hello HN, I’m Robbert, the creator of DataGridXL.js. After 1,5 years of hard work I have just released version 2. DataGridXL is a free (and commercial) editable data table library written in ES6. My goal is to develop the most performant & user-friendly spreadsheet-like data table out there: - It has zero dependencies. You don’t need any framework to use DataGridXL. - It is lightweight (~250kb) and easy to use. It does not even require messing with CSS. - It has its own Virtual DOM implementation to prevent DOM errors. - Developer friendly. Supports all modern web browsers Please take a look at the performance demo ( https://ift.tt/BEM8Cft ) to see the difference with other data grids out there. And let us know if you have any suggestions. What's new in version 2: * Rapidly search cells via top bar, just like Google Sheets. * Freeze any amount of rows and/or columns. * Hide and unhide rows and/or columns, ju

Show HN: Create customizable, short URLs for Stack Overflow profiles https://ift.tt/517jotQ

Show HN: Create customizable, short URLs for Stack Overflow profiles When building my personal site, I realised that Stack Overflow seemed to be one of the (or rather, the only) platforms that didn’t allow users to create a short, username-based link. Enter: stk.so https://stk.so/ February 27, 2022 at 09:10AM

Show HN: A bot to learn a language on WhatsApp https://ift.tt/zSWNFOT

Show HN: A bot to learn a language on WhatsApp https://www.cleca.app/ February 27, 2022 at 04:57AM

Show HN: Slightly Better Hacker News – alternative web front end for HN https://ift.tt/8Dj4mT5

Show HN: Slightly Better Hacker News – alternative web front end for HN https://sbhn.g1b.me/ February 27, 2022 at 07:23AM

Show HN: Pdbr supports for IPython %magics, like %timeit https://ift.tt/78EbuOQ

Show HN: Pdbr supports for IPython %magics, like %timeit https://ift.tt/kdKtl1I February 27, 2022 at 09:09AM

Show HN: Open Source Format for multidimensional indexing and sampling https://ift.tt/QXJfpZL

Show HN: Open Source Format for multidimensional indexing and sampling https://ift.tt/f9vc4al February 27, 2022 at 01:10AM

Show HN: REPL-Driven Development for JavaScript https://ift.tt/og780hv

Show HN: REPL-Driven Development for JavaScript Lisp-inspired interactive REPL editor tools for Javascript https://ift.tt/dZWmMSy February 26, 2022 at 11:42PM

Show HN: Asyncc Jobs: a job board to accelerate async work culture https://ift.tt/aeWD4T7

Show HN: Asyncc Jobs: a job board to accelerate async work culture 2 years of remote work has proved us that this isn't the utopia we imagined we will get. There is something more. And that is async work style. I believe async work is the future. That's why I built this job board to accelerate the async work style. Please give me some support and write feedback. Thank you. https://asynccjobs.com/ February 26, 2022 at 08:39PM

Show HN: TopHat Finance – free, open, and offline https://ift.tt/eTZatCR

Show HN: TopHat Finance – free, open, and offline https://ift.tt/x9EhHUd February 26, 2022 at 05:11PM

Show HN: Req, an HTTP Scripting Language https://ift.tt/AocOsNg

Show HN: Req, an HTTP Scripting Language https://ift.tt/0SAByeG February 26, 2022 at 09:51AM

Show HN: Esolang Park, a visual debugger for esolangs https://ift.tt/XRygAOj

Show HN: Esolang Park, a visual debugger for esolangs Hey HN! Esolang Park is an online visual debugger interface for esoteric programming languages, that I've been working on for the past few months. For every supported language, Esolang Park provides the powerful Monaco code editor, syntax checking, debugging functionality and a visualisation of the runtime state. The core is language-agnostic - a "language provider" only needs to implement the esolang's parser, interpreter and visualisation UI (and some other little stuff). Apart from trying to boost DX for esolangs, the idea is for this to grow into a platform where people can discover and play around with a variety of esolangs without leaving the browser. That's quite far away though - the project is quite early in development and currently only has 5 languages (Befunge-93, Brainf*ck, Chef, Deadfish and Shakespeare). Some features like non-debugging execution mode (0ms interval) are missing too. Currently the

Show HN: ssh wordle.bdw.to https://ift.tt/2oY0iaq

Show HN: ssh wordle.bdw.to February 26, 2022 at 08:32AM

Show HN: Advanced News Search https://ift.tt/LPaotsB

Show HN: Advanced News Search https://ift.tt/2DwzsXE February 25, 2022 at 06:11PM

Show HN: Codebraid Preview for VS Code: Pandoc Preview with Jupyter Kernels https://ift.tt/AgR1PnL

Show HN: Codebraid Preview for VS Code: Pandoc Preview with Jupyter Kernels I've been frustrated by markdown previews that don't support all the features of Pandoc Markdown, so I created a VS Code extension that uses Pandoc itself to create the preview. This includes full bidirectional scroll sync and math support via KaTeX. This also includes support for Codebraid, which can execute code blocks and inline code in Pandoc Markdown to embed code output. Code can be executed with Jupyter kernels or Codebraid's own built-in code execution system. https://ift.tt/9cxHvXR February 25, 2022 at 08:13AM

Show HN: Creepr.io – Monitor Ethereum Addresses via Email https://ift.tt/6HtNm9d

Show HN: Creepr.io – Monitor Ethereum Addresses via Email https://creepr.io/ February 25, 2022 at 07:45AM

Show HN: A Minecraft server startup system written in C++20 https://ift.tt/6grOv2q

Show HN: A Minecraft server startup system written in C++20 https://ift.tt/FHaiuJT February 25, 2022 at 07:06AM

Show HN: Use GitHub Markdown Comments to Render UML Diagrams https://ift.tt/89zqGuI

Show HN: Use GitHub Markdown Comments to Render UML Diagrams https://ift.tt/jVIwD4L February 25, 2022 at 06:52AM

Show HN: LERA – Free automated accessibility reporting tool https://ift.tt/vQUaFcV

Show HN: LERA – Free automated accessibility reporting tool Struggling to generate website accessibility reports? Automate your accessibility reporting with the LERA web accessibility tool. - Easy installation: Setup the web accessibility tool with a simple click, as a Chrome browser extension - Granular Reporting: Experience an interactive dashboard with a detailed breakdown of issues - Multiple URL download: Audit unlimited URLs, save, and download all in one file for quick availability - Reporting Template: Use a pre-built, consolidated reporting template with custom headers and download in Excel format - Compare data: Archive and retrieve data for future use, comparison or further analysis Download the free chrome extension - https://ift.tt/ENzMKrC... Learn more - https://ift.tt/J1Q5O3H https://ift.tt/J1Q5O3H February 25, 2022 at 01:14AM

Show HN: Cloning an musical instrument from 16 seconds of audio https://ift.tt/2xydGM7

Show HN: Cloning an musical instrument from 16 seconds of audio https://ift.tt/YlSfHM2 February 25, 2022 at 05:59AM

Show HN: Automated Satellite Monitoring of Russian Troops on Ukrainian Border https://ift.tt/lBt3Q7N

Show HN: Automated Satellite Monitoring of Russian Troops on Ukrainian Border https://kordon.io/ February 24, 2022 at 08:28AM

Show HN: Permify – Granular access control under 30mins in Go powered by OPA https://ift.tt/h5UVlc6

Show HN: Permify – Granular access control under 30mins in Go powered by OPA https://ift.tt/t8rVw1k February 24, 2022 at 07:59AM

Show HN: Code with Replit - free Python ebook https://ift.tt/P9Xz6yx

Show HN: Code with Replit - free Python ebook https://ift.tt/A1bnvOP February 24, 2022 at 07:07AM

Show HN: Snipd – AI podcast player to highlight and take notes with transcripts https://ift.tt/ibmD4wz

Show HN: Snipd – AI podcast player to highlight and take notes with transcripts https://www.snipd.com February 24, 2022 at 05:52AM

Show HN: "Ido” stops you if there is some risky arguments https://ift.tt/7qF6PcU

Show HN: "Ido” stops you if there is some risky arguments I always feel scary to grab command(s) from shell history and press "Enter" by accident. So I write this small tool which asks me to confirm when it finds something risky. I expect the native interactive shell can do this for me. Feel free to give feedback and/or suggest a better way. Thanks a lot. https://ift.tt/oZ8VW4h February 24, 2022 at 02:27AM

Show HN: Acme Clients – a definitive list of popular acme clients https://ift.tt/RZilz5E

Show HN: Acme Clients – a definitive list of popular acme clients https://ift.tt/rMLBGTZ February 24, 2022 at 01:56AM

Show HN: Lokapp, an open-source translations manager for mobile teams https://ift.tt/KJ1w6f8

Show HN: Lokapp, an open-source translations manager for mobile teams https://www.lokapp.io/ February 24, 2022 at 04:29AM

Show HN: I've built a rasterizer that renders directly to the terminal https://ift.tt/2TnRwgm

Show HN: I've built a rasterizer that renders directly to the terminal https://ift.tt/FT9WSwi February 23, 2022 at 06:37PM

Show HN: Programmable network proxy for the cloud, edge and IoT https://ift.tt/G7nC63L

Show HN: Programmable network proxy for the cloud, edge and IoT *Pipy* is an [open-source]( https://ift.tt/PbrMinA ), lightweight, high-performance, modular, programmable, cloud-native network stream processor that is ideal for a variety of use-cases like edge routers, load balancers & proxy solutions, API gateways, static HTTP servers, service mesh sidecars, policy agents, and other applications. https://ift.tt/PbrMinA February 23, 2022 at 06:26PM

Show HN: I made a 2D/3D digital asset management application https://ift.tt/SDZRa9X

Show HN: I made a 2D/3D digital asset management application https://ift.tt/1rScQDJ February 23, 2022 at 02:18PM

Show HN: I Designed and Built an eBike https://ift.tt/ICTXmb5

Show HN: I Designed and Built an eBike This post shows and explains the design of the eBike I built myself. I decided to post it on this specific forum because this is where it all started, by stumbling on another post, as mentioned in my entry. https://ift.tt/pOC78cj February 23, 2022 at 01:46PM

Show HN: Test how Aesthetic your Photo is https://ift.tt/T3vYe0y

Show HN: Test how Aesthetic your Photo is https://ift.tt/V6pfWzu February 23, 2022 at 10:08AM

Show HN: Flatsauce – Database with Decoupled Storage and Compute https://ift.tt/u53hOf9

Show HN: Flatsauce – Database with Decoupled Storage and Compute Hi HN, this is Soheil (https://flatsauce.com). Flatsauce is a cloud database service that separates storage from compute while horizontally scaling your database cluster. Think of it as a Postgres read/write cluster with several nodes except that all the nodes in Flatsauce share the same storage. Flatsauce intelligently routes data between the nodes and incorporates a file locking mechanism to ensure there is no data corruption. In traditional read/write replication scenarios usually a write instance is the source of truth. First data is written to the write server then the data is copied to all the read nodes. When more read nodes are needed to run long-running queries the storage needs to be copied for each node. Flatsauce reduces the cost to run a database cluster by eliminating the need to duplicate the data storage every time a new node is added to the cluster. February 23, 2022 at 11:16AM

Show HN: I created a remote work community in Africa https://ift.tt/zoaFgTW

Show HN: I created a remote work community in Africa https://ift.tt/dpNW6gB February 23, 2022 at 06:57AM

Show HN: Simula One – Portable Linux VR Computer https://ift.tt/nFVodjG

Show HN: Simula One – Portable Linux VR Computer Hi HN, My name is George, and I am helping build an office focused VR headset called the “Simula One” (https://ift.tt/tmkph8b). We have just opened our store for preorders (https://ift.tt/qFzMK6p), so that we and our backers can help people replace their old PCs/laptops with more capable VR headsets. We call our headset a “VR Computer” (or a “VRC”) to distinguish it from gaming headsets. When Simula was founded, most people thought the future of VR was in games & entertainment. The truth is that VR offers a superior way for performing knowledge work, but until now there haven’t been dedicated VR computing devices available on the market. While existing headsets are optimized for gaming, ours is optimized for productivity: it features bleeding edge high-resolution displays, has a detachable compute pack with specs comparable to a premium office laptop (x86 architecture), and runs a VR specialized Linux distro optimized for clear text.

Show HN: Fully managed open-source platform for 150 software https://ift.tt/5zjXx9K

Show HN: Fully managed open-source platform for 150 software Hello Hacker News! We're Joseph, Kieran and David from elestio ( https://elest.io/ ). We've built a platform that offers open-source software as a managed service - we take care of the OS and app updates, security, SSL, networking, backups, the whole deal. In 2009, we started deploying open-source software for websites and web apps we built, many for SMB and enterprise customers. Our process was basically: spin up VM's from a hosting provider, install the software we needed, then update it manually / when it was needed / critical, etc. Once we hit > 100 servers/services needing updates, backups, capacity monitoring and alerting, etc. we saw that it was getting totally unmanageable… so we built what would eventually become elestio. We've put a lot, a lot, a lot of work into building something that allows us (and now you) to deploy a new service in just a few minutes, with zero ongoing maintenance / devops ov

Show HN: Turn your tweets/threads into a blog and RSS feed https://ift.tt/w1eknYM

Show HN: Turn your tweets/threads into a blog and RSS feed https://ift.tt/XaoOY7A February 23, 2022 at 05:42AM

Show HN: Hide all mentions of Wordle in Hacker News feeds https://ift.tt/nrg8aZ2

Show HN: Hide all mentions of Wordle in Hacker News feeds https://ift.tt/mSzR9n6 February 23, 2022 at 05:01AM

Show HN: Pipy – A Programmable network proxy for cloud, edge, and IoT https://ift.tt/FvWUOZg

Show HN: Pipy – A Programmable network proxy for cloud, edge, and IoT https://ift.tt/jXheLtW February 23, 2022 at 03:28AM

Show HN: The most enjoyable desktop app for writing a thesis https://ift.tt/iMKcneU

Show HN: The most enjoyable desktop app for writing a thesis https://ift.tt/eE48q5D February 23, 2022 at 05:06AM

Show HN: Supernotes 2 – a fast, Markdown notes app for journalling and sharing https://ift.tt/Vz8htER

Show HN: Supernotes 2 – a fast, Markdown notes app for journalling and sharing https://ift.tt/Tgo2V4U February 23, 2022 at 04:23AM

Show HN: Scaling Dataflows with Hamilton https://ift.tt/NqDyvrM

Show HN: Scaling Dataflows with Hamilton https://ift.tt/mXyK95A February 22, 2022 at 10:31AM

Show HN: A blog engine based on GitHub issue with the power of Next.js ISR https://ift.tt/HKo7bqt

Show HN: A blog engine based on GitHub issue with the power of Next.js ISR https://ift.tt/E7ef9db February 22, 2022 at 10:36AM

Show HN: Keep your bookmarks clean and up-to-date https://ift.tt/zSiCbaA

Show HN: Keep your bookmarks clean and up-to-date https://ift.tt/M7Fj6kd February 22, 2022 at 10:29AM

Show HN: The Brutalist Report – A rolling snapshot of the day’s headlines https://ift.tt/3wicrZ8

Show HN: The Brutalist Report – A rolling snapshot of the day’s headlines Hi HN. I was inspired by so many other folks also longing for a return to the old web that I put together a service to scratch my own itch: An extremely fast headline aggregator done in 1990s style HTML. Sharing it with you all for those of you that also would enjoy this now esoteric style. https://ift.tt/7steuNU February 22, 2022 at 09:30AM

Show HN: Acapela – all work notifications in one inbox https://ift.tt/8fqIvS3

Show HN: Acapela – all work notifications in one inbox https://acapela.com/ February 22, 2022 at 05:57AM

Show HN: The Status Page Status Page https://ift.tt/erzHYxL

Show HN: The Status Page Status Page https://ift.tt/Q3aktP1 February 22, 2022 at 08:58AM

Show HN: Esolang Park, an online visual debugger for esolangs https://ift.tt/bYrcnTW

Show HN: Esolang Park, an online visual debugger for esolangs Hey HN! Esolang Park is an online visual debugger interface for esoteric programming languages, that I've been working on for the past few months. For every supported language, Esolang Park provides the powerful Monaco code editor, syntax checking, debugging functionality and a visualisation of the runtime state. The core is language-agnostic - a "language provider" only needs to implement the esolang's parser, interpreter and visualisation UI (and some other little stuff). Apart from trying to boost DX for esolangs, the idea is for this to grow into a platform where people can discover and play around with a variety of esolangs without leaving the browser. That's quite far away though - the project is quite early in development and currently only has 5 languages (Befunge-93, Brainf*ck, Chef, Deadfish and Shakespeare). Happy to hear any feedback (and bug reports too)! https://ift.tt/eMYTHRh February 22,

Show HN: A collection of random shell scripts https://ift.tt/co5V7wb

Show HN: A collection of random shell scripts A collection of totally random scripts. Hope someone finds them useful. https://ift.tt/ibg879n February 22, 2022 at 03:02AM

Show HN: Constructor – simple issue tracking for small teams, inspired by Trello https://ift.tt/LT8sNdj

Show HN: Constructor – simple issue tracking for small teams, inspired by Trello https://constructor.dev February 22, 2022 at 07:20AM

Show HN: Annotate PDFs in Markdown https://ift.tt/IkBvCOl

Show HN: Annotate PDFs in Markdown https://keypoints.app/ February 21, 2022 at 11:12PM

Show HN: SeQR.site – serverless, privacy-focussed QR code generator https://ift.tt/19OoqGS

Show HN: SeQR.site – serverless, privacy-focussed QR code generator https://seqr.site/ February 21, 2022 at 06:54PM

Show HN: Wachy – A UI for eBPF-based performance debugging https://ift.tt/ACd7aRk

Show HN: Wachy – A UI for eBPF-based performance debugging eBPF is an amazing technology that allows safely running user-supplied functions at pretty much arbitrary probe points in a kernel/user space context. Much has been written about how amazing this feature is for kernel observability. But as someone who writes user space code, what I find even more amazing is the support for tracing arbitrary user space programs, with no code changes and low overhead. However, doing in-depth analysis can get complicated and time-consuming. My goal with wachy was to make this debugging significantly easier/faster to use, by displaying traces in a TUI next to the source code and allowing for interactive drilldown analysis. If you get a chance, check out the start of the demo video since (AFAIK) it's quite unique and gives a much clearer idea than I can provide with just text. https://ift.tt/VF6iLes February 21, 2022 at 04:13PM

Show HN: Mappable – raw text to API in 30min https://ift.tt/OafBJNc

Show HN: Mappable – raw text to API in 30min https://mappable.ai/ February 21, 2022 at 05:35PM

Show HN: Antique Playing Cards Collection https://ift.tt/TZLWkdH

Show HN: Antique Playing Cards Collection https://ancient.cards February 21, 2022 at 02:23PM

Show HN: DendroRithms – Generative art inspired by tree growth rings https://ift.tt/yaj9WP7

Show HN: DendroRithms – Generative art inspired by tree growth rings https://ift.tt/nFCzuUp February 21, 2022 at 09:48AM

Show HN: Google Drive to SQLite https://ift.tt/v7SJa0f

Show HN: Google Drive to SQLite https://ift.tt/siHK1fh February 21, 2022 at 08:12AM

Show HN: A new kind of TypeScript web app https://ift.tt/MEigDsV

Show HN: A new kind of TypeScript web app https://ift.tt/uKNGvL9 February 21, 2022 at 06:11AM

Show HN: Smooth out breakpoint layout jumps with responsify https://ift.tt/z8MCTg5

Show HN: Smooth out breakpoint layout jumps with responsify https://responsify.dev/ February 21, 2022 at 02:29AM

Show HN: Apptrail – SaaS audit trails as a Service https://ift.tt/MUvOBLG

Show HN: Apptrail – SaaS audit trails as a Service Hi Hacker News! We're Samrose and Shaeq from Apptrail (https://apptrail.com). We let B2B SaaS companies easily add customer-facing audit trails to their products. It's currently too hard to build and consume SaaS audit logs. Organizations use audit logs to access and monitor the activity coming from their SaaS tools for security and compliance reasons. For example, a security admin at an enterprise company would use Slack audit logs to see messages sent and what devices and IP addresses they were sent from. Many SaaS companies don’t offer audit trails to their customers, which results in a lack of insight for the SaaS user (for example, they have to make a support ticket every time they need information). For SaaS companies, adding audit logs to their products is a daunting task that often gets delayed because audit logs are full of hidden complexity. Designing a multi-tenant audit trail solution involves careful consideration

Show HN: Retro-Reddit https://ift.tt/2UbnADm

Show HN: Retro-Reddit https://ift.tt/nRit9DI February 21, 2022 at 01:28AM

Show HN: TopSpace – Scroll above the top line in Emacs https://ift.tt/FJQO4E7

Show HN: TopSpace – Scroll above the top line in Emacs This is an Emacs minor mode I made in my spare time this past year. It lets you scroll above the top line to vertically center top text in Emacs. I made it out of my own necessity for the feature and it is very useful when using Emacs in full-screen with tall/large monitors. As monitors have been getting larger for many years now, I'm actually amazed that this kind of feature isn't more available in text editors or other software like internet browsers etc. Let me know what you think or if you have any suggestions! https://ift.tt/qUFRHPr February 21, 2022 at 03:56AM

Show HN: A new daily word puzzle https://ift.tt/xM5RlKe

Show HN: A new daily word puzzle https://ift.tt/Ce2NTlH February 21, 2022 at 04:21AM

Show HN: Zero-downtime PostgreSQL migrations for Ruby on Rails https://ift.tt/AsmVwDx

Show HN: Zero-downtime PostgreSQL migrations for Ruby on Rails https://ift.tt/Q7PN5xE February 20, 2022 at 11:06AM

Show HN: Test your shape rotation skills https://ift.tt/Yec8AEu

Show HN: Test your shape rotation skills https://ift.tt/zH7edbY February 20, 2022 at 11:19AM

Show HN: Newser, utility written in go to generate a pdf with news content https://ift.tt/8xHweTj

Show HN: Newser, utility written in go to generate a pdf with news content I've gotten myself a Supernote A5X (awesome device btw) and since it doesn't have a web browser or anything I've wanted to have a way to read news on it. I've hacked together this utility in a couple of days and it works wonders for me personally so I thought it might be interesting to others. It can also be used as a noise free newspaper generator as it removes images/ads/links and other noisy stuff. https://ift.tt/Su7EifL (there is a screenshot of the first page of the generated pdf) It scrapes (news) websites for content and puts it into a pdf. For me the pdf location is my dropbox supernote directory so my setup is to run this thing daily and have a fresh pdf with news whenever I want it. It's rough around the edges probably (currently added crawl support for verge, ars, engadget) but I think it's a good base so if anyone wants to contribute feel free. Some of the stuff I want to add

Show HN: On browser speech recognition for video control https://ift.tt/3xkHMFD

Show HN: On browser speech recognition for video control https://ift.tt/BQ1MAu6 February 20, 2022 at 10:08AM

Show HN: Crosswordle – Reverse Wordle on Hard Mode https://ift.tt/BU4q2Ds

Show HN: Crosswordle – Reverse Wordle on Hard Mode https://ift.tt/vjDYTsi February 20, 2022 at 09:20AM

Show HN: Geodatadownloader, a browser based geospatial data downloader https://ift.tt/OT1kcDf

Show HN: Geodatadownloader, a browser based geospatial data downloader https://ift.tt/J8U3Gmf February 19, 2022 at 10:38PM

Show HN: Arduino 6502 Controller https://ift.tt/RteGN2V

Show HN: Arduino 6502 Controller https://ift.tt/2rWQwkS February 19, 2022 at 10:13AM

Show HN: Statusping.co – Website Monitoring Service https://ift.tt/Vmyj9eL

Show HN: Statusping.co – Website Monitoring Service Hi everyone Just launched a website monitoring service https://statusping.co . It constantly monitors your website and notifies you whenever it is unavailable or returns an unexpected response. If it seems like something useful to you please try it out https://statusping.co and let me know if you have any questions, feedback or anything else :) https://statusping.co February 19, 2022 at 10:23AM

Show HN: Trilby for Hacker News – An Elegant Way to Experience HN on Android https://ift.tt/gEmCKqu

Show HN: Trilby for Hacker News – An Elegant Way to Experience HN on Android Fellow HNers, I just published a brand new Hacker News client for Android. This is my first mobile app ever, and I worked on this for the last two months. It features / lets you: Browse and read Hacker News - view popular and latest articles. Beautiful design and typography. Login to Hacker News, post new stories, comment and interact with others. Powerful search powered by Algolia, filter to get your desired results. View yours and others' profiles: see bio and latest activities. In-app web view when you don't want to leave the app. Personalize the app the way you want - select your favorite fonts. Compact Mode when you don't want any distractions. Meticulously crafted skins and comment themes, auto dark mode. Open native HN links within the app - look for the Orange links. Keep track of your read articles. View single comment threads. Preview your comment before posting/ ...and countless more. Yo

Show HN: ultra minimal markdown static site generator https://ift.tt/5UnrTMy

Show HN: ultra minimal markdown static site generator https://ift.tt/WeqgVEv February 19, 2022 at 06:34AM

Show HN: A solid-stone desk with built-in power and posture tracking https://ift.tt/pWQkCFH

Show HN: A solid-stone desk with built-in power and posture tracking https://ift.tt/Wo1iQFD February 19, 2022 at 06:07AM

Show HN: Search Engine for a Procedural Simulation of the Web with GPT-3 https://ift.tt/q38S2nF

Show HN: Search Engine for a Procedural Simulation of the Web with GPT-3 https://ift.tt/6mhES42 February 19, 2022 at 05:11AM

Show HN: Wordle over DNS https://ift.tt/OV8cnFe

Show HN: Wordle over DNS https://ift.tt/VTG8xKa February 19, 2022 at 04:38AM

Show HN: Curry game that makes you hungry! https://ift.tt/lMTmSaO

Show HN: Curry game that makes you hungry! https://ift.tt/WBx4eXL February 18, 2022 at 02:08PM

Show HN: Jimmy – A Gemini Client for macOS https://ift.tt/u0Q1yRA

Show HN: Jimmy – A Gemini Client for macOS https://ift.tt/IUgXt4q February 18, 2022 at 04:02PM

Show HN: Blokfeed – A simple crypto news aggregator https://ift.tt/2z5kI6v

Show HN: Blokfeed – A simple crypto news aggregator Hi everyone! Scratched an itch and solved an issue I had while trying to stay up to date with crypto and blockchain news. I realized I was spending too much time bouncing around various sites to find recent news articles. So I built blokfeed.com to help me sift through crypto news more efficiently. I have plans on building in more features. Check it out - hope it helps you as well! blokfeed.com February 18, 2022 at 09:42AM

Show HN: A Theory of Anxiety Conditions https://ift.tt/PUzQ9Iy

Show HN: A Theory of Anxiety Conditions Hi HN, I ve been in this community for a while now and have a huge amount of respect for the people and the forum so I wanted to post this here. This is a pretty random one and I wish to emphasise from the very beginning this is not medical advice and is only based on what I saw in myself. It is therefore entirely up to anyone kind enough to have a read to decide whether they think what I describe makes any sense for them. If people have comments or thoughts I think it would be quite cool to use the GitHub issues as a forum for discussion and collecting peoples’ feedback. TLDR When I was diagnosed with an anxiety condition I thought about the specifics of what was going on in my mind probably an unhealthy amount. I wrote it down, then rewrote it many many times and it then sat in my draw for a few years, and I ve finally decided I should put it online just in case it helps someone else. I believe we have largely overlooked the possibility of usin

Show HN: Morse Codle – Wordle with Morse Code https://ift.tt/8zHcPkI

Show HN: Morse Codle – Wordle with Morse Code https://ift.tt/FHAonZs February 18, 2022 at 09:43AM

Show HN: Replace 't' with 'q' in a Spotify URL to remove personalization https://ift.tt/rHUn0P7

Show HN: Replace 't' with 'q' in a Spotify URL to remove personalization https://spoqify.com/ February 18, 2022 at 01:45AM

Show HN: We Got to Blinky. A Tour of Our Circuit Board https://ift.tt/hUH10PI

Show HN: We Got to Blinky. A Tour of Our Circuit Board https://ift.tt/hktO6DN February 18, 2022 at 06:11AM

Show HN: BackBlaze Hard Drive Data Failure Viewer https://ift.tt/hfMEKPA

Show HN: BackBlaze Hard Drive Data Failure Viewer https://drives.fail/ February 17, 2022 at 09:53PM

Show HN: Curl modified to impersonate Firefox and mimic its TLS handshake https://ift.tt/Xq6rJno

Show HN: Curl modified to impersonate Firefox and mimic its TLS handshake https://ift.tt/tkAV43f February 17, 2022 at 12:57PM

Show HN: I've compiled Firefox iOS together with a cookie blocker https://ift.tt/kDdZSg3

Show HN: I've compiled Firefox iOS together with a cookie blocker https://ift.tt/6raGSu7 February 17, 2022 at 11:06AM

Hacker News Clone Using Remix and React https://ift.tt/KJUSPhN

Hacker News Clone Using Remix and React https://ift.tt/TQ5hzPO February 17, 2022 at 07:08AM

Show HN: Send private messages to anyone on HN https://ift.tt/wK30pMR

Show HN: Send private messages to anyone on HN https://fro.app This is an experimental app that I've been working on. I wanted to send a direct private message to someone on HN (similar to what they have on Reddit). - You create an account - You connect your HN account (by inserting a code on your HN about) - You type HN username and send a message - The message will be "received" once the other person also connects their HN account. Some built-in rules - Send up to 5 messages within 24 hour period. - If you get flagged as SPAM more than twice within 24 hour period, you won't be able to send a message for the next 24 hours. I'm sure I'll need to adjust rules as I go. But it's been pretty fun building it. And I'm sure many of you will... probably not like the idea of it. :) oh the joy of the Internet. February 17, 2022 at 09:13AM

Show HN: Flomo – a minimal note-taking tool based on zettelkasten method https://ift.tt/BmnNbvq

Show HN: Flomo – a minimal note-taking tool based on zettelkasten method https://flomoapp.com/ February 17, 2022 at 06:28AM

Show HN: Convert your Google Doc to a website in under 30 seconds https://ift.tt/DAXV43o

Show HN: Convert your Google Doc to a website in under 30 seconds https://ift.tt/OQrsoBm February 17, 2022 at 06:05AM

Show HN: pg-online-schema-change – Zero downtime schema changes in PostgreSQL https://ift.tt/vgYUS3N

Show HN: pg-online-schema-change – Zero downtime schema changes in PostgreSQL https://ift.tt/hgJiyz0 February 17, 2022 at 05:09AM

Show HN: ytcast – cast YouTube videos to your smart TV from command-line https://ift.tt/d35RTU6

Show HN: ytcast – cast YouTube videos to your smart TV from command-line https://ift.tt/PZ573xh February 16, 2022 at 10:49AM

Show HN: Autogenerate Playwright and Puppeteer test scripts from the browser https://ift.tt/YLOXQEq

Show HN: Autogenerate Playwright and Puppeteer test scripts from the browser https://ift.tt/A0sfz8V February 16, 2022 at 08:45AM

Show HN: hue.tools – open-source toolbox for colors https://ift.tt/ZTKCQdE

Show HN: hue.tools – open-source toolbox for colors https://hue.tools February 16, 2022 at 08:35AM

Show HN: HN to E-Book is now open-source https://ift.tt/7lNi9Mu

Show HN: HN to E-Book is now open-source https://ift.tt/5xuKrdp February 16, 2022 at 08:09AM

Show HN: If()then{save} – A financial planning tool https://ift.tt/1QfmArD

Show HN: If()then{save} – A financial planning tool https://ifthensave.com/ February 16, 2022 at 07:45AM

Show HN: Changewatch – see what’s changed between versions of policies https://ift.tt/qw5AtGE

Show HN: Changewatch – see what’s changed between versions of policies https://ift.tt/wsJfAKr February 16, 2022 at 04:27AM

Show HN: Simple App that picks an option out of a list https://ift.tt/6xQy57B

Show HN: Simple App that picks an option out of a list A simple app I built since I was using random.org a lot to pick an option out of a list. There's also a flip a coin option as well as an option to input a list of options and get one extracted similar to a raffle Feedback is greatly appreciated https://pick.computer/ February 16, 2022 at 02:54AM

Show HN: Shortwave: Enjoy Your Inbox https://ift.tt/0DXLWu8

Show HN: Shortwave: Enjoy Your Inbox https://ift.tt/Mr57W2L February 15, 2022 at 09:06AM

Show HN: Easy Way to Improve Google Search Results https://ift.tt/1r4WRwa

Show HN: Easy Way to Improve Google Search Results https://ift.tt/S2BCTMD February 15, 2022 at 07:59AM

Show HN: Svix – Open-Source Webhooks Service Written in Rust https://ift.tt/1hWCMEf

Show HN: Svix – Open-Source Webhooks Service Written in Rust We are super excited to be open sourcing the Svix webhooks dispatcher! Svix makes it easy to send webhooks. You send your payload to Svix, and Svix takes care of deliverability, retries, security, and more. You can read more about why we built Svix in the original Show HN[0], though the gist is: our customers wanted webhooks to build integrations and workflows around our product, but we weren't willing to commit the engineering time, resources and ongoing maintenance required of a webhook delivery system. Why open source? On a personal level, I've been an open source maintainer and contributor for many years, and I care a lot about open source. So open-sourcing the Svix dispatcher was one of the first tickets I created on our issue tracker. As for the company, webhooks are currently a mess, everyone does them differently, with differing levels of quality and features supported. This is something we really want to fix.

Show HN: A Search Engine for Remote Only Engineering Jobs https://ift.tt/kLXGgCr

Show HN: A Search Engine for Remote Only Engineering Jobs https://ift.tt/LDtYGKA February 15, 2022 at 06:47AM

Show HN: A proper search engine for podcasts https://ift.tt/Nu1Cx8R

Show HN: A proper search engine for podcasts https://scryer.xyz February 15, 2022 at 05:50AM

Show HN: Smart-Crop – removes repetitive blank and empty areas from screenshots https://ift.tt/F1qckr0

Show HN: Smart-Crop – removes repetitive blank and empty areas from screenshots https://ift.tt/yqC6Uun February 15, 2022 at 02:27AM

Show HN: Tools and code to make MicroPython development faster and more fun https://ift.tt/dJbgTZS

Show HN: Tools and code to make MicroPython development faster and more fun Because I love bringing small devices to life and I also love Python I was very excited when MicroPython started to be conveniently available for platforms like the ESP32. But it's still quite cumbersome and error prone to get your code on a device and make it run. And then you have to worry about wearing out the flash memory by continuously copying over new versions of your code. This is why I came up with "esp32_mpy_robooter" which I now use among a couple of private projects, e.g. for the Watchy ([1]) and the M5StickC ([2]). Rather than copying over modified Python files to the device over and over again it (the toolset) creates a RAM disk on the device and _fetches_ the source files via WiFi, which means you don't have to reboot the device and you can even stay in the REPL! Non-modified files are taken care of using file checksums and the server on your development machine (providing the a

Show HN: Create charming wobbling GIFs with ASCII https://ift.tt/pAQMk0m

Show HN: Create charming wobbling GIFs with ASCII https://ift.tt/NxWAtp1 February 14, 2022 at 10:14AM

Show HN: LegendKeeper, collaborative maps and notes for game-masters https://ift.tt/owZ0v9a

Show HN: LegendKeeper, collaborative maps and notes for game-masters https://ift.tt/oOHvM45 February 14, 2022 at 09:05AM

Show HN: Limeboard – Digital stationery for collecting thoughts and ideas https://ift.tt/QPa8cCO

Show HN: Limeboard – Digital stationery for collecting thoughts and ideas https://ift.tt/A2dOk1G February 14, 2022 at 04:47AM

Show HN: OracleMovies, OpenSea for Movie Rights https://ift.tt/VQJxfkM

Show HN: OracleMovies, OpenSea for Movie Rights https://ift.tt/LI9lEoZ February 14, 2022 at 04:11AM

Show HN: I use this distraction free writing tool for all my writing https://ift.tt/bGn8Mgx

Show HN: I use this distraction free writing tool for all my writing https://ift.tt/wSPY2cG February 14, 2022 at 03:59AM

Show HN: Wordlecup.io – Multiplayer Wordle with time-based rounds https://ift.tt/Ry4IbXx

Show HN: Wordlecup.io – Multiplayer Wordle with time-based rounds https://wordlecup.io/ February 14, 2022 at 07:06AM

Show HN: DIY Freud. Automated therapist on the cheap https://ift.tt/urEcVCp

Show HN: DIY Freud. Automated therapist on the cheap https://ift.tt/KgrM2Jj February 14, 2022 at 07:15AM

Show HN: TheProspects.club - A tool to manage your job search https://ift.tt/QcsStPb

Show HN: TheProspects.club - A tool to manage your job search Hi everyone! I built https://ift.tt/qh9GrxE because I've seen one too many people manage their job hunt using google sheets/notion. You can use it to keep track of where you are with multiple companies, when and where interview rounds are taking place and role specific details. Let me know what you think! February 14, 2022 at 06:26AM

Show HN: Free and Open-source Illustrations for your projects https://ift.tt/JkpGaym

Show HN: Free and Open-source Illustrations for your projects https://iradesign.io/ February 14, 2022 at 06:40AM

Show HN: Our fair salary calculator for remote teams (+ template) https://ift.tt/fekJ3Iz

Show HN: Our fair salary calculator for remote teams (+ template) https://ift.tt/LONYKMe February 14, 2022 at 06:13AM

Show HN: I made an app to help replace Taylor Swift songs on Spotify https://ift.tt/fmnsReo

Show HN: I made an app to help replace Taylor Swift songs on Spotify https://ift.tt/6vbEH4m February 14, 2022 at 05:33AM

Show HN: Physically-based GPU raytracer from scratch https://ift.tt/GdBToDv

Show HN: Physically-based GPU raytracer from scratch https://ift.tt/ksmiQML February 13, 2022 at 10:36AM

Show HN: Colordle – Guess the color and create unexpected, beautiful gradients https://ift.tt/izq0nLO

Show HN: Colordle – Guess the color and create unexpected, beautiful gradients https://colordle.com February 13, 2022 at 04:53AM

Show HN: Visualization tools for bicycle wheelbuilding https://ift.tt/GDosMpK

Show HN: Visualization tools for bicycle wheelbuilding Long time reader, first time self-promoter. I'm a bicycle mechanic that figured I could make the process of bicycle wheelbuilding faster, more accurate and more satisfying. I do it by sampling digital indicators, rendering the data in useful ways, and injecting domain-specific insights. The UI interaction happens by foot pedal so my paradigm retains the traditional way of working with your hands. https://ift.tt/pefvgAL February 13, 2022 at 06:23AM

Show HN: Python REPL with auto-import and auto-reload on changes https://ift.tt/2jR68Nr

Show HN: Python REPL with auto-import and auto-reload on changes https://ift.tt/9QkVKEY February 13, 2022 at 06:05AM

Show HN: Wicked Invaders: A 1980s-arcade-style game using HTML5 Canvas/Web Audio https://ift.tt/Q6JCILZ

Show HN: Wicked Invaders: A 1980s-arcade-style game using HTML5 Canvas/Web Audio https://ift.tt/Nu8qoLa February 13, 2022 at 04:39AM

Show HN: Remove video and image backgrounds, open source https://ift.tt/uKNPfZz

Show HN: Remove video and image backgrounds, open source https://ift.tt/JFkTomw February 12, 2022 at 11:31PM

Show HN: Deep Learning Framework from scratch (60 step tutorial) https://ift.tt/fJHiEuM

Show HN: Deep Learning Framework from scratch (60 step tutorial) Want to create a Deep Learning framework from scratch? Checkout this resource: https://ift.tt/FU5ykpL In this book, you will create a deep learning framework called "DeZero" from scratch (from zero), which is the original framework of this book. With minimal code, the framework's modern features are realized. In this book, you will make this small - yet powerful enough - framework in a total of 60 steps. It will deepen your knowledge of modern frameworks such as PyTorch and TensorFlow. https://ift.tt/FU5ykpL February 12, 2022 at 07:10PM

Show HN: A Re-Invented Kinesis Advantage? Glove80 BLE Split Contoured Keyboard https://ift.tt/JulsHKe

Show HN: A Re-Invented Kinesis Advantage? Glove80 BLE Split Contoured Keyboard https://ift.tt/v5MyYQz February 12, 2022 at 01:54PM

Show HN: I built a tool convert any image to ASCII Art https://ift.tt/udh7Dbk

Show HN: I built a tool convert any image to ASCII Art https://ift.tt/m2Auhcd February 12, 2022 at 03:41PM

Show HN: Nango, a Django extension providing SPA-like features https://ift.tt/FXN5Mc9

Show HN: Nango, a Django extension providing SPA-like features https://ift.tt/qVsNBZw February 12, 2022 at 03:24PM

Show HN: Kalendar 1.0 Is Out https://ift.tt/WFsVnik

Show HN: Kalendar 1.0 Is Out https://ift.tt/tilCGmP February 12, 2022 at 11:25AM

Show HN: Runk – a CLI based file and folder sharer over network https://ift.tt/4bdx8WP

Show HN: Runk – a CLI based file and folder sharer over network https://ift.tt/EvmXxCK February 12, 2022 at 06:48AM

Show HN: Live dashboards to embed in your GitHub README.md https://ift.tt/AM7lISg

Show HN: Live dashboards to embed in your GitHub README.md https://repography.com/ February 12, 2022 at 08:27AM

Show HN: X-frame – embed any content with a server-rendered super iframe https://ift.tt/hzAfOnp

Show HN: X-frame – embed any content with a server-rendered super iframe https://ift.tt/X3VFi7h February 12, 2022 at 07:12AM

Show HN: Plost – a deceptively simple plotting library https://ift.tt/eOhWlyc

Show HN: Plost – a deceptively simple plotting library https://ift.tt/rmCEXlH February 11, 2022 at 05:04PM

Show HN: Kosmi – Hang out with friends and family online https://ift.tt/NxcXt6f

Show HN: Kosmi – Hang out with friends and family online https://ift.tt/hgNE8mz February 11, 2022 at 02:09PM

Show HN: LiveViewJS – TypeScript back end for LiveView Apps (Phoenix LiveView) https://ift.tt/mGMkEI0

Show HN: LiveViewJS – TypeScript back end for LiveView Apps (Phoenix LiveView) Author here. I really love the programming paradigm behind by Phoenix LiveView applications and wanted to expand the ecosystem to include programmers like myself that love Typescript. In summary, LiveViewJS reuses all the Phoenix client code and implemented a new backend in Typescript to handle client events and send back updates. Lots more detail and examples in the repo. Would love any questions and/or feedback. Thanks! https://ift.tt/F5Ux7tr February 11, 2022 at 08:22AM

Show HN: Pumbaa – A portfolio simulation tool for passive, index investments https://ift.tt/dMtpcTE

Show HN: Pumbaa – A portfolio simulation tool for passive, index investments Hi HN, About a year ago I wrote a few scripts and spreadsheets to calculate the historical performance of various passive investment portfolios. There is portfoliovisualizer.com but if you are not from the US it's less relevant because everything is calculated with respect to the US dollar, and you cannot combine funds from other countries (say from the EU). In the past month I managed to turn it into a web app with the goal of giving individuals better tools for financial education. It allows you to build a portfolio composed of a few index funds (ETFs or mutual funds) and simulate its historical performance. It currently works with 7 currencies and includes funds from the US, EU, UK, Canada and Israel. Intentionally, only broad-market, passive index funds are included. If all of this doesn't mean much to you, you can visit the examples page to get a taste of some interesting portfolios. Here is an in

Show HN: An (attempted) TUI Wordle clone for bash https://ift.tt/gHrEmsu

Show HN: An (attempted) TUI Wordle clone for bash https://ift.tt/V87wNZJ February 11, 2022 at 08:02AM

Show HN: Windi – knowledge management and sharing platform based on short notes https://ift.tt/tbXu6Qy

Show HN: Windi – knowledge management and sharing platform based on short notes https://windi.app/ February 11, 2022 at 07:42AM

Show HN: NattyNote, Take time-stamped YouTube notes https://ift.tt/zDJK67b

Show HN: NattyNote, Take time-stamped YouTube notes https://ift.tt/dOG1xqy February 11, 2022 at 04:42AM

Show HN: AI assistant for inclusive communications on Slack https://ift.tt/ZDvdOuy

Show HN: AI assistant for inclusive communications on Slack https://ift.tt/zTavfYy February 10, 2022 at 11:27PM

Show HN: Vivipic is an online graphic design tool for online sellers https://ift.tt/GA7O1Lb

Show HN: Vivipic is an online graphic design tool for online sellers https://vivipic.com/ February 11, 2022 at 05:23AM

Show HN: A mastermind-like version of Wordle https://ift.tt/smwdB9e

Show HN: A mastermind-like version of Wordle Wordle reminded me of Mastermind, a game I played as kid, so just for fun I made a version of the game that plays a lot more like Mastermind. I think this version is way more challenging :) https://ift.tt/c7qMFPY February 11, 2022 at 05:19AM

Show HN: I made a newsletter for news Tech Crunch won't cove https://ift.tt/fLGjI2s

Show HN: I made a newsletter for news Tech Crunch won't cove https://highsignal.io February 11, 2022 at 05:17AM

Show HN: Procrastinope – insert your todo list into your procrastination site https://ift.tt/ziqYfc1

Show HN: Procrastinope – insert your todo list into your procrastination site https://ift.tt/LI10Msm February 10, 2022 at 01:47AM

Show HN: Super Pixel AllRGB https://ift.tt/zPdAQvg

Show HN: Super Pixel AllRGB https://ift.tt/T7aIRpx February 10, 2022 at 12:21AM

Show HN: CSS loader generator – more than 250 CSS loaders and spinners https://ift.tt/dsgamkr

Show HN: CSS loader generator – more than 250 CSS loaders and spinners https://ift.tt/kTrhS6o February 10, 2022 at 07:09AM

Show HN: Detecting Puerto Rican Bird Species from Images Using PyTorch https://ift.tt/vTSXnzV

Show HN: Detecting Puerto Rican Bird Species from Images Using PyTorch https://ift.tt/BWZcrhS February 10, 2022 at 06:14AM

Show HN: makers.so – A Website Builder Inside Figma https://ift.tt/yROslD7

Show HN: makers.so – A Website Builder Inside Figma Founder here. Makers.so is a Figma Plugin to build and publish sites without ever leaving Figma. Here’s a demo [0]. As a front-end developer I constantly go from Figma to code / site, but it’s tedious… I decided to automate the process with this plugin. It works great for simple projects like: - Landing Pages - Portfolio / Personal sites - Resume sites - Careers / Wiki sites So, not a Webflow / Framer competitor (yet). Webflow and Framer are amazing tools, but if you are in the Figma ecosystem, it's boring to duplicate your work on a different tool. I'm trying to make life easier for Figma users. If this seems interesting, you can install it here [1] and give it a try. — For a bit of context, I'm a solo-founder and I started Makers after sharing my idea on the Figma subreddit about how awesome it would be to have a button in Figma to publish my designs. A good amount of people seemed to agree, and that was enough to start

Show HN: I created a minimal, secure, terminal native chat application https://ift.tt/wjNi0cx

Show HN: I created a minimal, secure, terminal native chat application https://ift.tt/ftvi6c7 February 10, 2022 at 06:02AM

Show HN: What if Dependabot and Ansible had a child? https://ift.tt/k1rQGz0

Show HN: What if Dependabot and Ansible had a child? What if Dependabot and Ansible had a child? Well for me that could be Updatecli. Updatecli is a project that I started to help maintain the infrastructure of the Jenkins project. I needed something flexible enough to update YAML with whatever information needed. Because let’s say it, everybody loves YAML. YAML is everywhere. Run it from everywhere… Updatecli is a command-line tool written in Golang and available for Windows, Linux, MacOSx, amd64, arm64, thank you Goreleaser All of that to say that it runs from wherever CI or laptop we need. As of today, Updatecli opened over 3000 Pull requests on Github, and it evolved to update automatically Dockerfile, Markdown, Helm Chart, and of course a lot of YAML for tools like Puppet, Kubernetes, or Jenkins. How does it work? Updatecli loads pipeline configurations from YAML(s) or Golang templates then enforce the state defined by the pipeline configuration. A pipeline run as followed: 1. Clo

Show HN: Class Variance Authority – type-safe variants for your UI components https://ift.tt/gCBaWcX

Show HN: Class Variance Authority – type-safe variants for your UI components https://ift.tt/1izElrt February 10, 2022 at 02:01AM

Show HN: Redirect your customers from your marketing page to your app https://ift.tt/1nkL8U7

Show HN: Redirect your customers from your marketing page to your app Hi HN! I've gotten a bit frustrated by going to `datadog.com` instead of `app.datadog.com`. I know that I could use a chrome extension to do this redirect for me (I do). But since this is a painful UX, I think that SaaS companies should do something to improve it for all of their users. So I made `marketing-redirect`, a quick bit of HTML to put on a marketing page that lets customers get automatically redirected to the application they're already paying for: https://ift.tt/MOTFt0I You can see an example of it in action here: https://ift.tt/QHYp9L7 Aside from just making the tools I use better, I'm brainstorming ways to monetize this. My best idea is to create a cloud service the help marketing teams remove or tag the page views from paying customers who visit their marketing page so their analytics software can exclude them as possible leads. I'd love to hear your feedback. Thanks, Elliot February 9,

Show HN: Create your own prediction market in two minutes https://ift.tt/PMtqlEY

Show HN: Create your own prediction market in two minutes https://ift.tt/N4kpJd8 February 9, 2022 at 10:03AM

Show HN: ValidKube – Validate, Clean and Secure Your K8s YAML https://ift.tt/5k7MpET

Show HN: ValidKube – Validate, Clean and Secure Your K8s YAML https://validkube.com/ February 9, 2022 at 07:37AM

Show HN: Speeing up PyCharm's package scanning by 90% https://ift.tt/aJU5wvL

Show HN: Speeing up PyCharm's package scanning by 90% https://ift.tt/yKjNSsQ February 9, 2022 at 07:59AM

Show HN: I released an open-source Mac app to copy any text on the screen https://ift.tt/h7Yc64H

Show HN: I released an open-source Mac app to copy any text on the screen https://trex.ameba.co February 9, 2022 at 07:47AM

Show HN: A Bluetooth Low Energy, ESP32-Based Darkroom and Film Development Timer https://ift.tt/2rt0m3d

Show HN: A Bluetooth Low Energy, ESP32-Based Darkroom and Film Development Timer https://ift.tt/Bij7WFG February 9, 2022 at 07:09AM

Show HN: Advanced News Searching API https://ift.tt/tRYfpXo

Show HN: Advanced News Searching API Hello HN, We would like to present to you an advanced News API, that allows you to easily retrieve and process news articles from thousands of sources in different languages all over the world. Since our last submission, we have rewritten the project from scratch with a focus on cleansing and structuring the news data. Some of the advanced features of the new API: - clustering news articles into groups of related news - allows to detect news stories and assess how important / popular they are - detecting reprints and wired articles - allows to easily filter noise and get unique articles only - a comprehensive set of 3000+ topics, 10+ categories, and labels, including Opinion, Paid-news, Non-news, Business, Tech, Politics, and much more - advanced enriched data, including finance-tailored sentiment analysis, entities, keywords, auto-generated summary - local news - allows retrieving news from local news publishers based on a specific location (e.g. s

Show HN: Stock & Crypto Trading Game https://ift.tt/OBx18Yp

Show HN: Stock & Crypto Trading Game https://ift.tt/SP78qul February 9, 2022 at 03:58AM

Show HN: Extinct Butterflies https://ift.tt/KrW0QFl

Show HN: Extinct Butterflies https://ift.tt/HdxyQ4p February 9, 2022 at 01:53AM

Show HN: A Prometheus exporter that gathers сomprehensive container metrics https://ift.tt/UeaGBcZ

Show HN: A Prometheus exporter that gathers сomprehensive container metrics https://ift.tt/mdIY6ox February 9, 2022 at 01:05AM

Show HN: Hosting Your Apps on M3O Cloud for Free https://ift.tt/NI94H6Y

Show HN: Hosting Your Apps on M3O Cloud for Free https://ift.tt/gRPF6IN February 9, 2022 at 03:31AM

Show HN: Connect to any API without code https://ift.tt/zh1fCTZ

Show HN: Connect to any API without code https://databar.ai February 8, 2022 at 07:38PM

Show HN: App that reduces probability of getting side effects from medication https://ift.tt/4869aJY

Show HN: App that reduces probability of getting side effects from medication https://ift.tt/2nfh01X February 8, 2022 at 05:00PM

Show HN: PgCat, Postgres pooler with sharding, load balancing and failover https://ift.tt/Bl4GDON

Show HN: PgCat, Postgres pooler with sharding, load balancing and failover https://ift.tt/8TgrFGA February 8, 2022 at 05:41PM

Show HN: An AI that builds open source clinical drug information databases https://ift.tt/eIwfO6A

Show HN: An AI that builds open source clinical drug information databases https://ift.tt/cxEN6q9 February 8, 2022 at 05:22PM

Show HN: Never have an SSL certificate expire again https://ift.tt/Zo78fIV

Show HN: Never have an SSL certificate expire again https://ift.tt/rzK5hix February 8, 2022 at 09:16AM

Show HN: ToolJet 1.0 – Extensible open-source alternative to Retool https://ift.tt/IyjgbeL

Show HN: ToolJet 1.0 – Extensible open-source alternative to Retool https://ift.tt/dwOtK7N February 8, 2022 at 03:47AM

Show HN: CryptoSOR, a composite exchange order book https://ift.tt/OZdsl4L

Show HN: CryptoSOR, a composite exchange order book https://cryptosor.info/ February 8, 2022 at 07:11AM

Show HN: Markdown Crash Test: benchmark Markdown everywhere https://ift.tt/UD5aiSQ

Show HN: Markdown Crash Test: benchmark Markdown everywhere https://ift.tt/kSOBct3 February 8, 2022 at 06:46AM

Show HN: Chinese Wordle https://ift.tt/MC4lEkI

Show HN: Chinese Wordle I saw a tweet [0] about how Chinese Wordle would be hilarious, so I made it real! [1] [0] https://twitter.com/KenChuNC/status/1489966866248384516 [1] https://ift.tt/8ZfYE9V https://ift.tt/8ZfYE9V February 8, 2022 at 06:59AM

Show HN: Make your HTML documents portable by converting images to Base64 https://ift.tt/ivZ7D1M

Show HN: Make your HTML documents portable by converting images to Base64 https://ift.tt/1TQcMmn February 8, 2022 at 06:01AM

Show HN: Three Magic Words, a five-letter word game that isn’t Wordle https://ift.tt/udsvgkW

Show HN: Three Magic Words, a five-letter word game that isn’t Wordle https://ift.tt/G6vrcNW February 8, 2022 at 05:06AM

Show HN: Purchase Plan helps you save for purchases. https://ift.tt/zCStGiY

Show HN: Purchase Plan helps you save for purchases. https://ift.tt/z73dVrR February 8, 2022 at 01:59AM

Show HN: Tally Forms – a free Typeform alternative https://ift.tt/DwC6c4v

Show HN: Tally Forms – a free Typeform alternative https://ift.tt/xgv2Aeu February 8, 2022 at 05:33AM

Show HN: Cybersalience – Guiding user attention using transformer attention https://ift.tt/X75Sza4

Show HN: Cybersalience – Guiding user attention using transformer attention https://ift.tt/gMwhfQb February 7, 2022 at 11:03PM

Show HN: Koda, a Typesafe Functional Toolkit for Python https://ift.tt/xFAtceE

Show HN: Koda, a Typesafe Functional Toolkit for Python https://ift.tt/D6pIFaP February 7, 2022 at 08:46AM

Show HN: Multimodal AI to process video content like Big Data https://ift.tt/N2rAc51

Show HN: Multimodal AI to process video content like Big Data https://newsbridge.io/ February 7, 2022 at 07:07AM

SHOW HN: Don't forget who you're building for https://ift.tt/lyfPD8x

SHOW HN: Don't forget who you're building for https://ift.tt/vhJ5Q4X February 7, 2022 at 06:56AM

Show HN: Convert the notion blocks to Markdown for any static blog https://ift.tt/hjP3ZWR

Show HN: Convert the notion blocks to Markdown for any static blog https://ift.tt/UPFtlWD February 7, 2022 at 06:17AM

Show HN: SHA-256 explained step-by-step visually https://ift.tt/YCmBqyu

Show HN: SHA-256 explained step-by-step visually https://ift.tt/HYaXTK0 February 7, 2022 at 05:31AM

Show HN: Brain;Notes – Powerful Sticky Notepad for iPad https://ift.tt/ex2Q4yr

Show HN: Brain;Notes – Powerful Sticky Notepad for iPad https://ift.tt/7vEV92h February 6, 2022 at 09:28PM

Show HN: Daily Read – Receive a chapter a day from popular public domain books https://ift.tt/6bhrnSc

Show HN: Daily Read – Receive a chapter a day from popular public domain books https://dailyread.xyz/ February 6, 2022 at 02:09PM

Show HN: Buffering Videos in the Browser as in the Year 2000s https://ift.tt/kAqBDQ8

Show HN: Buffering Videos in the Browser as in the Year 2000s https://ift.tt/ujA9XSx February 6, 2022 at 01:46PM

Show HN: EBNF Specification of the BBC Shipping Forecast https://ift.tt/wkGbOqZ

Show HN: EBNF Specification of the BBC Shipping Forecast https://ift.tt/RuClMds February 6, 2022 at 12:24PM

Show HN: Browser extension to show timestamps from YouTube comments https://ift.tt/OdnsRab

Show HN: Browser extension to show timestamps from YouTube comments https://ift.tt/ZMGcRX0 February 6, 2022 at 07:51AM

Show HN: Apps on a Chat Application https://ift.tt/QeCJLdX

Show HN: Apps on a Chat Application https://ift.tt/mEcioRq February 6, 2022 at 08:26AM

Show HN: Squareword - a Wordle-like game with an added dimension https://ift.tt/yfbFkaH

Show HN: Squareword - a Wordle-like game with an added dimension Last weekend, when I was playing Wordle I was inspired to think of ways to expand the concept and fuel my daily word game addiction. So I built squareword, where you use word guesses to uncover a square of letters consisting of five words down and five across. There is a new challenge every day, I thought you guys might enjoy it. My score for today was ten guesses. I built it in Vue.js and the Quasar framework and host it on Cloudflare pages. Just like Wordle, it runs purely on the client side. Over the past week, I’ve been adding features such as user stats and the ability to share your results. It has been really fun to see friends and family start playing the game, even when they beat my own score… Any feedback is appreciated! https://squareword.org/ February 6, 2022 at 05:12AM

Show HN: TriviaRex – A trivia game where you race to find the answer https://ift.tt/rBSOA5V

Show HN: TriviaRex – A trivia game where you race to find the answer https://www.youtube.com/watch?v=j-myRUmq_QE February 6, 2022 at 05:57AM

Show HN: Create-rust-app: now supports poem-web back end https://ift.tt/uYoNkBa

Show HN: Create-rust-app: now supports poem-web back end https://ift.tt/dRXj7Qo February 5, 2022 at 05:27PM

Show HN: Django Easy Logging https://ift.tt/mpoWB7O

Show HN: Django Easy Logging https://ift.tt/njQF9G3 February 5, 2022 at 03:07PM

Show HN: Open-source app to show meetings in status bar (macOS) https://ift.tt/wz5ukeb

Show HN: Open-source app to show meetings in status bar (macOS) https://ift.tt/6VtI8XO February 5, 2022 at 02:37PM

Show HN: BlockPaper – Centralized, paper-backed blockchain in my home office https://ift.tt/sXY9h3k

Show HN: BlockPaper – Centralized, paper-backed blockchain in my home office https://ift.tt/aoLfDb5 February 5, 2022 at 01:29PM

Show HN: I made app hide url in Chrome while screen share https://ift.tt/BfVOz2E

Show HN: I made app hide url in Chrome while screen share hello everyone i am the developer of blurweb.app, after a year of being live and being used by more than 3000 people I got many request of people interest to hide url while screen share so i build blurscreen.app please check it out and let me know what you think https://ift.tt/Iifw3Px February 5, 2022 at 08:52AM

Show HN: Lava lamp simulated by neural net in infinite loop https://ift.tt/QAHguFN

Show HN: Lava lamp simulated by neural net in infinite loop duralava is a neural network which can simulate a lava lamp in an infinite loop. It uses a recurrent GAN that learns the physical behavior of the lava lamp. A noteworthy aspect is that can generate an arbitrarily long video of a (virtual) lava lamp, without diverging even after thousands of frames. https://ift.tt/lwG31aQ February 5, 2022 at 07:52AM

Show HN: Turn CSVs into a PostgreSQL Endpoint or a REST API https://ift.tt/iVCYTNQ

Show HN: Turn CSVs into a PostgreSQL Endpoint or a REST API https://ift.tt/04jkpaJ February 5, 2022 at 06:05AM

Show HN: We built unit/integration test results aggregator https://ift.tt/yP30L9a

Show HN: We built unit/integration test results aggregator https://ift.tt/eCbZGhF February 4, 2022 at 10:28AM

Show HN: A Penny for Your Thoughts https://ift.tt/Samvszd

Show HN: A Penny for Your Thoughts https://ift.tt/dD9tehG February 4, 2022 at 08:04AM

Show HN: Download Twitter data without API keys https://ift.tt/tcVkgL9

Show HN: Download Twitter data without API keys https://tweetfeast.com/ February 2, 2022 at 08:28PM

Show HN: we built a graph based task manager https://ift.tt/fzud5Dt

Show HN: we built a graph based task manager https://masterplan.so February 4, 2022 at 03:59AM

Show HN: Bpfcov – source-based code coverage for eBPF programs https://ift.tt/1HBRVah

Show HN: Bpfcov – source-based code coverage for eBPF programs https://ift.tt/2JYRm6N February 4, 2022 at 05:24AM

Show HN: Mailwind – Use Tailwind CSS to design HTML emails https://ift.tt/QlJ1IY7

Show HN: Mailwind – Use Tailwind CSS to design HTML emails https://ift.tt/CgdbRSt February 4, 2022 at 06:49AM

Show HN: Hacking C++ to support Structure of Arrays https://ift.tt/GT5Cikt

Show HN: Hacking C++ to support Structure of Arrays Using my very primitive abilities with template metaprogramming, I put together a structure of arrays (SOA) class for C++. The point of SOA is that it can be cache friendlier. https://ift.tt/9iYlbn7 February 3, 2022 at 07:37PM

Show HN: Bring back the show desktop hover / aero peek feature on Windows 11 https://ift.tt/r4C0bep

Show HN: Bring back the show desktop hover / aero peek feature on Windows 11 https://ift.tt/6NVhJv9 February 3, 2022 at 07:02PM

I'm building a new political party (feedback welcome!) https://ift.tt/jcYt7LmDa

I'm building a new political party (feedback welcome!) Hi HN! I'm working on building a new political party (http://allogov.us/), and would appreciate some feedback on this! If the website isn’t clear, the idea is to get voters to sync on who to vote on. If the party wins, voters will get direct access to individual policy items, instead of a bundle of policies (the representative will vote in line with the app.) What're you looking for in a new political party? I'm not sure how to go about finding the first users: Anyone know anyone who has advice on this? Thanks! February 3, 2022 at 09:45AM

HVM: A Parallel Functional Runtime https://ift.tt/JAbXvqxLi

HVM: A Parallel Functional Runtime https://ift.tt/XfPCzG2Us January 31, 2022 at 11:15AM

Show HN: Edit videos faster by automatically removing silences https://ift.tt/7kNosRTBJ

Show HN: Edit videos faster by automatically removing silences https://ift.tt/1cJNtX4CI February 3, 2022 at 08:25AM

Show HN: I made a little digital circuit simulator that operates on PNGs https://ift.tt/xciuBIUM5

Show HN: I made a little digital circuit simulator that operates on PNGs This is a little toy project of mine that lets you simulate digital logic graphs. It was inspired by Minecraft's Redstone and the Piet esolang. It's got some serious drawbacks-- you write circuits as PNGs and simulate them with a Python interface. It's slow to run and slow to experiment with. And it is certainly difficult to use for people with any kind of color blindness. But despite that, I hope this can still be a fun toy! https://ift.tt/QuX0UEjp6 February 3, 2022 at 07:55AM

Show HN: Pothos – a plugin based GraphQL schema builder for TypeScript https://ift.tt/95tOs6PSj

Show HN: Pothos – a plugin based GraphQL schema builder for TypeScript https://ift.tt/kcfZT4mWI February 3, 2022 at 02:15AM

Show HN: Veganize any recipe site with EatKind Chrome extension https://ift.tt/fQha08Ryb

Show HN: Veganize any recipe site with EatKind Chrome extension https://ift.tt/hND83wvP7 February 3, 2022 at 05:31AM

Show HN: Emergency softlight for late night video calls https://ift.tt/K18jTB92e

Show HN: Emergency softlight for late night video calls This has kind of a weird backstory, but in short, I am doing later and later video calls and needed a way to offset the blue tint of my laptop camera, so I hacked a quick web page to use my monitor as a softlight. Might not be suitable for all skin tones, and is a 30s hack that turned into a 15m one, so YMMV. https://ift.tt/3z2c1VQPk February 3, 2022 at 04:00AM

Show HN: Create audio-reactive video for your music on browser https://ift.tt/GI6awkBWt

Show HN: Create audio-reactive video for your music on browser https://ift.tt/R9bFdrPwg February 2, 2022 at 10:05PM

Show HN: Add a “1” to your Hacker News URL to get fancy social previews https://ift.tt/dtnlHaAKu

Show HN: Add a “1” to your Hacker News URL to get fancy social previews For example, paste this into Slack or Discord or whatever: https://ift.tt/7tnZJLE9K It works with comments, too: https://ift.tt/2M9WXPB6J Hastily-developed source: https://ift.tt/YAML39fF5 February 2, 2022 at 09:52AM

Show HN: Federalist and Bob – uncensorable website with webtorrent and Handshake https://ift.tt/j8dSkNoht

Show HN: Federalist and Bob – uncensorable website with webtorrent and Handshake Bob Extension just added ability to resolve Handshake domain with webtorrent. Any Handshake TLDs can update its TXT record with a magnet link pointing to a folder that contains a index.html page - Bob Extension will download and show the content using webtorrent when users go to the TLDs (e.g. federalistpapers/) https://ift.tt/Bh1cXP6iO February 2, 2022 at 09:08AM

Show HN: GreenJS, add performant React pages to an existing site https://ift.tt/FVD5asRx7

Show HN: GreenJS, add performant React pages to an existing site https://greenjs.io/ February 2, 2022 at 09:06AM

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

Show HN: Coffeehouse, one-on-one voicechat with random HN users https://ift.tt/cm5odRw1F February 2, 2022 at 08:00AM

Show HN: Medusa-Extender https://ift.tt/CNUHo5XQj

Show HN: Medusa-Extender Get some cool features with your medusa headless e-commerce https://ift.tt/Y3a6KsWr0 February 2, 2022 at 02:45AM

Show HN: AlphaCode Attention Visualization https://ift.tt/akWorQEYL

Show HN: AlphaCode Attention Visualization https://ift.tt/0wcoS7mli February 2, 2022 at 07:59AM

Show HN: One-Off Dyno Metrics Heroku Add-On https://ift.tt/DThS9VPko

Show HN: One-Off Dyno Metrics Heroku Add-On https://ift.tt/cg1Dr0eof February 2, 2022 at 01:25AM

Show HN: Just Launched an App for Dads https://ift.tt/E0GdQkXf7

Show HN: Just Launched an App for Dads Hey there, First time posting on HN. We're looking for feedback from parents. We're 2 dads who started working on Dadditude in the midst of covid lockdowns last year. Being a dad is a long, emotional, draining, and lonely journey. Through our research we learned that dads want to improve their parenting but are too shy to ask for help, and are tired of reading content online written for mums. We set out to fix that and create a platform that would help dads feel seen, validated, and supported. By helping dads, we hope to support moms and partners too, because all parents deserve more support. Quick timeline so far: We started a community of dads on Instagram last Feb to test hypothesis and learn about their needs. We then launched an MVP in April, a super simple app serving weekly coaching guides created with a parenting professional partner. We made several updates in summer and fall, working like crazy in the background to convince paren

Show HN: I have made a Chrome extension to focus on my goals https://ift.tt/Malso6CW8

Show HN: I have made a Chrome extension to focus on my goals Hi, In the past few years, I have discovered and tested the benefits of goal settings and visualization. I have formed this habit of writing my goals as affirmations in a pocket diary and reading it every morning. However, there are days when I forget to do it and then lose momentum. So, I thought of a chrome extension with a minimal interface where I can add all my affirmations, and then it displays them on a new tab throughout the day, one affirmation at a time. With the help of my teammate, I have created exactly this. It's called 'Affirmations Flow.' This is how it works: - When you add it to the chrome, it comes with a few sample affirmations preloaded - You can edit and replace them with your affirmations. - Click save, and you are set. - When you open a new tab next time, it will shuffle play those affirmations displaying each affirmation for thirty minutes so that you can focus on it. - If you are in publi

Show HN: Hexle ­- A Wordle-like game where you guess a 16-bit hex int https://ift.tt/P0IsNZiA1

Show HN: Hexle ­- A Wordle-like game where you guess a 16-bit hex int https://ift.tt/znlLBGPp9 February 2, 2022 at 03:51AM

Show HN: A new paradigm for cloud access management https://ift.tt/S59UxLrPe

Show HN: A new paradigm for cloud access management https://ift.tt/JRLElntsB February 1, 2022 at 09:42AM

Show HN: OneModel – Diagramming tailor-made for Software Engineers https://ift.tt/qfAKl9eis

Show HN: OneModel – Diagramming tailor-made for Software Engineers https://ift.tt/qLftJ7wIh February 1, 2022 at 09:12AM

Show HN: Staat – mission control for eng managers https://ift.tt/6IXVfjxpZ

Show HN: Staat – mission control for eng managers We made this because we thought managers could be more strategic and effective for their teams, their stakeholders, and themselves. One central place to get a pulse on project changes, bottlenecks, and updates from across tools. Think of it as a manager IDE. No not an engineering performance measurement tool, a first point of contact to triage and prioritize the day without having to spend time digging into 4-5 information channels (Slack channels, unexpected meetings, task management boards, pull requests, etc). This is our experimental quest at rethinking the manager workflow. De-cluttering everyday information to get to answers fast with a clear view on where things are and how things are moving is our starting point. We'd love your feedback! We have over 375+ managers on our waitlist and would love to put this in the hands of all managers. We’re offering a Staat First 500 promo code to anyone who wants to try it out for free! ht

Show HN: Phoenix tutorial for creating live cursors (as seen in Figma) https://ift.tt/1RBfJzM79

Show HN: Phoenix tutorial for creating live cursors (as seen in Figma) https://ift.tt/riGWHvJCn February 1, 2022 at 08:32AM

Show HN: Pesto, a Digital Workplace https://ift.tt/PeS6pMHKI

Show HN: Pesto, a Digital Workplace https://pesto.app/ February 1, 2022 at 08:44AM

Show HN: Peel – Distributed Serverless Social Network in the Browser https://ift.tt/i7jWqDrY3

Show HN: Peel – Distributed Serverless Social Network in the Browser https://ift.tt/Rudtz7HZV February 1, 2022 at 07:56AM

Show HN: Generate SQL table definition from CSV (in-browser and WASM) https://ift.tt/yYVqarXKA

Show HN: Generate SQL table definition from CSV (in-browser and WASM) https://ift.tt/FGlqp5AgB February 1, 2022 at 01:58AM

Show HN: A free link shortener with social previews https://ift.tt/O9gih6eCV

Show HN: A free link shortener with social previews https://redirect2.link/ February 1, 2022 at 02:27AM

Show HN: A Bookmark Manager for macOS and iOS https://ift.tt/Zc9C2wg1b

Show HN: A Bookmark Manager for macOS and iOS https://ift.tt/0zjbDrOiq February 1, 2022 at 02:37AM

Show HN: Visions – User defined data type systems https://ift.tt/ampNOlRTy

Show HN: Visions – User defined data type systems https://ift.tt/WR1wrvzI8 February 1, 2022 at 06:46AM