Wikipedia

Search results

Friday, September 30, 2022

Show HN: AirQL: An Airtable API with OAuth2 access control and permissions https://ift.tt/NgIDehf

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://ift.tt/PKoHQry [2]: https://www.airql.dev/ [3]: https://ift.tt/zxH2GLQ https://www.airql.dev/ September 30, 2022 at 04:25PM

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

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

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

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

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

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

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

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

Show HN: Awesome Online Volunteering https://ift.tt/xzmqMZt

Show HN: Awesome Online Volunteering I made a collection of places where a person with no prior skillset can contribute their time and energy to make the world a better place, often without needing to leave home. https://ift.tt/VSLfwJ9 September 30, 2022 at 02:08PM

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

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

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

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://ift.tt/1tQpFG5 [2] https://ift.tt/2QrZ9aU [3] https://ift.tt/UYmIyk2 Leading web examples: [4] https://ift.tt/2Kh9QpT [5] https://ift.tt/ijn8Crp [6] https://ift.tt/kfRxl6W [7] https://ift.tt/PHhILsf Tooling: [8] https://ift.tt/aA6wPoJ [9] https://toucaan.com The end. September 30, 2022 at 11:28AM

Thursday, September 29, 2022

Show HN: Uffizzi – Open-Source Preview Environments https://ift.tt/pwgNyh3

Show HN: Uffizzi – Open-Source Preview Environments https://ift.tt/7DptHxr September 29, 2022 at 04:57PM

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

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

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

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

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

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

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

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://ift.tt/7YlQaET The Getting Started docs are here for anyone who wants to check this out: https://ift.tt/SbrQd9R and https://ift.tt/70MGPyc... https://ift.tt/7YlQaET September 28, 2022 at 11:14AM

Wednesday, September 28, 2022

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

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

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

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

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

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

The Biggest Reason Most Businesses Fail


In this video, Patrick Bet-David reveals the biggest reason why most businesses fail, and what you can do to prevent it. Subscribe for weekly videos http://bit.ly/2aPEwD4 Download the free PDF from Valuetainment here: https://ift.tt/GfUIZap Recommended Video: 20 Rules of A Great Founder: https://youtu.be/8ekapSLmjFM Private Coaching from Patrick Bet-David - Apply Now: 1 On 1 Mentorship: http://bit.ly/2ow0mEO Monthly 90-Minute Webinar: http://bit.ly/2PxF30R Keynote Request: https://bit.ly/2ZXaUfI To reach the Valuetainment team you can email: info@valuetainment.com #valuetainment #patrickbetdavid

Show HN: A formally verified native Delta Lake implementation in Rust https://ift.tt/J0fVlQc

Show HN: A formally verified native Delta Lake implementation in Rust https://ift.tt/5Wm7FwV September 28, 2022 at 07:03AM

Tuesday, September 27, 2022

Show HN: KaithemAutomation, the home automation system for coders and artists https://ift.tt/4w85kCO

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://ift.tt/LsDpT0E September 28, 2022 at 06:11AM

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

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

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

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

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

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

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

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

Monday, September 26, 2022

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

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

Show HN: Minimalist CSS Framework https://ift.tt/245akcl

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

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

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

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

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

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

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

Show HN: Open-Source Intercom with Help Center https://ift.tt/0Eq5FKl

Show HN: Open-Source Intercom with Help Center https://ift.tt/Lr6WtIc September 26, 2022 at 08:09AM

Sunday, September 25, 2022

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

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

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

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

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

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

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

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

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

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

Show HN: Ahey: Share your current status with ur friends and family in 160 chars https://ift.tt/9zBYbFk

Show HN: Ahey: Share your current status with ur friends and family in 160 chars https://ahey.io September 25, 2022 at 04:05PM

Saturday, September 24, 2022

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

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

Reaction to Iranian Protests Over Murder of Mahsa Amini - Will This Lead To a Revolution?


In today's video, Patrick Bet-David reacts to the protests & uprising in Iran. Recommended video: History of US-Iran Conflict Explained: https://youtu.be/d_htudbaqsk Check out the new home for all things Valuetainment! https://ift.tt/8OB4WQA Subscribe for weekly videos http://bit.ly/2aPEwD4 Recommended Video: 10 Reasons To Love Capitalism: https://youtu.be/Al-B8ZMz4DM To reach the Valuetainment team you can email: info@valuetainment.com

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

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

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

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

Friday, September 23, 2022

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

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

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

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

Show HN: Media Hoarder – media front end for data hoarders and movie lovers https://ift.tt/ATPpaIn

Show HN: Media Hoarder – media front end for data hoarders and movie lovers Here's a video showcasing Media Hoarder's features: https://www.youtube.com/watch?v=TGkU9e1l8HU As we're on hackernews I wouldn't go much into the features of Media Hoarder with this post (see the video above for that). I'd rather like to comment on the DX. I'm a long-time lurker here on HN and in 2019 I felt the urge to develop my own take on a media center application. Media Hoarder was already usable after a few days of development and after one year it had 90% of the features I wished for myself but was not exactly ready for a release to the public. So, for this project the last 10% took another two years :) During the development I read a lot about the "ship fast" mindset which I obviously did not adopt. I could never live with a publicly released version that does not completely show what I had in mind with the app. And yeah, currently my focus is not to get external feedback as fast as possible but to create and release a product as v1.0.0 that I envisioned and use myself. The tech-stack is: - Electron - Vue.js with Vuetify - SQLite this way the app runs on Win/Linux/Mac and can be entirely developed with web technologies - which to me is a great plus regarding development speed. Mind you, Media Hoarder is developed during the free-time of a father of two young kids :D Anyways, I'm really glad it's out there. Personally, I use it every day and I hope, some of you may find it useful or would like to contribute. Please feel free to discuss features, development and sideproject-y things, I'm really curious :) Media Hoarder Website: https://ift.tt/eGASzE1 Blog post "Why Media Hoarder?": https://ift.tt/JTedzyP GitHub project: https://ift.tt/gIvMaR6 cheers -- MK2k https://ift.tt/eGASzE1 September 23, 2022 at 03:20PM

Show HN: Morgan – PyPI Mirror for Restricted/Offline Environments https://ift.tt/aDp9lFX

Show HN: Morgan – PyPI Mirror for Restricted/Offline Environments Mirroring PyPI packages for environments/networks that do not have access to the Internet is hard. It's actually hard even in environments that do have access to the Internet. Most solutions out there either: 1. Depend on pip to download and cache package distributions. This means those downloads will probably only work in a similar environment (same Python interpreter, same libc), because of the nature of binary package distributions and the fact that packages have optional dependencies for different environments. 2. Depend on other PyPI packages, meaning installing the mirror in a restricted environment in itself is too difficult. 3. Cannot resolve dependencies of dependencies, meaning mirroring PyPI partially is extremely difficult, and PyPI is huge. Morgan works differently. It creates a mirror based on a configuration file that defines target environments (using Python's standard Environment Markers specification from PEP 345) and a list of package requirement strings (e.g. "requests>=2.24.0"). It downloads all files relevant to the target environments from PyPI (both source and binary distributions), and recursively resolves and downloads their dependencies, again based on the target environments. It then extracts a single-file server to the mirror directory that works with Python 3.7+, has no outside dependencies, and implements the standard Simple API. This directory can be copied to the restricted network, through whatever security policies are in place, and deployed easily with a simple `python server.py` command. I should note that Morgan can find dependencies from various metadata sources inside package distributions, including standard METADATA/PKG-INFO/pyproject.toml files, and non-standard files such as setuptools' requires.txt. There's more information in the Git repository. If this is interesting to you, I'll be happy to receive your feedback. Thanks! https://ift.tt/MTQsVo5 September 23, 2022 at 01:39PM

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

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

Show HN: A Stable Diffusion desktop frontend with inpainting, img2img and more https://ift.tt/vLY3wxn

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://ift.tt/E0jDuHq... 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://ift.tt/O36eWpZ September 23, 2022 at 09:23AM

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

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

Thursday, September 22, 2022

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

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

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

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

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

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

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

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

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

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

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

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

Wednesday, September 21, 2022

Show HN: A board of job boards, is it useful? https://ift.tt/gcSFPKp

Show HN: A board of job boards, is it useful? Made a job board aggregator, 330 curated job boards so far! URL -> https://ift.tt/Wwjd6oz Recently added a meta feature to fetch job offers (500+) from multiple feeds URL (only with job offers) -> https://ift.tt/4TMalVE Feedback from job seekers or job board founders much appreciated :) September 22, 2022 at 12:52AM

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

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

Show HN: Fast, correct API-view Vim folding for Python, written in Cython https://ift.tt/EqvNHBA

Show HN: Fast, correct API-view Vim folding for Python, written in Cython https://ift.tt/IN542VX September 21, 2022 at 01:48PM

Show HN: Send a GitHub webhook to a private URL https://ift.tt/BmNOlH6

Show HN: Send a GitHub webhook to a private URL I work on the OpenZiti project and I have a CI server that accepts GitHub webhooks, but I don't want to expose my server to the internet with open ports. I used the Python SDK for OpenZiti (overlay networking platform) to create a GitHub Action that sends the webhook to my private server via overlay instead of via the open internet. This GitHub repo is a template that I made to show you how it all works. You can use it right away to run the sample server (httpbin-go) and see the GitHub Action in...action. Relevant threads include https://ift.tt/gbvwe30 . https://ift.tt/phVECuc September 21, 2022 at 01:43PM

Show HN: I made a site that easily lets you generate AI images using templates https://ift.tt/WHwocjJ

Show HN: I made a site that easily lets you generate AI images using templates https://ift.tt/32wuYUy September 21, 2022 at 01:39PM

Show HN: A Book-Guessing Game https://ift.tt/UJ3ZNzH

Show HN: A Book-Guessing Game https://bookguesser.com September 21, 2022 at 08:58AM

Why A Prenup Is The Best Thing You Can Do For Your Marriage


In this video, Patrick Bet-David reveals the best thing you can do for your marriage and why all couples should get a prenup. Subscribe for weekly videos http://bit.ly/2aPEwD4 Download the free PDF from Valuetainment here: https://ift.tt/lTJZ2KR Recommended Video: 15 Things To Know Before Dating an Entrepreneur: https://youtu.be/n5mDtw2Tt6U Private Coaching from Patrick Bet-David - Apply Now: 1 On 1 Mentorship: http://bit.ly/2ow0mEO Monthly 90-Minute Webinar: http://bit.ly/2PxF30R Keynote Request: https://bit.ly/2ZXaUfI To reach the Valuetainment team you can email: info@valuetainment.com #valuetainment #patrickbetdavid

Show HN: OpenZiti Python SDK https://ift.tt/35rb1KJ

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

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

Show HN: Hurl, test APIs with plain text and libcurl Hi, We're happy to release a new version of Hurl [1]. Hurl is a command line tool powered by curl, that runs HTTP requests defined in a simple plain text format: # Get home: GET https://example.org HTTP/1.1 200 [Captures] csrf_token: xpath "string(//meta[@name='_csrf_token']/@content)" # Do login! POST https://ift.tt/lLtX3cf X-CSRF-TOKEN: HTTP/1.1 302 Hurl can be used to get data like curl, or as an integration testing tool for JSON/XML HTTP apis / HTML content. Requests can be chained, and one can add asserts on response headers, cookies and body. For instance: GET https://ift.tt/ymhr9zN 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://ift.tt/B51NbIQ [2] https://ift.tt/Xk8wCs7 [3] https://ift.tt/k5qv2pU Previous Show HN < https://news.ycombinator.com/item?id=28758226 > and < https://news.ycombinator.com/item?id=25655737 > https://ift.tt/B51NbIQ September 21, 2022 at 09:43AM

Tuesday, September 20, 2022

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

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

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

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

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

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

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

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

Kim Kardashian Gets Slammed By Her Fans For Supporting Hillary Clinton


In this short clip, Patrick Bet-David, The Hodgetwins and Adam Sosnick talk about Kim Kardashian's supportive message to Hillary Clinton. Watch the podcast here: https://youtu.be/OlhvWbK86TM Subscribe for weekly videos: https://bit.ly/3IOBnQU To reach the Valuetainment team you can email: booking@valuetainment.com #pbdpodcast #valuetainmentshortclips #valuetainment

Show HN: CodeSnap – Create, manage & share beautiful images of code snippets https://ift.tt/71mytsz

Show HN: CodeSnap – Create, manage & share beautiful images of code snippets https://codesnap.dev September 20, 2022 at 12:37PM

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

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

Monday, September 19, 2022

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

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

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

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

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

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

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

Show HN: Confabulists – “Substack for Fiction” Hey HN, I am launching a newsletter tool for those who write fiction: https://ift.tt/6QqucUe This is the page focusing on convincing writers to sign up. It is a two-sided marketplace (writers and readers), but since I am just starting, there are no published writers yet -- who write in English at least. So if you write fiction of any genre, professionally or not, I invite you to try it. Confabulists is the culmination of several personal experiences. First, I am trying to start a new career as a fiction writer. Which is hard. It is one type of content or art creation still heavily controlled by gatekeepers -- book editors. Amazon created a good option for self-publishing, but since it is not "media", it does not offer much opportunity for growing an audience. Or retain it, as there is no guarantee that a reader of one of your books will even know about the release of your latest one. In contrast, creative people that work with visual arts have TikTok, Instagram, YouTube, Vimeo, Twitch. Audio creators have the video platforms as well, but also Spotify, Deezer, Bandcamp. And finally, creators of the written word benefited from the resurgence of newsletters. Substack took it to a new level, attracting great thinkers and journalists with a good model for these professionals to earn their money a bit more directly. I am a big fan of Substack. I created my newsletter there early on and tried three times to get a job there as a software developer (always politely rejected because they don't hire globally remote). But, despite a few recent efforts, I don't think Substack is a good place for fiction writers. The main thing is that writing fiction takes time. It's hard to post new fiction weekly. And fiction is about past, completed works. Something that the current media landscape, newsletter tools included, strongly incentive against. You should always be creating new content. A new subscriber only gets your future work. Past texts are for those with a neck for digital archeology. That's why I created Confabulists. The main difference in the tool is that new readers, when they subscribe to an author, choose a book and start getting that book in installments from the first chapter. Completed books matter. "Old" fiction attracts new readers. Another experience that led me to Confabulists was a free site that I built and launched in a Show HN [0] a couple of years ago: https://ift.tt/xmw6oif It was built for reading of public-domain classics in installments delivered by email. Just like Confabulists is for new authors. It got some traction here on HN and proved to me that people really engage in reading fiction in their email inboxes. At this peak, right after the Show HN, it had 800 active subscribers receiving installments from a book. Today, after two years, with zero marketing effort (I never even posted again on social media or anywhere), there are almost 200 active subscribers. No available book lasts that long in weekly installments, so these are either people who subscribed to a new book or new subscribers that found Serial Literature through word of mouth. For a zero-marketing effort, I consider this good retention and evidence that reading fiction through email has its audience. I am solo on this. From idea to coding, to copy and design -- this last one with AI help with the illustrations. As a Brazilian and wanting to publish my work on it, I created it initially in Portuguese [1]. It was great for the beta reading of my first novel. And useful to find and fix some bugs and iterate the product until I had a solid solution. I think it is good enough to try to reach more people with its version in English. I hope some fiction writers on HN find it useful too. Thanks! [0] https://ift.tt/XLWgbFK [1] https://ift.tt/GTKYcI0 September 19, 2022 at 03:23PM

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

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

Show HN: Lost Pixel – open-source visual regression testing for your frontend https://ift.tt/9zOfe6Q

Show HN: Lost Pixel – open-source visual regression testing for your frontend https://ift.tt/netmQsw September 19, 2022 at 02:18PM

Elon Musk Exposing NASA - Why Entrepreneurs Do It Better, Cheaper & Faster


In today's video, Patrick Bet-David discusses the power of capitalism and why private enterprise is far better than government agencies. Check out the new home for all things Valuetainment! https://ift.tt/IRFlM7U Subscribe for weekly videos http://bit.ly/2aPEwD4 Recommended Video: 10 Reasons To Love Capitalism: https://youtu.be/Al-B8ZMz4DM To reach the Valuetainment team you can email: info@valuetainment.com

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

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

Sunday, September 18, 2022

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

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

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

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

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

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

Show HN: An ORM for PHP that understands your table relationships https://ift.tt/ecbAknu

Show HN: An ORM for PHP that understands your table relationships https://ift.tt/CJODgL1 September 18, 2022 at 07:06PM

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

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

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

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

Saturday, September 17, 2022

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

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

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

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://ift.tt/DHAinJU stablediffusiond (daemon / queue runners) https://ift.tt/Z4kh831 stable diffusion https://ift.tt/aNTvQOx --- 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://ift.tt/DHAinJU September 17, 2022 at 11:43PM

Show HN: Project Atlas- Generate even complex automations from simple language https://ift.tt/uTNWUzZ

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://ift.tt/fb6rOqu September 17, 2022 at 05:02PM

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

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

Show HN: Course – Testing and Refactoring Legacy Code in Flutter https://ift.tt/MVT3t5o

Show HN: Course – Testing and Refactoring Legacy Code in Flutter Everyone wants to build cool new shiny features into the app. The truth is, we spend 70-80% of our time maintaining the existing code. It becomes harder when we don't have tests for existing code. In this course, we will learn, How to write tests for existing code in Flutter using different tools and refactoring techniques. At the end of the course, you will be proficient in writing tests for any piece of code and will be confident enough to ship things faster. https://ift.tt/HF23oKx https://www.youtube.com/watch?v=XHrui_vF2hs&list=PLMURwRbZ0cVJVlMP_GLoNAheU_s7hK8WN September 17, 2022 at 01:06PM

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

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

Friday, September 16, 2022

Show HN: The Semantic Graph https://ift.tt/8fwUeZK

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

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

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

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

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

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

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

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

Show HN: A framework for building Slack bots in Python I started building this framework a couple of years ago because I found no easy existing solution to build Slack bots that can be composed/organized from plugins. I recently rewrote the complete framework to make use of asyncio and the newest Slack SDKs Let me know what you think! https://ift.tt/eYLTlQF September 16, 2022 at 03:17PM

Thursday, September 15, 2022

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

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

What Andrew Tate Will NEVER Compromise On


Exclusive sit-down between Patrick Bet-David and Andrew Tate in Madrid, Spain. This was the first interview that has happened since Andrew Tate was banned from social media platforms. In this clip, they talk about Andrew Tate's non-negotiables. Watch the full interview here: https://youtu.be/iv-C4CVGk28 Ask Tate a question or Facetime him on Minnect! You can download it here: Minnect on the App Store: https://ift.tt/Sh4Lnyo Minnect on Google Play: https://bit.ly/3L68rpM Visit Andrew Tate’s official website: https://bit.ly/3Bxiykf Andrew Tate’s Rumble page: https://bit.ly/3Bcu9nl Patrick Bet-David is the founder and CEO of Valuetainment Media. He is the author of the #1 Wall Street Journal bestseller Your Next Five Moves (Simon & Schuster) and a father of 2 boys and 2 girls. He currently resides in Ft. Lauderdale, Florida. Subscribe to the channel to keep watching the Podcast: https://www.youtube.com/c/PBDPodcast?sub_confirmation=1 PBD on Instagram: Patrick Bet-David https://ift.tt/BlcSNa3 A special thank you to Club Pasión Habanos for allowing us to shoot at their cigar lounge, check them out on social media here: https://bit.ly/pasionhabanos and their restaurant: https://bit.ly/elcluballard To reach the Valuetainment team you can email: info@valuetainment.com Valuetainment is a media company founded by Patrick Bet-David. We create a wide range of content from entrepreneurship to sports, politics, and lifestyle with segments involving education, interviews, current events, and other relevant topics. We educate, entertain and empower people from around the world through video, podcasts, live events, and other digital verticals. #pbdpodcast #valuetainmentshortclips

Show HN: Aperture Open Source Flow Control and Reliability Platform https://ift.tt/iG0sDqj

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://ift.tt/aRyfz72 Docs: https://ift.tt/o4vuBxE Announcement: https://ift.tt/IBwErhu... Explainer Video: https://www.youtube.com/watch?v=sEl4SMo3KNo [1]: https://ift.tt/HezGsoS ... [2]: https://ift.tt/GwCiQd7 [3]: https://ift.tt/7tAnwC9 ... [4]: https://ift.tt/QKim9Op https://ift.tt/aRyfz72 September 15, 2022 at 04:46PM

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

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

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

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

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

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

Show HN: Payitfwd.dev – Redirect donors to your dependencies https://ift.tt/MRYEBU4

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://ift.tt/ZqnkI2E becomes https://ift.tt/pGg2Sd6 Let me know if you have any questions :) https://payitfwd.dev/ September 15, 2022 at 10:24AM

Wednesday, September 14, 2022

Andrew Tate Reveals The Keys To Being The Best Man You Can Be


Exclusive sit-down between Patrick Bet-David and Andrew Tate in Madrid, Spain. This was the first interview that has happened since Andrew Tate was banned from social media platforms. In this clip, they talk about how to be the best man you can be. Watch the full interview here: https://youtu.be/iv-C4CVGk28 Ask Tate a question or Facetime him on Minnect! You can download it here: Minnect on the App Store: https://ift.tt/CiSMd75 Minnect on Google Play: https://bit.ly/3L68rpM Visit Andrew Tate’s official website: https://bit.ly/3Bxiykf Andrew Tate’s Rumble page: https://bit.ly/3Bcu9nl Patrick Bet-David is the founder and CEO of Valuetainment Media. He is the author of the #1 Wall Street Journal bestseller Your Next Five Moves (Simon & Schuster) and a father of 2 boys and 2 girls. He currently resides in Ft. Lauderdale, Florida. Subscribe to the channel to keep watching the Podcast: https://www.youtube.com/c/PBDPodcast?sub_confirmation=1 PBD on Instagram: Patrick Bet-David https://ift.tt/43VvAFZ A special thank you to Club Pasión Habanos for allowing us to shoot at their cigar lounge, check them out on social media here: https://bit.ly/pasionhabanos and their restaurant: https://bit.ly/elcluballard To reach the Valuetainment team you can email: info@valuetainment.com Valuetainment is a media company founded by Patrick Bet-David. We create a wide range of content from entrepreneurship to sports, politics, and lifestyle with segments involving education, interviews, current events, and other relevant topics. We educate, entertain and empower people from around the world through video, podcasts, live events, and other digital verticals. #pbdpodcast #valuetainmentshortclips

Show HN: Cachegrand – a fast OSS Key-Value store built for modern hardware https://ift.tt/CwN1fpx

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://ift.tt/bQeWfg3.... Currently we are focused on supporting Redis, here the list of commands currently implemented https://ift.tt/ShzW1KG... https://ift.tt/czFjikH September 13, 2022 at 01:31PM

Show HN: Heat Pumps, Hooray – A heat pump calculator for your home https://ift.tt/oyDCEzG

Show HN: Heat Pumps, Hooray – A heat pump calculator for your home https://ift.tt/IgNdA8F September 14, 2022 at 04:41PM

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

Show HN: Rentaflop – Render your Blender projects without sacrificing quality Hi HN, My name is David Sokol, and I'm the founder of rentaflop (https://rentaflop.com). We're a crowdsourced render farm aimed at making Blender rendering fast and affordable. If you've used Blender, then I'm sure you've experienced the pain of waiting around for your animations to render. You've probably even had to sacrifice the quality of your work to reduce your render times. I've been there too. If you're like me, then you're also disappointed with the alternative solutions: spending thousands of dollars on graphics cards or using prohibitively expensive cloud render farms to get fast render times. Our solution to this dilemma is to leverage low opportunity cost hardware from around the world to allow Blender artists to render their projects quickly, affordably, and without compromising on quality. Since most graphics card owners aren't utilizing their hardware to do valuable work 24/7, we provide them with a way to make money without lifting a finger, while lowering the cost curve for 3D rendering. We're currently doing a public beta. If you'd like to try us, check out our site (https://rentaflop.com) and render your Blender project quickly and affordably! If you're a graphics card owner who wants to help Blender artists while earning money, reach out to support@rentaflop.com and we'll help you get set up. We posted about our private beta on HN a few weeks ago. If you'd like, you can check out the discussion here (https://ift.tt/ZG260XN). Please leave a comment below, we'd love to hear your thoughts :) September 14, 2022 at 04:34PM

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

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 03:35PM

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

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

'He's Enemy Of The State Number ONE!' - Andrew Tate Reveals His True Thoughts On Elon Musk


Exclusive sit-down between Patrick Bet-David and Andrew Tate in Madrid, Spain. This was the first interview that has happened since Andrew Tate was banned off social media platforms. In this clip Andrew Tate gives his thoughts on Elon Musk. Watch the full interview here: https://youtu.be/iv-C4CVGk28 Ask Tate a question or Facetime him on Minnect! You can download it here: Minnect on the App Store: https://ift.tt/OdegPSH Minnect on Google Play: https://bit.ly/3L68rpM Visit Andrew Tate’s official website: https://bit.ly/3Bxiykf Andrew Tate’s Rumble page: https://bit.ly/3Bcu9nl Patrick Bet-David is the founder and CEO of Valuetainment Media. He is the author of the #1 Wall Street Journal bestseller Your Next Five Moves (Simon & Schuster) and a father of 2 boys and 2 girls. He currently resides in Ft. Lauderdale, Florida. Subscribe to the channel to keep watching the Podcast: https://www.youtube.com/c/PBDPodcast?sub_confirmation=1 PBD on Instagram: Patrick Bet-David https://ift.tt/LoQ4miS To reach the Valuetainment team you can email: info@valuetainment.com Valuetainment is a media company founded by Patrick Bet-David. We create a wide range of content from entrepreneurship to sports, politics, and lifestyle with segments involving education, interviews, current events, and other relevant topics. We educate, entertain and empower people from around the world through video, podcasts, live events, and other digital verticals. #pbdpodcast #valuetainmentshortclips

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

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

Tuesday, September 13, 2022

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

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

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

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

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

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

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

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

Monday, September 12, 2022

Show HN: BrainFlow the library to work with biosensors and neurointerfaces https://ift.tt/hc7FesX

Show HN: BrainFlow the library to work with biosensors and neurointerfaces https://brainflow.org/ September 13, 2022 at 06:01AM

Show HN: Intuitive – A Rust crate for writing declarative TUIs https://ift.tt/ga301OY

Show HN: Intuitive – A Rust crate for writing declarative TUIs https://ift.tt/zYTMEcW September 12, 2022 at 05:32PM

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

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

Show HN: Go-select – Provides SQL like 'select' interface for file systems https://ift.tt/GFibSr6

Show HN: Go-select – Provides SQL like 'select' interface for file systems https://ift.tt/BuqNmUZ September 12, 2022 at 02:55PM

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

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

What Most People Get Wrong About Competition


In today's video, Patrick Bet-David discusses what everyone gets wrong about competition. Check out the new home for all things Valuetainment! https://ift.tt/TVuz6ME Subscribe for weekly videos http://bit.ly/2aPEwD4 Recommended Video: Mindset Of High Achiever Entrepreneurs: https://youtu.be/ht-uJbfYMlM To reach the Valuetainment team you can email: info@valuetainment.com

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

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

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

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

Sunday, September 11, 2022

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

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

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

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

Show HN: pg_idkit, a Postgres extension for generating exotic UUIDs https://ift.tt/KtkSvng

Show HN: pg_idkit, a Postgres extension for generating exotic UUIDs https://ift.tt/zvfJPrW September 11, 2022 at 12:46PM

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

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

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

Show HN: Quake VR – Quake (1996) as a first-class PCVR experience Hello HN! I am proud to show you Quake VR, a "labor of love" one-man project that I started back in 2020 with the goal of turning Quake -- the timeless classic from 1996 -- into a first-class PCVR experience. --- > What do you mean by "first-class"? There are many mods out there that enable older games to be played in VR, however, not much thought is put into VR-unique mechanics or in making the experience feel seamless. While I do enjoy reliving nostalgic classics in VR (and thank the modders for their efforts), it does feel weird having to use a keyboard+mouse setup for a VR game, or -- even with motion controls -- not being able to physically interact with the game's world, or having a gun glued to one of my hands. With Quake VR, I tried my best to make the game feel like an experienced designed from the ground up for VR. A video is worth a thousand words: https://www.youtube.com/watch?v=MBoI16z8Nxg --- As you can see from the video above, Quake VR provides a plethora of VR-specific features, including: - Virtual in-game hands with finger tracking - Dual-wield weapons or hold a weapon with two hands - Physical melee combat, including throwing weapons and headbutts - Weapon models with ironsights - Collisions between the player's hands and the environment - Holster system with virtual torso For a complete list of features, check out the README: https://ift.tt/5p94TFM I love VR-unique interactions, and I try to find opportunities to add more. As an example, I recently added "flick reloading" to the SSG -- see it in action here: https://www.youtube.com/watch?v=uV8gbDvNYAM . Here is an older trailer showcasing features like dual-wielding, holsters, and the grappling hook: https://www.youtube.com/watch?v=c_ctxSqs6gA --- Quake VR is written in modern C++ and it's completely free and open-source : https://ift.tt/e5LJHw1 . If you have any question about the game or any implementation detail, feel free to ask here on or the official Discord server ( https://ift.tt/RHZC08G ). --- If you have a PCVR headset, I sincerely hope you will check out the game and let me know what you think! The game is available on a "pay what you wish" model here: https://quakepcvr.com/ - Make sure you closely follow the installation guide ( https://ift.tt/z9m2IsO )! Cheers, Vittorio --- FAQ: > Is this project related to the Quake ports available for the Meta Quest? * No, this project is separate from those. It uses a different engine and it was developed by me, Vittorio Romeo, with some very appreciated contributions by community members (https://ift.tt/7zYFT4b). > Why is Quake VR not available on Steam? * I've tried really, *really* hard to release it on Steam as a free community mod. However, that requires permission from the owners of the Quake IP. I have spent countless hours trying to communicate with id Software, Bethesda, Microsoft, never receiving *any* sort of response. I've even tried directly contacting employees, who kindly forwarded my request to the legal team, to no avail: zero answers whatsoever. I have not given up -- if you know someone that can help, please let me know! > Is Quake VR compatible with existing Quake mods or existing Quake servers? * No, Quake VR uses a custom protocol and engine in order to deliver first-class VR features. It is possible to adapt mods to work with Quake VR -- I have done that for the official expansions and some popular mods. > How can I support the Quake VR project? * Quake VR is FOSS, however I am more than happy to accept donations for my efforts. PayPal (https://ift.tt/vYhGZmP) works best for me, alternatively consider purchasing "Open Hexagon" (https://ift.tt/C2V0wyQ), my first commercial game on Steam. https://ift.tt/lBU4kpE September 11, 2022 at 05:27AM

Saturday, September 10, 2022

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

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

'Honor, Respect, Dignity' - Values & Principles That Made Shaq The Most Dominant Player Of All Time


Patrick Bet-David sits down with Shaquille O'Neal to discuss the values & principles that made Shaq the most dominant player in NBA history. Watch the full interview here: https://youtu.be/V4VEFcff4DQ Subscribe for weekly videos: https://bit.ly/3IOBnQU To reach the Valuetainment team you can email: booking@valuetainment.com #pbdpodcast #valuetainmentshortclips #valuetainment

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

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

Show HN: Stable Diffusion image generation with just single HTTP request https://ift.tt/GONaWC1

Show HN: Stable Diffusion image generation with just single HTTP request https://getimg.ai/ September 10, 2022 at 11:05AM

Show HN: Draw Block Diagrams with Ease https://ift.tt/Bzw5nTi

Show HN: Draw Block Diagrams with Ease Introducing a webApp which allows you to create block diagrams with text and have control over the blocks/arrows positions without drag and drop. Examples : https://ift.tt/mjVX4Kf https://ift.tt/O5QC728 September 10, 2022 at 11:02AM

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

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

Friday, September 9, 2022

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

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

Show HN: Step up your Midjourney AI images with this prompt autocomplete https://ift.tt/QxVk9KF

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://ift.tt/6DigJN4... . https://ift.tt/Viz7nE4 September 10, 2022 at 03:14AM

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

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

Show HN: Invest in Airbnbs Like Stocks https://ift.tt/pjPTH5Q

Show HN: Invest in Airbnbs Like Stocks Hey HN - I’m Ryan, the co-founder of Arrived. We made it possible to buy shares of vacation rentals, starting from $100. Investors earn the booking income & property appreciation from being an owner, without all of the work typically involved. Airbnb’s can be a killer business. They have helped vacation rental owners generate over $150 Billion in rental income from serving a billion guest arrivals, but less than 0.5% of these guests have been able to participate in the owner side of the Airbnb economy. Arrived is the first company with SEC Qualified offerings to buy shares in individual properties like this. We launched rental home investing last year and have funded $55m in rental homes across the country so far. And we are excited to launch vacation rental investing on our platform this week. Would love any feedback on our vacation rental launch. https://ift.tt/97kMZIi September 9, 2022 at 04:28PM

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

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

'He Was Alien Like' - Shaq Responds To Controversial Kobe Question


Patrick Bet-David sits down with Shaquille O'Neal to discuss how Kobe Bryant achieved greatness and answers the controversial question from 2019 which was 'Who Would Shaq Be If He Had Your Work Ethic?' Watch the full interview here: https://youtu.be/V4VEFcff4DQ Watch the original clip here: 'I'd Have 12 Rings!' - Kobe Bryant Reveals What Would Happen If Shaq Had Kobe’s Work Ethic- https://youtu.be/PUVnObpACCI Subscribe for weekly videos: https://bit.ly/3IOBnQU To reach the Valuetainment team you can email: booking@valuetainment.com #pbdpodcast #valuetainmentshortclips #valuetainment

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

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

Thursday, September 8, 2022

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

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

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

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

Show HN: 6 Steps to build a usage-based billing system with Lago (YC S21) https://ift.tt/Pkm96Up

Show HN: 6 Steps to build a usage-based billing system with Lago (YC S21) https://ift.tt/mxz49wP September 8, 2022 at 02:25PM

Show HN: Simple notebook storage for Observable notebooks: cellstore https://ift.tt/3z7kSCO

Show HN: Simple notebook storage for Observable notebooks: cellstore https://ift.tt/NSpWybE September 8, 2022 at 11:15AM

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

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

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

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

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

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

Wednesday, September 7, 2022

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

Show HN: Visualizing Startup Management with Timeline Hi everyone, We are building a web app for startup founders. Like Jira, Notion, or ClickUp, we support task management. However, we think time is more important than the tasks, because startups need to build product fast, and shift focus fast. Therefore, we built one universal timeline to help you easily manage tasks, clients, projects and deadlines, so you can directly compare the important dates from all your departments and find one which matter the most now. We also support task auto scheduling, so when you shift your team to a new direction, you just need to change the priority, and we help you reschedule all the tasks in you team. So you don't need to manually updating the start date or the end date fields in Jira, Notion, or ClickUp. You may have heard of Motion ( https://ift.tt/PKqw2BE ), which also supports task auto scheduling. Unlike it, our app focuses on serving the startup teams and innovation teams. So we also have the goal tracking feature to help startups meet the annual growth goal from every day. We are actively learning, and we want to build something people want. We are looking for any feedback from you. Best, Zhe https://collow.io/ September 8, 2022 at 04:35AM

Show HN: TattoosAI – AI-powered tattoo artist, using Stable Diffusion https://ift.tt/SbgmVu7

Show HN: TattoosAI – AI-powered tattoo artist, using Stable Diffusion Hey HN, last week I've been building TattoosAI as a little learning project to get comfortable with Stable Diffusion & DALL-E. I'm absolutely shocked by how powerful SD is... Just like how GPT-3 helped copywriters/marketing be more effective, SD/DALL-E is going to be a game changer for artist! https://ift.tt/FoPcxvw September 8, 2022 at 05:38AM

How the Trillion Dollar Art Industry Works & Why Billionaires Use It To Avoid Taxes


In this video, Patrick Bet-David reveals the truth about the art world. Subscribe for weekly videos http://bit.ly/2aPEwD4 Download the free PDF from Valuetainment here: https://ift.tt/71paDUv Recommended Video: Million Dollar Card Collection: https://youtu.be/66yNvHeePq4 #Masterworks - the only investment platform dedicated to art investing: https://ift.tt/7NfLD8Q Invest in blue-chip art for the very first time. Purchase shares in great masterpieces from artists like Pablo Picasso, Banksy, Andy Warhol, and more. How Masterworks works: -Create your account with a crypto wallet or traditional bank account -Pick major works of art to invest in or our new blue-chip art fund -Identify investment amount, there is no minimum investment -Hold shares in works by Picasso or trade them in our secondary marketplace #artinvesting #alternativeinvesting #securities #tkatstock #ntfstock See important disclosures: https://ift.tt/ErBhGuV Private Coaching from Patrick Bet-David - Apply Now: 1 On 1 Mentorship: http://bit.ly/2ow0mEO Monthly 90-Minute Webinar: http://bit.ly/2PxF30R Keynote Request: https://bit.ly/2ZXaUfI To reach the Valuetainment team you can email: info@valuetainment.com #valuetainment #patrickbetdavid

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

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

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

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

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

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

Tuesday, September 6, 2022

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

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

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

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

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

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

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

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

Monday, September 5, 2022

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

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

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

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

Show HN: A visual encyclopedia for kids made with DALL·E https://ift.tt/X8DSjxw

Show HN: A visual encyclopedia for kids made with DALL·E https://www.nimblo.com/ September 5, 2022 at 07:06PM

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

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

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

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

Sunday, September 4, 2022

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

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

Show HN:Choose Your own adventure game using Openai https://ift.tt/7k6VQA4

Show HN:Choose Your own adventure game using Openai https://ift.tt/itLOjxN September 4, 2022 at 06:50PM

Show HN: Zelda BOTW Street View https://ift.tt/6YcoZwJ

Show HN: Zelda BOTW Street View https://ift.tt/QBAH1Ox September 4, 2022 at 09:02PM

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

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

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

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

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

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

Saturday, September 3, 2022

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

Show HN: I made Scrabble with modified rules Crapple is my take on "improved" Scrabble rules... obviously that is subjective, I'm not even sure I agree with it. You and your opponent share a rack of letters, and vowels are only obtained by opting to deduct a configurable amount of points from your score to receive a random vowel tile. Additionally, there is an alternate board layout with some new tile multipliers. This is an old project but I never posted it, so I thought what the hey, I am curious to hear what your guys' thoughts are on these rules. It's an old dead project so you can't hurt my feelings. Thanks! You can play it now against the computer in your browser (no signup required, but an account lets you create and play games against other humans). The Android app is the better version only because the AI will run on a seperate thread (in the browser version you might see a hiccup while it runs), and because Unity WebGL doesn't export retina-sized graphics (ie graphics may look less than sharp on your mobile device). (Note: I linked the landing page instead of the direct link to play in case you are on mobile and want to avoid a largish download. Direct link to play in the browser is here: https://ift.tt/XUS2MEu ) --- Some more details for anyone still reading... It's your basic LAMP stack on AWS, with Laravel for the web framework and Unity (2017) for the client. The dictionary is stored as a DAWG. When you play a word, instead of giving you the dictionary definition, I wanted to do something different like provide a paragraph from a book that the word was used in. You can click the book icon to get some of those, I was scraping books in the public domain but gave up after a while when I was getting diminishing returns for words I lacked paragraphs for (if you try it you will likely see a lot of Moby Dick paragraphs as I never randomized it either). The AI was based on the scrabble AI algorithm (I think it was this, but can't remember now, https://ift.tt/I7Xy0YU... ). Since Crapple has modified rules, due the possibility of "buying" vowels on your turn, there is set of _potential_ playable words. The Crapple AI ranks each word based on the cost of the vowels needed with their probability of obtaining the needed vowels. The AI is not very intelligent, the difference between the 3 provided computer opponents is just the average word score they will play. If I had worked on this any longer I could have extended this to let them take into account what words/scores they may be setting you up for with their play, and other ideas. Each player's avatar is consistent, but uniquely generated for them. I didn't want to have every using the same boring default avatar, but didn't want the hassles of letting people upload their own, so I went with a version of this idea: https://ift.tt/17cg6XO https://crapple.mobi/ September 3, 2022 at 09:15PM

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

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

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

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

Show HN: I made a site for 100% location independent jobs https://ift.tt/f98Kz4O

Show HN: I made a site for 100% location independent jobs https://ift.tt/xMsoP1Q September 3, 2022 at 03:16PM

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

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

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

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

Friday, September 2, 2022

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

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

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

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

Show HN: I'm building an open-source Amazon https://ift.tt/q1QjeBl

Show HN: I'm building an open-source Amazon A couple of years ago, I had an interesting idea. What if there was a marketplace where all the underlying tech was open-source? The order management system, the storefront, customer support, etc. The marketplace would simply connect to the seller’s infra instead of locking them in. If, for some reason, the seller is removed from the marketplace, their software stays with them and they can continue accepting orders directly. This model can be used to disrupt any marketplace from AirBNB to UberEats: building tech for home renters and restaurants and later, leveraging that to build a competing marketplace. In 2019, I started building the first piece, Openship, an order management system that lets you source orders and fulfill them from anywhere. Now that that’s in stable release, next up is Openfront (an e-commerce platform for storefronts) and Opensupport (ticketing software for customer support). Together, they provide the staples for any modern business: sales, fulfillment, support. Let me know what you guys think of the idea and if you see any potential pitfalls. https://openship.org/ September 2, 2022 at 02:19PM

Show HN: Unicaps - a Python package for CAPTCHA solving https://ift.tt/hK5rvym

Show HN: Unicaps - a Python package for CAPTCHA solving https://ift.tt/MxdPNJr September 2, 2022 at 12:21PM

Show HN: Convos Self Hosted IRC Web Client https://ift.tt/Gj8OoEL

Show HN: Convos Self Hosted IRC Web Client https://ift.tt/jwZCn5S September 2, 2022 at 07:52AM

Show HN: Hemmelig.app – Self hosted secret sharing application https://ift.tt/piJOYr6

Show HN: Hemmelig.app – Self hosted secret sharing application https://ift.tt/MoQ7klj September 2, 2022 at 08:28AM

Thursday, September 1, 2022

Show HN: Countle https://ift.tt/ysTk98H

Show HN: Countle Countle is a daily puzzle game, a la Wordle, where you use 6 given numbers to produce of a sequence of calculations to reach a target number. In other words, it's a daily round of the "Numbers Game" from the British game show Countdown. Sample numbers round: https://www.youtube.com/watch?v=pfa3MHLLSWI A new puzzle appears every day! https://www.countle.org September 2, 2022 at 05:19AM

Show HN: I'm building an open-source order management system and marketplace API https://ift.tt/0NFm1Gp

Show HN: I'm building an open-source order management system and marketplace API https://openship.org/ September 2, 2022 at 02:07AM

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

Show HN: I made an indie app store alternative with a twist The twist is that although it does (part of) the job of an app store, it's not (nor aims to be) an app store. It's a script you add to your existing web app that makes it "self-distributing". Check it out: https://progressier.com. Under the hood, it leverages the concept of "PWA", but it goes further: 1. It creates an installation page for your app that looks like an app store listing. Demo example: https://ift.tt/uw9dEhf 2. It handles every OS/browser combination to create an installation flow that works everywhere (e.g. on Safari/iOS, with in-app browsers, etc) 3. It lets you manage all the technical aspects of your PWA in a dashboard rather than in code (i.e. service worker, app manifest, caching strategies, icons, etc). You can even send push notifications and design app screenshots from Progressier. Caveats: - It only works for web apps - It's not free! - An app store is supposed to handle "logistics" and "promotion". Progressier only does the former. It won't get you new users. - Push notifications are not yet available on iOS Some fun facts: - There are 5,000+ apps using Progressier - 50%+ of my customers are users of no-code platforms, particularly Bubble. - Under the hood, Softr's PWA Builder (https://ift.tt/WlL0Cnc) actually uses a white-labeled version of Progressier I provide them - Progressier is built entirely by me (https://kevin.tw). For the record, the whole thing is just vanilla CSS/JS — no frameworks. September 2, 2022 at 01:59AM

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

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

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

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

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

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

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

Show HN: Open-source infra for building embedded data pipelines Hey HN! We are building *open source infrastructure for deploying customer-facing data pipelines.* Here’s our repo https://ift.tt/0Jb7wV4 and website https://pipebird.com/ . Pipebird is designed to enable companies that generate important data to offer secure data pushes to their customers’ warehouses, directly from their products. Our team was previously building in fintech, where we heard from many of our peers that their customers wanted data pushed directly to their warehouses. Customers wanted to bring data into their source of truth without having to maintain custom built pipelines or introduce security risks by contracting a third-party ETL/ELT provider. After seeing Stripe https://ift.tt/9rMWHdT and customer.io https://ift.tt/wCoPnJ8 recently invest in building out their own native data sharing products, we realized that many SaaS companies could better support their customers and even generate additional revenue by offering native data pipelines. Our goal with Pipebird is to make creating a reliable data pipeline as simple as pressing a button from a vendor's dashboard. With the current iteration of the product, data can be selected from a number of sources (ex: Postgres, MySQL, CockroachDB, etc.), customers can configure pipelines and optionally apply transformations (like type casting), and data can be periodically synced directly to customers’ warehouses (ex: Snowflake). We’re actively adding sources/destinations and would appreciate any feature requests. Here's a 2 min demo of the product https://ift.tt/MzlagO3 Pipebird is open source (MIT license) so that any developer can use it. Our aim is to not charge individual developers - we make money selling paid plans that include features like multiple projects, user permissions, additional security features, managed infra, support, etc. Give us a whirl: https://ift.tt/0Jb7wV4 . We’d love your feedback and will be here to answer any questions! https://ift.tt/0Jb7wV4 September 1, 2022 at 05:57PM

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

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

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

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

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

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