Monday, 19 September 2022

Show HN: Create REST APIs with just a simple GraphQL query. https://bit.ly/3BVg6nY

Show HN: Create REST APIs with just a simple GraphQL query. https://bit.ly/3eZjEMO September 19, 2022 at 10:46PM

Show HN: TxtNet Browser – A Web Browser That Communicates over SMS https://bit.ly/3duPUXN

Show HN: TxtNet Browser – A Web Browser That Communicates over SMS https://bit.ly/3dtU5Dc September 20, 2022 at 12:20AM

Show HN: Redframes, a Python data manipulation library like dplyr https://bit.ly/3qNo38a

Show HN: Redframes, a Python data manipulation library like dplyr https://bit.ly/3BNfSht September 19, 2022 at 08:14PM

Show HN: Explore 100M Medical Prices https://bit.ly/3qOkI8L

Show HN: Explore 100M Medical Prices https://bit.ly/3SddfvR September 19, 2022 at 05:30PM

Show HN: DevTools-X – a cross platform alternative of devutils and devtoys https://bit.ly/3BTHNxr

Show HN: DevTools-X – a cross platform alternative of devutils and devtoys https://bit.ly/3BkFOQY September 19, 2022 at 03:18PM

Show HN: Lost Pixel – open-source visual regression testing for your frontend https://bit.ly/3qRKoBD

Show HN: Lost Pixel – open-source visual regression testing for your frontend https://bit.ly/3cv2dCY September 19, 2022 at 02:18PM

Show HN: Implementing a simple FORTH, inspired by a Hacker News thread https://bit.ly/3SgSDTy

Show HN: Implementing a simple FORTH, inspired by a Hacker News thread https://bit.ly/3cfT7Fm September 19, 2022 at 12:42PM

Show HN: Coroot – a monitoring tool for microservice architectures https://bit.ly/3Sd5iXt

Show HN: Coroot – a monitoring tool for microservice architectures https://bit.ly/3xBmNc1 September 19, 2022 at 12:39PM

Show HN: Vanity Post – Create a stylish image/video of your post https://bit.ly/3qMqpEk

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://bit.ly/3LmEW37 https://bit.ly/3DAhEVv September 19, 2022 at 09:33AM

Sunday, 18 September 2022

Show HN: Distributed JMAP and IMAP Servers in Rust https://bit.ly/3xyhf28

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://bit.ly/3Bu7NxF [2]: https://bit.ly/3BqEZq2 https://bit.ly/3Bu7NxF September 19, 2022 at 05:57AM

Show HN: Create, share or browse multimedia polls (image, video, audio, text) https://bit.ly/3RWEiM0

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://bit.ly/3RSgAQZ September 18, 2022 at 10:56PM

Show HN: iq – jq for images (using rust, LALRPOP) https://bit.ly/3BqcFEe

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

Show HN: An ORM for PHP that understands your table relationships https://bit.ly/3Dw2S29

Show HN: An ORM for PHP that understands your table relationships https://bit.ly/3xxOqD1 September 18, 2022 at 07:06PM

Show HN: BookmarkFS – Store files as Chrome bookmarks that sync between devices https://bit.ly/3BmW58h

Show HN: BookmarkFS – Store files as Chrome bookmarks that sync between devices https://bit.ly/3UmejPE September 18, 2022 at 03:29PM

Show HN: our Open Source Platform for powering Self-Hosted Events https://bit.ly/3LmZwAa

Show HN: our Open Source Platform for powering Self-Hosted Events https://bit.ly/3xBxR95 September 18, 2022 at 10:17AM

Saturday, 17 September 2022

Show HN: I created a (maybe?) new type of puzzle, try it here https://bit.ly/3DuoE6l

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

Show HN: Krita Stable Diffusion Plugin https://bit.ly/3dqXYJa

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://bit.ly/3Bpdc9l stablediffusiond (daemon / queue runners) https://bit.ly/3BQvvpA stable diffusion https://bit.ly/3Sfl6sy --- 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://bit.ly/3Bpdc9l September 17, 2022 at 11:43PM

Show HN: Project Atlas- Generate even complex automations from simple language https://bit.ly/3BLcBAj

Show HN: Project Atlas- Generate even complex automations from simple language We started solving this problem when we launched in august of last year, and we finally reached an MVP that users are testing now! We also setup a framework such that users can help us train new solutions daily. I appreciate any feedback. If anyone is interested in helping us train, we're directly paying for automations on the training list in the blog post. https://bit.ly/3BQ0Sk6 September 17, 2022 at 05:02PM

Show HN: Processing Nginx Logs with Python https://bit.ly/3S8Auag

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

Show HN: We make artisanal collectible cards from freshly harvested binary trees https://bit.ly/3qNfU3u

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