Friday, September 30, 2022
Show HN: Awesome Online Volunteering https://news.ycombinator.com/item?id=33034361
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://gitlab.com/emacsen/awesome-online-volunteering September 30, 2022 at 06:08AM
Show HN: Build your gRPC apps with embedded zero trust networking https://news.ycombinator.com/item?id=33033961
Show HN: Build your gRPC apps with embedded zero trust networking This project template lets you bootstrap your next gRPC app with zero trust overlay networking. Make your gRPC server invisible to bad actors, and only allow verified clients to connect to it. https://github.com/openziti-test-kitchen/grpc-ziti-starter September 30, 2022 at 05:28AM
Show HN: Red Goose – Convert your website to mobile app https://news.ycombinator.com/item?id=33033129
Show HN: Red Goose – Convert your website to mobile app Hi HN! We're Sonica, Marvin, and Satie, and we are building Red Goose (https://goose.red). Red Goose is a web app to mobile app conversion engine that produces ready-to-publish apps for the app stores using GitHub repos. There was a discussion on HN a few weeks ago about how a developer shaved off almost half of their native app's code without losing functionality [1]. Our launch today is a direct outcome of that thread and, moreso, in the context of this comment [2] and this one [3]. Paraphrasing the context below: > "Fastmail is the only email/calendar app with a reasonable size (just 20MB)." Followed by: > "… EDIT: just realized the app is a web view. Sigh." As someone who has been into mobile app development since 2010, the comments above read like a punch to the gut. We grew up believing that the native experience was better than the web! It took a while to admit, but the web, it appears, has genuinely caught on. It has matured to a point where the four pillars of web development—HTML, CSS, JavaScript, and WebAssembly—are likely enough for universal distribution. We already host compute-heavy environments for graphic designers [4], video editors [5], and rich document editing [6] on the web. And there is still more capability [7] in the works, if you will. So the question we asked ourselves was: Could the modern web become the "native stack" of mobile app development? With Red Goose, we want developers to be able to do just that. Create web applications that double up as mobile apps for the app stores. But this isn't always easy. Historically, native mobile apps have differed from (outdone?) the mobile web in three broad ways: An app-specific design language, Smooth and fancy screen transitions and, Solving compute-heavy processes that scaled to millions of users. However, at the same time, building and maintaining native mobile apps is super expensive, and it requires hiring separate teams of experienced developers whose sole job is to focus on mobile APIs. Even with the newest alternatives like React Native, Flutter, Cordova, Xamarin, Ionic, or any other similar framework, there is a quantum increase in the amount of boilerplate code. Over time, as many of us have experienced in the industry, the web and native teams grow distant, leading to a less than optimum situation and bloat. Red Goose puts the webview back in the ring. This step alone removes all the duplicated code from the equation. Red Goose then offers an alternate strategy [8], using the webview as the main leverage over your web app. And solve for native experience in the following three ways: First—Intrinsic Design: we have built a new css framework called Toucaan [9] to tackle the gaps between mobile app design and mobile web. It allows the development of "app-like" interfaces using new css standards and the intrinsic qualities of the medium. Second—Screen Transitions and Animations: Not all apps need this, but smooth transitions and performant animations are already possible with the new web APIs. With a strongly cached webpage using a service worker (PWA) and a better understanding of initial containing blocks (ICBs) pertaining to your front end, one can easily take steps to take the experience to the next level. Third—Webassembly: The best thing about webassembly is that the wasm functions return immediately and synchronously. So one can easily offload compute-heavy transactions to a locally installed wasm utility and benefit from performance gains instantly on both web and mobile apps. It appears that many apps wouldn't need to sprinkle webassembly into the mix to reach the level of performance expected of mobile apps, and just caching with a service worker and an app-like layout would do the trick. Red Goose itself uses vanilla javascript and an experimental version of Toucaan for its frontend. Its backend is made with Node.js, Express, and MongoDB and is hosted on AWS within Docker. Our web-to-mobile app conversion pipeline uses NodeGit for app delivery, and the freshly minted mobile apps are written in Swift or Kotlin and shared directly over GitHub. We believe that the opportunity to reduce app development and distribution cost using the newfangled powers of the web is massive—we've already helped a few teams to cut back on their expenses by as much as 80%. At the same time, we're still early and would love to hear what you think about what we're building with Red Goose. We look forward to your comments and experiences, especially if you have been on this path before on your own. Thanks! Relevant links: HN Discussion: [1] https://news.ycombinator.com/item?id=30442529 [2] https://news.ycombinator.com/item?id=30443310 [3] https://news.ycombinator.com/item?id=30444202 Leading web examples: [4] https://www.figma.com/blog/webassembly-cut-figmas-load-time-by-3x/ [5] https://web.dev/clipchamp/ [6] https://workspaceupdates.googleblog.com/2021/05/Google-Docs-Canvas-Based-Rendering-Update.html [7] https://developer.chrome.com/blog/fugu-status/ Tooling: [8] https://www.toucaan.com/blog/mobile-apps-with-red-goose [9] https://toucaan.com The end. September 30, 2022 at 03:28AM
Thursday, September 29, 2022
Show HN: Restapp.io – SQL Data Modeling Tool in No/Low Code https://news.ycombinator.com/item?id=33006339
Show HN: Restapp.io – SQL Data Modeling Tool in No/Low Code Hey all! We've been working on RestApp V1 and this is our first time posting it on HN. It's an No/Low Code data modeling tool that enables you to build & maintain data pipelines with a visual programming interface. We don't store your data but we compute them through Apache Spark for query speed & efficiency. Here's some features: `Connectors: Connect to any source and destinations (DB, DWH and SaaS Applications). We currently support MongoDB, Snowflake, BigQuery, MySQL, MSSQL, SFTP (JSON, txt, csv, excel files supported), Hubspot, Stripe, GDrive (JSON, txt, csv, excel files supported). `Pipeline: Visual Programming Interface where you drag-and-drop SQL, NoSQL & Python functions instead of writing them to create a query and debug it easily. `Automation: You can automate your data pipeline (Job) through a scheduler. `Domain: Think of it like a workspace in which you can share securely your connectors and pipelines to specific users (colleagues, partners, clients...) We've designed this because as a data team member, we were writing a lot of long SQL queries with bad performances and we were getting headaches by debugging them. Now you can build, monitor and debug any kind of data pipelines with just Drag-and-drop built-in SQL functions to save you tremendous amount of time & effort. We're working on this continuously so we're keen to hear any feedback. Feature requests and critique are more than welcome. Try it out for free (30min of computing time offered each month): https://os.restapp.co/signup The Getting Started docs are here for anyone who wants to check this out: https://documentator.io/d/documentation-restapp and https://restapp.io/blog/how-to-build-data-pipelines-in-no-co... https://os.restapp.co/signup September 28, 2022 at 03:14AM
Wednesday, September 28, 2022
Show HN: A formally verified native Delta Lake implementation in Rust https://news.ycombinator.com/item?id=33004716
Show HN: A formally verified native Delta Lake implementation in Rust https://github.com/delta-io/delta-rs September 27, 2022 at 11:03PM
Tuesday, September 27, 2022
Show HN: ClockFace – an icon font family for displaying time https://news.ycombinator.com/item?id=32992185
Show HN: ClockFace – an icon font family for displaying time https://ocodo.github.io/ClockFace-font/ September 26, 2022 at 11:44PM
Show HN: Get conversational practice in over 20 languages by talking to an AI https://news.ycombinator.com/item?id=32993130
Show HN: Get conversational practice in over 20 languages by talking to an AI Hi everyone, Let me introduce you to Quazel, where we want to enable people to talk their way to fluency. We have all tried various language learning apps and tools, however, one aspect of language learning current services are really bad at is conversational practice. You might get a chat-like interface, but in the end, the conversation partner will only respond with a predefined "if the users say X I say Y". With Quazel that's completely different. In completely dynamic and unscripted conversation you can talk about pretty much anything you want. For example, you can try ordering food at a restaurant and even hold a philosophical discussion with Socrates. Additionally, you can analyze the grammar of your responses or use hints to help you out when you get stuck. We want to change how languages are learned from a grammar-centric approach to a more natural, conversation-focused one. https://talk.quazel.com/chat/try September 27, 2022 at 02:18AM
Monday, September 26, 2022
Show HN: Behind the Curtain https://news.ycombinator.com/item?id=32984584
Show HN: Behind the Curtain https://www.quiverquant.com/sources/behind-the-curtain/ September 26, 2022 at 08:45AM
Show HN: Trading Exchange Engine/Simulator https://news.ycombinator.com/item?id=32984575
Show HN: Trading Exchange Engine/Simulator The qmrExchange project is an open-source financial markets exchange simulator that realistically mimics all the main components of modern trading venues. It allows us to test and quantify the behavior of different agents in a laboratory and isolated environment without the high noise-to-signal ratio that is otherwise unavoidable in live settings. By creating a completely functioning trading venue whose access is only granted to a finite and known number of agents or trading algorithms, qmrExchange enables analyzing causation and quantifying the impact of each agent in a way that is otherwise unfeasible. https://github.com/QMResearch/qmrExchange September 26, 2022 at 08:44AM
Show HN: Runtime Encrypted and Verifiable Kubernetes https://news.ycombinator.com/item?id=32980455
Show HN: Runtime Encrypted and Verifiable Kubernetes https://github.com/edgelesssys/constellation September 26, 2022 at 12:35AM
Sunday, September 25, 2022
Show HN: Just a simplified easy way to call URLs automatically without crontab https://news.ycombinator.com/item?id=32972794
Show HN: Just a simplified easy way to call URLs automatically without crontab https://crontaboo.com September 25, 2022 at 09:12AM
Show HN: Curved carousel demo in 2D canvas (no GPU or worker code) https://news.ycombinator.com/item?id=32970410
Show HN: Curved carousel demo in 2D canvas (no GPU or worker code) https://codepen.io/kaliedarik/pen/OJvQJmm September 25, 2022 at 04:24AM
Saturday, September 24, 2022
Show HN: I build a terminal-friendly static file server https://news.ycombinator.com/item?id=32961074
Show HN: I build a terminal-friendly static file server If you ask why there was .hg and .hgignore in a Git repository, it's because I completely forgot this project is my first ever project using Mercurial as SCM. As such, I foolishly `git init` the repository and have to update both .gitignore and .hgignore to finish the changes. You can also see the Mercurial version of this thing at here: https://hg.sr.ht/~tsukii/robin https://github.com/HoangTuan110/robin September 24, 2022 at 02:45AM
Show HN: Jot: Rapid note management for the terminal, inspired by Obsidian https://news.ycombinator.com/item?id=32962524
Show HN: Jot: Rapid note management for the terminal, inspired by Obsidian https://github.com/araekiel/jot September 24, 2022 at 06:42AM
Friday, September 23, 2022
Show HN: An async traceroute(1) implementation in Rust https://news.ycombinator.com/item?id=32948831
Show HN: An async traceroute(1) implementation in Rust I wrote a minimal traceroute(1) clone that leans on asynchrony to reduce the time spent tracing a route. Underneath, it uses ICMP to do its job. The plan is to add support for UDP tracing and a path maximum transmission unit discovery mechanism. Comments and suggestions are welcome! https://github.com/overclockworked64/traceroute September 22, 2022 at 11:52PM
Thursday, September 22, 2022
Show HN: Rocketry – Modern scheduler to power your Python projects https://news.ycombinator.com/item?id=32935506
Show HN: Rocketry – Modern scheduler to power your Python projects https://github.com/Miksus/rocketry September 21, 2022 at 11:44PM
Wednesday, September 21, 2022
Show HN: Hurl, test APIs with plain text and libcurl https://news.ycombinator.com/item?id=32922291
Show HN: Hurl, test APIs with plain text and libcurl Hi, We're happy to release a new version of Hurl [1]. Hurl is a command line tool powered by curl, that runs HTTP requests defined in a simple plain text format: # Get home: GET https://example.org HTTP/1.1 200 [Captures] csrf_token: xpath "string(//meta[@name='_csrf_token']/@content)" # Do login! POST https://example.org/login?user=toto&password=1234 X-CSRF-TOKEN: HTTP/1.1 302 Hurl can be used to get data like curl, or as an integration testing tool for JSON/XML HTTP apis / HTML content. Requests can be chained, and one can add asserts on response headers, cookies and body. For instance: GET https://example.org/order screencapability: low HTTP/1.1 200 [Asserts] jsonpath "$.validated" == true jsonpath "$.userInfo.lastName" == "Herbert" jsonpath "$.hasDevice" == false jsonpath "$.links" count == 12 jsonpath "$.order" matches /^order-\d{8}$/ You can see more samples in the documentation [2]. We've designed Hurl to be easily integrated in CI/CD (GitHub, GitLab), and its text format can be used as a documentation, commited in a repo etc... It's a single binary written in Rust, that is powered by libcurl under the hood, for a fast CLI tool for both devops and developers. In this new version, we've added the following improvements: - verbose output: add more color to Hurl --verbose output, and also added --very-verbose option to output request and response bodies - request options: command-line options such as --location (follow HTTP redirection), --verbose, --insecure etc... can now be applied to a particular request with an [Options] sections - and more, see here for a quick tout of 1.7.0 [3] [1] https://github.com/Orange-OpenSource/hurl [2] https://hurl.dev/docs/samples.html [3] https://hurl.dev/blog/2022/09/15/announcing-hurl-1.7.0.html Previous Show HN < https://news.ycombinator.com/item?id=28758226 > and < https://news.ycombinator.com/item?id=25655737 > https://github.com/Orange-OpenSource/hurl September 21, 2022 at 01:43AM
Tuesday, September 20, 2022
Show HN: Amplication v1.0 – open-source generator for Node.js microservices https://news.ycombinator.com/item?id=32913587
Show HN: Amplication v1.0 – open-source generator for Node.js microservices https://github.com/amplication/amplication September 20, 2022 at 09:01AM
Show HN: VoiceLine – Work with STT voice messages in your Chrome Browser https://news.ycombinator.com/item?id=32911743
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://www.producthunt.com/posts/voiceline https://getvoiceline.com/?source=hackernews September 20, 2022 at 07:00AM
Monday, September 19, 2022
Show HN: Explore 100M Medical Prices https://news.ycombinator.com/item?id=32900521
Show HN: Explore 100M Medical Prices https://asre.notion.site/Transparency-in-Coverage-88c187102cb3456b9f9fcde3637e8b82 September 19, 2022 at 09:30AM
Show HN: Cogram – Turning meeting transcripts into actionable insights https://news.ycombinator.com/item?id=32900051
Show HN: Cogram – Turning meeting transcripts into actionable insights https://www.cogram.com/ September 19, 2022 at 08:55AM
Show HN: Confabulists – “Substack for Fiction” https://news.ycombinator.com/item?id=32898737
Show HN: Confabulists – “Substack for Fiction” Hey HN, I am launching a newsletter tool for those who write fiction: https://writer.confabulists.com 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://serialliterature.com 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://news.ycombinator.com/item?id=24307752 [1] https://www.confabulistas.com.br September 19, 2022 at 07:23AM
Show HN: DevTools-X – a cross platform alternative of devutils and devtoys https://news.ycombinator.com/item?id=32898679
Show HN: DevTools-X – a cross platform alternative of devutils and devtoys https://github.com/fosslife/devtools-x September 19, 2022 at 07:18AM
Sunday, September 18, 2022
Show HN: Go-generics-cache https://news.ycombinator.com/item?id=32885904
Show HN: Go-generics-cache https://github.com/Code-Hex/go-generics-cache/tree/v1.2.0 September 18, 2022 at 02:28AM
Show HN: our Open Source Platform for powering Self-Hosted Events https://news.ycombinator.com/item?id=32885845
Show HN: our Open Source Platform for powering Self-Hosted Events https://community.qbix.com/t/calendar-events-overview/179 September 18, 2022 at 02:17AM
Saturday, September 17, 2022
Show HN: We make artisanal collectible cards from freshly harvested binary trees https://news.ycombinator.com/item?id=32875375
Show HN: We make artisanal collectible cards from freshly harvested binary trees https://www.cs.cards?referrer=hn September 16, 2022 at 11:56PM
Friday, September 16, 2022
Show HN: Off-site, encrypted backups for $1/TB/month at 99.999999999% durability https://news.ycombinator.com/item?id=32864052
Show HN: Off-site, encrypted backups for $1/TB/month at 99.999999999% durability Hi, most people (hopefully) have local backups. However, when that backup fails, it is good to have a backup stored somewhere off-site. In the old days you would ship physical drives/tapes, which is cumbersome, costly, and slow. With fast upload speeds, it is now possible to upload your data to the cloud. I have found S3 Glacier Deep Archive to be a great solution for this: - It is very cheap ($1/TB/month for US region) - Very reliable (99.999999999% data durability, data spread over 3 Availability Zones) However, usability out of the box is not that great, I'm not aware of any automated backup solution for Deep Archive. This free project provides that. Currently, ZFS is required, but that might change. Please try it out and provide feedback! https://github.com/mrichtarsky/glacier_deep_archive_backup September 16, 2022 at 02:33AM
Thursday, September 15, 2022
Show HN: Outpainting with Stable Diffusion on an infinite canvas https://news.ycombinator.com/item?id=32849769
Show HN: Outpainting with Stable Diffusion on an infinite canvas https://github.com/lkwq007/stablediffusion-infinity September 15, 2022 at 03:35AM
Wednesday, September 14, 2022
Show HN: ViruSaas – Virus Checks as a Service https://news.ycombinator.com/item?id=32835617
Show HN: ViruSaas – Virus Checks as a Service Hi all, here is a side project I've just launched which might come in handy for certain situations. It's a very simple and free "do one thing and do it well" online service with exactly one feature: you upload a file, and it tells you — based on a ClamAV check — if that file contains a virus or not. I'm not having any ambitious plans with this project, but thanks to very low operational costs, I thought I can as well put it out there and keep it alive — maybe it's even useful for some people every now and then (just today, one of my coworkers forwarded me a fishy-looking email with an attachment, and using virusaas.com turned out to be the least painful way to do this kind of one-off check for a virus). I've also released the source code of the web app under GPLv3 at https://github.com/hygieia-saas/hygieia-webapp , although it's not as polished as it could be (no tests, for example — but see above, no ambitious plans). The main reason to do the project was to follow through with my own tutorial at https://manuel.kiessling.net/2021/05/02/tutorial-react-singl... , which worked out quite nicely. https://app.virusaas.com/ September 14, 2022 at 04:19AM
Tuesday, September 13, 2022
Show HN: Tombl – Easily query .toml files from bash https://news.ycombinator.com/item?id=32822326
Show HN: Tombl – Easily query .toml files from bash https://github.com/snyball/tombl September 13, 2022 at 02:58AM
Show HN: Cash: Tool for running shell commands on a large number of HPC nodes https://news.ycombinator.com/item?id=32822001
Show HN: Cash: Tool for running shell commands on a large number of HPC nodes https://github.com/janoliver/cash September 13, 2022 at 01:54AM
Monday, September 12, 2022
Show HN: Go-select – Provides SQL like 'select' interface for file systems https://news.ycombinator.com/item?id=32810296
Show HN: Go-select – Provides SQL like 'select' interface for file systems https://github.com/SarthakMakhija/goselect September 12, 2022 at 06:55AM
Show HN: Sentinel – simple 2-Factor Authenticator app for iOS, macOS and watchOS https://news.ycombinator.com/item?id=32808969
Show HN: Sentinel – simple 2-Factor Authenticator app for iOS, macOS and watchOS https://getsentinel.io September 12, 2022 at 05:12AM
Show HN: Go to random locations, parks and restaurants https://news.ycombinator.com/item?id=32806964
Show HN: Go to random locations, parks and restaurants You can change your radius and there are some modes that you can use which are listed at https://randomlocation.xyz/help.txt It's a non-commercial fun thing I created for my own use. Give it a try https://randomlocation.xyz/? September 12, 2022 at 12:05AM
Sunday, September 11, 2022
Show HN: Chard – simple async/await background tasks for Django https://news.ycombinator.com/item?id=32799358
Show HN: Chard – simple async/await background tasks for Django https://github.com/drpancake/chard September 11, 2022 at 06:16AM
Show HN: pg_idkit, a Postgres extension for generating exotic UUIDs https://news.ycombinator.com/item?id=32798821
Show HN: pg_idkit, a Postgres extension for generating exotic UUIDs https://github.com/t3hmrman/pg_idkit September 11, 2022 at 04:46AM
Show HN: Open-source animated chart presentations in computational notebooks https://news.ycombinator.com/item?id=32798800
Show HN: Open-source animated chart presentations in computational notebooks https://github.com/vizzuhq/ipyvizzu-story September 11, 2022 at 04:41AM
Saturday, September 10, 2022
Show HN: Power your study habits with AI question generation https://news.ycombinator.com/item?id=32792143
Show HN: Power your study habits with AI question generation https://yippity.io September 10, 2022 at 09:35AM
Show HN: Generate Protobuf definitions conforming to popular design guides https://news.ycombinator.com/item?id=32789576
Show HN: Generate Protobuf definitions conforming to popular design guides https://github.com/slavovojacek/cloudstd September 10, 2022 at 04:11AM
Friday, September 9, 2022
Show HN: WOMBOT – Create AI-Generated Artwork and Memes in Discord https://news.ycombinator.com/item?id=32781140
Show HN: WOMBOT – Create AI-Generated Artwork and Memes in Discord https://www.w.ai/wombot September 9, 2022 at 09:18AM
Show HN: Hosting Web Apps on Raspberry Pi Pico W https://news.ycombinator.com/item?id=32781060
Show HN: Hosting Web Apps on Raspberry Pi Pico W https://visualgdb.com/tutorials/raspberry/pico_w/http/ September 9, 2022 at 09:14AM
Show HN: Invest in Airbnbs Like Stocks https://news.ycombinator.com/item?id=32780392
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://arrivedhomes.com/vacation-rentals September 9, 2022 at 08:28AM
Show HN: I made showcqt-element – an HTML custom element for audio visualization https://news.ycombinator.com/item?id=32779600
Show HN: I made showcqt-element – an HTML custom element for audio visualization https://github.com/mfcc64/showcqt-element September 9, 2022 at 07:21AM
Show HN: Learn how to build SaaS application from scratch with React and Django https://news.ycombinator.com/item?id=32777964
Show HN: Learn how to build SaaS application from scratch with React and Django https://saasitive.com/ September 9, 2022 at 04:40AM
Thursday, September 8, 2022
Show HN: Compare Objects on a Graph at Scale https://news.ycombinator.com/item?id=32764039
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://www.convier.no/beta-version https://www.youtube.com/watch?v=tV5Nii4woes September 8, 2022 at 04:29AM
Show HN: ELAY – Even Less Addictive YouTube, cross browser extension https://news.ycombinator.com/item?id=32762391
Show HN: ELAY – Even Less Addictive YouTube, cross browser extension https://github.com/inversepolarity/Even-Less-Addictive-Youtube September 8, 2022 at 12:24AM
Wednesday, September 7, 2022
Show HN: Quake 1 ported to the Apple Watch https://news.ycombinator.com/item?id=32747067
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://github.com/MyOwnClone/quake_watch September 6, 2022 at 11:21PM
Tuesday, September 6, 2022
Show HN: Simulate dollar-cost averaging in any mix of stocks https://news.ycombinator.com/item?id=32736497
Show HN: Simulate dollar-cost averaging in any mix of stocks https://simulator.tryshare.app/ September 6, 2022 at 06:00AM
Show HN: Chitchatter – P2P chat app that is serverless, decentralized, ephemeral https://news.ycombinator.com/item?id=32732158
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://github.com/jeremyckahn/chitchatter#readme Chitchatter is very much an early MVP, so I'd like to get your feedback. Thanks for looking! https://chitchatter.im/ September 5, 2022 at 07:48PM
Monday, September 5, 2022
Show HN: Draw Anything – A Simple Stable Diffusion Playground https://news.ycombinator.com/item?id=32726679
Show HN: Draw Anything – A Simple Stable Diffusion Playground https://www.drawanything.app/ September 5, 2022 at 10:16AM
Sunday, September 4, 2022
Show HN: Illustrating Gutenberg library using Stable Diffusion https://news.ycombinator.com/item?id=32713649
Show HN: Illustrating Gutenberg library using Stable Diffusion We are illlustrating existing books using stable diffusion and other ML models. We are currently on our quest to illustrate the Project Gutenberg library. This Show HN is really early in our journey and we are happy to receive your feedback! https://storybooks.ai/ September 4, 2022 at 07:48AM
Show HN: Decentralised Prediction Market for Bitcoin https://news.ycombinator.com/item?id=32712864
Show HN: Decentralised Prediction Market for Bitcoin https://cryptopredictapp.herokuapp.com/ September 4, 2022 at 06:33AM
Saturday, September 3, 2022
Show HN: Collage Interface for Stable Diffusion https://news.ycombinator.com/item?id=32697229
Show HN: Collage Interface for Stable Diffusion https://www.artbreeder.com/beta/collage September 2, 2022 at 05:14PM
Friday, September 2, 2022
Show HN: Hemmelig.app – Self hosted secret sharing application https://news.ycombinator.com/item?id=32687697
Show HN: Hemmelig.app – Self hosted secret sharing application https://github.com/HemmeligOrg/Hemmelig.app September 2, 2022 at 12:28AM
Thursday, September 1, 2022
Show HN: OpenBracket, a collaborative code editor for technical interviews https://news.ycombinator.com/item?id=32665692
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://openbracket.net/ August 31, 2022 at 10:40AM
Subscribe to:
Posts (Atom)