Posts

Showing posts from September, 2022

Show HN: uFuzzy.js – A tiny, efficient fuzzy search that doesn't suck https://ift.tt/dONnpLe

Show HN: uFuzzy.js – A tiny, efficient fuzzy search that doesn't suck https://ift.tt/qEjdY4w September 30, 2022 at 03:44PM

Show HN: Canvas Artpedia – Design Tool with AI https://ift.tt/8x7FDI3

Show HN: Canvas Artpedia – Design Tool with AI https://ift.tt/6HLfQNP September 30, 2022 at 11:24AM

Show HN: Instant streaming GraphQL APIs with built-in authorization for Postgres https://ift.tt/neMhFYj

Show HN: Instant streaming GraphQL APIs with built-in authorization for Postgres https://ift.tt/lShJF09 September 30, 2022 at 03:00PM

Show HN: Build your gRPC apps with embedded zero trust networking https://ift.tt/27X5npf

Show HN: Build your gRPC apps with embedded zero trust networking This project template lets you bootstrap your next gRPC app with zero trust overlay networking. Make your gRPC server invisible to bad actors, and only allow verified clients to connect to it. https://ift.tt/Q2ifsjT September 30, 2022 at 01:28PM

Show HN: Jsonnet Course Online https://ift.tt/v0FlDNP

Show HN: Jsonnet Course Online Hi HN! I'm usually a lurker here, but I wanted to share this: I'm an enthusiastic user of Jsonnet[1] to flexibly generate JSON and YAML files (eg for kubernetes configurations). I wanted to spread awareness of Jsonnet and made a course on Udemy. The first 1000 students enrolling within 5 days with this link get the course for free: https://ift.tt/qZcBw6k... I hope you enjoy the course (I'm interested in your feedback!) and if it makes you start using Jsonnet it will be mission accomplished :-) [1] https://jsonnet.org/ https://ift.tt/3f1RBIK September 30, 2022 at 08:49AM

Show HN: Red Goose – Convert your website to mobile app https://ift.tt/6nqbXTe

Show HN: Red Goose – Convert your website to mobile app Hi HN! We're Sonica, Marvin, and Satie, and we are building Red Goose (https://goose.red). Red Goose is a web app to mobile app conversion engine that produces ready-to-publish apps for the app stores using GitHub repos. There was a discussion on HN a few weeks ago about how a developer shaved off almost half of their native app's code without losing functionality [1]. Our launch today is a direct outcome of that thread and, moreso, in the context of this comment [2] and this one [3]. Paraphrasing the context below: > "Fastmail is the only email/calendar app with a reasonable size (just 20MB)." Followed by: > "… EDIT: just realized the app is a web view. Sigh." As someone who has been into mobile app development since 2010, the comments above read like a punch to the gut. We grew up believing that the native experience was better than the web! It took a while to admit, but the web, it appears, has...

Show HN: Alinea – open-source headless CMS https://ift.tt/lTNgyAU

Show HN: Alinea – open-source headless CMS https://ift.tt/PyVLdx3 September 29, 2022 at 04:01PM

Show HN: Liqe – lightweight Lucene-like parser and serializer for JavaScript https://ift.tt/cTSXQFC

Show HN: Liqe – lightweight Lucene-like parser and serializer for JavaScript https://ift.tt/UTLMJls September 29, 2022 at 03:07PM

Show HN: Jiter – Just in Time Webhooks https://ift.tt/qhM7X5g

Show HN: Jiter – Just in Time Webhooks https://jiter.dev September 29, 2022 at 02:58PM

Show HN: A Node.js SDK to embed zero trust principles in your app https://ift.tt/v7bpa0V

Show HN: A Node.js SDK to embed zero trust principles in your app https://ift.tt/0MpDJPn September 29, 2022 at 12:45PM

Show HN: Restapp.io – SQL Data Modeling Tool in No/Low Code https://ift.tt/sjDlgKf

Show HN: Restapp.io – SQL Data Modeling Tool in No/Low Code Hey all! We've been working on RestApp V1 and this is our first time posting it on HN. It's an No/Low Code data modeling tool that enables you to build & maintain data pipelines with a visual programming interface. We don't store your data but we compute them through Apache Spark for query speed & efficiency. Here's some features: `Connectors: Connect to any source and destinations (DB, DWH and SaaS Applications). We currently support MongoDB, Snowflake, BigQuery, MySQL, MSSQL, SFTP (JSON, txt, csv, excel files supported), Hubspot, Stripe, GDrive (JSON, txt, csv, excel files supported). `Pipeline: Visual Programming Interface where you drag-and-drop SQL, NoSQL & Python functions instead of writing them to create a query and debug it easily. `Automation: You can automate your data pipeline (Job) through a scheduler. `Domain: Think of it like a workspace in which you can share securely your connectors...

Show HN: ButtFish – Transmit Morse Code of chess moves to your butt https://ift.tt/D5hxkCB

Show HN: ButtFish – Transmit Morse Code of chess moves to your butt https://ift.tt/VAe6kYN September 28, 2022 at 11:55PM

Show HN: My PowerShell pixel art editor https://ift.tt/Q8AkmJb

Show HN: My PowerShell pixel art editor I got a bit carried away writing an editor so I could draw some pixel art for starting my blog and ended up with some pwsh spaghetti that's quite fun to use. https://ift.tt/80ryvWw September 28, 2022 at 04:04PM

Show HN: My Q&A with Neal Stephenson on making the Metaverse himself https://ift.tt/3gbeEMz

Show HN: My Q&A with Neal Stephenson on making the Metaverse himself https://ift.tt/eiUmLuO September 28, 2022 at 10:17PM

Show HN: Subsection – A tool for creating Support Docs for SaaS https://ift.tt/pdlEBme

Show HN: Subsection – A tool for creating Support Docs for SaaS https://subsection.io September 28, 2022 at 03:06PM

Show HN: Krita Stable Diffusion Plugin for Windows and Linux https://ift.tt/QcRunqj

Show HN: Krita Stable Diffusion Plugin for Windows and Linux 17 days ago I showed off a plugin I created for Krita that allowed you to run Stable Diffusion. It was only for linux and required you to install lots of python dependencies. Now I am compiling Stable Diffusion with Pyinstaller and all its dependencies and have added Windows support. All you have to do is run the server and pass it a PID (this manual passing of a PID will be removed in the next release). Here's how it works: * I forked and cleaned up Stable Diffusion https://ift.tt/gFhr2ED... that's what this version is using to compile it. * The Krita plugin is just a basic client that communicates with the "sdrunner.exe" process ("kritastablediffusion" on linux) * That process opens up a local socket server on port 50006, while the Krita plugin runs a socket client on the same port * binary json strings are passed between server and client server gets a request and runs Stable Diffusion (which it...

Show HN: Feedster, a semi-minimalistic open-source selfhosted RSS Reader https://ift.tt/JfDj73t

Show HN: Feedster, a semi-minimalistic open-source selfhosted RSS Reader https://ift.tt/qyliO6N September 28, 2022 at 02:15PM

Show HN: PowerUp to GitHub Actions, free for open-source (Foresight) https://ift.tt/L0WfTE5

Show HN: PowerUp to GitHub Actions, free for open-source (Foresight) Hello, HN! I'm Burak! GitHub Actions is great, but they fall short of answering crucial questions like; 🆘 Which tests are blocking the CI? Which changed lines haven't been tested? What is the most costly workflow? Is my workflow success rate decreasing? and many more. That's why we have built Foresight. To help you find those answers in the blink of an eye. https://ift.tt/6FWZkoY September 28, 2022 at 01:14PM

Show HN: Refurb – A tool for refurbishing and modernizing Python codebases https://ift.tt/45OZNzS

Show HN: Refurb – A tool for refurbishing and modernizing Python codebases https://ift.tt/nUD9WKk September 28, 2022 at 04:27AM

Show HN: debounce, throttle and requestAnimationFrame https://ift.tt/nB0joxR

Show HN: debounce, throttle and requestAnimationFrame https://ift.tt/Rp7xwQz September 27, 2022 at 11:51PM

Show HN: Create ultra shortcut like hn/ to Hacker News https://ift.tt/lyYR6Xx

Show HN: Create ultra shortcut like hn/ to Hacker News https://ift.tt/Ep2c5hW September 27, 2022 at 08:26PM

Show HN: A curation of resources telling the story of Bitcoin https://ift.tt/UsprEH4

Show HN: A curation of resources telling the story of Bitcoin Spend the past couple of months creating a large curation of resources from the best Bitcoin educators. The goal was to create a wholesome journey that went beyond just talking about what Bitcoin is and how it works, but also helps newcomers understand why Bitcoin exists and why it can be such an impactful technology for people all over the world. I hope it can help people get a broader understanding of Bitcoin and allow them to make an informed judgement on its value to the world. p.s. I would love to make this community-driven and the GitBook is open-source. Do contribute if you would like to! It would be much appreciated. https://ift.tt/U7dLNvw September 27, 2022 at 06:59PM

Show HN: MockMechanics is now open source https://ift.tt/z2SI94T

Show HN: MockMechanics is now open source Hey guys, a couple of years ago I posted about MockMechanics, a visual programming language/sandbox building game that I've been working on and there was a very positive response [0]. Since then I've been implementing most of the things I promised in my first youtube video [1] and making it ready for an open source release and I'm happy to say it's ready [2]. I've also been building new things and showing them in the youtube channel. It's written in clojure and you can use it to create all sorts of machines, games, musical instruments, etc using little to no code at all. You've seen the piano, the tetris game, the clock the combination safe and so on but since then I've built a 3d printer, a robotic hand, a bubble sorting algorithm, a 7 segment display, a ball cannon, a paint program and more, you can see all these things in the youtube channel [3]. [0] https://ift.tt/1IqyCp3 [1] https://www.youtube.com/watch?v=H...

Show HN: Etch – Stable Diffusion Client for iOS https://ift.tt/XOupaKq

Show HN: Etch – Stable Diffusion Client for iOS TestFlight download: https://ift.tt/mFHXjoh Requires a free DreamStudio API key from https://ift.tt/a3EPgyo Supports txt2img, img2img, & inpainting (not affiliated with Stability AI) https://twitter.com/shubroski/status/1574767056003780608 September 27, 2022 at 04:16PM

Show HN: Get conversational practice in over 20 languages by talking to an AI https://ift.tt/TnXqvzM

Show HN: Get conversational practice in over 20 languages by talking to an AI Hi everyone, Let me introduce you to Quazel, where we want to enable people to talk their way to fluency. We have all tried various language learning apps and tools, however, one aspect of language learning current services are really bad at is conversational practice. You might get a chat-like interface, but in the end, the conversation partner will only respond with a predefined "if the users say X I say Y". With Quazel that's completely different. In completely dynamic and unscripted conversation you can talk about pretty much anything you want. For example, you can try ordering food at a restaurant and even hold a philosophical discussion with Socrates. Additionally, you can analyze the grammar of your responses or use hints to help you out when you get stuck. We want to change how languages are learned from a grammar-centric approach to a more natural, conversation-focused one. https://ift....

Show HN: Daily Dalle – AI-generated art in your inbox every morning https://ift.tt/ho23jCi

Show HN: Daily Dalle – AI-generated art in your inbox every morning https://dailydalle.xyz September 27, 2022 at 12:20AM

Show HN: Minimalist CSS Framework https://news.ycombinator.com/item?id=32990838

Show HN: Minimalist CSS Framework This is an update to my minimalist css framework, which I use for simple blog posts, sales pages, and now dashboards. This version adds a simple grid, among other things. https://ift.tt/6Uv1kBp September 27, 2022 at 02:54AM

Show HN: Monomorph – pack any shellcode into a binary with a fixed MD5 hash https://ift.tt/MDIGZuv

Show HN: Monomorph – pack any shellcode into a binary with a fixed MD5 hash https://ift.tt/KusfmHq September 26, 2022 at 11:10PM

Show HN: New Jtree Readme https://ift.tt/x3aw1y6

Show HN: New Jtree Readme https://ift.tt/NZfSz0J September 26, 2022 at 05:14PM

Show HN: Paste react components into any website https://ift.tt/E96RM2I

Show HN: Paste react components into any website https://ift.tt/LXrCdqt September 26, 2022 at 12:53PM

Show HN: Runtime Encrypted and Verifiable Kubernetes https://ift.tt/nDIPgKq

Show HN: Runtime Encrypted and Verifiable Kubernetes https://ift.tt/8Hk4VBa September 26, 2022 at 08:35AM

Show HN: Tiny bitfield based text renderer https://ift.tt/wBWzjyq

Show HN: Tiny bitfield based text renderer https://ift.tt/b4QI0Jt September 26, 2022 at 05:30AM

Show HN: Clammer – share and discuss article excerpts with friends https://ift.tt/G4LAfwu

Show HN: Clammer – share and discuss article excerpts with friends Clammer is a social platform for sharing and discussing excerpts from online written content. It's like Twitter but every post and thread stems from the facts, quotes, and insights you collect online, all tied back to the source. In fact, you can have a whole conversation without ever writing a single word. I made this because I was tired of rehashing vague opinions, the real juicy conversations are in the details. Would love to know if this resonates with anyone; any and all feedback is hugely appreciated. Demo: https://www.youtube.com/watch?v=ZU-4uMcNiGk https://clammer.io September 26, 2022 at 01:35AM

Show HN: A Little Tool to Visualize Guitar Chords https://ift.tt/HQ5r3I2

Show HN: A Little Tool to Visualize Guitar Chords https://ift.tt/QIczWsh September 25, 2022 at 11:03PM

Show HN: Outstatic an open source CMS for Next.js https://ift.tt/Txp2HOj

Show HN: Outstatic an open source CMS for Next.js Hi, I've been working on a new project for a couple of months and I'm close to launching it. It is called Outstatic, I created a landing page for it. Sing up to the waitlist to be notified when it comes out. Features include: Open source Host for free Keep your data 5 minute setup (5 minutes to live!) The CMS was built with Next.js and uses Github and Vercel as its main hosting platforms. Full site with examples and documentation coming soon. Feedback on the idea and the current landing page is appreciated. Thank you! https://outstatic.com September 25, 2022 at 06:47PM

Show HN: Read later links as weekly email https://ift.tt/TRXdsPi

Show HN: Read later links as weekly email https://ift.tt/QD0yng1 September 25, 2022 at 07:18PM

Show HN: Just a simplified easy way to call URLs automatically without crontab https://ift.tt/890JX4T

Show HN: Just a simplified easy way to call URLs automatically without crontab https://crontaboo.com September 25, 2022 at 05:12PM

Show HN: Curved carousel demo in 2D canvas (no GPU or worker code) https://ift.tt/F4wAhby

Show HN: Curved carousel demo in 2D canvas (no GPU or worker code) https://ift.tt/yfNXaV1 September 25, 2022 at 12:24PM

Show HN: Mock – setup and test APIs easily https://ift.tt/1oU5iFm

Show HN: Mock – setup and test APIs easily https://ift.tt/baEcnS1 September 24, 2022 at 09:37PM

Show HN: I build a terminal-friendly static file server https://ift.tt/X2PepJ8

Show HN: I build a terminal-friendly static file server If you ask why there was .hg and .hgignore in a Git repository, it's because I completely forgot this project is my first ever project using Mercurial as SCM. As such, I foolishly `git init` the repository and have to update both .gitignore and .hgignore to finish the changes. You can also see the Mercurial version of this thing at here: https://ift.tt/FfZSnAT https://ift.tt/jg8OAPm September 24, 2022 at 10:45AM

Show HN: Jot: Rapid note management for the terminal, inspired by Obsidian https://ift.tt/hg8y0u9

Show HN: Jot: Rapid note management for the terminal, inspired by Obsidian https://ift.tt/xP6bHkF September 24, 2022 at 02:42PM

Show HN: THORN – a local-first writing app made with Yjs https://ift.tt/1las3x7

Show HN: THORN – a local-first writing app made with Yjs https://www.thorn.so/ September 24, 2022 at 05:58AM

Show HN: Deploy Stable Diffusion as a Service https://ift.tt/MvbNSlq

Show HN: Deploy Stable Diffusion as a Service https://ift.tt/d4cjvPz September 23, 2022 at 09:11PM

Show HN: LeanQt – a stripped-down, adaptable Qt easy to build and to integrate https://ift.tt/wJtvXgK

Show HN: LeanQt – a stripped-down, adaptable Qt easy to build and to integrate https://ift.tt/bV2UKeR September 23, 2022 at 01:06PM

Show HN: Vim Tutorial as RPG https://ift.tt/9OEIHxj

Show HN: Vim Tutorial as RPG https://ift.tt/96agxyi September 23, 2022 at 12:50PM

Show HN: MathB.in – Mathematics pastebin written in Common Lisp https://ift.tt/07b8Qup

Show HN: MathB.in – Mathematics pastebin written in Common Lisp https://ift.tt/3IWvo8U September 23, 2022 at 12:34PM

Show HN: An AI image generator for blog posts https://ift.tt/qDnxHwj

Show HN: An AI image generator for blog posts Hi there, I see many bloggers use stock images for their blog posts (as featured images or as in-post images). I thought of something and started trying to use AI to replace those images. I built a small tool for this so others can also test it out. It takes text content (ideally, the blog post intro in case of a featured image or the text content about whatever you want the image about) and gives you an image. It works for me but I am still testing this. How about you guys? https://ift.tt/yH7zxJ4 September 23, 2022 at 12:21PM

Show HN: An async traceroute(1) implementation in Rust https://ift.tt/gmf1lKZ

Show HN: An async traceroute(1) implementation in Rust I wrote a minimal traceroute(1) clone that leans on asynchrony to reduce the time spent tracing a route. Underneath, it uses ICMP to do its job. The plan is to add support for UDP tracing and a path maximum transmission unit discovery mechanism. Comments and suggestions are welcome! https://ift.tt/WZEM30K September 23, 2022 at 07:52AM

Show HN: Generate D&D characters with AI https://ift.tt/fJtGY0r

Show HN: Generate D&D characters with AI https://ift.tt/3B7juPJ September 22, 2022 at 10:23PM

Show HN: Venice – open-source Plaid to Postgres in minutes without code https://ift.tt/qtUpRM1

Show HN: Venice – open-source Plaid to Postgres in minutes without code Hi HN! Tony & Ali here, we are super excited to introduce Venice - an open source financial data integrations platform. Our MVP is getting financial data from Plaid into your postgres database in under 5 mins. We met while building our own respective fintechs. We noticed how much developer time went into setting up and maintaining the infrastructure rather than actually building the fintech itself. In Tony’s last project Alka for instance, the engineering team spent 30%+ of time building and maintaining the data connectivity and pipeline rather than the core work of accounting. What we wish existed is a Segment / Airtable for fintech, letting you get financial data from wherever they are produced to anywhere they are useful. We think the most basic version is a Plaid to Postgres database connector with a self-service portal where your customers can add / remove / repair and manage their financial connections. T...

Show HN: Use your DNA to recommend high blood pressure medications https://ift.tt/8EDTqOx

Show HN: Use your DNA to recommend high blood pressure medications https://geneticure.com September 22, 2022 at 07:49PM

Show HN: Go http.RoundTripper that emits Open Telemetry Metrics automatically https://ift.tt/FwjrpXH

Show HN: Go http.RoundTripper that emits Open Telemetry Metrics automatically https://ift.tt/z3a8YNU September 22, 2022 at 06:19PM

Show HN: I Built 0xFast Stream – 100x Faster Ethereum Block Downloads https://ift.tt/WJMxPz8

Show HN: I Built 0xFast Stream – 100x Faster Ethereum Block Downloads Getting web3 data out of Ethereum nodes or node services is excruciatingly slow (at least days if not weeks). I had wanted a way to just download the blocks quickly since I started exploring the web3 space. Took me a bunch of trial and errors to get to a way where I can parse all the blocks since genesis within 12 hours. But, instead of moving on to the next thing, I put this service together over the last few days, so everyone can benefit. https://ift.tt/XzfnD4R September 22, 2022 at 04:39PM

Show HN: I made an open-source Bitly alternative https://ift.tt/pWlsJ4D

Show HN: I made an open-source Bitly alternative https://dub.sh/ September 22, 2022 at 03:39PM

Show HN: Copy link to highlight alternative for Chrome with multiple highlights https://ift.tt/uT2Eycl

Show HN: Copy link to highlight alternative for Chrome with multiple highlights Hi HN! I made a Chrome extension called Save Link to Highlight. It makes it easy to share multiple highlights on a page without any hassles. It uses the same built-in technology in Chrome as Copy link to highlight. So, the link you share will highlight text on a page in most browsers without 3rd party tools. Ex. https://ift.tt/UWpEe6z It's free! No account or signup needed. Some everyday use cases • Share an article with a friend that also has the parts you found most interesting highlighted. • A teacher can share key points they highlighted for students on a Wikipedia page. https://ift.tt/AUoXZCu September 22, 2022 at 01:34PM

Show HN: Rust, Apache Arrow, Parquet based cloud native log storage platform https://ift.tt/QcS12C6

Show HN: Rust, Apache Arrow, Parquet based cloud native log storage platform https://ift.tt/c8ALpST September 22, 2022 at 10:05AM

Show HN: Rocketry – Modern scheduler to power your Python projects https://ift.tt/9gdMnvY

Show HN: Rocketry – Modern scheduler to power your Python projects https://ift.tt/l94SQDj September 22, 2022 at 07:44AM

Show HN: Check if anyone else submitted a thing to HN and then submit it https://ift.tt/KpqZDHJ

Show HN: Check if anyone else submitted a thing to HN and then submit it Hi HN! I made this for myself to submit stuff to HN without copy pasting. I also recently added a thing to check if anyone else already submitted the link to avoid posting duplicates. I find it pretty useful myself and I hope you do too! https://ift.tt/snqeC67 September 21, 2022 at 11:18PM

Show HN: The simplest drum pattern composing algorithm I could come up with https://ift.tt/41RysMm

Show HN: The simplest drum pattern composing algorithm I could come up with Hi there, my name is Jay. Making music and writing software have probably been the two biggest pleasures of my life -only after my family. My team and I recently started a long journey of trying to completely change the way people create music, and as it usually happens with any long journey, it all starts with small steps. One of those small steps was to build https://drummy.io, or "Dummy Drums," a very simple yet useful drum machine that stores the entire drum pattern in the hashtag of the URL. There is no backend. Fully served by a CDN. If you wanna learn how to build your own drum machine in Javascript using the WebAudioAPI, here's an amazing read: "A tale of Two Clocks." (https://ift.tt/aVBch1A). Also, check Howler.js (https://howlerjs.com/), a rock-solid library with a great community. Anyway, not long ago I noticed the dummy drums site hasn't been getting much traction, but I ...

Show HN: OpenZiti Python SDK https://ift.tt/8hrEAK2

Show HN: OpenZiti Python SDK https://ift.tt/KtIu6bv September 21, 2022 at 01:08PM

Show HN: Hurl, test APIs with plain text and libcurl https://ift.tt/V12tzwe

Show HN: Hurl, test APIs with plain text and libcurl Hi, We're happy to release a new version of Hurl [1]. Hurl is a command line tool powered by curl, that runs HTTP requests defined in a simple plain text format: # Get home: GET https://example.org HTTP/1.1 200 [Captures] csrf_token: xpath "string(//meta[@name='_csrf_token']/@content)" # Do login! POST https://ift.tt/tQr4aSc X-CSRF-TOKEN: HTTP/1.1 302 Hurl can be used to get data like curl, or as an integration testing tool for JSON/XML HTTP apis / HTML content. Requests can be chained, and one can add asserts on response headers, cookies and body. For instance: GET https://ift.tt/opxVhI2 screencapability: low HTTP/1.1 200 [Asserts] jsonpath "$.validated" == true jsonpath "$.userInfo.lastName" == "Herbert" jsonpath "$.hasDevice" == false jsonpath "$.links" count == 12 jsonpath "$.order" matches /^order-\d{8}$/ You can see more samples in the documentati...

Show HN: Backwards automatic differentiation in ~100 lines of Python https://ift.tt/oWEeQvG

Show HN: Backwards automatic differentiation in ~100 lines of Python Inspired by the recent posts on implementing forwards mode automatic differentiation, here's an attempt at the backwards mode, which is often more efficient when your function depends on many variables but outputs just one value. https://ift.tt/bxSJrGh September 20, 2022 at 09:55PM

Show HN: Each country as a Pokemon, using Stable Diffusion https://ift.tt/xQ05eY8

Show HN: Each country as a Pokemon, using Stable Diffusion https://ift.tt/XiKJYPf September 20, 2022 at 10:15PM

Show HN: A Telegram Bot that put your read-later links into your email inbox https://ift.tt/Mn4JrQX

Show HN: A Telegram Bot that put your read-later links into your email inbox https://ift.tt/le07gZj September 20, 2022 at 04:55PM

Show HN: Amplication v1.0 – open-source generator for Node.js microservices https://ift.tt/d03Pwza

Show HN: Amplication v1.0 – open-source generator for Node.js microservices https://ift.tt/ZsgKaqO September 20, 2022 at 05:01PM

Show HN: VoiceLine – Work with STT voice messages in your Chrome Browser https://ift.tt/xZX0ieF

Show HN: VoiceLine – Work with STT voice messages in your Chrome Browser Hey all, I’m super happy to share the official launch of the VoiceLine Chrome Extension that my colleagues and I have been building over the last year. It allows you to record, share, and play voice notes within any browser-based application. We’re using an STT model to transcribe your notes into what we call a VoiceLine, a hybrid audio-text snippet, to address the problems of conventional voice messaging. Our vision is to introduce a new category of professional voice communication by building our service as a layer, not yet another instant messenger like Slack or MS teams. It works within any tool like Jira, GitHub, G Suite, Notion, … you name it. Would love to get some feedback and support, we’re also on producthunt today: https://ift.tt/OX8i6UA https://ift.tt/vt9X1M6 September 20, 2022 at 03:00PM

Show HN: The Raspberry Pi robot I'm using to ship other Raspberry Pis https://ift.tt/61UpKwC

Show HN: The Raspberry Pi robot I'm using to ship other Raspberry Pis https://twitter.com/Schappi/status/1572144366315261952 September 20, 2022 at 09:58AM

Show HN: Create REST APIs with just a simple GraphQL query. https://ift.tt/o4sPETR

Show HN: Create REST APIs with just a simple GraphQL query. https://ift.tt/rb6MtyA September 19, 2022 at 10:46PM

Show HN: TxtNet Browser – A Web Browser That Communicates over SMS https://ift.tt/nsdTQ68

Show HN: TxtNet Browser – A Web Browser That Communicates over SMS https://ift.tt/oDj7P6J September 20, 2022 at 12:20AM

Show HN: Explore 100M Medical Prices https://ift.tt/2pid9fS

Show HN: Explore 100M Medical Prices https://ift.tt/CbylxRU September 19, 2022 at 05:30PM

Show HN: Cogram – Turning meeting transcripts into actionable insights https://ift.tt/mM3JN7Z

Show HN: Cogram – Turning meeting transcripts into actionable insights https://www.cogram.com/ September 19, 2022 at 04:55PM

Show HN: Confabulists – “Substack for Fiction” https://ift.tt/kFGXYuh

Show HN: Confabulists – “Substack for Fiction” Hey HN, I am launching a newsletter tool for those who write fiction: https://ift.tt/ygab6EN This is the page focusing on convincing writers to sign up. It is a two-sided marketplace (writers and readers), but since I am just starting, there are no published writers yet -- who write in English at least. So if you write fiction of any genre, professionally or not, I invite you to try it. Confabulists is the culmination of several personal experiences. First, I am trying to start a new career as a fiction writer. Which is hard. It is one type of content or art creation still heavily controlled by gatekeepers -- book editors. Amazon created a good option for self-publishing, but since it is not "media", it does not offer much opportunity for growing an audience. Or retain it, as there is no guarantee that a reader of one of your books will even know about the release of your latest one. In contrast, creative people that work with vi...

Show HN: DevTools-X – a cross platform alternative of devutils and devtoys https://ift.tt/M3XPC61

Show HN: DevTools-X – a cross platform alternative of devutils and devtoys https://ift.tt/eidWu7f September 19, 2022 at 03:18PM

Show HN: Vanity Post – Create a stylish image/video of your post https://ift.tt/xDTkIAe

Show HN: Vanity Post – Create a stylish image/video of your post Hey there, over the past fortnight I decided to create a stylish and simple way to create images or videos of your soon to be social media posts. Simply enter your twitter profile, toggle which vanity badges you would like, and write your post! All data is kept on the client side so we won't see your upcoming content either. We're currently live on Product Hunt as well so if you enjoyed the tool please support us there: https://ift.tt/3jY2Dbv https://vanitypo.st/ September 19, 2022 at 09:33AM

Show HN: Distributed JMAP and IMAP Servers in Rust https://ift.tt/KJfg8wd

Show HN: Distributed JMAP and IMAP Servers in Rust I am happy to announce Stalwart JMAP [1], an open-source JSON Meta Application Protocol server that aims to be scalable, robust and secure. Some of its key features are: - JMAP Core, JMAP Mail and JMAP over WebSocket full compliance. - IMAP4 rev2/1 support via Stalwart IMAP, an imap-to-jmap proxy [2]. - Scalable and fault tolerant: consensus over Raft, node autodiscovery over gossip and read-only replicas. - RocksDB backend with full-text search support in 17 languages. - OAuth 2.0 authorization code and device authorization flows. - Domain Keys Identified Mail (DKIM) message signing. - Written in Rust. - No third-party software required to run or scale. The next item on the roadmap is to release an SMTP server in Rust with the goal of making self-hosting an e-mail server much simpler. Any comments or suggestions are more than welcome! [1]: https://ift.tt/tpYLNvC [2]: https://ift.tt/HXd3I0F https://ift.tt/tpYLNvC September 19, 2022 at ...

Show HN: Create, share or browse multimedia polls (image, video, audio, text) https://ift.tt/rSk8cAN

Show HN: Create, share or browse multimedia polls (image, video, audio, text) A place to create, share & browse multimedia polls for free. For fun, for work, for school, for friends, for family, for anything. https://ift.tt/RgloVCU September 18, 2022 at 10:56PM

Show HN: Top HN Posts August 2022 https://ift.tt/P0GurSO

Show HN: Top HN Posts August 2022 https://ift.tt/Arjs9WF September 18, 2022 at 07:46PM

Show HN: iq – jq for images (using rust, LALRPOP) https://ift.tt/3tpMruJ

Show HN: iq – jq for images (using rust, LALRPOP) I wanted to share an experimental side project I have been working on for some time. I constantly use commands like `jq` and `yq` for processing structured data in my day job and I was curious if a similar idea could be applied to images. Another goal of mine was to get some exposure to with rust. I discovered the LALRPOP parser generator which really helped moved the project along ( https://ift.tt/mA5bskf ) https://ift.tt/z6QLn4f September 18, 2022 at 06:58PM

Show HN: BookmarkFS – Store files as Chrome bookmarks that sync between devices https://ift.tt/JEouy6M

Show HN: BookmarkFS – Store files as Chrome bookmarks that sync between devices https://ift.tt/7mh3LkZ September 18, 2022 at 03:29PM

Show HN: our Open Source Platform for powering Self-Hosted Events https://ift.tt/Ge0qUrj

Show HN: our Open Source Platform for powering Self-Hosted Events https://ift.tt/QdRwh4A September 18, 2022 at 10:17AM

Show HN: I created a (maybe?) new type of puzzle, try it here https://ift.tt/sBQLJ9K

Show HN: I created a (maybe?) new type of puzzle, try it here https://ift.tt/t5VODiE September 18, 2022 at 05:37AM

Show HN: Krita Stable Diffusion Plugin https://ift.tt/clTC5v0

Show HN: Krita Stable Diffusion Plugin This is still a very new project under active development but I wanted to show it off in case anyone is interested in bookmarking it or contributing. Demo here: https://www.youtube.com/watch?v=maWR7dDf4SE Although it will be improving, the codebase has a few issues The Good - ability to multitask within krita while generating images - uses a queue so you can queue up multiple images without waiting for your other batches to come back - no need for a webserver (uses sockets to communicate) - clean code - active development (i want to use this tool myself) - uses stablediffusiond and stablediffusion as separate repos, these can be swapped out as desired with some hacking The Bad - currently relies on rabbitmq and doesn't provide another option - plugin only does txt2txt. img2img works but is disabled - must acquire the model manually The ugly - not all of the features work yet. in fact you can only generate an image. - installation is somewhat i...

Show HN: Extract every URL strings in texts https://ift.tt/kX8NmvV

Show HN: Extract every URL strings in texts https://ift.tt/UfZ8PoM September 17, 2022 at 04:33PM

Show HN: Processing Nginx Logs with Python https://ift.tt/uNgefWk

Show HN: Processing Nginx Logs with Python Hello, I wrote a little script to process nginx access.log files and get some statistically information. Also wrote my first write up about this project. https://ift.tt/wn12ysh September 17, 2022 at 12:33PM

Show HN: Make Legacy Code Readable Without Touching the Code, Just Using .yaml https://ift.tt/rG3Aecg

Show HN: Make Legacy Code Readable Without Touching the Code, Just Using .yaml https://ift.tt/zFUGkj9 September 17, 2022 at 07:35AM

Show HN: We make artisanal collectible cards from freshly harvested binary trees https://ift.tt/knrj2DQ

Show HN: We make artisanal collectible cards from freshly harvested binary trees https://ift.tt/fNDH1LI September 17, 2022 at 07:56AM

Show HN: The Semantic Graph https://ift.tt/IPpRkqy

Show HN: The Semantic Graph https://ift.tt/qRbopv2 September 16, 2022 at 07:31PM

Show HN: Goroutine-analyzer: A visual goroutine stack dump debugging tool https://ift.tt/R70sj3b

Show HN: Goroutine-analyzer: A visual goroutine stack dump debugging tool https://ift.tt/0jxRbvf September 16, 2022 at 02:00PM

Show HN: Follow this Twitter bot and get the fastest growing GitHub Repos daily https://ift.tt/bE1h6VI

Show HN: Follow this Twitter bot and get the fastest growing GitHub Repos daily Hey everyone! I am obsessed with checking the GitHub Trending page and heard that they want to kill it. So I built this little bot. Follow the bot & get the fastest growing Github Repos in your twitter feed! https://twitter.com/GithubGrowing September 16, 2022 at 04:47PM

Show HN: Reflio – Open-source affiliate program creator for SaaS https://ift.tt/wUiD36y

Show HN: Reflio – Open-source affiliate program creator for SaaS https://reflio.com September 16, 2022 at 04:46PM

Show HN: A Search Engine for the Tildeverse https://ift.tt/jJfPuvg

Show HN: A Search Engine for the Tildeverse The tildeverse is the name for a loose community of public access unix systems inspired by Paul Ford's famous tilde.club essay. These little communities are built up around shared access to a single unix system, utilizing its native multi-user properties almost as a retro social network. Over time, the communities have grown and folks published handmade pages that have the vibe of the early WWW days. I built a search engine to let everyone find things on this quirky part of of the net. Enjoy! https://tilde.wtf September 16, 2022 at 02:38PM

Show HN: A framework for building Slack bots in Python https://ift.tt/o2Y1rtg

Show HN: A framework for building Slack bots in Python I started building a couple of years ago because I found no easy existing solution to build Slack bots that can be composed from/organized into plugins. Existing libraries like Bolt make it pretty easy to develop Slack bots, but hard to organize and scale the code base of your bot. I was also missing some crucial features such as scheduling actions for your bot. So I wrote my own framework! I recently rewrote the complete framework to make use of asyncio and the newest Slack SDK Let me know what you think! https://ift.tt/iO4GCA0 September 16, 2022 at 03:17PM

Show HN: Backstage – Three-speed scripting language and task automation tool https://ift.tt/Vv1giaG

Show HN: Backstage – Three-speed scripting language and task automation tool https://ift.tt/x6sihpF September 16, 2022 at 12:58AM

Show HN: GenerationQ – Open Source Desktop GUI for Stable Diffusion and others https://ift.tt/ZTtwYMG

Show HN: GenerationQ – Open Source Desktop GUI for Stable Diffusion and others https://ift.tt/uiqy1z8 September 15, 2022 at 11:50PM

Show HN: WunderBase – Serverless OSS database on top of SQLite, Firecracker https://ift.tt/n8J0i23

Show HN: WunderBase – Serverless OSS database on top of SQLite, Firecracker https://ift.tt/zIj7oHT September 15, 2022 at 03:22PM

Show HN: A search engine based on RSS feed https://ift.tt/mtbMF5w

Show HN: A search engine based on RSS feed https://ift.tt/lqBR9ED September 14, 2022 at 07:27AM

Show HN: The Guide to Django Migrations https://ift.tt/AKi1rQZ

Show HN: The Guide to Django Migrations https://ift.tt/xvZP89n September 15, 2022 at 01:31PM

Show HN: Outpainting with Stable Diffusion on an infinite canvas https://ift.tt/Ym8VIP2

Show HN: Outpainting with Stable Diffusion on an infinite canvas https://ift.tt/Ca3QcIF September 15, 2022 at 11:35AM

Show HN: A powerful way to write content https://ift.tt/RMOTKS1

Show HN: A powerful way to write content Found a great tool which makes content creation a bit less painful. https://www.copy.ai/ September 15, 2022 at 12:07PM

Show HN: Yatai: Production-first ML platform on Kubernetes https://ift.tt/AR8yX2H

Show HN: Yatai: Production-first ML platform on Kubernetes https://ift.tt/HUVx3z6 September 14, 2022 at 10:51PM

Show HN: Hacker News by Dalle https://ift.tt/RcOW2S0

Show HN: Hacker News by Dalle I literally type the headline into DALLE and pick the best image. Welcome to the future of news. Enjoy! https://twitter.com/hn2images September 14, 2022 at 07:14PM

Show HN: Rentaflop – Render your Blender projects without sacrificing quality https://ift.tt/vKjRzUN

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

Show HN: StackAid – fund 100s of open source dependencies with one subscription https://ift.tt/1rl4eBj

Show HN: StackAid – fund 100s of open source dependencies with one subscription We strongly believe working on open source software should be a viable source of income for many more developers. Unfortunately, the following barriers limit the extent of open source funding: - Only a small fraction of open source projects are funded, and most money goes to a few notable projects. - Each project has to market is self to get significant funding. - Large corporate donations provide the bulk of the funding, making it unreliable and unattainable for many. - Finding and supporting each of your dependencies is a cumbersome task. Which ones, how much, and on which platforms? So we built StackAid, a service that automatically discovers and funds your direct and indirect (second order) open source dependencies with a monthly subscription. StackAid is early and has a unique allocation model, so we're working with supporters and open source projects to validate the experience further. We're m...

Show HN: Deploy your Rust app with one-line, for free https://ift.tt/Nvsd8t2

Show HN: Deploy your Rust app with one-line, for free Meet shuttle, an open source, Rust-native platform for deploying apps with zero infra hassle. Built by a distributed YC-backed team. In order to deploy your app, all it takes is one annotation on your main function and you're good to go! At this point, we support most of the major Rust web frameworks such as; * Axum * Rocket * Tide * Poem * Tower And we’ve recently added support for Serenity, a Rust library for the Discord API — so you can even build & deploy Discord bots, for free. Our repository has a couple of examples per framework/library enabling you to get started in under 5 minutes so feel free to pick one and give it a go ( https://ift.tt/pCMlQRt )! We are in alpha so constructive criticism and feedback are extra welcome! https://ift.tt/aGNjQv6 September 14, 2022 at 02:33PM

Show HN: Fide – Crunchbase for Web3 Projects and People https://ift.tt/qYGRPdk

Show HN: Fide – Crunchbase for Web3 Projects and People Hi HN! I’m Chris, Co-founder of Fide. When contracting for Celsius in 2019, a recently bankrupt crypto-lending platform, I quickly observed how important it was for every Web3 company to establish credibility and trust in a high-risk industry where fraud and scams are becoming increasingly common. As I continued to invest and build in the space, it became clear that existing tools are still not enough to effectively evaluate credibility. Common issues that keep coming up include: 1. Repeat scammers are rarely held accountable 2. Anonymous contributors can’t easily establish credibility 3. Project and contributor success metrics are mostly based on historic financial performance We built Fide to help users verify web3 credibility and only invest in projects and teams they can trust. We’re still adding features and projects but would welcome any feedback as we continue building! https://www.fide.id/ September 14, 2022 at 04:08AM

Show HN: ViruSaas – Virus Checks as a Service https://ift.tt/e3l4CyZ

Show HN: ViruSaas – Virus Checks as a Service Hi all, here is a side project I've just launched which might come in handy for certain situations. It's a very simple and free "do one thing and do it well" online service with exactly one feature: you upload a file, and it tells you — based on a ClamAV check — if that file contains a virus or not. I'm not having any ambitious plans with this project, but thanks to very low operational costs, I thought I can as well put it out there and keep it alive — maybe it's even useful for some people every now and then (just today, one of my coworkers forwarded me a fishy-looking email with an attachment, and using virusaas.com turned out to be the least painful way to do this kind of one-off check for a virus). I've also released the source code of the web app under GPLv3 at https://ift.tt/zVWImEJ , although it's not as polished as it could be (no tests, for example — but see above, no ambitious plans). The main re...

Show HN: Ohayo v1 (2017) https://ift.tt/23whoWc

Show HN: Ohayo v1 (2017) https://ift.tt/1dQ4erG September 13, 2022 at 01:11PM

Show HN: pg_netstat, a Postgres extension to monitor database network traffic https://ift.tt/rWZw6K5

Show HN: pg_netstat, a Postgres extension to monitor database network traffic pg_netstat is a Postgres extension to monitor database network traffic. It uses libpcap to capture packets and aggregates at user-specified interval. https://ift.tt/4oSx0AC September 13, 2022 at 01:51PM

Show HN: Tombl – Easily query .toml files from bash https://ift.tt/UkH1rYv

Show HN: Tombl – Easily query .toml files from bash https://ift.tt/HmLBWvU September 13, 2022 at 10:58AM

Show HN: A desktop game about money questions https://ift.tt/7aQU6lx

Show HN: A desktop game about money questions I made a game based in questions like "How much money would it take for you to...?" https://ift.tt/ET1i8IO September 13, 2022 at 11:10AM

Show HN: Cash: Tool for running shell commands on a large number of HPC nodes https://ift.tt/49caym2

Show HN: Cash: Tool for running shell commands on a large number of HPC nodes https://ift.tt/ajUyzv2 September 13, 2022 at 09:54AM

Show HN: Revup – Revolutionary commit-based code review and workflow tools https://ift.tt/9036bkU

Show HN: Revup – Revolutionary commit-based code review and workflow tools https://ift.tt/YelSTq8 September 13, 2022 at 02:19AM

Show HN: Inko 0.10.0 – build concurrent software with confidence https://ift.tt/z3FEZ50

Show HN: Inko 0.10.0 – build concurrent software with confidence I last did a "Show HN" about Inko in 2018 ( https://ift.tt/SyvohMx ), but the language has changed drastically since then. For example, the GC is removed and we now use a single ownership model, and Inko's concurrency API is now type-safe (inspired a bit by Pony). I'm hopeful these changes will make Inko a more interesting/compelling language to use compared to the likes of Ruby, Python, and Go (basically any mid/high level language where concurrency is needed). https://ift.tt/0vx8Yd1 September 12, 2022 at 04:16PM

Show HN: Go-select – Provides SQL like 'select' interface for file systems https://news.ycombinator.com/item?id=32810296

Show HN: Go-select – Provides SQL like 'select' interface for file systems https://github.com/SarthakMakhija/goselect September 12, 2022 at 02:55PM

Show HN: Sentinel – simple 2-Factor Authenticator app for iOS, macOS and watchOS https://ift.tt/tLwA6Mu

Show HN: Sentinel – simple 2-Factor Authenticator app for iOS, macOS and watchOS https://getsentinel.io September 12, 2022 at 01:12PM

Show HN: ReadToMyShoe – an offline-first web app for listening to your articles https://ift.tt/GnXpRVy

Show HN: ReadToMyShoe – an offline-first web app for listening to your articles https://ift.tt/McBvbiz September 12, 2022 at 02:11PM

Show HN: Build dashboards in Jupyter Notebook with numeric and chart boxes https://ift.tt/LXPF6yp

Show HN: Build dashboards in Jupyter Notebook with numeric and chart boxes https://ift.tt/vdZmATj September 12, 2022 at 09:11AM

Show HN: Go to random locations, parks and restaurants https://ift.tt/lrOKCJn

Show HN: Go to random locations, parks and restaurants You can change your radius and there are some modes that you can use which are listed at https://ift.tt/nsQgpf8 It's a non-commercial fun thing I created for my own use. Give it a try https://ift.tt/4E3IyBe? September 12, 2022 at 08:05AM

Show HN: Rogue Likes (Pixel Art Ranking Webapp) https://ift.tt/9UzgBwu

Show HN: Rogue Likes (Pixel Art Ranking Webapp) https://ift.tt/Dv83uKW September 11, 2022 at 02:00PM

Show HN: A 3D city created with GitHub real-time contribution datas https://ift.tt/rJSgljQ

Show HN: A 3D city created with GitHub real-time contribution datas https://ift.tt/YPTi4qJ September 11, 2022 at 03:52PM

Show HN: Chard – simple async/await background tasks for Django https://ift.tt/fUR25rY

Show HN: Chard – simple async/await background tasks for Django https://ift.tt/S6fGhmX September 11, 2022 at 02:16PM

Show HN: Open-source animated chart presentations in computational notebooks https://ift.tt/Z6NidAR

Show HN: Open-source animated chart presentations in computational notebooks https://ift.tt/nhG0OzK September 11, 2022 at 12:41PM

Show HN: Quake VR – Quake (1996) as a first-class PCVR experience https://ift.tt/RxOilXj

Show HN: Quake VR – Quake (1996) as a first-class PCVR experience Hello HN! I am proud to show you Quake VR, a "labor of love" one-man project that I started back in 2020 with the goal of turning Quake -- the timeless classic from 1996 -- into a first-class PCVR experience. --- > What do you mean by "first-class"? There are many mods out there that enable older games to be played in VR, however, not much thought is put into VR-unique mechanics or in making the experience feel seamless. While I do enjoy reliving nostalgic classics in VR (and thank the modders for their efforts), it does feel weird having to use a keyboard+mouse setup for a VR game, or -- even with motion controls -- not being able to physically interact with the game's world, or having a gun glued to one of my hands. With Quake VR, I tried my best to make the game feel like an experienced designed from the ground up for VR. A video is worth a thousand words: https://www.youtube.com/watch?v=MBo...

Show HN: Diffusion.gallery – A Constantly Changing Machine Generated Art Gallery https://ift.tt/A9a6MSn

Show HN: Diffusion.gallery – A Constantly Changing Machine Generated Art Gallery https://ift.tt/c46ZqYA September 11, 2022 at 12:25AM

Show HN: QWER- SvelteKit Blog Starter. 100 PageSpeed Insights https://ift.tt/QOdevUg

Show HN: QWER- SvelteKit Blog Starter. 100 PageSpeed Insights https://ift.tt/FHuEo94 September 10, 2022 at 04:22PM

Show HN: Power your study habits with AI question generation https://ift.tt/AL7QnD8

Show HN: Power your study habits with AI question generation https://yippity.io September 10, 2022 at 05:35PM

Show HN: Generate Protobuf definitions conforming to popular design guides https://ift.tt/P4TZ0u8

Show HN: Generate Protobuf definitions conforming to popular design guides https://ift.tt/xkUoX8T September 10, 2022 at 12:11PM

Show HN: 1paragraph – a browser-based, offline-first ePub reader https://ift.tt/H0ntEmw

Show HN: 1paragraph – a browser-based, offline-first ePub reader https://1paragraph.app/ September 10, 2022 at 11:35AM

Show HN: Send cold messages on Twitter at scale https://ift.tt/zEVfkGo

Show HN: Send cold messages on Twitter at scale https://dmbird.app September 10, 2022 at 10:04AM

Show HN: We make apps/extensions for ChromeOS (Yes, some people do that) https://ift.tt/bQ0UmZ4

Show HN: We make apps/extensions for ChromeOS (Yes, some people do that) https://ift.tt/D3pSFw1 September 9, 2022 at 10:24PM

Show HN: GPT-3 and similar models are vulnerable to command injection https://ift.tt/mLRtNsS

Show HN: GPT-3 and similar models are vulnerable to command injection https://ift.tt/pWZs3z5 September 9, 2022 at 10:49PM

Show HN: We're building a search engine for GCP https://ift.tt/PUQFbvn

Show HN: We're building a search engine for GCP Hi HN, I previously wore SWE/SRE hats on GCP. Later, I was on the other side, managing thousands of machines. The friction points of onboarding and operating cloud systems are personal problems to me. I’ve found it hard to keep track of all the random cloud resources floating around, especially as my team’s assets proliferated. Occasionally, there is a resource affecting an outage but no one remembers where it is. I am constantly frustrated by existing tooling. APIs can work, after you’ve navigated the byzantine documentation, but I often find myself doing ad-hoc tasks which are best served by a UI. Unfortunately, the search bar in the GCP web console does not behave as you expect. For example, it only seems to search for prefixes, rather than substrings, on App Engine stuff. The GCP web console as a whole is boatloads of JavaScripts, 90+ navigation items on the left menu, and a constant stream of UX/UI controls. I'm fond of Hacke...

Show HN: WOMBOT – Create AI-Generated Artwork and Memes in Discord https://news.ycombinator.com/item?id=32781140

Show HN: WOMBOT – Create AI-Generated Artwork and Memes in Discord https://www.w.ai/wombot September 9, 2022 at 05:18PM

Show HN: Hosting Web Apps on Raspberry Pi Pico W https://ift.tt/WEyG2Jh

Show HN: Hosting Web Apps on Raspberry Pi Pico W https://ift.tt/GClEn3f September 9, 2022 at 05:14PM

Show HN: I made showcqt-element – an HTML custom element for audio visualization https://ift.tt/dIEb2hK

Show HN: I made showcqt-element – an HTML custom element for audio visualization https://ift.tt/iF6Hnab September 9, 2022 at 03:21PM

Show HN: Learn how to build SaaS application from scratch with React and Django https://ift.tt/sI6pvKm

Show HN: Learn how to build SaaS application from scratch with React and Django https://saasitive.com/ September 9, 2022 at 12:40PM

Show HN: 31,102 verses of the Bible drawn by Stable Diffusion https://ift.tt/FVzjcuD

Show HN: 31,102 verses of the Bible drawn by Stable Diffusion https://baible.com September 9, 2022 at 03:47AM

Show HN: A Twitter bot announcing every action of the US Congress https://ift.tt/UO5IVER

Show HN: A Twitter bot announcing every action of the US Congress Congress quietly released api.congress.gov yesterday, and it seemed natural to make a bot announcing everything either house did, so here one is. https://twitter.com/CongressActsUS September 8, 2022 at 10:54PM

Show HN: Proof of concept – colorise/animate any website font https://ift.tt/LyObvRJ

Show HN: Proof of concept – colorise/animate any website font https://ift.tt/ztJZkR2 September 8, 2022 at 09:04AM

Show HN: Compare Objects on a Graph at Scale https://ift.tt/rXi1Pfl

Show HN: Compare Objects on a Graph at Scale Would love your feedback on what we're working on: The swiss army knife for finding stuff out! Sign up for our free beta to try it out: https://ift.tt/RSoqmae https://www.youtube.com/watch?v=tV5Nii4woes September 8, 2022 at 12:29PM

Show HN: Our project got 4 connectors and 4 l10ns from community in 2 months https://ift.tt/aqfAc94

Show HN: Our project got 4 connectors and 4 l10ns from community in 2 months https://ift.tt/rp5EQuX September 8, 2022 at 09:41AM

Show HN: ELAY – Even Less Addictive YouTube, cross browser extension https://ift.tt/GtJrh1e

Show HN: ELAY – Even Less Addictive YouTube, cross browser extension https://ift.tt/kjGUd1l September 8, 2022 at 08:24AM

Show HN: Visualizing Startup Management with Timeline https://ift.tt/IOrXenN

Show HN: Visualizing Startup Management with Timeline Hi everyone, We are building a web app for startup founders. Like Jira, Notion, or ClickUp, we support task management. However, we think time is more important than the tasks, because startups need to build product fast, and shift focus fast. Therefore, we built one universal timeline to help you easily manage tasks, clients, projects and deadlines, so you can directly compare the important dates from all your departments and find one which matter the most now. We also support task auto scheduling, so when you shift your team to a new direction, you just need to change the priority, and we help you reschedule all the tasks in you team. So you don't need to manually updating the start date or the end date fields in Jira, Notion, or ClickUp. You may have heard of Motion ( https://ift.tt/eFc3SKv ), which also supports task auto scheduling. Unlike it, our app focuses on serving the startup teams and innovation teams. So we also hav...

Show HN: TinyClock – a tiny true 5-arch universal Mac OS X single-binary GUI app https://ift.tt/hfFPv8Y

Show HN: TinyClock – a tiny true 5-arch universal Mac OS X single-binary GUI app 1. Single universal binary, that can be natively executed on every hardware platform Mac OS X was made for (32/64 bit, PowerPC/x86/AppleSilicon). 2. Minimalistic gadget-style design. If launched as a tool, there is no menubar, no dock icon, no nothing, just the clock window. 3. Support for hidpi and dark mode for environments, that have them. 4. Window title bar for moving the window with a mouse, and a handle to resize it (latter for OS versions, that have it). 5. Can be easily ported to GNUStep and thus other OSes (sources under GPLv3). 6. Simple Makefile build system. https://ift.tt/HPtRB5r September 7, 2022 at 06:25PM

Show HN: A web tool for making pie charts https://ift.tt/MUQGLFN

Show HN: A web tool for making pie charts https://ift.tt/8ckmvd1 September 7, 2022 at 03:38PM

Show HN: Create tiny and beautiful CVs with ease https://ift.tt/ms18OJl

Show HN: Create tiny and beautiful CVs with ease Tinycv it's a perfect tool when your experience and some links are enough to fill your cv. No signup is required - and it's completely free. All CVs last for 60 days, after that they self-destruct in the deep abyss of outdated cvs. Try it, it's simple & fun! https://www.tinycv.io/ September 7, 2022 at 03:10PM

Show HN: estela, a modern elastic web scraping cluster https://ift.tt/qfJjitH

Show HN: estela, a modern elastic web scraping cluster estela is an elastic web scraping cluster running on Kubernetes. It provides mechanisms to deploy, run and scale web scraping spiders via a REST API and a web interface. It is a modern alternative to the few OSS projects available for such needs, like scrapyd and gerapy. estela aims to help web scraping teams and individuals that are considering moving away from proprietary scraping clouds, or who are in the process of designing their on-premise scraping architecture, so as not to needlessly reinvent the wheel, and to benefit from the get-go from features such as built-in scalability and elasticity, among others. estela has been recently published as OSS under the MIT license: https://ift.tt/LjYs30v More details about it can be found in the release blog post and the official documentation: https://ift.tt/kpKyGmq https://ift.tt/yRAMD3v estela supports Scrapy spiders for the moment being, but additional frameworks/languages are on th...

Show HN: WASM/TS crypto library for Ed25519, Shamir sharing, AEAD secret boxes https://ift.tt/8zltnLX

Show HN: WASM/TS crypto library for Ed25519, Shamir sharing, AEAD secret boxes Hello HN, I made this library because I wanted better performance than tweetnacl and I also wanted Shamir secret sharing. I wrote some C functions that use libsodium and compiled them to WASM with emscripten and everything is fully typed. Would love to hear your thoughts on this. Try it out, and of course feedback and contributions are very welcome! https://ift.tt/Jt0xspW September 7, 2022 at 10:53AM

Show HN: Build SaaS application from scratch with React and Django https://ift.tt/nzcUgfH

Show HN: Build SaaS application from scratch with React and Django https://saasitive.com/ September 7, 2022 at 12:32PM

Show HN: Executing Python from Tweets https://ift.tt/HK6cUoO

Show HN: Executing Python from Tweets Hello HN! Pyrun is a Chrome Extension that brings a Python IDE into your Twitter for those who consume and create Python content. *The Status Quo (This is quite a limited experience!)* - Content creators share Python snippets as images; - The audience zooms into the image to see what’s in there; * The Pyrun extension creates a whole new learning experience:* ▶ Hit one button to execute the Python snippet See Python's output inside Twitter Edit the code and rerun Content creators only have to share the code inside the image’s ALT, add “#pyrun” in their Tweet and that’s it! This extension will enhance the learning experience and improve engagement without disrupting the Twitter experience! https://ift.tt/6fPQ5Vs September 7, 2022 at 11:35AM

Show HN: Quake 1 ported to the Apple Watch https://ift.tt/rLmabzM

Show HN: Quake 1 ported to the Apple Watch I ported Quake 1 to the Apple Watch, building on top of existing ports for iOS and Mac. Some features: * uses Quake SW renderer + blitting to WatchKit surface (~60 fps, 640x480, larger res can run on lower framerate, tested up until 1024x768) * touch + gyro + digital crown controls * new AVFoundation audio backend (quake to Watchkit audio buffer copy logic), as Watchkit does not support CoreAudio * high pass audio filter to remove clicking on Watch speaker for some of the low frequency quake .wav samples * some smaller modifications and code updates to glue Quake 1 c code to Objective C and Watchkit https://www.youtube.com/watch?v=cPC2o262TfQ https://ift.tt/e9EdGLD September 7, 2022 at 07:21AM

Show HN: WMC – A file format which describes its own structure via WebAssembly https://ift.tt/zZqMhYt

Show HN: WMC – A file format which describes its own structure via WebAssembly https://ift.tt/26Huq8p September 7, 2022 at 05:41AM

Show HN: Custom Cellular Automata using json descriptions https://ift.tt/izHeaUs

Show HN: Custom Cellular Automata using json descriptions https://ift.tt/CyJafMW September 7, 2022 at 03:47AM

Show HN: Simulate dollar-cost averaging in any mix of stocks https://ift.tt/o6wJ7yC

Show HN: Simulate dollar-cost averaging in any mix of stocks https://ift.tt/We9lci1 September 6, 2022 at 02:00PM

Show HN: Nitric – Node.js framework for building portable cloud apps https://ift.tt/08GA4X7

Show HN: Nitric – Node.js framework for building portable cloud apps https://ift.tt/edC6aQJ September 6, 2022 at 11:42AM

Show HN: An Excel addin to automatically use cell names in formulas https://ift.tt/YBdCjmN

Show HN: An Excel addin to automatically use cell names in formulas Automatically convert Excel files formatted like the following: /* Tax rate */ var b1 = 50%; /* Salary */ var b2 = 120000; var b3 = b1 * b2; To: var tax_rate = 50%; var salary = 120000; var b3 = tax_rate * salary; I'm trying to improve the readability and feature discovery of excel by bringing linting and autoformatting to excel. Currently there's only the one linting rule. What excel best practices would you like to see added? https://ift.tt/aNn7kmY September 6, 2022 at 10:55AM

Show HN: Chitchatter – P2P chat app that is serverless, decentralized, ephemeral https://ift.tt/S4rkdXs

Show HN: Chitchatter – P2P chat app that is serverless, decentralized, ephemeral For anyone who is interested to learn more about Chitchatter, please check out the project README: https://ift.tt/YQ4a9xm Chitchatter is very much an early MVP, so I'd like to get your feedback. Thanks for looking! https://chitchatter.im/ September 6, 2022 at 03:48AM

Show HN: Open-source APM with support for tracing, metrics, and logs https://ift.tt/edzUy3G

Show HN: Open-source APM with support for tracing, metrics, and logs Uptrace is an all-in-one tool that supports distributed tracing, metrics, and logs. It uses OpenTelelemetry observability framework to collect data and ClickHouse database to store it. https://ift.tt/F8fQduc September 6, 2022 at 07:24AM

Show HN: Kindle-send – CLI to send webpages and files to Kindle https://ift.tt/pPxN6gC

Show HN: Kindle-send – CLI to send webpages and files to Kindle https://ift.tt/iFWuKy5 September 6, 2022 at 04:13AM

Show HN: VHDL Code Snippets (sources, testbenches) https://ift.tt/uUl4Hjc

Show HN: VHDL Code Snippets (sources, testbenches) https://ift.tt/6SlQis8 September 6, 2022 at 02:19AM

Show HN: Path MTU Discovery Test https://ift.tt/qS0K19u

Show HN: Path MTU Discovery Test While there are plenty of ways to test if your MTU is set correctly and that Path MTU Discovery works, I haven't seen a browser based test that works in both directions. Hope this is useful for someone. Source code on github https://ift.tt/UHGYd0D (Server is Yaws on FreeBSD) https://ift.tt/qSXh4YQ September 6, 2022 at 01:55AM

Show HN: Draw Anything – A Simple Stable Diffusion Playground https://ift.tt/PWbIM0e

Show HN: Draw Anything – A Simple Stable Diffusion Playground https://ift.tt/vQHupZ4 September 5, 2022 at 06:16PM

Show HN: Infinite Stable Diffusion Videos https://ift.tt/5f9dSZq

Show HN: Infinite Stable Diffusion Videos https://orbdog.com September 5, 2022 at 06:37AM

Show HN: CancerDB: A public domain CSV file to help build a cure https://ift.tt/jPzY6cX

Show HN: CancerDB: A public domain CSV file to help build a cure Hi HN! I started working in Cancer Research at the University of Hawaii Cancer Center 4.5 years ago in March 2018. If you thought programming and computers were complex, WAIT until you start trying to wrap your head around cancer. We're talking Orders of Magnitude more complexity. I know it might seem outrageous that a lowly CSV file will help in the quest to build a cure, but I truly believe it might. I think what seems like miracles always comes down to grunt data collection, with a few moments of key insights. Anyway, the site will launch November 1st. Please give it a star and a share (and/or even a pull request!) between now and then. Thank you to everyone for your help. Thank you in particular to the fine folks at the University of Hawai'i Cancer Center! I am there right now at my desk. Thanks especially to John Shepherd ( https://ift.tt/kMUgOzL... ) who let me keep my desk here and books here and keycard ac...

Show HN: Universal API for healthcare/life science search https://ift.tt/UFQG4RW

Show HN: Universal API for healthcare/life science search https://ift.tt/C8O7HVg September 5, 2022 at 05:58AM

Show HN: Algochurn - Ace your next Technical Interview Round https://ift.tt/cXvshNl

Show HN: Algochurn - Ace your next Technical Interview Round Hey HN! I built Algochurn - A place for front-end developers to practice most commonly asked front-end interview questions. Of all the available resources out there, I wanted to have a place where I could practice coding questions myself (and to mimic a coding interview setup) and solve the problems with a time based approach. After 2 months of questions curation, I've come up with the first set of questions that are being asked in Big product based companies that assess candidates on their React skills. Use Algochurn to speed up your interview preparation. Save and Bookmark questions, Mark question as completed and use a time bound approach to solve problems. Link: https://algochurn.com To all the developers out there looking for jobs, I wish you all the best. Let Algochurn help you in landing that dream job. :) https://ift.tt/KNCEw3q September 5, 2022 at 08:25AM

Show HN: Run secure proxy with LE certs in just one command https://ift.tt/7ZRhvHL

Show HN: Run secure proxy with LE certs in just one command https://ift.tt/wCLuZOv September 5, 2022 at 12:03AM

Show HN: Arda – better, faster XR computer https://ift.tt/A9i5bvk

Show HN: Arda – better, faster XR computer https://arda.computer September 4, 2022 at 11:27PM

Show HN: Scrib.am, my encyclopedia, inspired by Diderot. One article per day https://ift.tt/CwtcqL5

Show HN: Scrib.am, my encyclopedia, inspired by Diderot. One article per day https://scrib.am/ September 4, 2022 at 06:40PM

Show HN: Red Beans, a Poem Illustrated by Disco Diffusion https://ift.tt/rbBYk1C

Show HN: Red Beans, a Poem Illustrated by Disco Diffusion https://ift.tt/3Vg2SD8 September 4, 2022 at 03:54PM

Show HN: I made a pictionary game with Stable Diffusion https://ift.tt/hxwk2IE

Show HN: I made a pictionary game with Stable Diffusion I used lixica.art to get image-prompt pairs. You are asked to guess the prompt. And given a score based on how close you were to the actual prompt. https://ift.tt/5mC97az September 4, 2022 at 03:00PM

Show HN: Decentralised Prediction Market for Bitcoin https://ift.tt/GZ57vYe

Show HN: Decentralised Prediction Market for Bitcoin https://ift.tt/PtNoHm4 September 4, 2022 at 02:33PM

Show HN: Hurricane Path Prediction Using LSTM https://ift.tt/0Z1PUNF

Show HN: Hurricane Path Prediction Using LSTM College project I picked back up and improved. Implementation in PyTorch, better results than NHC models as reported at : https://ift.tt/a6x0B5W https://ift.tt/owrQdsY September 3, 2022 at 04:02PM

Show HN: I made Scrabble with modified rules https://ift.tt/ZiCEoj7

Show HN: I made Scrabble with modified rules Crapple is my take on "improved" Scrabble rules... obviously that is subjective, I'm not even sure I agree with it. You and your opponent share a rack of letters, and vowels are only obtained by opting to deduct a configurable amount of points from your score to receive a random vowel tile. Additionally, there is an alternate board layout with some new tile multipliers. This is an old project but I never posted it, so I thought what the hey, I am curious to hear what your guys' thoughts are on these rules. It's an old dead project so you can't hurt my feelings. Thanks! You can play it now against the computer in your browser (no signup required, but an account lets you create and play games against other humans). The Android app is the better version only because the AI will run on a seperate thread (in the browser version you might see a hiccup while it runs), and because Unity WebGL doesn't export retina-sized...

Show HN: bitloops-gherkin Automatically generate tests from Google Sheets https://ift.tt/lNQpTuv

Show HN: bitloops-gherkin Automatically generate tests from Google Sheets For those into BDD (Behavior Driven Development) and JavaScript/TypeScript you will find that this tool allows you to add all your test data on a Google Sheet and then automatically pulls the info from the Google Sheet into your Cucumber feature file in any format you want (you can have multiple lines etc) without having to go through the pain of managing a limited text-based table written in Gherkin. https://ift.tt/zZx6lqD September 3, 2022 at 04:54PM

Show HN: Alumina Programming Language https://ift.tt/btGTY4V

Show HN: Alumina Programming Language Alumina is a programming language I have been working on for a while. Alumina may be for you if you like the control that C gives you but miss goodies from higher level programming languages. It is mostly for fun and exercise in language design, I don't have any grand aspirations for it. It is however, by this time, a usable general-purpose language. Alumina borrows (zing) heavily from Rust, except for its raison d'être (memory safety). Syntax is a blatant rip-off of Rust, but so is the standard library scope and structure. Alumina bootstrap compiler currently compiles to ugly C, but a self-hosted compiler is early stages that will target LLVM as backend. If that sounds interesting, give it a try. I appreciate any feedback! Standard library documentation: https://ift.tt/Vc8z7w2 Online compiler playground: https://ift.tt/f0yrnoe https://ift.tt/DQjZIA8 September 3, 2022 at 04:32PM

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

Show HN: Bloomberg Terminal for Individuals I made a site to do investment research faster and more efficent, with links to 10k 10Q, charts, industry averages, macro economic data, hedgefund reports and much more https://ift.tt/vGBIs87 September 3, 2022 at 02:10PM

Show HN: Collage Interface for Stable Diffusion https://ift.tt/aBkrwHW

Show HN: Collage Interface for Stable Diffusion https://ift.tt/i5BFy1N September 3, 2022 at 01:14AM

Show HN: Script1 – a meta language that can be translated to JS/PY/Dart https://ift.tt/syqPz4N

Show HN: Script1 – a meta language that can be translated to JS/PY/Dart https://ift.tt/iYUWCK3 September 3, 2022 at 03:20AM

Show HN: SMS Interface for Stable Diffusion https://ift.tt/SEU4inW

Show HN: SMS Interface for Stable Diffusion If you text 8145594701, it will send back an image with the prompt you specified. Currently only US numbers can send/receive texts because Twilio. Sorry to the rest of the planet! I think this will likely fall over but I figured this would be a cool little thing to demo. I removed the NSFW filter so be mindful of your prompts! I don't persist numbers and there is no linkages being saved between the original text message and the generated images. September 3, 2022 at 12:22AM

Show HN: I made an indie app store alternative with a twist https://ift.tt/Ao6Fspj

Show HN: I made an indie app store alternative with a twist The twist is that although it does (part of) the job of an app store, it's not (nor aims to be) an app store. It's a script you add to your existing web app that makes it "self-distributing". Check it out: https://progressier.com. Under the hood, it leverages the concept of "PWA", but it goes further: 1. It creates an installation page for your app that looks like an app store listing. Demo example: https://ift.tt/cnPvgqV 2. It handles every OS/browser combination to create an installation flow that works everywhere (e.g. on Safari/iOS, with in-app browsers, etc) 3. It lets you manage all the technical aspects of your PWA in a dashboard rather than in code (i.e. service worker, app manifest, caching strategies, icons, etc). You can even send push notifications and design app screenshots from Progressier. Caveats: - It only works for web apps - It's not free! - An app store is supposed to handle ...

Show HN: I wrote a book on Site Reliability Engineering https://ift.tt/gWSLCko

Show HN: I wrote a book on Site Reliability Engineering Hello Everyone! I finally published Site Reliability Engineering Tidbits on leanpub. https://ift.tt/r2IJ5Vi This book is a collection of 28 chapters on SRE concepts such as observability, monitoring, Service Level Objectives (SLOs), alerting, resilience and debugging. This book aims to provide hands on examples of implementing a number of concepts described in Google's SRE books. It also describes how i've seen SRE concepts impact some of the organizations I've worked in. I previously announced this book here, but it was not on leanpub yet: https://ift.tt/YkE8CgF Thank you for looking and I appreciate your feedback! https://ift.tt/r2IJ5Vi September 1, 2022 at 11:58PM

Show HN: Async OK – Find an async job, work anytime https://ift.tt/kAgMwC3

Show HN: Async OK – Find an async job, work anytime https://ift.tt/wTHVeou September 1, 2022 at 09:37PM

Show HN: Work Carpools https://ift.tt/qykGKXY

Show HN: Work Carpools https://ift.tt/a9jRUc5 September 1, 2022 at 08:20PM

Show HN: Open Sourcing Notesnook – an end to end encrypted private notes app https://ift.tt/5sEoQHn

Show HN: Open Sourcing Notesnook – an end to end encrypted private notes app https://ift.tt/EbBAD2S September 1, 2022 at 07:23PM

Show HN: Open-source infra for building embedded data pipelines https://ift.tt/hlPRXnY

Show HN: Open-source infra for building embedded data pipelines Hey HN! We are building *open source infrastructure for deploying customer-facing data pipelines.* Here’s our repo https://ift.tt/8DhH5Ye and website https://pipebird.com/ . Pipebird is designed to enable companies that generate important data to offer secure data pushes to their customers’ warehouses, directly from their products. Our team was previously building in fintech, where we heard from many of our peers that their customers wanted data pushed directly to their warehouses. Customers wanted to bring data into their source of truth without having to maintain custom built pipelines or introduce security risks by contracting a third-party ETL/ELT provider. After seeing Stripe https://ift.tt/m2qJPdp and customer.io https://ift.tt/itYZ9L1 recently invest in building out their own native data sharing products, we realized that many SaaS companies could better support their customers and even generate additional revenue b...

Show HN: OpenBracket, a collaborative code editor for technical interviews https://ift.tt/X7LHQ9A

Show HN: OpenBracket, a collaborative code editor for technical interviews Hi everyone! At Fluxon, we found that we were't happy with existing solutions for collaborative coding with engineering candidates in our technical interviews. So we built OpenBracket.net—a simple code editor with no setup or log in needed—just share the link and start coding together. Our first version is now available for anyone to use. We’d love some feedback. Thanks! https://ift.tt/xDXmsYB August 31, 2022 at 06:40PM

Show HN: Stlite, Serverless Streamlit Powered by Pyodide/WASM https://ift.tt/iv40bc1

Show HN: Stlite, Serverless Streamlit Powered by Pyodide/WASM Streamlit is a Python web app framework for the fast development of data apps. This project is to make it run completely on web browsers with power of Pyodide/Wasm. https://ift.tt/QW86RKs September 1, 2022 at 09:20AM

Show HN: Using GPT-3 to answer annoying interview application questions https://ift.tt/w7PgKnY

Show HN: Using GPT-3 to answer annoying interview application questions Hi folks. My wife has been looking for a job and sometimes in the application forms there are annoying questions like "Why do you want to work here?". At the same time I've been playing around with GPT-3 and have blown away by it's capabilities, so I decided to build a site that can answer these annoying questions for her. Github: https://ift.tt/HLUlDVB Here's an example of a generated answer: Using this opening for a Senior iOS Engineer at Monzo - https://ift.tt/0PqafpJ The generated answer question on the application "What attracted you to Monzo?": "What attracted me to Monzo is that it is a bank that is trying to make a difference in the world by making it easier for people to manage their money. Monzo is also very customer focused and puts the customer first in everything they do." https://ift.tt/obidmJV September 1, 2022 at 08:30AM