Posts

Showing posts from May, 2022

Show HN: IndieWatch – a weekly newsletter showcasing the best indie iOS apps https://ift.tt/fBLmeQZ

Show HN: IndieWatch – a weekly newsletter showcasing the best indie iOS apps https://indie.watch/ June 1, 2022 at 03:49AM

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

Show HN: Fullstack web should be easy https://ift.tt/xjPWt5g May 31, 2022 at 04:59AM Click here for more... from #Bangladesh #News aka Bangladesh News Now!!! Click here for more... from #Bangladesh #News aka Bangladesh News Now!!!

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

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

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

Show HN: Fullstack web should be easy https://ift.tt/xjPWt5g May 31, 2022 at 04:59AM Click here for more... from #Bangladesh #News aka Bangladesh News Now!!!

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Show HN: A Simple and Free Cloud List DB https://arraylist.org May 30, 2022 at 01:15AM

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

Show HN: Spanish Basic https://ift.tt/PhZBVIW May 30, 2022 at 12:38AM Click here for more... from #Bangladesh #News aka Bangladesh News Now!!!

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

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

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

Show HN: Spanish Basic https://ift.tt/PhZBVIW May 30, 2022 at 12:38AM

Show HN: I wrote a short story about AR contact lenses and daemons https://ift.tt/zpoQFUl

Show HN: I wrote a short story about AR contact lenses and daemons https://ift.tt/DQBmvb2 May 28, 2022 at 11:50PM Click here for more... from #Bangladesh #News aka Bangladesh News Now!!! Click here for more... from #Bangladesh #News aka Bangladesh News Now!!! Click here for more... from #Bangladesh #News aka Bangladesh News Now!!! Click here for more... from #Bangladesh #News aka Bangladesh News Now!!! Click here for more... from #Bangladesh #News aka Bangladesh News Now!!! Click here for more... from #Bangladesh #News aka Bangladesh News Now!!! Click here for more... from #Bangladesh #News aka Bangladesh News Now!!!

Show HN: I wrote a short story about AR contact lenses and daemons https://ift.tt/zpoQFUl

Show HN: I wrote a short story about AR contact lenses and daemons https://ift.tt/DQBmvb2 May 28, 2022 at 11:50PM Click here for more... from #Bangladesh #News aka Bangladesh News Now!!! Click here for more... from #Bangladesh #News aka Bangladesh News Now!!! Click here for more... from #Bangladesh #News aka Bangladesh News Now!!! Click here for more... from #Bangladesh #News aka Bangladesh News Now!!! Click here for more... from #Bangladesh #News aka Bangladesh News Now!!! Click here for more... from #Bangladesh #News aka Bangladesh News Now!!!

Show HN: I wrote a short story about AR contact lenses and daemons https://ift.tt/zpoQFUl

Show HN: I wrote a short story about AR contact lenses and daemons https://ift.tt/DQBmvb2 May 28, 2022 at 11:50PM Click here for more... from #Bangladesh #News aka Bangladesh News Now!!! Click here for more... from #Bangladesh #News aka Bangladesh News Now!!! Click here for more... from #Bangladesh #News aka Bangladesh News Now!!! Click here for more... from #Bangladesh #News aka Bangladesh News Now!!! Click here for more... from #Bangladesh #News aka Bangladesh News Now!!!

Show HN: I wrote a short story about AR contact lenses and daemons https://ift.tt/zpoQFUl

Show HN: I wrote a short story about AR contact lenses and daemons https://ift.tt/DQBmvb2 May 28, 2022 at 11:50PM Click here for more... from #Bangladesh #News aka Bangladesh News Now!!! Click here for more... from #Bangladesh #News aka Bangladesh News Now!!! Click here for more... from #Bangladesh #News aka Bangladesh News Now!!! Click here for more... from #Bangladesh #News aka Bangladesh News Now!!!

Show HN: I wrote a short story about AR contact lenses and daemons https://ift.tt/zpoQFUl

Show HN: I wrote a short story about AR contact lenses and daemons https://ift.tt/DQBmvb2 May 28, 2022 at 11:50PM Click here for more... from #Bangladesh #News aka Bangladesh News Now!!! Click here for more... from #Bangladesh #News aka Bangladesh News Now!!! Click here for more... from #Bangladesh #News aka Bangladesh News Now!!!

Show HN: I wrote a short story about AR contact lenses and daemons https://ift.tt/zpoQFUl

Show HN: I wrote a short story about AR contact lenses and daemons https://ift.tt/DQBmvb2 May 28, 2022 at 11:50PM Click here for more... from #Bangladesh #News aka Bangladesh News Now!!! Click here for more... from #Bangladesh #News aka Bangladesh News Now!!!

Show HN: I wrote a short story about AR contact lenses and daemons https://ift.tt/zpoQFUl

Show HN: I wrote a short story about AR contact lenses and daemons https://ift.tt/DQBmvb2 May 28, 2022 at 11:50PM Click here for more... from #Bangladesh #News aka Bangladesh News Now!!!

Show HN: I wrote a short story about AR contact lenses and daemons https://ift.tt/zpoQFUl

Show HN: I wrote a short story about AR contact lenses and daemons https://ift.tt/DQBmvb2 May 28, 2022 at 11:50PM

Show HN: Python package which allows easy access to alternative investment data https://ift.tt/5yQgIC9

Show HN: Python package which allows easy access to alternative investment data https://ift.tt/WVNihBM May 27, 2022 at 11:13PM

Show HN: Stand out with your Resume. Use Resoume https://ift.tt/a50WeTz

Show HN: Stand out with your Resume. Use Resoume My Indie hacking journey continues~ After a bit over 2 years as a solo dev, I am proud of how far I have come with Resoume. Still all alone :D Resoume is now an AI-powered resume optimization tool to help you analyze your CV. It then provides you with suggestions on how to improve your CV. On top, I also got a great set of templates with a lot of customization to make every CV unique. Resoume covers your job-seeking journey from design to content. And helps your CV to be perfectly tailored toward the job you want to apply for! That is it from me. Would love to hear your thoughts Enjoy your day! Gobie https://ift.tt/6Up197P May 27, 2022 at 10:43PM Click here for more... from #Bangladesh #News aka Bangladesh News Now!!! Click here for more... from #Bangladesh #News aka Bangladesh News Now!!!

Show HN: Contribution Graph as a Git Command https://ift.tt/F2qCQ4L

Show HN: Contribution Graph as a Git Command https://ift.tt/NbqogAi May 27, 2022 at 10:50PM

Show HN: Stand out with your Resume. Use Resoume https://ift.tt/a50WeTz

Show HN: Stand out with your Resume. Use Resoume My Indie hacking journey continues~ After a bit over 2 years as a solo dev, I am proud of how far I have come with Resoume. Still all alone :D Resoume is now an AI-powered resume optimization tool to help you analyze your CV. It then provides you with suggestions on how to improve your CV. On top, I also got a great set of templates with a lot of customization to make every CV unique. Resoume covers your job-seeking journey from design to content. And helps your CV to be perfectly tailored toward the job you want to apply for! That is it from me. Would love to hear your thoughts Enjoy your day! Gobie https://ift.tt/6Up197P May 27, 2022 at 10:43PM Click here for more... from #Bangladesh #News aka Bangladesh News Now!!!

Show HN: Stand out with your Resume. Use Resoume https://ift.tt/a50WeTz

Show HN: Stand out with your Resume. Use Resoume My Indie hacking journey continues~ After a bit over 2 years as a solo dev, I am proud of how far I have come with Resoume. Still all alone :D Resoume is now an AI-powered resume optimization tool to help you analyze your CV. It then provides you with suggestions on how to improve your CV. On top, I also got a great set of templates with a lot of customization to make every CV unique. Resoume covers your job-seeking journey from design to content. And helps your CV to be perfectly tailored toward the job you want to apply for! That is it from me. Would love to hear your thoughts Enjoy your day! Gobie https://ift.tt/6Up197P May 27, 2022 at 10:43PM

Show HN: I Made an App to Locate the Closest Mexican Pizza https://ift.tt/WYo4pqL

Show HN: I Made an App to Locate the Closest Mexican Pizza https://ift.tt/uyLNZVg May 26, 2022 at 10:49PM Click here for more... from #Bangladesh #News aka Bangladesh News Now!!! Click here for more... from #Bangladesh #News aka Bangladesh News Now!!!

Show HN: Developer Friendly Natural Language Processing https://ift.tt/yqPk4SB

Show HN: Developer Friendly Natural Language Processing https://ift.tt/Mc4a2X6 May 26, 2022 at 11:28PM Click here for more... from #Bangladesh #News aka Bangladesh News Now!!!

Show HN: Froebel–a strictly typed utility library for Deno, Node, and Browsers https://ift.tt/Mjnw0sT

Show HN: Froebel–a strictly typed utility library for Deno, Node, and Browsers https://ift.tt/uUIE93g May 27, 2022 at 02:01AM

Show HN: I Made an App to Locate the Closest Mexican Pizza https://ift.tt/WYo4pqL

Show HN: I Made an App to Locate the Closest Mexican Pizza https://ift.tt/uyLNZVg May 26, 2022 at 10:49PM Click here for more... from #Bangladesh #News aka Bangladesh News Now!!!

Show HN: Developer Friendly Natural Language Processing https://ift.tt/yqPk4SB

Show HN: Developer Friendly Natural Language Processing https://ift.tt/Mc4a2X6 May 26, 2022 at 11:28PM

Show HN: I Made an App to Locate the Closest Mexican Pizza https://ift.tt/WYo4pqL

Show HN: I Made an App to Locate the Closest Mexican Pizza https://ift.tt/uyLNZVg May 26, 2022 at 10:49PM

Show HN: Arctype, a cross-platform database GUI for developers and teams https://ift.tt/JYoQuhN

Show HN: Arctype, a cross-platform database GUI for developers and teams Hi HN! I’m Justin, founder and CEO of Arctype, and we’re very excited to share Arctype with the community. Arctype is a cross-platform GUI (soon to be open-sourced) to manage and query your databases, with built-in collaboration and visualization. It currently supports Postgres, MySQL, and SQLite, as well as newer-generation databases like ClickHouse, PlanetScale, and Yugabyte (and more coming very soon!). Think of Arctype as “phpMyAdmin meets Postman”. Most of our team grew up learning how to program using the LAMP stack and we missed the experience of interacting with our databases using phpMyAdmin. We wanted to bring back the experience of a simple app that lets you explore and query your databases, but with an updated and modernized interface. At the same time, we were heavily inspired by the ease-of-use and collaboration features of Postman. We wanted to create a super useful, collaborative app like Postman t

Show HN: ZenML – Portable, production-ready MLOps pipelines https://ift.tt/fiCdUeW

Show HN: ZenML – Portable, production-ready MLOps pipelines https://ift.tt/MYiNZ8t May 25, 2022 at 09:58PM

Show HN: Metagration – Migrate Postgres with Postgres https://ift.tt/LUSTCDE

Show HN: Metagration – Migrate Postgres with Postgres https://ift.tt/N0qIpOU May 26, 2022 at 12:52AM

Show HN: Arctype, a cross-platform database GUI for developers and teams https://ift.tt/JYoQuhN

Show HN: Arctype, a cross-platform database GUI for developers and teams Hi HN! I’m Justin, founder and CEO of Arctype, and we’re very excited to share Arctype with the community. Arctype is a cross-platform GUI (soon to be open-sourced) to manage and query your databases, with built-in collaboration and visualization. It currently supports Postgres, MySQL, and SQLite, as well as newer-generation databases like ClickHouse, PlanetScale, and Yugabyte (and more coming very soon!). Think of Arctype as “phpMyAdmin meets Postman”. Most of our team grew up learning how to program using the LAMP stack and we missed the experience of interacting with our databases using phpMyAdmin. We wanted to bring back the experience of a simple app that lets you explore and query your databases, but with an updated and modernized interface. At the same time, we were heavily inspired by the ease-of-use and collaboration features of Postman. We wanted to create a super useful, collaborative app like Postman t

Show HN: Arctype, a cross-platform database GUI for developers and teams https://ift.tt/JYoQuhN

Show HN: Arctype, a cross-platform database GUI for developers and teams Hi HN! I’m Justin, founder and CEO of Arctype, and we’re very excited to share Arctype with the community. Arctype is a cross-platform GUI (soon to be open-sourced) to manage and query your databases, with built-in collaboration and visualization. It currently supports Postgres, MySQL, and SQLite, as well as newer-generation databases like ClickHouse, PlanetScale, and Yugabyte (and more coming very soon!). Think of Arctype as “phpMyAdmin meets Postman”. Most of our team grew up learning how to program using the LAMP stack and we missed the experience of interacting with our databases using phpMyAdmin. We wanted to bring back the experience of a simple app that lets you explore and query your databases, but with an updated and modernized interface. At the same time, we were heavily inspired by the ease-of-use and collaboration features of Postman. We wanted to create a super useful, collaborative app like Postman t

Show HN: My free course for learning Imba https://ift.tt/uJSlvMH

Show HN: My free course for learning Imba Today I launched an Imba course for Scrimba.com. Imba is an amazing language for building web applications, that deserves more attention. Watch my announcement video: https://www.youtube.com/watch?v=CDSIsvZJhow Take the course (it's free): https://ift.tt/qAPS6aG Some context: I fell in love with the Imba programming language a couple years ago and quit my job to spend all my time building projects with Imba. The first one being TaskTXT ( https://www.tasktxt.com ), a plaintext notepad with built-in timers. It's full of UI details that were a joy to build with Imba. Trying to build things like this with React in the past honestly made me feel dumb. Imba ( https://www.imba.io ) is a language that compiles to Javascript, like TypeScript or JSX. Imba's syntax diverges much more from Javascript, looking more like Python or Ruby. It's compatible with Javascript and Typescript and NPM modules. It also has fantastic VSCode tooling and ev

Show HN: WaifuXL - SOTA image upscaling neural network that runs in the browser https://ift.tt/C9KAkvu

Show HN: WaifuXL - SOTA image upscaling neural network that runs in the browser WaifuXL is our state of the art super resolution model trained on ~1,200,000 anime style images from the Danbooru2021 dataset. You can run it straight from your browser, entirely client-side, at https://waifuxl.com . Using the Onnx Runtime, we stream the weights of our ML models directly onto your device to be executed locally in WebAssembly. Doing so allows us to provide this service solely through a static webpage, no backend for model execution needed. This has the added benefit of enabling the privacy of your images--your images are not, and never will be, sent to us. Our original inspiration for this project was waifu2x ( http://waifu2x.udp.jp ). In general, our model will outperform those used on waifu2x by a significant margin, without the need for multiple models trained on various noise reduction levels. Note that while you _can_ upscale natural (real) images, the model was only trained on anime st

Show HN: Make your Gmail Inbox easier to use with a better rule manager https://ift.tt/9iyGNUq

Show HN: Make your Gmail Inbox easier to use with a better rule manager Been building something that will hopefully be useful to the community and Gmail users in general - would love to get any feedback / thoughts! So my Gmail inbox used to be a mess, especially after I signed up for a few newsletters. I tried creating filters by using "Filter messages like these", but I ended up with 50 rules that could be condensed to ~20. It was also difficult to get a good overview of what all the different rules are doing. So a friend and I built a website called SortEm to help us out. Check out some the rules we added in this link and apply them to your inbox if you find them useful! The 10 rules in the link are for stuff like: Marking large emails with the label ">10MB" Marking emails from eBay and Amazon with "e-com" labels Marking emails with keywords of newsletters and promotions as "Newsletter | Promotion" and making them skip the inbox Marking emai

Show HN: A game that teaches Git https://ift.tt/RwXIsAO

Show HN: A game that teaches Git https://ift.tt/DVxtf85 May 24, 2022 at 02:40AM Click here for more... from #Bangladesh #News aka Bangladesh News Now!!! Click here for more... from #Bangladesh #News aka Bangladesh News Now!!!

Show HN: IndigoStack – a new native macOS app for local web development https://ift.tt/kWY1uiN

Show HN: IndigoStack – a new native macOS app for local web development https://ift.tt/qdVirZU May 24, 2022 at 04:29AM

Show HN: A game that teaches Git https://ift.tt/RwXIsAO

Show HN: A game that teaches Git https://ift.tt/DVxtf85 May 24, 2022 at 02:40AM Click here for more... from #Bangladesh #News aka Bangladesh News Now!!!

Show HN: A game that teaches Git https://ift.tt/RwXIsAO

Show HN: A game that teaches Git https://ift.tt/DVxtf85 May 24, 2022 at 02:40AM

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

Show HN: Coming Soon Kit – 50+ coming soon pages built with tailwind CSS https://ift.tt/6jDdhus May 23, 2022 at 02:48AM Click here for more... from #Bangladesh #News aka Bangladesh News Now!!!

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

Show HN: Quizdle – 5 daily quiz questions https://ift.tt/S9AvQiI May 22, 2022 at 07:57PM Click here for more... from #Bangladesh #News aka Bangladesh News Now!!! Click here for more... from #Bangladesh #News aka Bangladesh News Now!!! Click here for more... from #Bangladesh #News aka Bangladesh News Now!!!

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

Show HN: Coming Soon Kit – 50+ coming soon pages built with tailwind CSS https://ift.tt/6jDdhus May 23, 2022 at 02:48AM

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

Show HN: Quizdle – 5 daily quiz questions https://ift.tt/S9AvQiI May 22, 2022 at 07:57PM Click here for more... from #Bangladesh #News aka Bangladesh News Now!!! Click here for more... from #Bangladesh #News aka Bangladesh News Now!!!

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

Show HN: Quizdle – 5 daily quiz questions https://ift.tt/S9AvQiI May 22, 2022 at 07:57PM Click here for more... from #Bangladesh #News aka Bangladesh News Now!!!

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

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

Show HN: TypeManager.TS – Transform plain JSON into JavaScript model classes https://ift.tt/URfn24b

Show HN: TypeManager.TS – Transform plain JSON into JavaScript model classes https://ift.tt/io6LEm3 May 22, 2022 at 01:12AM

Show HN: A fully automated podcast – actually 12 podcasts https://ift.tt/IPHyBiV

Show HN: A fully automated podcast – actually 12 podcasts "That Horoscope Podcast - Aquarius" and it's eleven siblings - are daily podcasts that are end-to-end programatically generated e.g. scripted, voiced, post-produced and uploaded. Would love to get some first impression feed back and hear how others would achive the same thing! https://ift.tt/UmvtZjk May 22, 2022 at 12:53AM Click here for more... from #Bangladesh #News aka Bangladesh News Now!!!

Show HN: Binary Counting https://ift.tt/vuFraUJ

Show HN: Binary Counting https://ift.tt/1HfebRr May 21, 2022 at 10:47PM Click here for more... from #Bangladesh #News aka Bangladesh News Now!!! Click here for more... from #Bangladesh #News aka Bangladesh News Now!!!

Show HN: A fully automated podcast – actually 12 podcasts https://ift.tt/IPHyBiV

Show HN: A fully automated podcast – actually 12 podcasts "That Horoscope Podcast - Aquarius" and it's eleven siblings - are daily podcasts that are end-to-end programatically generated e.g. scripted, voiced, post-produced and uploaded. Would love to get some first impression feed back and hear how others would achive the same thing! https://ift.tt/UmvtZjk May 22, 2022 at 12:53AM

Show HN: Binary Counting https://ift.tt/vuFraUJ

Show HN: Binary Counting https://ift.tt/1HfebRr May 21, 2022 at 10:47PM Click here for more... from #Bangladesh #News aka Bangladesh News Now!!!

Show HN: Binary Counting https://ift.tt/vuFraUJ

Show HN: Binary Counting https://ift.tt/1HfebRr May 21, 2022 at 10:47PM

Show HN: Chrome Extension for eBay Kleinanzeigen (German Only) https://ift.tt/jEwhJib

Show HN: Chrome Extension for eBay Kleinanzeigen (German Only) https://ift.tt/DRIr8HV May 21, 2022 at 12:21AM Click here for more... from #Bangladesh #News aka Bangladesh News Now!!! Click here for more... from #Bangladesh #News aka Bangladesh News Now!!!

Show HN: Releasing Vulnerabilities of Open Source Software https://ift.tt/Buh7HGi

Show HN: Releasing Vulnerabilities of Open Source Software Thrilled to announce that very soon The List Of Vulnerabilities collected from multiple platforms including ( npm, Maven, Go, NuGet, PyPI, RubyGems, crates.io, Packagist, Linux, OSS-Fuzz ) will be live at https://ift.tt/C0uv5ix. In short we are making sure that no vulnerability is left unreported and your software/service is always protected from unexpected attacks. Who doesn’t know Vulert Yet: Vulert, without any integration, notifies you if a Security Issue is found in any of the open-source software you are relying upon. HOW DOES VULERT PROTECT YOU ? PRIVACY: You don't need to share your codebase or integrate anything, all you need to do is to upload the list of open-source software you use. IMPROVED SECURITY: Existing solutions check the Current Security of your software. Unlike them we track your application not only for current but also for Future Security Issues. ECONOMICAL: You don’t need security staff just to keep

Show HN: Online dice roller for tabletop roleplaying games https://ift.tt/8Vo1fI9

Show HN: Online dice roller for tabletop roleplaying games https://ift.tt/FUtMKgA May 20, 2022 at 05:55PM Click here for more... from #Bangladesh #News aka Bangladesh News Now!!! Click here for more... from #Bangladesh #News aka Bangladesh News Now!!!

Show HN: Chrome Extension for eBay Kleinanzeigen (German Only) https://ift.tt/jEwhJib

Show HN: Chrome Extension for eBay Kleinanzeigen (German Only) https://ift.tt/DRIr8HV May 21, 2022 at 12:21AM Click here for more... from #Bangladesh #News aka Bangladesh News Now!!!

Show HN: Online dice roller for tabletop roleplaying games https://ift.tt/8Vo1fI9

Show HN: Online dice roller for tabletop roleplaying games https://ift.tt/FUtMKgA May 20, 2022 at 05:55PM Click here for more... from #Bangladesh #News aka Bangladesh News Now!!!

Show HN: Chrome Extension for eBay Kleinanzeigen (German Only) https://ift.tt/jEwhJib

Show HN: Chrome Extension for eBay Kleinanzeigen (German Only) https://ift.tt/DRIr8HV May 21, 2022 at 12:21AM

Show HN: Online dice roller for tabletop roleplaying games https://ift.tt/8Vo1fI9

Show HN: Online dice roller for tabletop roleplaying games https://ift.tt/FUtMKgA May 20, 2022 at 05:55PM

Show HN: Tree-view visualization of threaded Twitter conversations https://ift.tt/siNpErh

Show HN: Tree-view visualization of threaded Twitter conversations https://threadtree.xyz May 20, 2022 at 12:45AM Click here for more... from #Bangladesh #News aka Bangladesh News Now!!!

Show HN: Mprocs – TUI for controlling multiple processes in one terminal https://ift.tt/VTyhoSC

Show HN: Mprocs – TUI for controlling multiple processes in one terminal https://ift.tt/DkFOphW May 20, 2022 at 12:42AM Click here for more... from #Bangladesh #News aka Bangladesh News Now!!!

Show HN: I built a VR laser tag course you can run around in https://ift.tt/sCnriJB

Show HN: I built a VR laser tag course you can run around in https://www.youtube.com/watch?v=ABuk6jXdKw0 May 20, 2022 at 12:19AM Click here for more... from #Bangladesh #News aka Bangladesh News Now!!!

Show HN: Tree-view visualization of threaded Twitter conversations https://ift.tt/siNpErh

Show HN: Tree-view visualization of threaded Twitter conversations https://threadtree.xyz May 20, 2022 at 12:45AM

Show HN: Mprocs – TUI for controlling multiple processes in one terminal https://ift.tt/VTyhoSC

Show HN: Mprocs – TUI for controlling multiple processes in one terminal https://ift.tt/DkFOphW May 20, 2022 at 12:42AM

Show HN: I built a VR laser tag course you can run around in https://ift.tt/sCnriJB

Show HN: I built a VR laser tag course you can run around in https://www.youtube.com/watch?v=ABuk6jXdKw0 May 20, 2022 at 12:19AM

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

Show HN: Comtrya – Configuration Management for Localhost https://ift.tt/j0wm9G2 May 19, 2022 at 04:53AM Click here for more... from #Bangladesh #News aka Bangladesh News Now!!! Click here for more... from #Bangladesh #News aka Bangladesh News Now!!! Click here for more... from #Bangladesh #News aka Bangladesh News Now!!!

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

Show HN: The opposite of a job board, an ideal role board for product folks https://ift.tt/BGUfEnQ May 18, 2022 at 11:28PM Click here for more... from #Bangladesh #News aka Bangladesh News Now!!!

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

Show HN: Comtrya – Configuration Management for Localhost https://ift.tt/j0wm9G2 May 19, 2022 at 04:53AM Click here for more... from #Bangladesh #News aka Bangladesh News Now!!! Click here for more... from #Bangladesh #News aka Bangladesh News Now!!!

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

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

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

Show HN: Comtrya – Configuration Management for Localhost https://ift.tt/j0wm9G2 May 19, 2022 at 04:53AM Click here for more... from #Bangladesh #News aka Bangladesh News Now!!!

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

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

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

Show HN: Hyper: A bookmarklet and web application to optimize reading speed https://ift.tt/2mgtcuE May 18, 2022 at 03:54AM Click here for more... from #Bangladesh #News aka Bangladesh News Now!!! Click here for more... from #Bangladesh #News aka Bangladesh News Now!!! Click here for more... from #Bangladesh #News aka Bangladesh News Now!!! Click here for more... from #Bangladesh #News aka Bangladesh News Now!!! Click here for more... from #Bangladesh #News aka Bangladesh News Now!!!

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

Show HN: Hyper: A bookmarklet and web application to optimize reading speed https://ift.tt/2mgtcuE May 18, 2022 at 03:54AM Click here for more... from #Bangladesh #News aka Bangladesh News Now!!! Click here for more... from #Bangladesh #News aka Bangladesh News Now!!! Click here for more... from #Bangladesh #News aka Bangladesh News Now!!! Click here for more... from #Bangladesh #News aka Bangladesh News Now!!!

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

Show HN: Hyper: A bookmarklet and web application to optimize reading speed https://ift.tt/2mgtcuE May 18, 2022 at 03:54AM Click here for more... from #Bangladesh #News aka Bangladesh News Now!!! Click here for more... from #Bangladesh #News aka Bangladesh News Now!!! Click here for more... from #Bangladesh #News aka Bangladesh News Now!!!

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

Show HN: Hyper: A bookmarklet and web application to optimize reading speed https://ift.tt/2mgtcuE May 18, 2022 at 03:54AM Click here for more... from #Bangladesh #News aka Bangladesh News Now!!! Click here for more... from #Bangladesh #News aka Bangladesh News Now!!!

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

Show HN: Hyper: A bookmarklet and web application to optimize reading speed https://ift.tt/2mgtcuE May 18, 2022 at 03:54AM Click here for more... from #Bangladesh #News aka Bangladesh News Now!!!

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

Show HN: Hyper: A bookmarklet and web application to optimize reading speed https://ift.tt/2mgtcuE May 18, 2022 at 03:54AM

Show HN: Open-source system helping vulnerable nations become climate resilient https://ift.tt/Ji0gVok

Show HN: Open-source system helping vulnerable nations become climate resilient https://ift.tt/2Afrlpo May 17, 2022 at 01:09AM Click here for more... from #Bangladesh #News aka Bangladesh News Now!!!

Show HN: Open-source tool to deploy infrastructure in any cloud https://ift.tt/6Cal8nX

Show HN: Open-source tool to deploy infrastructure in any cloud We have been working on multy.dev, an open-source cloud agnostic API that makes it easy to deploy the same infrastructure to any cloud provider using native managed services. The motivation was the realisation that, even when using Terraform, migrating infrastructure code requires an end-to-end re-write. Even though most core resources are the same in any major cloud, developers need to learn a new provider to deploy the same infrastructure when moving providers. We are still in early days of development and currently support the core services from AWS and Azure: - Networking (virtual_network, subnet, route_table, security_group, network_interface, public_ip) - Compute (virtual_machine, managed kubernetes) - Database (managed MySQL databases) - Vault (managed secrets) - Storage (managed storage) - Abstraction of cloud differences (Azure VM public vs AWS EC2 private by default) - Deployment through Terraform We’re looking f

Show HN: Securely collect and send emails directly to Web3 wallets addresses https://ift.tt/Oyzia58

Show HN: Securely collect and send emails directly to Web3 wallets addresses https://ift.tt/pIg0mu8 May 17, 2022 at 01:46AM

Show HN: Open-source system helping vulnerable nations become climate resilient https://ift.tt/Ji0gVok

Show HN: Open-source system helping vulnerable nations become climate resilient https://ift.tt/2Afrlpo May 17, 2022 at 01:09AM

Show HN: Open-source tool to deploy infrastructure in any cloud https://ift.tt/6Cal8nX

Show HN: Open-source tool to deploy infrastructure in any cloud We have been working on multy.dev, an open-source cloud agnostic API that makes it easy to deploy the same infrastructure to any cloud provider using native managed services. The motivation was the realisation that, even when using Terraform, migrating infrastructure code requires an end-to-end re-write. Even though most core resources are the same in any major cloud, developers need to learn a new provider to deploy the same infrastructure when moving providers. We are still in early days of development and currently support the core services from AWS and Azure: - Networking (virtual_network, subnet, route_table, security_group, network_interface, public_ip) - Compute (virtual_machine, managed kubernetes) - Database (managed MySQL databases) - Vault (managed secrets) - Storage (managed storage) - Abstraction of cloud differences (Azure VM public vs AWS EC2 private by default) - Deployment through Terraform We’re looking f

Show HN: Open-source tool to deploy infrastructure in any cloud https://ift.tt/6Cal8nX

Show HN: Open-source tool to deploy infrastructure in any cloud We have been working on multy.dev, an open-source cloud agnostic API that makes it easy to deploy the same infrastructure to any cloud provider using native managed services. The motivation was the realisation that, even when using Terraform, migrating infrastructure code requires an end-to-end re-write. Even though most core resources are the same in any major cloud, developers need to learn a new provider to deploy the same infrastructure when moving providers. We are still in early days of development and currently support the core services from AWS and Azure: - Networking (virtual_network, subnet, route_table, security_group, network_interface, public_ip) - Compute (virtual_machine, managed kubernetes) - Database (managed MySQL databases) - Vault (managed secrets) - Storage (managed storage) - Abstraction of cloud differences (Azure VM public vs AWS EC2 private by default) - Deployment through Terraform We’re looking f

Show HN: I made a Turing machine programing language https://ift.tt/Z0f36w4

Show HN: I made a Turing machine programing language https://ift.tt/3T7aDQ5 May 16, 2022 at 01:24AM

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

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

Show HN: Simple Financial Planner https://ift.tt/V9SoWJZ

Show HN: Simple Financial Planner https://ift.tt/neS5DXT May 16, 2022 at 12:06AM

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

Show HN: Organize your open Chrome Tabs like apps on a desktop https://ift.tt/ntJf36F May 15, 2022 at 07:42PM Click here for more... from #Bangladesh #News aka Bangladesh News Now!!!

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

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

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

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

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

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

Show HN: A collaborative pixel drawing game for when you're bored (Attempt #2) https://ift.tt/SjL3N7H

Show HN: A collaborative pixel drawing game for when you're bored (Attempt #2) Previous thread: https://ift.tt/OJmXEgt Hello again HN! It's been 3 months since I last submitted this project and the back-end server software melted down. I was really bummed that many people didn't get to play, so I've spent most of my spare time since that last post completely rewriting the back-end server software using small, carefully selected dependencies (C99, sqlite, mongoose.ws & cJSON) I've done some basic performance testing and I'm cautiously optimistic that it can now handle up to ~1000 concurrent users. If you have any ideas for improvements, do let me know! Bots are permitted, but try and do something creative instead of just filling the canvas with junk :^) You can view the source code for the new back-end here: https://ift.tt/LZIvSa4 You can also check out a recent time-lapse here: https://www.youtube.com/watch?v=FUmnUvTqn6M The time-lapse gets generated from th

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

Show HN: A new way to write and publish research https://dystr.com May 14, 2022 at 11:28PM Click here for more... from #Bangladesh #News aka Bangladesh News Now!!! Click here for more... from #Bangladesh #News aka Bangladesh News Now!!!

Show HN: Monitor delivery of automated emails – catch broken email alerts https://ift.tt/gEs3BXx

Show HN: Monitor delivery of automated emails – catch broken email alerts https://notimon.com/ May 15, 2022 at 12:39AM

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

Show HN: A new way to write and publish research https://dystr.com May 14, 2022 at 11:28PM Click here for more... from #Bangladesh #News aka Bangladesh News Now!!!

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

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

Show HN: A Full-Stack Web Framework for Go https://ift.tt/d0uPj7Z

Show HN: A Full-Stack Web Framework for Go Hey HN! I want to share my side project with you. It's called Bud and it's a full-stack web framework for Go. I created a short video to show you how to create a minimal Hacker News clone with Bud: https://www.youtube.com/watch?v=LoypcRqn-xA . The framework is free, open source and MIT Licensed. You can find it on Github: https://ift.tt/m8a1ILk . I started working on Bud 2 years ago after watching the introductory Laracast videos about the Laravel web framework. I was just blown away by how productive you can be in Laravel. However, like many of you, I've been so spoiled by Go. I didn't want to go back to writing PHP, so I decided to try creating Laravel for the Go ecosystem. At this point, I just had the following goal: • Be as productive as Laravel in a typed language like Go. I got the first version working in 6 months and tried building a blog from it... It fell flat. You needed to scaffold all these files just to get start

Show HN: We optimize your finances, for free - Uprise.us https://ift.tt/5CcvLj0

Show HN: We optimize your finances, for free - Uprise.us https://uprise.us/ May 13, 2022 at 11:38PM Click here for more... from #Bangladesh #News aka Bangladesh News Now!!! Click here for more... from #Bangladesh #News aka Bangladesh News Now!!!

Show HN: A Full-Stack Web Framework for Go https://ift.tt/d0uPj7Z

Show HN: A Full-Stack Web Framework for Go Hey HN! I want to share my side project with you. It's called Bud and it's a full-stack web framework for Go. I created a short video to show you how to create a minimal Hacker News clone with Bud: https://www.youtube.com/watch?v=LoypcRqn-xA . The framework is free, open source and MIT Licensed. You can find it on Github: https://ift.tt/m8a1ILk . I started working on Bud 2 years ago after watching the introductory Laracast videos about the Laravel web framework. I was just blown away by how productive you can be in Laravel. However, like many of you, I've been so spoiled by Go. I didn't want to go back to writing PHP, so I decided to try creating Laravel for the Go ecosystem. At this point, I just had the following goal: • Be as productive as Laravel in a typed language like Go. I got the first version working in 6 months and tried building a blog from it... It fell flat. You needed to scaffold all these files just to get start

Show HN: We optimize your finances, for free - Uprise.us https://ift.tt/5CcvLj0

Show HN: We optimize your finances, for free - Uprise.us https://uprise.us/ May 13, 2022 at 11:38PM Click here for more... from #Bangladesh #News aka Bangladesh News Now!!!

Show HN: A Full-Stack Web Framework for Go https://ift.tt/d0uPj7Z

Show HN: A Full-Stack Web Framework for Go Hey HN! I want to share my side project with you. It's called Bud and it's a full-stack web framework for Go. I created a short video to show you how to create a minimal Hacker News clone with Bud: https://www.youtube.com/watch?v=LoypcRqn-xA . The framework is free, open source and MIT Licensed. You can find it on Github: https://ift.tt/m8a1ILk . I started working on Bud 2 years ago after watching the introductory Laracast videos about the Laravel web framework. I was just blown away by how productive you can be in Laravel. However, like many of you, I've been so spoiled by Go. I didn't want to go back to writing PHP, so I decided to try creating Laravel for the Go ecosystem. At this point, I just had the following goal: • Be as productive as Laravel in a typed language like Go. I got the first version working in 6 months and tried building a blog from it... It fell flat. You needed to scaffold all these files just to get start

Show HN: We optimize your finances, for free - Uprise.us https://ift.tt/5CcvLj0

Show HN: We optimize your finances, for free - Uprise.us https://uprise.us/ May 13, 2022 at 11:38PM

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

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

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

Show HN: Get a US Company and US Bank Account. Remotely. No SSN Required https://ift.tt/ExPCSVp May 12, 2022 at 07:47PM Click here for more... from #Bangladesh #News aka Bangladesh News Now!!!

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

Show HN: Mitmproxy2swagger – Automagically reverse-engineer REST APIs https://ift.tt/wnvTS90 May 12, 2022 at 07:19PM Click here for more... from #Bangladesh #News aka Bangladesh News Now!!! Click here for more... from #Bangladesh #News aka Bangladesh News Now!!!

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

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

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

Show HN: Mitmproxy2swagger – Automagically reverse-engineer REST APIs https://ift.tt/wnvTS90 May 12, 2022 at 07:19PM Click here for more... from #Bangladesh #News aka Bangladesh News Now!!!

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

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

Show HN: Ddosify – Simple Load Testing Tool https://ift.tt/pUcqjO7

Show HN: Ddosify – Simple Load Testing Tool https://ift.tt/WZei8QA May 12, 2022 at 12:17AM Click here for more... from #Bangladesh #News aka Bangladesh News Now!!!

Show HN: Automated Capital https://ift.tt/Je4N9SQ

Show HN: Automated Capital https://ift.tt/DHnPK5v May 11, 2022 at 09:16PM

Show HN: Catchy melodies made with a diffusion-based neural net assistant https://ift.tt/zfwBSPZ

Show HN: Catchy melodies made with a diffusion-based neural net assistant I've created a diffusion-based neural net generative assistant that makes creating new melodies much easier, even for non-musicians like me. These are meant to be just the catchy "hook" parts of songs, so more work is required to make them into full songs, but this is already handled well by existing products (e.g. there are plugins that can suggest a few possible chord progressions based on the melody and there is even good singing software that I used without any tweaks to make the “voice” playlist: Synthesizer V Studio). This side project turned out to be quite challenging because of how little data there is to train on - several orders of magnitude less than DALL-E or GPT-3 had available for its training, so it required a deep dive into research of new generalization and augmentation techniques and some feature engineering. Various other instruments: Voice: https://www.youtube.com/playlist?list=

Show HN: Ddosify – Simple Load Testing Tool https://ift.tt/pUcqjO7

Show HN: Ddosify – Simple Load Testing Tool https://ift.tt/WZei8QA May 12, 2022 at 12:17AM

Show HN: Catchy melodies made with a diffusion-based neural net assistant https://ift.tt/zfwBSPZ

Show HN: Catchy melodies made with a diffusion-based neural net assistant I've created a diffusion-based neural net generative assistant that makes creating new melodies much easier, even for non-musicians like me. These are meant to be just the catchy "hook" parts of songs, so more work is required to make them into full songs, but this is already handled well by existing products (e.g. there are plugins that can suggest a few possible chord progressions based on the melody and there is even good singing software that I used without any tweaks to make the “voice” playlist: Synthesizer V Studio). This side project turned out to be quite challenging because of how little data there is to train on - several orders of magnitude less than DALL-E or GPT-3 had available for its training, so it required a deep dive into research of new generalization and augmentation techniques and some feature engineering. Various other instruments: Voice: https://www.youtube.com/playlist?list=

Show HN: TWIBS — map-based financially-transparent dating https://ift.tt/RMb8QFA

Show HN: TWIBS — map-based financially-transparent dating TWIBS is a new kind of dating app where you can place pins at locations on the map and specify who would pay for the date. Then wait for people to message you or browse the map to see where other people put their TWIBS. https://twibs.io May 11, 2022 at 01:17AM

Show HN: I have built an app that identifies plug types like USB-C, HDMI or DP https://ift.tt/H5yFCL4

Show HN: I have built an app that identifies plug types like USB-C, HDMI or DP https://ift.tt/JFWQnxV May 11, 2022 at 12:48AM Click here for more... from #Bangladesh #News aka Bangladesh News Now!!!

Show HN: Peridot – A functional language based on two-level type theory https://ift.tt/uzcsTpw

Show HN: Peridot – A functional language based on two-level type theory https://ift.tt/3G0nlK4 May 10, 2022 at 04:26PM

Show HN: TypeHub – A GitHub like platform to model open data specifications https://ift.tt/v0Iykb5

Show HN: TypeHub – A GitHub like platform to model open data specifications https://typehub.cloud/ May 10, 2022 at 11:41PM Click here for more... from #Bangladesh #News aka Bangladesh News Now!!!

Show HN: I have built an app that identifies plug types like USB-C, HDMI or DP https://ift.tt/H5yFCL4

Show HN: I have built an app that identifies plug types like USB-C, HDMI or DP https://ift.tt/JFWQnxV May 11, 2022 at 12:48AM

Show HN: TypeHub – A GitHub like platform to model open data specifications https://ift.tt/v0Iykb5

Show HN: TypeHub – A GitHub like platform to model open data specifications https://typehub.cloud/ May 10, 2022 at 11:41PM

Show HN: Pythondocs.xyz – live search for Python documentation https://ift.tt/SGgdHc8

Show HN: Pythondocs.xyz – live search for Python documentation https://pythondocs.xyz/ May 9, 2022 at 11:57PM Click here for more... from #Bangladesh #News aka Bangladesh News Now!!! Click here for more... from #Bangladesh #News aka Bangladesh News Now!!!

Show HN: A simple but effective chess engine in JavaScript https://ift.tt/VtOcYfb

Show HN: A simple but effective chess engine in JavaScript https://ift.tt/3AlsKpt May 10, 2022 at 12:02AM Click here for more... from #Bangladesh #News aka Bangladesh News Now!!!

Show HN: I'm transitioning from software into the arts. Here's the gist https://ift.tt/Yc6fIDh

Show HN: I'm transitioning from software into the arts. Here's the gist https://ift.tt/EK2SUi5 May 10, 2022 at 02:00AM

Show HN: Pythondocs.xyz – live search for Python documentation https://ift.tt/SGgdHc8

Show HN: Pythondocs.xyz – live search for Python documentation https://pythondocs.xyz/ May 9, 2022 at 11:57PM Click here for more... from #Bangladesh #News aka Bangladesh News Now!!!

Show HN: A simple but effective chess engine in JavaScript https://ift.tt/VtOcYfb

Show HN: A simple but effective chess engine in JavaScript https://ift.tt/3AlsKpt May 10, 2022 at 12:02AM

Show HN: Pythondocs.xyz – live search for Python documentation https://ift.tt/SGgdHc8

Show HN: Pythondocs.xyz – live search for Python documentation https://pythondocs.xyz/ May 9, 2022 at 11:57PM

Show HN: Optimal Stock Weights in a Portfolio, Tangency & Global Min Variance. https://ift.tt/iKqGT8f

Show HN: Optimal Stock Weights in a Portfolio, Tangency & Global Min Variance. https://ift.tt/UmSu6y5 May 8, 2022 at 10:31PM Click here for more... from #Bangladesh #News aka Bangladesh News Now!!! Click here for more... from #Bangladesh #News aka Bangladesh News Now!!!

Show HN: Decision engine – AI-assisted decision making https://ift.tt/0bA3glx

Show HN: Decision engine – AI-assisted decision making https://ift.tt/BVbPpIH May 8, 2022 at 11:47PM

Show HN: A tool that complements Google & Reddit for finding niche information https://ift.tt/58pI43i

Show HN: A tool that complements Google & Reddit for finding niche information https://ift.tt/I3WoMYR May 8, 2022 at 11:21PM

Show HN: Optimal Stock Weights in a Portfolio, Tangency & Global Min Variance. https://ift.tt/iKqGT8f

Show HN: Optimal Stock Weights in a Portfolio, Tangency & Global Min Variance. https://ift.tt/UmSu6y5 May 8, 2022 at 10:31PM Click here for more... from #Bangladesh #News aka Bangladesh News Now!!!

Show HN: Optimal Stock Weights in a Portfolio, Tangency & Global Min Variance. https://ift.tt/iKqGT8f

Show HN: Optimal Stock Weights in a Portfolio, Tangency & Global Min Variance. https://ift.tt/UmSu6y5 May 8, 2022 at 10:31PM

Show HN: I made Ankify that converts notes to Anki cards https://ift.tt/9NdJjWl

Show HN: I made Ankify that converts notes to Anki cards Backstory: I was in medical school and had to study a ton of materials in short period of time. I came across Anki but always had trouble with making cards. In my mind, making cards should be quick, seconds instead of minutes. My other problem is after making the cards, each card does not really relate to the other. When you study the individual card, your thought process is very random and not cohesive. I wanted to be able to still reference to my notes for big concepts and then use the cards to memorize the details but also for long term retention. Ankify came out of that. At the time, I did not know any programming and paid someone to write a script in Python to convert the cards. Then, eventually I learned Python myself and expanded on the script. I also uploaded the markdown files online so I could view them anywhere ( https://ift.tt/4e2AFHK ). I ran into a wall in making user interface for the program. It was difficult to m

Show HN: Weron – A Peer-to-Peer VPN Based on WebRTC Written in Go https://ift.tt/nObLqTz

Show HN: Weron – A Peer-to-Peer VPN Based on WebRTC Written in Go Hey HN! I just released weron, a P2P VPN that uses WebRTC for transport which I've been working on for the last couple of months. It can create both layer 2/Ethernet and layer 3/IP overlay networks, and the underlying transport layer can be easily embedded to write your own P2P apps with Go. Compared to for example Tailscale, WireGuard and ZeroTier, its much harder to block on a network level and also significantly easier to set up, while not sacrifing much performance. I'd love to get your feedback :) https://ift.tt/I36EAbO May 8, 2022 at 01:18AM Click here for more... from #Bangladesh #News aka Bangladesh News Now!!!

Show HN: I made Ankify that converts notes to Anki cards https://ift.tt/9NdJjWl

Show HN: I made Ankify that converts notes to Anki cards Backstory: I was in medical school and had to study a ton of materials in short period of time. I came across Anki but always had trouble with making cards. In my mind, making cards should be quick, seconds instead of minutes. My other problem is after making the cards, each card does not really relate to the other. When you study the individual card, your thought process is very random and not cohesive. I wanted to be able to still reference to my notes for big concepts and then use the cards to memorize the details but also for long term retention. Ankify came out of that. At the time, I did not know any programming and paid someone to write a script in Python to convert the cards. Then, eventually I learned Python myself and expanded on the script. I also uploaded the markdown files online so I could view them anywhere ( https://ift.tt/4e2AFHK ). I ran into a wall in making user interface for the program. It was difficult to m

Show HN: Weron – A Peer-to-Peer VPN Based on WebRTC Written in Go https://ift.tt/nObLqTz

Show HN: Weron – A Peer-to-Peer VPN Based on WebRTC Written in Go Hey HN! I just released weron, a P2P VPN that uses WebRTC for transport which I've been working on for the last couple of months. It can create both layer 2/Ethernet and layer 3/IP overlay networks, and the underlying transport layer can be easily embedded to write your own P2P apps with Go. Compared to for example Tailscale, WireGuard and ZeroTier, its much harder to block on a network level and also significantly easier to set up, while not sacrifing much performance. I'd love to get your feedback :) https://ift.tt/I36EAbO May 8, 2022 at 01:18AM

Show HN: I made Ankify that converts notes to Anki cards https://ift.tt/9NdJjWl

Show HN: I made Ankify that converts notes to Anki cards Backstory: I was in medical school and had to study a ton of materials in short period of time. I came across Anki but always had trouble with making cards. In my mind, making cards should be quick, seconds instead of minutes. My other problem is after making the cards, each card does not really relate to the other. When you study the individual card, your thought process is very random and not cohesive. I wanted to be able to still reference to my notes for big concepts and then use the cards to memorize the details but also for long term retention. Ankify came out of that. At the time, I did not know any programming and paid someone to write a script in Python to convert the cards. Then, eventually I learned Python myself and expanded on the script. I also uploaded the markdown files online so I could view them anywhere ( https://ift.tt/4e2AFHK ). I ran into a wall in making user interface for the program. It was difficult to m