Pages

Show HN: AirQL: An Airtable API with OAuth2 access control and permissions

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: AirQL: An Airtable API with OAuth2 access control and permissions Hey there! At our company, Bit Complete [1], we use Airtable a bunch for managing operations. We really like how easy it is to throw up a form to collect information, or to build automations for offline processing like aggregations. One challenge we kept running into was how to build more complicated interactive apps using the API, while maintaining fine-grained access control to Airtable data. Airtable ties identity to API access control via API keys, which makes it very hard to build apps with realistic access control needs. So we built AirQL! [2] It’s a utility layer between Airtable’s API and custom/internal web applications that supports Google authentication and flexible access control. We’ve found that it makes it practical to build simple, useful internal apps, that still benefit from everything else Airtable has to offer. If this sounds interesting, check out the docs [3], try out the product, and let us know what you think! We’re looking for feedback and to learn if this would be useful to others. If you have questions or suggestions, please get in touch at airql-support@bitcomplete.io. [1]: https://www.bitcomplete.io/ [2]: https://www.airql.dev/ [3]: https://docs.plz.dev/airql https://www.airql.dev/ September 30, 2022 at 08:55PM

Show HN: Canvas Artpedia – Design Tool with AI

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: Canvas Artpedia – Design Tool with AI https://canvas.artpedia.io September 30, 2022 at 03:54PM

Show HN: Instant streaming GraphQL APIs with built-in authorization for Postgres

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: Instant streaming GraphQL APIs with built-in authorization for Postgres https://github.com/hasura/graphql-engine/blob/master/architecture/streaming-subscriptions.md September 30, 2022 at 07:30PM

Show HN: Build your gRPC apps with embedded zero trust networking

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
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://github.com/openziti-test-kitchen/grpc-ziti-starter September 30, 2022 at 05:58PM

Show HN: Jsonnet Course Online

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
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://www.udemy.com/course/jsonnet-from-scratch/?couponCod... 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://www.udemy.com/course/jsonnet-from-scratch/ September 30, 2022 at 01:19PM

Show HN: Red Goose – Convert your website to mobile app

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
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 genuinely caught on. It has matured to a point where the four pillars of web development—HTML, CSS, JavaScript, and WebAssembly—are likely enough for universal distribution. We already host compute-heavy environments for graphic designers [4], video editors [5], and rich document editing [6] on the web. And there is still more capability [7] in the works, if you will. So the question we asked ourselves was: Could the modern web become the "native stack" of mobile app development? With Red Goose, we want developers to be able to do just that. Create web applications that double up as mobile apps for the app stores. But this isn't always easy. Historically, native mobile apps have differed from (outdone?) the mobile web in three broad ways: An app-specific design language, Smooth and fancy screen transitions and, Solving compute-heavy processes that scaled to millions of users. However, at the same time, building and maintaining native mobile apps is super expensive, and it requires hiring separate teams of experienced developers whose sole job is to focus on mobile APIs. Even with the newest alternatives like React Native, Flutter, Cordova, Xamarin, Ionic, or any other similar framework, there is a quantum increase in the amount of boilerplate code. Over time, as many of us have experienced in the industry, the web and native teams grow distant, leading to a less than optimum situation and bloat. Red Goose puts the webview back in the ring. This step alone removes all the duplicated code from the equation. Red Goose then offers an alternate strategy [8], using the webview as the main leverage over your web app. And solve for native experience in the following three ways: First—Intrinsic Design: we have built a new css framework called Toucaan [9] to tackle the gaps between mobile app design and mobile web. It allows the development of "app-like" interfaces using new css standards and the intrinsic qualities of the medium. Second—Screen Transitions and Animations: Not all apps need this, but smooth transitions and performant animations are already possible with the new web APIs. With a strongly cached webpage using a service worker (PWA) and a better understanding of initial containing blocks (ICBs) pertaining to your front end, one can easily take steps to take the experience to the next level. Third—Webassembly: The best thing about webassembly is that the wasm functions return immediately and synchronously. So one can easily offload compute-heavy transactions to a locally installed wasm utility and benefit from performance gains instantly on both web and mobile apps. It appears that many apps wouldn't need to sprinkle webassembly into the mix to reach the level of performance expected of mobile apps, and just caching with a service worker and an app-like layout would do the trick. Red Goose itself uses vanilla javascript and an experimental version of Toucaan for its frontend. Its backend is made with Node.js, Express, and MongoDB and is hosted on AWS within Docker. Our web-to-mobile app conversion pipeline uses NodeGit for app delivery, and the freshly minted mobile apps are written in Swift or Kotlin and shared directly over GitHub. We believe that the opportunity to reduce app development and distribution cost using the newfangled powers of the web is massive—we've already helped a few teams to cut back on their expenses by as much as 80%. At the same time, we're still early and would love to hear what you think about what we're building with Red Goose. We look forward to your comments and experiences, especially if you have been on this path before on your own. Thanks! Relevant links: HN Discussion: [1] https://news.ycombinator.com/item?id=30442529 [2] https://news.ycombinator.com/item?id=30443310 [3] https://news.ycombinator.com/item?id=30444202 Leading web examples: [4] https://www.figma.com/blog/webassembly-cut-figmas-load-time-by-3x/ [5] https://web.dev/clipchamp/ [6] https://workspaceupdates.googleblog.com/2021/05/Google-Docs-Canvas-Based-Rendering-Update.html [7] https://developer.chrome.com/blog/fugu-status/ Tooling: [8] https://www.toucaan.com/blog/mobile-apps-with-red-goose [9] https://toucaan.com The end. September 30, 2022 at 03:58PM

Show HN: Uffizzi – Open-Source Preview Environments

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: Uffizzi – Open-Source Preview Environments https://github.com/UffizziCloud/uffizzi_app September 29, 2022 at 09:27PM

Show HN: A Node.js SDK to embed zero trust principles in your app

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: A Node.js SDK to embed zero trust principles in your app https://github.com/openziti/ziti-sdk-nodejs September 29, 2022 at 05:15PM

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

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
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 and pipelines to specific users (colleagues, partners, clients...) We've designed this because as a data team member, we were writing a lot of long SQL queries with bad performances and we were getting headaches by debugging them. Now you can build, monitor and debug any kind of data pipelines with just Drag-and-drop built-in SQL functions to save you tremendous amount of time & effort. We're working on this continuously so we're keen to hear any feedback. Feature requests and critique are more than welcome. Try it out for free (30min of computing time offered each month): https://os.restapp.co/signup The Getting Started docs are here for anyone who wants to check this out: https://documentator.io/d/documentation-restapp and https://restapp.io/blog/how-to-build-data-pipelines-in-no-co... https://os.restapp.co/signup September 28, 2022 at 03:44PM

Show HN: ButtFish – Transmit Morse Code of chess moves to your butt

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: ButtFish – Transmit Morse Code of chess moves to your butt https://github.com/RonSijm/ButtFish September 29, 2022 at 04:25AM

Show HN: My PowerShell pixel art editor

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
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://shaunlawrie.com/blog/pwshsprites/ September 28, 2022 at 08:34PM

Show HN: My Q&A with Neal Stephenson on making the Metaverse himself

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: My Q&A with Neal Stephenson on making the Metaverse himself https://nwn.blogs.com/nwn/2022/09/lamina1-neal-stephenson-metaverse-wagner-james-au.html September 29, 2022 at 02:47AM

Show HN: All-in-one open source tool for data pipelines

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: All-in-one open source tool for data pipelines https://github.com/mage-ai/mage-ai September 29, 2022 at 02:36AM

Show HN: Feedster, a semi-minimalistic open-source selfhosted RSS Reader

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: Feedster, a semi-minimalistic open-source selfhosted RSS Reader https://github.com/R4cc/Feedster September 28, 2022 at 06:45PM

Show HN: The World Is on Fire

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: The World Is on Fire https://github.com/jitpack/jitpack.io/issues/5239 September 28, 2022 at 03:28PM

Show HN: A formally verified native Delta Lake implementation in Rust

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: A formally verified native Delta Lake implementation in Rust https://github.com/delta-io/delta-rs September 28, 2022 at 11:33AM

Show HN: KaithemAutomation, the home automation system for coders and artists

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: KaithemAutomation, the home automation system for coders and artists I've talked about this one on Reddit a bit, and I think it's finally about ready to talk about here. I started this project around 2013 for internal use, and GPL licensed it because I have no desire to own my own software business. Kaithem is, for the most part, somewhere between a SCADA and a Home Assistant clone, heavily focused on easy deployment with minimal tinkering. It allows for Python code based if-then events you edit via the web, along with web-editable HTML dashboards, but also includes loadable modules for more point-and-click style editing. One of these is Chandler, a scenes/cues manager that includes a simple visual scripting language inspired by ladder logic. It saves everything you create in Git-friendly plain text files, and is meant to integrate well with a linux system, with convenience features like using the user account username/password to log in. Device drivers created via an extension API, and can also be used in non-kaithem apps, via the iot_devices library. Drivers should be share-able and installable via pip. There's also basic builtin support for IP cameras, including sub-second latency streaming via websockets, and object detect recording. Out-of-the-box device support is pretty limited at the moment, consisting entirely of stuff I've had a use case for personally, but does include YeeLight, RTL433-supported sensors, SainSmart relay boards, and most anything ZigBee2MQTT can handle. In addition, there are tag points and alarms vaguely copied from SCADA systems, modules can make use of the tagpoint object, which is like a variable that hooks into the tag point system, every point gets a management page where you can set alarms, set up logging, which includes the ability to only log the min, max, or average over time, to save space, and override it's value. It uses only external dependencies found in the Debian repos, and does not include any crazy built in custom feature downloader thingy like some similar projects, nor anything that needs compilation. It does not use a database, separate web server, or any other thing that would require you to specifically configure the system in an unusual way, although some features can make use of MQTT, and it does depend on PipeWire being set up if you want to use the built in audio live mixer(You may also be able to use it with manually started JACK). It's 99% stable, used in real installs, and could probably be called v1.0 already, but there are unmaintained experimental features that will probably disappear(Anything that involves a custom nonstandard network protocol is on the chopping block, as per my philosophy of decustomizing technology, as is HTTPS support as that may be better done externally). https://github.com/EternityForest/KaithemAutomation September 28, 2022 at 10:41AM

Show HN: Refurb – A tool for refurbishing and modernizing Python codebases

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: Refurb – A tool for refurbishing and modernizing Python codebases https://github.com/dosisod/refurb September 28, 2022 at 08:57AM

Show HN: debounce, throttle and requestAnimationFrame

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: debounce, throttle and requestAnimationFrame https://garden.bradwoods.io/notes/debounce-throttle September 28, 2022 at 04:21AM

Show HN: Ponzu – AI Generated Textures for 3D models

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: Ponzu – AI Generated Textures for 3D models Hey everyone! We just launched Ponzu, an AI-powered prototyping tool that generates tile-able textures for your 3d models. You can give it any prompt, choose an art style, and get an interactive playground to preview and export your generated textures. What you get with Ponzu: 1. AI-generated texture assets 2. Normal, AO, specular, and displacement maps for each texture 3. Adjustable 3D previews in the browser 4. Customizable styles and shareable links We're excited to use AI to supercharge artist and dev workflows, and we're looking forward to feedback on Ponzu! Ponzu is free to use, but we have limited capacity to run GPUs. As a heads up, there might be times when requests queue up and take a few seconds to process. We also launched today on product hunt: https://www.producthunt.com/posts/ponzu https://www.ponzu.gg/ September 27, 2022 at 11:50PM

Show HN: Create ultra shortcut like hn/ to Hacker News

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: Create ultra shortcut like hn/ to Hacker News https://i-feel-lucky.com/ September 28, 2022 at 12:56AM

Show HN: MockMechanics is now open source

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
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://news.ycombinator.com/item?id=24934722 [1] https://www.youtube.com/watch?v=HrwxbQj5mj0 [2] https://github.com/felipereigosa/mock-mechanics [3] https://www.youtube.com/c/MockMechanics Channel trailer with some of the new machines - https://www.youtube.com/watch?v=VQiA42ReNYE https://github.com/felipereigosa/mock-mechanics September 27, 2022 at 09:03PM

Show HN: ClockFace – an icon font family for displaying time

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: ClockFace – an icon font family for displaying time https://ocodo.github.io/ClockFace-font/ September 27, 2022 at 12:14PM

Show HN: Get conversational practice in over 20 languages by talking to an AI

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
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://talk.quazel.com/chat/try September 27, 2022 at 02:48PM

Show HN: Daily Dalle – AI-generated art in your inbox every morning

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: Daily Dalle – AI-generated art in your inbox every morning https://dailydalle.xyz September 27, 2022 at 04:50AM

Show HN: Minimalist CSS Framework

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
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://neat.joeldare.com/ September 27, 2022 at 07:24AM

Show HN: Monomorph – pack any shellcode into a binary with a fixed MD5 hash

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: Monomorph – pack any shellcode into a binary with a fixed MD5 hash https://github.com/DavidBuchanan314/monomorph September 27, 2022 at 03:40AM

Show HN: Dreamsands – explore and buy licensing for AI generated visuals

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: Dreamsands – explore and buy licensing for AI generated visuals Hello humans, Co-founder here - the last 5 months we've been building Dreamsands in the midst of a creative revolution - the art world has screamed, the people have cheered - who knows where we will end up? What we do know however is that AI art is incredibly captivating, strangely familiar and a ton of fun! As avid art lovers we found it increasingly hard to keep track of all the new imaging tools, forums and subreddits where people were posting amazing work done with AI, and thus the idea for Dreamsands was born - Dreamsands lets anyone, anywhere in the world enjoy and explore the beauty and weirdness of AI generated visuals. Let's get weird! https://dreamsands.ai September 26, 2022 at 11:55PM

Show HN: Runtime Encrypted and Verifiable Kubernetes

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: Runtime Encrypted and Verifiable Kubernetes https://github.com/edgelesssys/constellation September 26, 2022 at 01:05PM

Show HN: Clammer – share and discuss article excerpts with friends

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
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 06:05AM

Show HN: A Little Tool to Visualize Guitar Chords

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: A Little Tool to Visualize Guitar Chords https://muted.io/guitar-chords/ September 26, 2022 at 03:33AM

Show HN: Outstatic an open source CMS for Next.js

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
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 11:17PM

Show HN: Read later links as weekly email

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: Read later links as weekly email https://www.linksaber.com September 25, 2022 at 11:48PM

Show HN: Just a simplified easy way to call URLs automatically without crontab

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: Just a simplified easy way to call URLs automatically without crontab https://crontaboo.com September 25, 2022 at 09:42PM

Show HN: Curved carousel demo in 2D canvas (no GPU or worker code)

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: Curved carousel demo in 2D canvas (no GPU or worker code) https://codepen.io/kaliedarik/pen/OJvQJmm September 25, 2022 at 04:54PM

Show HN: Free app to share your screen more privately

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: Free app to share your screen more privately https://www.appblit.com/screegle September 25, 2022 at 02:27AM

Show HN: Mock – setup and test APIs easily

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: Mock – setup and test APIs easily https://github.com/dhuan/mock September 25, 2022 at 02:07AM

Show HN: I build a terminal-friendly static file server

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
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://hg.sr.ht/~tsukii/robin https://github.com/HoangTuan110/robin September 24, 2022 at 03:15PM

Show HN: Jot: Rapid note management for the terminal, inspired by Obsidian

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: Jot: Rapid note management for the terminal, inspired by Obsidian https://github.com/araekiel/jot September 24, 2022 at 07:12PM

Show HN: THORN – a local-first writing app made with Yjs

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: THORN – a local-first writing app made with Yjs https://www.thorn.so/ September 24, 2022 at 10:28AM

Show HN: Deploy Stable Diffusion as a Service

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: Deploy Stable Diffusion as a Service https://github.com/bentoml/stable-diffusion-bentoml September 24, 2022 at 01:41AM

Show HN: Lambda Cold Starts Visualizer

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: Lambda Cold Starts Visualizer https://maxday.github.io/lambda-perf/ September 23, 2022 at 11:50PM

Show HN: LeanQt – a stripped-down, adaptable Qt easy to build and to integrate

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: LeanQt – a stripped-down, adaptable Qt easy to build and to integrate https://github.com/rochus-keller/LeanQt September 23, 2022 at 05:36PM

Show HN: An AI image generator for blog posts

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
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://socialbu.com/tools/generate-blog-image September 23, 2022 at 04:51PM

Show HN: A Stable Diffusion desktop frontend with inpainting, img2img and more

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: A Stable Diffusion desktop frontend with inpainting, img2img and more I was frustrated with laggy notebook stable diffusion demos. Plus they usually didn't have all the features I wanted (for example some of them only had inpainting and some only had img2img, so if I wanted both I had to repeatedly copy images between notebooks). So I made this desktop frontend which has much smoother performance than notebook alternatives and integrates image generation, inpainting and img2img into the same workflow. See a video demo here: https://user-images.githubusercontent.com/6392321/191858568-... Features include: * Can run locally or connect to a google colab server * Ability to erase * Ability to paint custom colors into the image. It is useful both for img2img (you can sketch a rough prototype and reimagine it into something nice) and inpainting (for example, you can paint a pixel red and it forces Stable Diffusion to put something red in there) * Infinite undo/redo * You can import your other images into a scratch pad and paste them into main image after erasing/cropping/scaling it * Increase image size (by padding with transparent empty margins) for outpainting https://github.com/ahrm/UnstableFusion September 23, 2022 at 01:53PM

Show HN: An async traceroute(1) implementation in Rust

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
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://github.com/overclockworked64/traceroute September 23, 2022 at 12:22PM

Show HN: Generate D&D characters with AI

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: Generate D&D characters with AI https://imageai.app/d&d-character-generator/ September 23, 2022 at 02:53AM

Show HN: I Built 0xFast Stream – 100x Faster Ethereum Block Downloads

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
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://manishrjain.com/launching-0xfast-stream September 22, 2022 at 09:09PM

Show HN: I made an open-source Bitly alternative

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: I made an open-source Bitly alternative https://dub.sh/ September 22, 2022 at 08:09PM

Show HN: Copy link to highlight alternative for Chrome with multiple highlights

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
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://tinyurl.com/multiple-highlights 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://chrome.google.com/webstore/detail/save-link-to-highlight/pgcijpjikabiiepphbnjefcjjncpiapd September 22, 2022 at 06:04PM

Show HN: Rust, Apache Arrow, Parquet based cloud native log storage platform

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: Rust, Apache Arrow, Parquet based cloud native log storage platform https://github.com/parseablehq/parseable September 22, 2022 at 02:35PM

Show HN: Rocketry – Modern scheduler to power your Python projects

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: Rocketry – Modern scheduler to power your Python projects https://github.com/Miksus/rocketry September 22, 2022 at 12:14PM

Show HN: Check if anyone else submitted a thing to HN and then submit it

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
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://www.submittohackernews.com/ September 22, 2022 at 03:48AM

Show HN: I made a site that easily lets you generate AI images using templates

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: I made a site that easily lets you generate AI images using templates https://phantasmagoria.stavros.io/templates/ September 21, 2022 at 06:09PM

Show HN: OpenZiti Python SDK

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: OpenZiti Python SDK https://openziti.io/openziti-python-sdk-introduction September 21, 2022 at 05:38PM

Show HN: Hurl, test APIs with plain text and libcurl

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
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://example.org/login?user=toto&password=1234 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://example.org/order 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 documentation [2]. We've designed Hurl to be easily integrated in CI/CD (GitHub, GitLab), and its text format can be used as a documentation, commited in a repo etc... It's a single binary written in Rust, that is powered by libcurl under the hood, for a fast CLI tool for both devops and developers. In this new version, we've added the following improvements: - verbose output: add more color to Hurl --verbose output, and also added --very-verbose option to output request and response bodies - request options: command-line options such as --location (follow HTTP redirection), --verbose, --insecure etc... can now be applied to a particular request with an [Options] sections - and more, see here for a quick tout of 1.7.0 [3] [1] https://github.com/Orange-OpenSource/hurl [2] https://hurl.dev/docs/samples.html [3] https://hurl.dev/blog/2022/09/15/announcing-hurl-1.7.0.html Previous Show HN < https://news.ycombinator.com/item?id=28758226 > and < https://news.ycombinator.com/item?id=25655737 > https://github.com/Orange-OpenSource/hurl September 21, 2022 at 02:13PM

Show HN: Each country as a Pokemon, using Stable Diffusion

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: Each country as a Pokemon, using Stable Diffusion https://github.com/sradc/each-country-as-a-pokemon-stable-diffusion September 21, 2022 at 02:45AM

Show HN: Backwards automatic differentiation in ~100 lines of Python

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
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://github.com/AirFig/backwards-autodiff/blob/main/backwards_autodiff.py September 21, 2022 at 02:25AM

Show HN: I made an AI for drones to land safely

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: I made an AI for drones to land safely I'm trying to figure out whether there is a real business in building AI systems for UAV. I'm developing a few different products that all work together, and the most basic one is maybe this AI component that simply detects ground obstacles outputting a single class for safe areas. If you use it I'd love to hear any feedback! https://github.com/stephansturges/OpenLander September 20, 2022 at 08:12PM

Show HN: TaskTXT, plain text task-timing notepad

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: TaskTXT, plain text task-timing notepad I built TaskTXT.com based on my experience timing my tasks. I found that committing to a task before I start helps with my focus, and guessing how long it will take, then timing it prevents me from wanting to give in to distractions because I'm "on the clock". Video Overview: https://www.youtube.com/watch?v=HOYO0c_D6w0 There's also a Mac app which you can download here: https://dl.todesktop.com/22080519n9z1jew/mac Video overview of the Mac app: https://www.youtube.com/watch?v=qMs-V5v5gZY But I didn't want the tool to be distracting, so its based on plain text. That means the UI is very familiar and you can use it for generic notes in any structure you like. When you work in TaskTXT you are working directly on its data format, I made a video about this concept here: https://www.youtube.com/watch?v=kZdBgVZn5NI I think this tool is uniquely suited for programmers, so I'd be interested to hear any feedback about the product, or its viability as a business. https://tasktxt.com/ September 20, 2022 at 11:55PM

Show HN: A better web – P2P encrypted and sandboxed apps

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: A better web – P2P encrypted and sandboxed apps https://peergos.org/posts/a-better-web September 20, 2022 at 04:17PM

Show HN: The Raspberry Pi robot I'm using to ship other Raspberry Pis

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: The Raspberry Pi robot I'm using to ship other Raspberry Pis https://twitter.com/Schappi/status/1572144366315261952 September 20, 2022 at 02:28PM

Show HN: Create REST APIs with just a simple GraphQL query.

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: Create REST APIs with just a simple GraphQL query. https://github.com/dosco/graphjin September 20, 2022 at 03:16AM

Show HN: TxtNet Browser – A Web Browser That Communicates over SMS

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: TxtNet Browser – A Web Browser That Communicates over SMS https://github.com/lukeaschenbrenner/TxtNet-Browser September 20, 2022 at 04:50AM

Show HN: Never miss another bug with dashcam for development

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: Never miss another bug with dashcam for development https://blog.replayable.io/2022/09/16/never-miss-another-bug-with-replayable-desktop-dashcam/ September 20, 2022 at 12:17AM

Show HN: Explore 100M Medical Prices

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: Explore 100M Medical Prices https://asre.notion.site/Transparency-in-Coverage-88c187102cb3456b9f9fcde3637e8b82 September 19, 2022 at 10:00PM

Show HN: DevTools-X – a cross platform alternative of devutils and devtoys

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: DevTools-X – a cross platform alternative of devutils and devtoys https://github.com/fosslife/devtools-x September 19, 2022 at 07:48PM

Show HN: Lost Pixel – open-source visual regression testing for your frontend

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: Lost Pixel – open-source visual regression testing for your frontend https://github.com/lost-pixel/lost-pixel September 19, 2022 at 06:48PM

Show HN: Implementing a simple FORTH, inspired by a Hacker News thread

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: Implementing a simple FORTH, inspired by a Hacker News thread https://github.com/skx/foth September 19, 2022 at 05:12PM

Show HN: Coroot – a monitoring tool for microservice architectures

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: Coroot – a monitoring tool for microservice architectures https://github.com/coroot/coroot September 19, 2022 at 05:09PM

Show HN: Vanity Post – Create a stylish image/video of your post

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
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://www.producthunt.com/posts/vanity-post https://vanitypo.st/ September 19, 2022 at 02:03PM

Show HN: Distributed JMAP and IMAP Servers in Rust

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
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://github.com/stalwartlabs/jmap-server [2]: https://github.com/stalwartlabs/imap-server https://github.com/stalwartlabs/jmap-server September 19, 2022 at 10:27AM

Show HN: Create, share or browse multimedia polls (image, video, audio, text)

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
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://clickpoll.vercel.app/ September 19, 2022 at 03:26AM

Show HN: BookmarkFS – Store files as Chrome bookmarks that sync between devices

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: BookmarkFS – Store files as Chrome bookmarks that sync between devices https://github.com/CoolElectronics/bookmarkfs September 18, 2022 at 07:59PM

Show HN: Go-generics-cache

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: Go-generics-cache https://github.com/Code-Hex/go-generics-cache/tree/v1.2.0 September 18, 2022 at 02:58PM

Show HN: our Open Source Platform for powering Self-Hosted Events

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: our Open Source Platform for powering Self-Hosted Events https://community.qbix.com/t/calendar-events-overview/179 September 18, 2022 at 02:47PM

Show HN: I created a (maybe?) new type of puzzle, try it here

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: I created a (maybe?) new type of puzzle, try it here http://www.dogbunnypuzzle.com/ September 18, 2022 at 10:07AM

Show HN: Krita Stable Diffusion Plugin

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
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 involved (requires CUDA 11.3, rabbitmq and more) - there is an installation file and instructions but likely need improvement, Krita Stable Diffusion plugin https://github.com/w4ffl35/krita_stable_diffusion stablediffusiond (daemon / queue runners) https://github.com/w4ffl35/stablediffusiond/tree/feature/krita-plugin stable diffusion https://github.com/w4ffl35/stable-diffusion/tree/feature/krita-plugin --- if anyone uses this and runs into problems, just open an issue in the appropriate repo and i'll do my best to help. https://github.com/w4ffl35/krita_stable_diffusion September 18, 2022 at 04:13AM

Show HN: A virtual Yubikey device for 2FA/WebAuthN

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: A virtual Yubikey device for 2FA/WebAuthN https://github.com/bulwarkid/virtual-fido September 18, 2022 at 03:22AM

Show HN: Hexadecimal to Binary Converter

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: Hexadecimal to Binary Converter https://hex2binary.com/ September 17, 2022 at 02:13PM

Show HN: Lota – An online ePub reader with VS Code style

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: Lota – An online ePub reader with VS Code style Previously when I wanted to learn languages by reading the original, I started looking for an EPUB reader. I wanted it to be 1. browser-based, so I could use my browser extensions 2. cross-platform, so I could read on different devices 3. able to read multiple books at the same time, so I don't have to open multiple windows Unfortunately, I didn't find it. As a developer, I really like the flexible layout and power of VS Code, so I tried to combine its design concept with EPUB reader, and Lota was born. https://www.lotareader.com September 17, 2022 at 02:40PM

Show HN: Make Legacy Code Readable Without Touching the Code, Just Using .yaml

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: Make Legacy Code Readable Without Touching the Code, Just Using .yaml https://marketplace.visualstudio.com/items?itemName=LeoSchmit.apiarist September 17, 2022 at 12:05PM

Show HN: We make artisanal collectible cards from freshly harvested binary trees

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: We make artisanal collectible cards from freshly harvested binary trees https://www.cs.cards?referrer=hn September 17, 2022 at 12:26PM

Show HN: The Semantic Graph

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: The Semantic Graph https://github.com/neuml/txtai/blob/master/examples/38_Introducing_the_Semantic_Graph.ipynb September 17, 2022 at 12:01AM

Show HN: Smart Device ESP32 Firmware for Home Lighting and Weather Station

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: Smart Device ESP32 Firmware for Home Lighting and Weather Station https://github.com/TheGeekExplorer/IoT-Home September 17, 2022 at 01:38AM

Show HN: Open-source orchestrator for ESP32, Arduino, STM32 etc.

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: Open-source orchestrator for ESP32, Arduino, STM32 etc. https://github.com/Luos-io/luos_engine September 16, 2022 at 09:32PM

Show HN: Goroutine-analyzer: A visual goroutine stack dump debugging tool

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: Goroutine-analyzer: A visual goroutine stack dump debugging tool https://github.com/openziti/goroutine-analyzer September 16, 2022 at 06:30PM

Show HN: Off-site, encrypted backups for $1/TB/month at 99.999999999% durability

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: Off-site, encrypted backups for $1/TB/month at 99.999999999% durability Hi, most people (hopefully) have local backups. However, when that backup fails, it is good to have a backup stored somewhere off-site. In the old days you would ship physical drives/tapes, which is cumbersome, costly, and slow. With fast upload speeds, it is now possible to upload your data to the cloud. I have found S3 Glacier Deep Archive to be a great solution for this: - It is very cheap ($1/TB/month for US region) - Very reliable (99.999999999% data durability, data spread over 3 Availability Zones) However, usability out of the box is not that great, I'm not aware of any automated backup solution for Deep Archive. This free project provides that. Currently, ZFS is required, but that might change. Please try it out and provide feedback! https://github.com/mrichtarsky/glacier_deep_archive_backup September 16, 2022 at 03:03PM

Show HN: Backstage – Three-speed scripting language and task automation tool

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: Backstage – Three-speed scripting language and task automation tool https://github.com/pyrustic/backstage September 16, 2022 at 05:28AM

Show HN: GenerationQ – Open Source Desktop GUI for Stable Diffusion and others

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: GenerationQ – Open Source Desktop GUI for Stable Diffusion and others https://github.com/westoncb/generation-q September 16, 2022 at 04:20AM

Show HN: PiChess: Chess puzzles from your games in printable PDF format

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: PiChess: Chess puzzles from your games in printable PDF format https://pichess.com September 16, 2022 at 03:15AM

Show HN: Grapevine – discover events and the groups attending

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: Grapevine – discover events and the groups attending https://apps.apple.com/gb/app/grapevine/id1639875054 September 16, 2022 at 02:31AM

Show HN: Aperture Open Source Flow Control and Reliability Platform

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: Aperture Open Source Flow Control and Reliability Platform Hello people of HN and fellow SREs! Over the past year, we have been building Aperture - an open-source flow control and reliability platform for cloud applications. Over the past few years, companies like LinkedIn[1], Google [2], Netflix [3], Stripe [4] have built cutting-edge flow control technologies to keep their applications reliable. Flow control is powerful because it enables graceful degradation- the ability to preserve key user experience pathways, even in the face of application failures. With Aperture project, we hope to democratize building reliable applications with effective flow control. Using Aperture’s powerful policy language, you can deploy flow control techniques such as weighted fair queuing for prioritized load-shedding and distributed rate-limiting for abuse prevention to your applications. Using modular components to build policies allows you to maintain optimal user experience during traffic spikes, prevents cloud resource wastage by regulating abusive users, and ensures that new feature rollouts don’t result in accidental downtime. We are excited to release Aperture as an open source project under the AGPL v3 license and invite SREs, DevOps, enthusiasts to give the project a try. We would love to hear your feedback on Aperture and how we can improve! Github: https://github.com/fluxninja/aperture Docs: https://docs.fluxninja.com/ Announcement: https://techcrunch.com/sponsor/fluxninja/fluxninja-announces... Explainer Video: https://www.youtube.com/watch?v=sEl4SMo3KNo [1]: https://engineering.linkedin.com/blog/2022/hodor--detecting- ... [2]: https://sre.google/sre-book/handling-overload/ [3]: https://netflixtechblog.com/keeping-netflix-reliable-using-p ... [4]: https://stripe.com/blog/rate-limiters https://github.com/fluxninja/aperture September 15, 2022 at 09:16PM

Show HN: A powerful way to write content

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
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 04:37PM

Show HN: Payitfwd.dev – Redirect donors to your dependencies

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: Payitfwd.dev – Redirect donors to your dependencies - Are you a well funded company maintaining popular open source projects? - Do you have a free spot in your github donor box? - Do you depend on underfunded dependencies? If yes to any of those then consider adding a payitfwd.dev link to your Github donor box! It will analyse your dependency graph and redirect to a random dependency's maintainer's funding link. Example: https://github.com/facebook/react becomes https://payitfwd.dev/facebook/react Let me know if you have any questions :) https://payitfwd.dev/ September 15, 2022 at 02:54PM

Show HN: Jenkins-fire-CLI A Jenkins command line tool built with Python-fire

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: Jenkins-fire-CLI A Jenkins command line tool built with Python-fire Jenkins community has provided the offical jenkins-cli.jar but it is not very intuitive to use. So I just create a tiny wrapper for it to make it less noisy by dowlonading the jar packages and injecting user credential automatically. Thanks to the google fire library creating a command line tools nowadays is incredibly simple. https://github.com/link89/jenkins-fire-cli September 15, 2022 at 12:58PM

Show HN: Yatai: Production-first ML platform on Kubernetes

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: Yatai: Production-first ML platform on Kubernetes https://github.com/bentoml/Yatai September 15, 2022 at 03:21AM

Show HN: iOS app to rent out your driveway

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: iOS app to rent out your driveway Heya! I built Kotse, an app that finds driveway parking for tourists. You can list your driveway up for short-term rentals, or book them as a guest if you're going to big events, cities, or even the beach. We're looking for feedback and beta testers. What do you guys think? Thanks! (p.s. apologies for the repost if you're seeing this again - wondering why my post keeps getting flagged. Is looking for beta testers not allowed? If so, I'll stop :D ) https://testflight.apple.com/join/1BsZKeIO September 15, 2022 at 03:28AM

Show HN: Cachegrand – a fast OSS Key-Value store built for modern hardware

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: Cachegrand – a fast OSS Key-Value store built for modern hardware I am the author of the platform, happy to reply to any question you might have! It scales up really nicely thanks to a year of research and development of the hashtable implemented in cachegrand, on the hardware used for benchmarking, an AMD EPYC 7502P, it was able to reach up to 5mln GET QPS and 4.5mln SET QPS, with batching up to 60mln GET QPS and up to 26MLN SET QPS. cachegrand is fast, it's fully Open Source, it's under a BSD 3-clause license - it can be used easily as standalone platform or incorporated in other ones without any licensing issue - and we are working to expand the Redis functionalities supported and to impelement a tiered storage to cache more data than the available memory. Longer term our goal is to expand the support to different platforms (e.g. memcache, kafka, etc.), add support to webassembly to have user defined functions and server side events, and of course a network bypass (combining XDP and a lockless FreeBSD tcp/ip stack) and a storage bypass. Although it can easily used via docker, here a direct link to the latest release https://github.com/danielealbano/cachegrand/releases/tag/v0.... Currently we are focused on supporting Redis, here the list of commands currently implemented https://github.com/danielealbano/cachegrand/blob/main/docs/a... https://github.com/danielealbano/cachegrand September 13, 2022 at 06:01PM

Show HN: StackAid – fund 100s of open source dependencies with one subscription

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
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 matching subscriptions up to $100/month during the beta. https://www.stackaid.us September 14, 2022 at 08:05PM

Show HN: Deploy your Rust app with one-line, for free

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
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://github.com/shuttle-hq/shuttle/tree/main/examples )! We are in alpha so constructive criticism and feedback are extra welcome! https://github.com/shuttle-hq/shuttle September 14, 2022 at 07:03PM

Show HN: Fide – Crunchbase for Web3 Projects and People

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
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 08:38AM

Show HN: ViruSaas – Virus Checks as a Service

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
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://github.com/hygieia-saas/hygieia-webapp , although it's not as polished as it could be (no tests, for example — but see above, no ambitious plans). The main reason to do the project was to follow through with my own tutorial at https://manuel.kiessling.net/2021/05/02/tutorial-react-singl... , which worked out quite nicely. https://app.virusaas.com/ September 14, 2022 at 04:49PM

Show HN: BoldContacts Mobile App for Alzheimer's, Parkinson's, ALS, MS, MD

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: BoldContacts Mobile App for Alzheimer's, Parkinson's, ALS, MS, MD https://github.com/SixArm/BoldContacts September 14, 2022 at 02:48AM

Show HN: WinHideEx – Hide windows files via Native API injection

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: WinHideEx – Hide windows files via Native API injection https://github.com/joshumax/WinHideEx September 14, 2022 at 01:36AM

Show HN: Mini Metroidvania in 13KB of JavaScript

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: Mini Metroidvania in 13KB of JavaScript As part of the annual JS13K games challenge, I've put together a pretty large (but small-in-code) Metroidvania game that fits in just 13KB of compressed Javascript. The source is available here: https://github.com/arikwex/infernal-sigil NOTE: the current head of the main branch is at 13.6KB due to quality of life patches. The legit 13KB version is tagged in github. Useful hacks: - Using Roadroller ( https://github.com/lifthrasiir/roadroller ) for compression - Compressing the map data as grayscale PNG paired with some code generation. - Using procedural animation for all characters. - Replacing string enum with numeric enums for compression. - Built a small game engine for object lifecycle and rendering. - Single function to generate unique procedural songs for different regions. https://arineonshark.itch.io/infernal-throne September 13, 2022 at 11:55PM

Show HN: pg_netstat, a Postgres extension to monitor database network traffic

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
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://github.com/supabase/pg_netstat September 13, 2022 at 06:21PM

Show HN: Cash: Tool for running shell commands on a large number of HPC nodes

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: Cash: Tool for running shell commands on a large number of HPC nodes https://github.com/janoliver/cash September 13, 2022 at 02:24PM

Show HN: BrainFlow the library to work with biosensors and neurointerfaces

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: BrainFlow the library to work with biosensors and neurointerfaces https://brainflow.org/ September 13, 2022 at 10:31AM

Show HN: Build your own feed of creators from YouTube, podcasts, Substack, etc.

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: Build your own feed of creators from YouTube, podcasts, Substack, etc. https://indieworld.io/ September 13, 2022 at 08:55AM

Show HN: Interactive Music Theory Cheat Sheet

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: Interactive Music Theory Cheat Sheet https://muted.io/cheat-sheet/ September 13, 2022 at 07:23AM

Show HN: Revup – Revolutionary commit-based code review and workflow tools

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: Revup – Revolutionary commit-based code review and workflow tools https://github.com/Skydio/revup September 13, 2022 at 06:49AM

Show HN: IPDetective bots using IP address

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: IPDetective bots using IP address IPDetective collects data from about 60+ different sources such as official cloud provider endpoints and public VPN/Proxy/Tor/Bot net lists. Then aggregates this data into a fast and easy to use API that can be integrated into applications or scripts easily. IPDetective started as a hobby project for my other hobby projects :) and I decided to wrap a simple website around and offer it as a service. Let me know what your thoughts, if you find value in this service or if you have any feature requests. https://ipdetective.io September 13, 2022 at 01:27AM

Show HN: Build dashboards in Jupyter Notebook with numeric and chart boxes

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: Build dashboards in Jupyter Notebook with numeric and chart boxes https://github.com/mljar/bloxs September 12, 2022 at 01:41PM

Show HN: Go to random locations, parks and restaurants

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
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://randomlocation.xyz/help.txt It's a non-commercial fun thing I created for my own use. Give it a try https://randomlocation.xyz/? September 12, 2022 at 12:35PM

Show HN: One-click crypto paper trading

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: One-click crypto paper trading https://testnet.coincabin.io/app/funds?throwaway=true September 12, 2022 at 02:59AM

Show HN: eInk Android Phone, I’m using it as a shipping label

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: eInk Android Phone, I’m using it as a shipping label https://twitter.com/schappi/status/1569056276570841088 September 12, 2022 at 01:54AM

Show HN: Supportpage – AI Powered Support Pages and Ticketing System

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: Supportpage – AI Powered Support Pages and Ticketing System https://supportpage.io/ September 12, 2022 at 12:25AM

Show HN: I built a language learning quiz app

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: I built a language learning quiz app https://vocab.ling-academy.com/ September 11, 2022 at 11:25PM

Show HN: Weejur – micro-blog from your email account

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: Weejur – micro-blog from your email account https://www.weejur.com September 11, 2022 at 08:49PM

Show HN: Compass and Ruler construction problems as puzzle game

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: Compass and Ruler construction problems as puzzle game Ecocoru is a puzzle game where you have to solve compass and ruler construction problems. The game mimics compass and ruler and let you draw straight lines/segments and circles/arcs. You can also view and explore a solution for each problem. A basic knowledge of well-known results of Euclidean geometry is needed to play the game. The game has over 70 problems.The game is designed for full-screen mode and the use of the mouse. https://sdkgames.itch.io/ecocoru September 11, 2022 at 08:55PM

Show HN: A 3D city created with GitHub real-time contribution datas

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: A 3D city created with GitHub real-time contribution datas https://live.ossinsight.io/ September 11, 2022 at 08:22PM

Show HN: Chard – simple async/await background tasks for Django

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: Chard – simple async/await background tasks for Django https://github.com/drpancake/chard September 11, 2022 at 06:46PM

Show HN: pg_idkit, a Postgres extension for generating exotic UUIDs

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: pg_idkit, a Postgres extension for generating exotic UUIDs https://github.com/t3hmrman/pg_idkit September 11, 2022 at 05:16PM

Show HN: Open-source animated chart presentations in computational notebooks

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: Open-source animated chart presentations in computational notebooks https://github.com/vizzuhq/ipyvizzu-story September 11, 2022 at 05:11PM

Show HN: Diffusion.gallery – A Constantly Changing Machine Generated Art Gallery

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: Diffusion.gallery – A Constantly Changing Machine Generated Art Gallery https://www.diffusion.gallery/ September 11, 2022 at 04:55AM

Show HN: QWER- SvelteKit Blog Starter. 100 PageSpeed Insights

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: QWER- SvelteKit Blog Starter. 100 PageSpeed Insights https://github.com/kwchang0831/svelte-QWER September 10, 2022 at 08:52PM

Show HN: Generate Protobuf definitions conforming to popular design guides

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: Generate Protobuf definitions conforming to popular design guides https://github.com/slavovojacek/cloudstd September 10, 2022 at 04:41PM

Show HN: Send cold messages on Twitter at scale

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: Send cold messages on Twitter at scale https://dmbird.app September 10, 2022 at 02:34PM

Show HN: We make apps/extensions for ChromeOS (Yes, some people do that)

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: We make apps/extensions for ChromeOS (Yes, some people do that) https://www.crosexperts.com/ September 10, 2022 at 02:54AM

Show HN: Extract Markdown, HTML or text from content-heavy websites

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: Extract Markdown, HTML or text from content-heavy websites https://content-parser.com/ September 10, 2022 at 10:48AM

Show HN: Step up your Midjourney AI images with this prompt autocomplete

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: Step up your Midjourney AI images with this prompt autocomplete To build this model, we scraped 4 weeks' worth of user-issued text prompts from Midjourney's public Discord server. We released the dataset on Kaggle: https://www.kaggle.com/datasets/succinctlyai/midjourney-text... . https://huggingface.co/succinctly/text2image-prompt-generator September 10, 2022 at 07:44AM

Show HN: GPT-3 and similar models are vulnerable to command injection

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
Show HN: GPT-3 and similar models are vulnerable to command injection https://arxiv.org/abs/2209.02128 September 10, 2022 at 03:19AM

Show HN: We're building a search engine for GCP

godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
godaddy, bigrock, bluehost, hostgator, hetzner, ovh, siteground, site5, kinsta, cloudways, inmotion, racknerd
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 HackerNews and Craigslists, because ultimately, we just need to list/search and maybe submit a webform. This year I convinced my friend to quit their coding gig on Wall Street to help me make the cloud accessible. We’ve started with a small tool to this end: a search engine for the cloud. What we have demo-able for you today is the GCP component of it. Our tech: - Go with conservative sprinkles of VanillaJS. It allowed us to focus on the domain rather than the language. - SSR. Right now the pages are under the magical 14kb, but we’re eyeing the - HTMX (rendering fragments of HTML strings from the server) pattern - We’ll dabble with Elixir, Rust, and Zig in other parts of the system - GCP (We think GCP runs great once you get set. The problem is getting to that point, which is what we want to help others do). We also have some stuff on AWS. - Plaintext. Our “agile process” was a TODO.org file, and Git. It’ll be super fun to do a timelapse of it. https://listvms.com/demo September 9, 2022 at 10:27PM