Postingan

Menampilkan postingan dari Oktober, 2022

Show HN: API that validates tax ID numbers for over 100 countries https://ift.tt/zpEerZs

Show HN: API that validates tax ID numbers for over 100 countries https://taxid.pro/ November 1, 2022 at 01:19AM

Show HN: Crowd.dev – The open-source platform for community-led growth https://ift.tt/yoZOnDG

Show HN: Crowd.dev – The open-source platform for community-led growth Hi everyone, after months of work we’re excited to show you crowd.dev - the open-source platform for community-led growth. We created crowd.dev with the belief that the future of business relies on thriving communities - particularly in the fast-growing open-source and developer space. Developers have increased buying power when it comes to the technologies their companies use, and the way to their hearts isn’t through paid ads or sales reps but through authentic community interactions. In other words, developer-focused companies (open-source, API, dev tools) need communities to grow. While crucial for every developer-first company, community building is complex and time-consuming work. The developer community tech stack is fragmented, and organizations are stuck managing endless platforms and working with incomplete data. Today, the term “community” gets used to describe everything from social media followers to on

Show HN: A Levels.fyi for Contracting/Freelancing https://ift.tt/8k1pFTq

Show HN: A Levels.fyi for Contracting/Freelancing I've been working on this the last few days after seeing a post on reddit calling for this exact website to exist. I'm hoping the email-less/account-less and open data might be appealing. I'd love any feedback you might have, and of course if you were to volunteer some data ;) https://hourly.fyi/ November 1, 2022 at 12:05AM

Show HN: Subify subscription – Process of research and developing a new product https://ift.tt/05XclaR

Show HN: Subify subscription – Process of research and developing a new product Hi everyone. This is Reza, Growth manager at Subify, About two years ago, we released our first app on Shopify. An app called “Hengam Restock" helped merchants inform their customers that their products are back in stock. In 2 years, more than 200,000 products were back-in-stock through our app, and customers were notified. This method worked for the stores and increased their sales by more than 15%, but we were looking for a way that could help them sell better and solve their other problems, like inventory management. We searched for a few weeks and found a good solution. Subscription . If the stores could sell their products on a subscription basis, there would be no need to guess how many products to keep in the warehouse. Before that, this number could be much less than the required amount or more than the required amount. Each of these has its problems. With this method, they know with a good app

Show HN: A small, weird and unpractical programming language https://ift.tt/SKgR5OP

Show HN: A small, weird and unpractical programming language I've been spending some time coding fp. It is a programming language heavily inspired by the language John Backus described in his 1977 Turing Award lecture. There's plenty of examples in the projects github repository for the interested! https://ift.tt/a3yGZxo October 31, 2022 at 11:11PM

Show HN: MetalliCSS: A JavaScript library that gives CSS a metallic lustre https://ift.tt/ncwtXK0

Show HN: MetalliCSS: A JavaScript library that gives CSS a metallic lustre https://ift.tt/UcnZeAt October 31, 2022 at 02:25PM

Show HN: Open-source user onboarding and KYC flow made with Svelte (~50kb) https://ift.tt/ST4Hpbc

Show HN: Open-source user onboarding and KYC flow made with Svelte (~50kb) Hi everyone, We’re building an open-source identity and risk management platform and we’ve just released the first chunk of code, a fully customizable KYC flow & UI, to the public. We’ve chosen to use Svelte so our flows would be lightweight (it is ~50kb gzipped). Next up: - Adding forms and components for it to be used as a full onboarding flow. - Releasing an open-source case management dashboard, for manual approval of users. - Releasing an open-source rule engine, to help automate decisions. We’d love to hear your feedback, suggestions, or any question you’ve got. And if the rest of the project is relevant or interesting to you, follow us and, we’ll update you once new things are available. Thanks! https://ift.tt/HxqoDfX October 31, 2022 at 01:08AM

Show HN: Generate quiz questions using AI https://ift.tt/iE6ySVj

Show HN: Generate quiz questions using AI One of the coolest things I've been able to get GPT-3 to do is generate questions based on a piece of text. So, I built a simple site to help others do the same. Hopefully, this can be useful to teachers, trainers, or just anyone who wants to create a fun and unique quiz. https://quizgecko.com/ October 31, 2022 at 01:04AM

Show HN: AI tool that cuts “bloopers” for YouTubers https://ift.tt/rM1s7SI

Show HN: AI tool that cuts “bloopers” for YouTubers YouTubers who talk to a microphone, sometimes in front of a camera, get nervous and make a lot of mistakes while trying to get the lines just right. This AI tool fixes the mistakes for them and saves hours in manual editing. https://www.gling.ai/ October 31, 2022 at 01:02AM

Show HN: Create Posts with Gradient Text https://ift.tt/GfWa1k0

Show HN: Create Posts with Gradient Text Who doesn't like gradients? With Purple Photo, we can create posts with zero designing skills. We have recently added support for the gradient text. Let us know what you think about it. https://ift.tt/nCxfPXM October 30, 2022 at 01:20PM

Show HN: Mel's Hack – The Missing Bits https://ift.tt/FIHsf3b

Show HN: Mel's Hack – The Missing Bits New article on Mel's Loop project – an analysis of Mel Kaye's hack for his blackjack game for the RPC-4000 computer. "This approach to coding is far from extinct. One often finds it in software teams, among some highly regarded – though less valued – members. If you've spent several years in the industry or in Computer Science academia, you surely know this subspecies: the developer that replaces a straightforward loop with a series of auto-resolving promises, capped by a cryptic reducer, then revels in their teammates' bewilderment at the sight of the new code. Hardly the personality that you'd select for a coding legend." (ibid) https://ift.tt/hbdMZRx October 30, 2022 at 02:43PM

Show HN: I designed a ring binder to organize 1,700 resistors https://ift.tt/ONdrf5z

Show HN: I designed a ring binder to organize 1,700 resistors https://ift.tt/bF6dc5s October 30, 2022 at 02:20PM

Show HN: I made a website where you can copy-paste SVG gradients https://ift.tt/CE9A0Yx

Show HN: I made a website where you can copy-paste SVG gradients https://ift.tt/RvM3Jbw October 29, 2022 at 07:55PM

Show HN: Rewriting SparkSQL in Python https://ift.tt/1GWJL5N

Show HN: Rewriting SparkSQL in Python Last year around this time I was joking with people if you can hack together something like SparkSQL with all the best Python open-source: Polars/Arrow/Ray/SQLGlot. So here it is. Definitely NOT production ready -- but should work for most advertised use cases. Only has a dataframe/datastream API right now, working on full SQL support. Hard because of all the weird SQL people write :-P https://ift.tt/6UF7uO3 October 29, 2022 at 11:43PM

Show HN: I made a website with musical exercises for beginner musicians https://ift.tt/Hrucgqv

Show HN: I made a website with musical exercises for beginner musicians https://ift.tt/GVE7Tlo October 29, 2022 at 08:53PM

Show HN: Veecam virtual camera chrome extension https://ift.tt/W5Q34Sj

Show HN: Veecam virtual camera chrome extension Veecam is a proof-of-concept virtual camera chrome extension that lets you adjust your video appearance in a video conference call. It currently works with Google Meet. https://ift.tt/Q3VKSaR October 29, 2022 at 05:01PM

Show HN: Google hijacking search from GitHub, Twitter, others https://ift.tt/RUnNdDB

Show HN: Google hijacking search from GitHub, Twitter, others I couldn't find any relevant info about this. Maybe I'm part of some new Chrome experiment, or just very bad at searching. Here's what it looks like: https://ift.tt/Z07embM I opened a new Chrome tab just now, typed GitHub in the address bar. Opened the top suggested repository I'm checking frequently, and then used the GitHub search input box. As GitHub search results loaded, on the right side of the Chrome address bar I noticed a new, and colorful G icon. Animating and distracting, the icon expanded into a pretty big inline notification saying "See more search results". After a few seconds it animated and minimized itself back to the G icon. Clicking the icon opens a right side panel with Google results of my GitHub query. I then tried to search for something via the Chrome address bar. Without clicking on any of the results, I used the address bar again to open Twitter's home page (typing twit

Show HN: Allurt – Privacy Keeper for Screen Sharing https://ift.tt/Itvl52s

Show HN: Allurt – Privacy Keeper for Screen Sharing https://ift.tt/JXTuQIc October 29, 2022 at 03:12PM

Show HN: Checksum.sh verify every install script https://ift.tt/zh6FWDG

Show HN: Checksum.sh verify every install script The pattern of downloading and executing installation scripts without verifying them has bothered me for a while. I started messing around with a way to verify the checksum of scripts before I execute them. I've found it a really useful tool for installing things like Rust or Deno. It's written entirely as a shell script, and it's easy to read and understand what's happening. I hope it may be useful to someone else! https://checksum.sh/ October 29, 2022 at 01:38AM

Show HN: A Data Stack for Web3 https://ift.tt/SqFsTAv

Show HN: A Data Stack for Web3 Hey - We're building https://luabase.com/ . tl;dr - Luabase is a data stack for web3 teams. We make it easy to query any blockchain with SQL, analyze it in notebooks, and embed the data in your app with our API. You can answer questions like: how many people that used Uniswap also have an ENS / .eth address? I know a lot of people here hate crypto. I get it. There's a lot of bullshit and scams in crypto. I'm personally drawn to it because a lot of financial applications suck and crypto provides a set of open source tools to build better ones. Anyway, if you're into web3, check it out and let me know if I can answer any questions. I'll be around. https://luabase.com/ October 29, 2022 at 01:01AM

Show HN: Proxy-web-storage, a more convenient way to use storage through proxy https://ift.tt/7Ru6xVv

Show HN: Proxy-web-storage, a more convenient way to use storage through proxy Keep the type of storage value unchanged and change array and object directly. Supports listening to the changes and setting expires. https://ift.tt/bEcMeYo October 28, 2022 at 11:26PM

Show HN: Gun.io funding 3 months of dev resources from their platform https://ift.tt/VknRMAX

Show HN: Gun.io funding 3 months of dev resources from their platform Gun.io is running a pitch competition, judged by the community, for 3 months of dev resources. https://gun.io/pitch/ October 28, 2022 at 08:36PM

Show HN: A self-hosted Twitter- and Reddit-like site written in Rust https://ift.tt/Q8I1hxR

Show HN: A self-hosted Twitter- and Reddit-like site written in Rust https://ift.tt/3a9QZdc October 28, 2022 at 10:46AM

Show HN: Dvi-decode for LuaTeX. Render LaTeX documents directly in the browser https://ift.tt/VBvgqfS

Show HN: Dvi-decode for LuaTeX. Render LaTeX documents directly in the browser https://ift.tt/Yr7f1Q9 October 28, 2022 at 02:23PM

Show HN: Running WordPress with WebAssembly using mod_WASM and Apache https://ift.tt/qNs0dkC

Show HN: Running WordPress with WebAssembly using mod_WASM and Apache https://ift.tt/0EpkHjX October 27, 2022 at 09:24PM

Show HN: Logto – We just launched our brand-new website https://ift.tt/Vk8EsgU

Show HN: Logto – We just launched our brand-new website Folks, we have just gone live with our brand-new website! The design of our official website has been brought up to date, and experience has been improved. Our official site now boasts a modernized design and enhanced functionality. https://logto.io/ Feel free to let us know your thoughts. Cheers! October 27, 2022 at 07:16PM

Show HN: I 3D scanned the interior of the Great Pyramid at Giza (Khufu) https://ift.tt/zi2HyFV

Show HN: I 3D scanned the interior of the Great Pyramid at Giza (Khufu) Hey HN, I 3d scanned the interior of the Great Pyramid / Khufu's pyramid for the Giza Project this summer and just finished the guided version to share. Would love feedback and/or problems you encounter. I used both a Leica BLK 360 and Matterport Pro 2 to do the scanning and the Matterport SDK for the web viewer. Matterport's web display with Three.js has been the most accessible to a wide audience in the past (previous iterations are in Unity and Unreal, but difficult to download over slower connections). I've been interviewing social studies teachers around the 6th grade level to create teaching materials as well, and these along with other monuments that I've scanned at Giza are up at https://giza.mused.org/ Cheers from Cairo--and thanks for any feedback. https://ift.tt/TPZhGKV October 27, 2022 at 08:31PM

Show HN: CloudOps Automation Project https://ift.tt/4LPstXo

Show HN: CloudOps Automation Project https://ift.tt/STZOBb3 October 27, 2022 at 06:54PM

Show HN: I solved my New Tab page https://ift.tt/5gDESNH

Show HN: I solved my New Tab page The site is completely customisable, you can create a start page that suits your own style. Initially, I built the site to only work for me, however I wanted the website to be re-usable for anyone. You can now login to your own Twitter/Spotify/Strava accounts for your own personal feed. Everything is stored locally in your own browser so there's none of your data floating around in the clouds somewhere. You can find the code at https://ift.tt/j92za7P . Here are some examples of themes in a gif: https://ift.tt/lMoTpVH... . https://startertab.com/ October 27, 2022 at 07:45AM

Show HN: Interactive symbols from your decompiler to your debugger https://ift.tt/LVNAWDr

Show HN: Interactive symbols from your decompiler to your debugger It works on Ghidra, Binja, IDA, and angr-dec. Currently, gdb is the only debugger supported -- best with GEF. https://ift.tt/vQIy6hr October 27, 2022 at 06:40AM

Show HN: We just enabled Vercel's preview comments on our docs page https://ift.tt/apjmZ8S

Show HN: We just enabled Vercel's preview comments on our docs page We've been having a hard time getting feedback on our docs. Some people post GitHub issues or send us pull requests, but we've heard that the friction is too great for little things like typos, etc. We thought Vercel's preview might be a decent solution to lower the friction for people with Vercel accounts. Vercel injects a code bundle into the site, similar to a browser extension, automatically setting up a commenting system and UI for us. If you want to see how it looks, check it out here: https://ift.tt/pboy5Mx October 27, 2022 at 12:54AM

Show HN: Comment on live websites just like you comment on Google Docs/Figma https://ift.tt/49sKPnm

Show HN: Comment on live websites just like you comment on Google Docs/Figma I'd love your feedback on this new JS plugin we launched. With this, you can comment on live websites just like you comment on Google Docs or Figma. You can use is to get Copy or UI feedback right on the website you are building. Feedback can be provided in rich formats like audio and video. You can get started by installing a JS tag in the footer of the website. You can then turn the review mode on or off on demand by adding “?review=true” to the URL. Demo video (43s): https://www.youtube.com/watch?v=cdnfBEw8TfI Demo video: https://www.youtube.com/watch?v=h6vxzXJuh8o https://ift.tt/LknhOdB October 26, 2022 at 03:18AM

Show HN: A book introducing Geospatial and Rust https://ift.tt/GdnywlX

Show HN: A book introducing Geospatial and Rust My friend and I have been collaborating on this lighthearted introduction to doing geospatial computation in rust. Don't know Rust? Don't know geospatial? I'd be interested to know what you think. https://ift.tt/8ASzjae October 26, 2022 at 06:58AM

Show HN: LPM (Lua Package Manager) – The Commands Are Like NPM https://ift.tt/eSAUlIo

Show HN: LPM (Lua Package Manager) – The Commands Are Like NPM https://ift.tt/UFZ4Haj October 26, 2022 at 04:22AM

Show HN: Encrypt and hide files inside images https://ift.tt/85uQgDB

Show HN: Encrypt and hide files inside images https://ift.tt/pB24dTk October 26, 2022 at 05:21AM

75 Years After the Battle to Save the Cable Cars

Gambar
75 Years After the Battle to Save the Cable Cars By Jeremy Menzies Seventy-five years ago, San Francisco’s cable cars were viewed as more of a costly nuisance.  A few city leaders wanted to tear out the 1870s-era transit system of wooden vehicles towed by an underground cable system. Pioneer of civic activism, Friedel Klussmann led the charge to preserve this moving landmark that draws of visitors from around the world looking to fulfill their dream of riding the cable car over our hills.   Friedel Klussmann founded the Citizens' Committee to Save the Cable Cars. The committee began a public campaign demonstrating that the cable cars’ value to San Francisco was far greater than their operational cost. As a result, the lines were saved and the cable cars became enshrined as a cultural icon of San Francisco.  We will celebrate this anniversary with Market Street Railway and Mayor London Breed on October 26th at Market and Powell streets at 11am. Here’s a brief look at the events

Show HN: Klipit.in – Online clipboard, quickly share data across devices https://ift.tt/lhVExbG

Show HN: Klipit.in – Online clipboard, quickly share data across devices Hello, wanted to share about my new project called Klipit. How do you quickly share data between devices? Here's what most people do – - Send it to someone on WhatsApp or other messaging service. - Email it to themselves. - Use a note taking application like Google Keep, Apple Notes or OneNote (my preferred way until now). All of these require you to already have those services logged into on both the devices. Logging into any service on a new device these days is a tedious process involving 2-factor authentication. What if there was a quick way to share data between devices? One that did not require any logins or installing any apps? Starting with this thought, I built Klipit.in. An online clipboard to share data quickly between devices. You get an instant online clipboard with a unique link. No need to create any account. You can paste any data to this clipboard and simply open the link on another device. No

Show HN: Airforms – never build another CRUD app https://ift.tt/6TfortO

Show HN: Airforms – never build another CRUD app Airforms is a database form builder. You can lower software development costs by using Airforms instead of developing custom CRUD applications to enter and update data. Airforms lets you build forms using a simple drag-and-drop interface. No coding skills needed. Airforms was built from the ground up to support relational databases. Joins and lookups, and query parameters including multi-valued and cascading parameters are supported. Airforms also includes a graphical query builder, and tools for browsing database schema, relationships and data. An automatic database diagram generator is also included. https://airforms.com/ October 25, 2022 at 11:33PM

Show HN: Podcastsaver.com – a search engine testbench dressed as a podcast site https://ift.tt/rc8saLu

Show HN: Podcastsaver.com – a search engine testbench dressed as a podcast site Hey HN, I submitted PodcastSaver (https://ift.tt/hCemSaO) before but the reason it's interesting now is that I've started converting it into a live search engine test-bench. I've discussed it a bit here[0], and this idea has been kicking around in my head for a while so I got a chance to do some related writing about it with Supabase[1]. The basic idea is to use a modest piece of the podcast index[2] as a place to test out different new age search engines against each other. So far there are two engines running: - Postgres FTS + pg_trgm (tuned -- indices are there, I did some EXPLAINing earlier today to tighten things up, but still all built-in tech) - Meilisearch (untuned -- just stand it up, give it resources and put in documents) To that effect, I've added a "nerds" page you should peruse: https://ift.tt/YLEhdGa On that page you can: - choose your search engine - choose whether

Show HN: Export Google Docs to WordPress in 1 Click. Including Images https://ift.tt/h3lHP5k

Show HN: Export Google Docs to WordPress in 1 Click. Including Images https://docswrite.com October 25, 2022 at 01:47AM

Show HN: Voice activity detector (Silero and ONNX) for the browser https://ift.tt/AlmfWeK

Show HN: Voice activity detector (Silero and ONNX) for the browser Live demo here: https://ift.tt/b6cQXUV https://ift.tt/2ZFVSYo October 24, 2022 at 11:32PM

Show HN: Open-source non-blocking NIO Java HTTP Server https://ift.tt/LKueNRq

Show HN: Open-source non-blocking NIO Java HTTP Server https://ift.tt/QUTsCRI October 24, 2022 at 11:22PM

Show HN: IHP v1.0 (Batteries-included web framework built on Haskell and Nix) https://ift.tt/6QNVzSZ

Show HN: IHP v1.0 (Batteries-included web framework built on Haskell and Nix) https://ift.tt/ksUxeuO October 24, 2022 at 11:00PM

Show HN: Bolt.css – Another classless CSS library https://ift.tt/4Woxnfg

Show HN: Bolt.css – Another classless CSS library https://boltcss.com October 24, 2022 at 10:37PM

Show HN: MVP as a Service https://ift.tt/xaIf20G

Show HN: MVP as a Service https://ift.tt/aJ86Bgd October 24, 2022 at 10:25PM

Show HN: Helm-dashboard: the missing UI for Helm https://ift.tt/JrcK24z

Show HN: Helm-dashboard: the missing UI for Helm https://ift.tt/mA4VEul October 24, 2022 at 09:02PM

Show HN: mirrord – run your local code in the context of your cloud environment https://ift.tt/pf9ZQsu

Show HN: mirrord – run your local code in the context of your cloud environment Hey everyone, I’m Eyal, co-founder and CTO of MetalBear, the company behind mirrord. We’ve recently released version 3.0 of mirrord - it’s the first version of the product that we believe can provide daily value for backend developers. mirrord is a free, open-source (MIT) product that cuts your development loops by making it easier and faster for your local code to “meet” your cloud environment. mirrord lets you “plug” your local process into your Kubernetes cluster. When you run your process with mirrord, it completely wraps your process in the context of the corresponding service on your cluster - it essentially proxies all of your process’ input/output to the remote pod, from network traffic to file access to environment variables, so that you can keep running your process from the familiar comfort of your local environment, but with input, configuration, and state from the cloud. While mirrord can be us

Show HN: Share and Discover Side Projects https://ift.tt/3KiQj6W

Show HN: Share and Discover Side Projects https://ift.tt/KDCPZk4 October 24, 2022 at 03:34PM

Show HN: A shell in every text input on your system https://ift.tt/TbORZr8

Show HN: A shell in every text input on your system https://ift.tt/Z4BbhHK October 24, 2022 at 01:39PM

Show HN: Unix shell script tactics – a style guide https://ift.tt/6tsaV1f

Show HN: Unix shell script tactics – a style guide https://ift.tt/HS7nK2g October 24, 2022 at 08:48AM

Show HN: TPMouse - A Virtual Trackball for Windows, controlled from the homerow https://ift.tt/ZL5tRM7

Show HN: TPMouse - A Virtual Trackball for Windows, controlled from the homerow Hello all, I apologize for the repost as the previous submission was made from an unfortunate timezone. I've been refining my app to the point that it's pretty much become an indispensable daily driver in my own workflow. Hoping to hear some critiques/feedbacks on its usability! https://ift.tt/kdQlibC October 24, 2022 at 04:24AM

Show HN: Vector Graphics with Stable Diffusion https://ift.tt/NYlu7Lw

Show HN: Vector Graphics with Stable Diffusion https://vectorart.ai October 23, 2022 at 11:41PM

Show HN: Wedding thank you notes auto-drafted with Dust and GPT3 https://ift.tt/N07AvCn

Show HN: Wedding thank you notes auto-drafted with Dust and GPT3 https://ift.tt/br2OW1y October 23, 2022 at 12:53AM

Show HN: Decentralized Autonomous Lawn Mower https://ift.tt/8Of3NIP

Show HN: Decentralized Autonomous Lawn Mower https://ift.tt/FbcpCez October 23, 2022 at 07:10AM

Show HN: JP-Hash https://ift.tt/Yj7LXNg

Show HN: JP-Hash https://ift.tt/y93iOwX October 23, 2022 at 07:34AM

Show HN: Open-source Wikipedia Q&A bot using GPT-3 https://ift.tt/FTExptZ

Show HN: Open-source Wikipedia Q&A bot using GPT-3 https://twitter.com/shubroski/status/1583921006636589057 October 23, 2022 at 03:54AM

Show HN: Contact Form Delivery https://ift.tt/JGADxIL

Show HN: Contact Form Delivery Most sites I work on have at least one contact form and I got tired of building out the logic to send them and handle the spam into every project. I built and launched Sendfly for myself 5 years ago and it's been a rock solid service that I've relied on ever since. Recently I've done a full re-write, simplifying the product and making it super affordable. I wanted to share it here in case it comes in handy for someone else. There are lots of competitors out there but I found them too expensive for my needs. For $15/year you get unlimited forms and 5,000 form submissions every year. Hoping that fits the bill for developers like me! https://sendfly.io October 23, 2022 at 02:46AM

Show HN: Stable Diffusion, but Fast and with No Filters https://ift.tt/XYLbkIJ

Show HN: Stable Diffusion, but Fast and with No Filters https://ift.tt/oZTVr5U October 23, 2022 at 01:44AM

Show HN: Self-funded ad campaign against DRM about to break 1k likes https://ift.tt/qV6I7a3

Show HN: Self-funded ad campaign against DRM about to break 1k likes https://twitter.com/breckyunits/status/1577152243014377473 October 23, 2022 at 12:17AM

Show HN: Django REST Framework Async https://ift.tt/MwETR9L

Show HN: Django REST Framework Async https://ift.tt/ejJpyP7 October 22, 2022 at 10:09PM

Show HN: PipeScore – Free Bagpipe Notation https://ift.tt/fNkuTKO

Show HN: PipeScore – Free Bagpipe Notation https://ift.tt/jbhgUQ1 October 22, 2022 at 09:13PM

Show HN: First open source data discovery and observability platform https://ift.tt/RhAH9cq

Show HN: First open source data discovery and observability platform https://ift.tt/Wzjt8Or October 22, 2022 at 07:14PM

Show HN: Ask our algorithm and real financial expert anything about your money https://ift.tt/Hp8Yq1i

Show HN: Ask our algorithm and real financial expert anything about your money It’s pretty simple: ask us absolutely anything about your finances (it’s okay to be really specific to your situation!) and our algorithm backed by a Certified Financial Planner will give you a hyper-personalized spot-on answer, for free. Go ahead and stump us! Let’s really kick the tires on this thing :) Up until now, we've been doing comprehensive financial advising for free. Our most popular feature is the ability to just ask us anything so we figured why not make that feature available for everyone? Also for free :) Some more context: Uprise’s mission is to make wealth management/financial optimization as accessible as possible (ie, free) and we think the key is to have an amazing algorithm and database of financial rules/products but backed by a real financial expert to make sure the recommendations are good and to refine the algorithm. If you love it please feel free to share with anyone you know t

Show HN: Online parser for arbitrary CRDs with sample YAML https://ift.tt/suKYhGv

Show HN: Online parser for arbitrary CRDs with sample YAML Hello peeps. I’ve wrote a tool to nicely display crds. I know of docs.crds how is this different? You can paste in the crd and it will generate a sample yaml to boot and you don’t need to point it at a repository. Also it has a cli version. Here is the repo https://ift.tt/4yaOmBM . I hope someone finds this useful. Any feedback is always appreciated. :) Thanks. https://ift.tt/pwOe8Ih October 22, 2022 at 01:58PM

Show HN: C Injection Compiler – Program your text files in C https://ift.tt/qlukhdg

Show HN: C Injection Compiler – Program your text files in C It's very early in development but it has just reached a working state so I'm actually using it now to generate content for my website. The idea is that it should be useful both for generating static files and for generating responses live in a server, which it should be able to do very fast since it all compiles to C code and one memory mapped file. https://ift.tt/2NIoepl October 22, 2022 at 03:00AM

Show HN: Bull or Bear Game – The Higher or Lower for NFTs https://ift.tt/8tBKrIN

Show HN: Bull or Bear Game – The Higher or Lower for NFTs It's crypto Winter, the market is down and we are rekt. So we made this little game to cheer up the Web3 community. Guess which NFT collection has the higher floor price. Inspired by all the time we whittled away on higherlowergame https://bullorbear.wtf/ October 21, 2022 at 11:19PM

Show HN: I'm trying to guess your personality by your comments with an NLP model https://ift.tt/KLPyIsD

Show HN: I'm trying to guess your personality by your comments with an NLP model https://ift.tt/YkU1tsy October 21, 2022 at 09:22AM

Show HN: Trade your time for charity (OneHumanRace) https://ift.tt/QWMHwrF

Show HN: Trade your time for charity (OneHumanRace) https://onehumanrace.io October 21, 2022 at 07:57AM

Show HN: Recent – list most recent files https://ift.tt/njxmQ7F

Show HN: Recent – list most recent files A Unix-style program for printing the most recent file in a directory. I wrote this as a simple tool for use in pipes and shell scripts. https://ift.tt/32nVCFQ October 21, 2022 at 01:39AM

Show HN: Soundy – Ambient sounds for working, sleeping, relaxing https://ift.tt/vpdRkK2

Show HN: Soundy – Ambient sounds for working, sleeping, relaxing https://soundy.cloud/ October 20, 2022 at 11:53PM

Show HN: NanoMODBUS – A compact MODBUS RTU/TCP C library for microcontrollers https://ift.tt/T6kFqu7

Show HN: NanoMODBUS – A compact MODBUS RTU/TCP C library for microcontrollers Hi HN, this a tiny C library I made because, to my astonishment, in 2022 I couldn't find an (almost) complete and free implementation of MODBUS to be used in a generic microcontroller environment. Enjoy https://ift.tt/46ro1O7 October 20, 2022 at 06:04PM

Show HN: We just sold our company and filmed everything from day one https://ift.tt/jDbnsr4

Show HN: We just sold our company and filmed everything from day one https://www.youtube.com/watch?v=akqcQezTZPA October 21, 2022 at 12:04AM

Show HN: Transform Your City https://ift.tt/K0cX2QP

Show HN: Transform Your City Hey HN, As noted in a previous comment posted on the "Paris Will Become ‘100% Cyclable’" thread [0], I've been contributing to a project (as a volunteer backend developer) to try to accelerate urban change around pedestrian/cyclable/car-free streets. It's "change.org for urban transformation". It started with a Twitter account posting Dall-E-ified versions of streets [1] which picked up steam in the press [2]. And now, we're live with our own site! Happy to answers questions, and other folks from the project might chime in as well. [0] https://ift.tt/OtCm57w [1] https://twitter.com/betterstreetsai [2] https://ift.tt/gLjyNtO... https://ift.tt/XFiMKOL October 20, 2022 at 11:04PM

Show HN: Record voice memo, receive transcription in email https://ift.tt/I7rj5Ji

Show HN: Record voice memo, receive transcription in email https://ift.tt/0PUB9SZ October 20, 2022 at 08:49PM

Show HN: SoundSeeker – Organize Your Musical Ideas https://ift.tt/i2lIh7U

Show HN: SoundSeeker – Organize Your Musical Ideas Hi HN, I've been programming for about three years, and this is my first full-stack web app. It's a tool for organizing musical ideas. Building and deploying it has been a great learning experience, and in that spirit I'd be grateful for any thoughts or suggestions if you care to take a look. Thank you! source: https://bit.ly/3giqrBU Why: Composing music is different for everyone, yet some practices are employed by many musicians. One such practice is to record a musical idea on a phone, capturing the idea at its freshest, and for many, clearest. This often leads to a lengthy catalogue of chronologically organized recordings that can be difficult to parse when sitting down to flesh out a piece of music – what matters most is the content of the idea, more so than when it was conceived. The purpose of SoundSeeker is to allow you to organize musical ideas based on their content instead of when they came to be, and to serve as

Show HN: Lance – Deep Learning with DuckDB and Arrow https://ift.tt/srepzQF

Show HN: Lance – Deep Learning with DuckDB and Arrow https://ift.tt/UIce0wZ October 20, 2022 at 03:02AM

Show HN: Stable Diffusion Image-to-Prompt Tool https://ift.tt/OyZLu2j

Show HN: Stable Diffusion Image-to-Prompt Tool Given an image, we can search the latent space to produce likely keywords that you can add to your prompt to recreate the target image https://ift.tt/yXDW94T October 20, 2022 at 02:44AM

Show HN: A Math Puzzle Game https://ift.tt/tiPWJAS

Show HN: A Math Puzzle Game https://ift.tt/FMgPvmw October 19, 2022 at 02:07PM

Show HN: Stable Diffusion, but Fast https://ift.tt/CTNOoU4

Show HN: Stable Diffusion, but Fast https://ift.tt/8RGEtS7 October 19, 2022 at 09:25AM

Show HN: I built a product to block vulnerable NPM packages https://ift.tt/Xxw5Tl0

Show HN: I built a product to block vulnerable NPM packages https://ift.tt/2HQRMLZ October 19, 2022 at 06:01AM

Show HN: Texterous.com https://ift.tt/vPWL708

Show HN: Texterous.com Write with the Help of Artificial Intelligence https://ift.tt/UC6abQ7 October 19, 2022 at 04:38AM

Show HN: HacKit, a macOS app for reading Hacker News stories and polls https://ift.tt/X2mlhx7

Show HN: HacKit, a macOS app for reading Hacker News stories and polls I wrote a macOS app for reading Hacker News stories and polls and recently released version 3.0 with new features. It is written in Swift and uses AppKit framework. It is a Mac-first app which is built for the macOS design language. It looks and feels and works like a proper macOS app made with love and care. It is not a port of an iOS nor an iPadOS app nor anything else. I am quite proud of it and I hope you can appreciate it too. So, I recently updated it to version 3.0 with new features such as tracking stories by marking it as (un)read, (un)favourite and (un)hidden. There is also folder management to organise stories and smart folders that track stories by certain attributes. It also supports the Touch Bar with customisations. I would love it, if you could try it out and let me know what you think of it! I welcome feedback and please do let me know if there are any bugs or crashes. I did all the testing myself t

Show HN: Discmaster - Browse ISOs from Archive.org directly in browser https://ift.tt/HqgQBPo

Show HN: Discmaster - Browse ISOs from Archive.org directly in browser https://ift.tt/e5lJYW6 October 18, 2022 at 08:45PM

Show HN: A new search engine UX I've been working on in my free time https://ift.tt/LobnxIA

Show HN: A new search engine UX I've been working on in my free time https://ift.tt/ht1B0Ir October 19, 2022 at 01:40AM

Show HN: Linen – Open-source Slack for communities https://ift.tt/qcSKGwf

Show HN: Linen – Open-source Slack for communities Hi HN, My name is Kam. I'm the founder of Linen.dev. Linen communities is a Slack/Discord alternative that is Google-searchable and customer-support friendly. Today we are open-sourcing Linen and launching Linen communities. You can now create a community on Linen.dev without syncing it from Slack and Discord! I initially launched Linen as a tool to sync Slack and Discord conversations to a search engine-friendly website. As I talked to more community managers, I quickly realized that Slack and Discord communities don't scale well and that there needs to be a better tool, especially for open-source knowledge-based communities. Traditionally these communities have lived on forums that solved many of these problems. However, from talking to communities, I found most of them preferred chat because it feels more friendly and modern. We want to bring back a bunch of the advantages of forums while maintaining the look and feel of a c

Show HN: Filesystem Watcher https://ift.tt/r5gAuMF

Show HN: Filesystem Watcher https://ift.tt/RMsUlKI October 18, 2022 at 08:54PM

Show HN: Bruno – open-source API Client (alternative to postman)) https://ift.tt/fwEcKa9

Show HN: Bruno – open-source API Client (alternative to postman)) https://ift.tt/s9xw1Ne October 18, 2022 at 08:33AM

Show HN: Phobos – an engine extension of Red Alert 2: Yuri's Revenge https://ift.tt/MVhXgd1

Show HN: Phobos – an engine extension of Red Alert 2: Yuri's Revenge https://ift.tt/5CKJszQ October 18, 2022 at 03:19PM

Show HN: An app to split CSV into multiple files to avoid Excel's 1M row limit https://ift.tt/q9yToYb

Show HN: An app to split CSV into multiple files to avoid Excel's 1M row limit https://ift.tt/cS5RH82 October 18, 2022 at 04:18AM

Show HN: checkline: check each line you want from stdin to stdout (CLI/TUI/Rust) https://ift.tt/jJuWmQi

Show HN: checkline: check each line you want from stdin to stdout (CLI/TUI/Rust) https://ift.tt/EnFkO3P October 18, 2022 at 05:02AM

Show HN: I surveyed 500 startup founders about their salaries https://ift.tt/q7sevpu

Show HN: I surveyed 500 startup founders about their salaries https://ift.tt/1yjrite October 17, 2022 at 11:52PM

Show HN: Custom sonata playlist for sleep and rest https://ift.tt/PEB7muY

Show HN: Custom sonata playlist for sleep and rest Also available through https://ift.tt/RamZPJO This is a curated from a selection of 600+ sonatas out of 23,000 songs on archive.org. I listened to the songs and selected 10% that would not interfere with sleep to create a relaxing and pleasant auditory experience. https://ift.tt/keRCJu8 October 17, 2022 at 03:57AM

Show HN: Play against well-known chess players' openings https://ift.tt/ZrJ1RSp

Show HN: Play against well-known chess players' openings Hi, this is my first HN submission so please forgive the rough edges. For this project gathered chess positions from some well-known chess players with a lot of games. (Usually ~25k games and 1M+ positions. The most for any player was GM Aman Hambleton with 1.8M positions indexed.) With each board position I create a probability distribution of moves the player has made from that position. Then, I simply draw from that distribution (with sampling temperature) to choose a move. As long as there's at least one game with a given position, you can keep playing. You'll see that it's pretty easy to get "out of book", where you've reached a novel position. It is possible to indirectly model a player's behavior throughout the game, so we can guess what moves a player might make in that position. But that's a bit more than a weekend project and a bit more involved than a lookup table. https://ift.tt/t

Show HN: Python GUIs for Human https://ift.tt/NcKwZeG

Show HN: Python GUIs for Human https://ift.tt/Ancyu5Q October 17, 2022 at 09:26AM

Show HN: A simple Google news reader for the Gopher protocol https://ift.tt/ImQJrYs

Show HN: A simple Google news reader for the Gopher protocol https://ift.tt/0TbqeJC October 17, 2022 at 12:06AM

Show HN: Carefulwords.com, a More Inspiring Thesaurus https://ift.tt/KLQU5Ey

Show HN: Carefulwords.com, a More Inspiring Thesaurus https://ift.tt/x3YTJW0 October 17, 2022 at 03:14AM

Show HN: A modern du replacement written in Rust https://ift.tt/cyPszvo

Show HN: A modern du replacement written in Rust https://ift.tt/d2roHkn October 17, 2022 at 01:57AM

Show HN: React Mask Editor https://ift.tt/szqcKvY

Show HN: React Mask Editor https://ift.tt/p5zD9Cw October 16, 2022 at 09:36PM

Show HN: The Unix Pipe Card Game – teach kids basic Unix commands https://ift.tt/bqU3Oew

Show HN: The Unix Pipe Card Game – teach kids basic Unix commands https://ift.tt/os9nAqe October 16, 2022 at 05:57PM

Show HN: First Working Interpreter https://ift.tt/Y12NvVl

Show HN: First Working Interpreter Hello everyone! I'm an undergrad in computer science in my last semester. I've tried my hand at a few interpreters the past year. This is my first one that I've actually got set up, with a working lexer and execution tactics. I've implemented the input and output prefixing primitives of the pi calculus. I intended to implement the replication and restriction primitives soon. I find process algebras very interesting. They seem to be an important area of research, to bring the computing ecosystem to a concurrent-first paradigm. This github project isn't much to look at currently; it's my first project of any substance. However, you might find the linked research papers interesting! Feel free to share criticisms, insights, or your favorite process algebra! https://ift.tt/49MvtKN October 16, 2022 at 11:59AM

Show HN: An Express-inspired web framework for Rust https://ift.tt/56ewntR

Show HN: An Express-inspired web framework for Rust https://ift.tt/ycrAzhO October 16, 2022 at 09:43AM

Show HN: ESInfer – Make JavaScript Type-Safe https://ift.tt/tN4mkUj

Show HN: ESInfer – Make JavaScript Type-Safe Hello, folks. I'm Jiang, the author of ESInfer. I love writing Javascript because it has a prosperous ecosystem and is quick to get my hands dirty. However, sometimes it's painful when the flow is not fast to follow due to the lack of a type system. To solve this, I wrote ESInfer, a statical inference tool, to automatically type check and generate type annotations for Javascript. It works with pure Javascript without any add-ons to the language or user-space code and supports highly dynamic features, such as the modification of prototypes. It is still in the very early stage, which offers almost all ES5 features and a select set of ES6 features like array/object destructing. I'm working hard to bring all ES6+ features into it incrementally. If you heavily use javascript/typescript and do NOT want to write the type annotation sh*ts anymore, give it a try :) https://esinfer.com/ October 15, 2022 at 07:03PM

Show HN: The two most useful email filters https://ift.tt/7M0sw4f

Show HN: The two most useful email filters The two most useful email filters that I have on my personal account automatically move the following messages to a "from-robots" folder: * Any message that contains the word "unsubscribe" * Any message from no-reply@ As a side note: please do not send emails from no-reply@yourdomain.com If you want users to engage with your communications you need to give them an option to respond. October 16, 2022 at 01:33AM

Show HN: CLI to turn your TODO comments into tickets https://ift.tt/X7sHUjO

Show HN: CLI to turn your TODO comments into tickets https://ift.tt/kMPWnoK October 15, 2022 at 01:12PM

Show HN: Joy Theme Creator – Explore MUI's New UI Library https://ift.tt/BSzg075

Show HN: Joy Theme Creator – Explore MUI's New UI Library https://ift.tt/WbwGjur October 15, 2022 at 02:24AM

Paratransit Services 2022 Update

Paratransit Services 2022 Update By Erin McAuliff This past year, the SFMTA’s paratransit programs safely provided close to half a million trips to older adults and people with disabilities around San Francisco. These services provide door-to-door transportation to people unable to independently use the Muni system. They include SF Access P aratransit , Group Van service , Shop-a- Round shuttles, the Essential Trip Card Program (ETC) and the Van Gogh Recreational program.   In addition to traditional van services, the SFMTA partners with the local taxi industry to provide cost-efficient and customer-friendly taxi options. Payment is accepted in every San Francisco taxi, including accessible ramp-equipped taxis, with the swipe of an SF Paratransit Taxi debit card.    Here are a few accomplishments staff at the SFMTA and Transdev (the contractor responsible for managing SF Paratransit services) have been working on behind the scenes to improve our service offerings and cont

Show HN: Find any smart contract on Cookbook https://ift.tt/d0yFSsE

Show HN: Find any smart contract on Cookbook Cookbook is a free open Smart Contract Marketplace. Find, deploy and integrate the smart contracts used and audited by other projects. - view audits and stats - no-code deploy supporting 9 chains - contribute and collaborate with other web3 developers Currently it is extremely difficult to find good talent when building on blockchain or if you want to create smart contracts. Cookbook.dev makes web3 projects easier to build and launch. Bringing down the cost of development is crucial to onboard the next 10,000 businesses onto web3. How does it work? Step 1. Search for the Smart Contract you are looking for. For example:- Azuki Contract or Create your own token or NFT staking, choose from hundreds of smart contracts Step 2. Choose the Smart Contract you want. For example:- Choose based on your use case such as Create a DAO, NFT minting website or any use case you desire… Step 3. Customize it from our user friendly nocode UI and deploy Optional

Show HN: Reverse Engineering an Old Digital Back Raw File Format https://ift.tt/J2xUzVR

Show HN: Reverse Engineering an Old Digital Back Raw File Format Perhaps a bit outside of the typical interest of HN readers, but I wanted share how I went about figuring out how to convert the RAW files from a digital camera (well, digital back) that originally came out in 2004 to DNGs. An interesting fact about these digital backs is they use an Intel Xscale CPU! - the PXA255 https://ift.tt/ESUeBcz October 15, 2022 at 01:33AM

Show HN: Computer Mysteries https://ift.tt/DGVmQhz

Show HN: Computer Mysteries Computer Mysteries Unveiled https://ift.tt/qkEgwyb October 14, 2022 at 03:41PM

Show HN: FreewriterAI – Just type, AI will form clear and beautiful sentences https://ift.tt/tE2Gcdo

Show HN: FreewriterAI – Just type, AI will form clear and beautiful sentences https://ift.tt/4M6cyPj October 14, 2022 at 01:56PM

Show HN: FrankenPHP, an app server for PHP written in Go https://ift.tt/5L6PUkZ

Show HN: FrankenPHP, an app server for PHP written in Go https://frankenphp.dev October 14, 2022 at 10:59PM

Show HN: Circumflex, browse HN in your terminal https://ift.tt/2hGKLbu

Show HN: Circumflex, browse HN in your terminal Some two years ago, I found myself spending a lot of time in the terminal between learning vim and discovering new command line tools. I was surprised to see that the niche of HN clis was (relatively) small, and so I decided to write my own command line tool for browsing HN called `circumflex`(`clx`). `clx` is written in Go using Bubble Tea[1]. You can read the comment section or the linked article in reader mode in the pager `less`. Using `lesskey` to add custom keybindings, the replies can be collapsed and expanded in real-time (but not individual replies, only all replies at once). Behind the scenes I am appending invisible unicode characters to each line so that I can use the custom keybindings to filter them out. The same technique is used to allow for jumping between top-level comments. I spent a lot of time thinking about syntax highlighting and finding relevant bits to highlight while also not going overboard with colors. The end

Show HN: I built a site to view Elon Musk's Text Messages https://ift.tt/ksVzclp

Show HN: I built a site to view Elon Musk's Text Messages https://ift.tt/HnlUCpZ October 14, 2022 at 08:07AM

Show HN: YouTube Screenshot API https://ift.tt/xhupyYK

Show HN: YouTube Screenshot API https://ift.tt/kAPhdB5 October 14, 2022 at 03:39AM

Show HN: Using AI to write picture books https://ift.tt/Mu4l3pF

Show HN: Using AI to write picture books Ever wanted to create your own picture book? Introducing Mr. Seuss! Just input images of your protagonist and a basic storyline and he'll produce a (funny but weird) picture book for you using AI. The linked colab uses GPT-J to generate a story and Dreambooth Stable Diffusion to generate relevant pictures to the story. It's completely free and takes around 30 minutes to run on the free tier of colab. Let me know what you think in the comments! So excited to see what's possible for storytelling using AI. https://ift.tt/zxqyo9H October 14, 2022 at 12:15AM

Show HN: Schnell Console – Terminal App Redefined https://ift.tt/f5z7Goa

Show HN: Schnell Console – Terminal App Redefined Execute commands quickly from browsers like chrome & firefox without copying. One Shortcut to run any programming file from VS Code. https://ift.tt/VoDtC1k October 14, 2022 at 12:44AM

Show HN: Atlas – open-source product analytics on the data warehouse https://ift.tt/jdMxEhX

Show HN: Atlas – open-source product analytics on the data warehouse Hey everyone! I'm excited to share my newest side project, Atlas. Atlas is an open-source product analytics tool that sits on top of the data warehouse. You can do things like funnels, flows, and retention analysis that typically you need to pipe data to Mixpanel or Amplitude for. Under the hood, it uses dbt to run queries and is built using TypeScript, React, and NextJS. Check out the live demo at https://ift.tt/qA9EPKp and let me know if you have questions or thoughts. Happy Atlasing! https://ift.tt/tEnLcyN October 14, 2022 at 12:40AM

Show HN: My one-man game Alcyon Infinity on Steam, roast me https://ift.tt/3PtQaNe

Show HN: My one-man game Alcyon Infinity on Steam, roast me I have been working on the prototype for 6 months, and released it as Early Access on Steam two weeks ago for 2.99$ :) Alcyon Infinity is a fast-paced bullet-hell with dynamic movement and crazy electro-neo-classical music. Destroy hordes of ever-improving enemies and their Mothership. Up to 4 Co-Op players with Controllers. As a one man studio it proved really hard to put on all the necessary hats to do everything from design to code to test and "marketing", without going crazy. So please roast me, because I'm not sure I can tell what's good or not anymore XD https://ift.tt/IWJKCde October 13, 2022 at 11:21PM

Show HN: We built a tool for fast-forwarding 95% of tests (MIT) https://ift.tt/CqbK2N9

Show HN: We built a tool for fast-forwarding 95% of tests (MIT) Hi, we're Yuval and Roey. We are working on a tool for speeding up test runs, by skipping tests unaffected by code changes. Effectivly, Saving 80-95% of the time, by skipping 80-95% of tests. We started a few months ago, and have managed to get into a few production CI systems here in Israel. All our prospects and users are on holiday right now. So we decided to repackage and open-source for local test running. available here ( https://ift.tt/nY2tCAR ) under MIT license. One line change: pytest -v -> nabaz test --cmdline "pytest -v" Stalk us on GitHub, or just Star us. Ask questions, we'll answer in under 30 seconds. we have auto refresh on. Yuval and Roey from Israel. https://ift.tt/nY2tCAR October 13, 2022 at 04:23AM

Show HN: Reviewpad, a GitHub action to automate pull request workflows https://ift.tt/SifuQXq

Show HN: Reviewpad, a GitHub action to automate pull request workflows https://ift.tt/1yrxzbe October 13, 2022 at 03:57AM

Show HN: TUI File Manager with mouse support https://ift.tt/wC8VOKQ

Show HN: TUI File Manager with mouse support https://ift.tt/AKCrsRy October 13, 2022 at 02:14AM

Show HN: Managed hosting for open-source web apps https://ift.tt/VSqmfAa

Show HN: Managed hosting for open-source web apps https://cloudplane.org/ October 12, 2022 at 11:49PM

Show HN: Get your Twitter roasted by an AI https://ift.tt/5kF3CR4

Show HN: Get your Twitter roasted by an AI https://ift.tt/hyTW2cO October 13, 2022 at 01:31AM

Show HN: AI-Generated Photography https://ift.tt/nQr17iu

Show HN: AI-Generated Photography https://nyx.gallery/ October 12, 2022 at 11:55PM

Show HN: How to Build a Stable Diffusion text-to-image generator (OSS) https://ift.tt/dg8Rbcf

Show HN: How to Build a Stable Diffusion text-to-image generator (OSS) https://ift.tt/LIbmaPQ October 12, 2022 at 11:49PM

Show HN: Code of War – Satirical book about moving up the IT corporate ladder https://ift.tt/2AdHT0v

Show HN: Code of War – Satirical book about moving up the IT corporate ladder Hello dear HN crowd, I love when I stumble upon a developer war story in a random comment here on HN. I love it so much that I also wanted to share some of the stories I've collected over the years working in IT. I came up with the idea to present the stories in a somewhat unusual way, in the style of the malicious self-help book. The book gives you advice on how to succeed in IT, from the interview phase to the management, by acting like an immoral, unscrupulous person. The advice is based on experiences with some shady, weird people I met throughout my career. After every chapter, there's a short story about the person who was the chapter's inspiration. I've worked with those people, so everything is a first-hand experience! This was my first attempt at doing something like this, so go easy on me! :) One cool fact! I used entirely free and open-source software for the creation of this title.

Show HN: Suggest Gift – Get gift suggestions using AI https://ift.tt/l0LNHXM

Show HN: Suggest Gift – Get gift suggestions using AI I built this little side project using GPT3 and few other things. Happy to answer any questions or take any feedback/comments :) https://suggest.gift October 12, 2022 at 07:01AM

Show HN: Turn any YouTube video into a website/transcript https://ift.tt/SkT06dF

Show HN: Turn any YouTube video into a website/transcript Hey HN, ExpoReader is a viewer for YouTube videos that shows the transcript of the video, and generates a shareable URL for a completely readable version of a video. I built it because I wanted helpful tutorials without having to watch an entire video. In a later version, I was thinking it could be cool to show other screenshots from the video throughout the transcript, but there’s really no easy way to do that outside of downloading the video and taking clips from there. If anyone has any good suggestions, I’m all ears! https://ift.tt/AvZ7n03 October 12, 2022 at 03:42AM

How Muni is Tackling the 10 Worst Delay Hot Spots Across SF

Gambar
How Muni is Tackling the 10 Worst Delay Hot Spots Across SF By Cassie Halls The SFMTA has had its fair share of ribbon-cutting ceremonies  over the last two years. These celebrations draw attention to some of our biggest projects. Also attention-worthy are some of the more incremental efforts happening at the agency. One such effort led by the Muni Forward team is the Transit Delay Hot Spots Program , launched in February 2020 . Muni Forward is known for corridor projects such as the L Taraval Improvement Project , 16 th Street Improvement Project , and M Oceanview Transit and Safety Project . These efforts are increasing the already sizeable 80 miles of transit reliability upgrades since 2014. There are also other ways we’re working to slash travel times and improve reliability across the Muni network. The Transit Delay Hot Spots Program aims to tackle the 10 worst “delay hot spots” each year, where buses crawl between stops at four miles an hour or less. We’re looking closel

Show HN: Komorebi – A tiling window manager for Windows 10/11 written in Rust https://ift.tt/yu0NMas

Show HN: Komorebi – A tiling window manager for Windows 10/11 written in Rust https://ift.tt/z9cGLYy October 12, 2022 at 02:42AM

Show HN: Record and play back your pipes (debugging) https://ift.tt/mxVnlDH

Show HN: Record and play back your pipes (debugging) https://ift.tt/KZ6gb2D October 12, 2022 at 01:07AM

Show HN: A Beginner’s Guide to Finding User Needs https://ift.tt/16yNJkw

Show HN: A Beginner’s Guide to Finding User Needs https://ift.tt/MZEQo1R …a free/libré book about UX research with qualitative methods on motivations, activities written for UX researchers, UX designers and product managers. I have been writing on this book since about 2010 and did a large rewrite during the first half of 2022. (I initally planned this with a bigger tech publisher). This is the link to the full book for online reading: https://ift.tt/K8u2jC9 (it’s one long page, so it might take a bit to load) October 11, 2022 at 11:58PM

Show HN: Bike – Rich Text and Innovation https://ift.tt/AVeNcUR

Show HN: Bike – Rich Text and Innovation I have just added rich text to my outliner Bike. I think the implementation is worth taking a look at. Follow the link for details, a screencast (4 min), and download. (this is paid feature, but there is a no signup 7 day trial so you can play with it) In the past I have used plain text formats (like .taskpaper and .markdown) for my apps. I've grown sick of seeing and parsing syntax characters, so this time around I am taking a rich text approach. Rich text looks clean, but editing is problematic. You don't have precise control/visibility into the formatting. It's hidden behind the text. There are no formatting characters to guide you like you have in Markdown. This is particularly problematic when you want to insert text at formatting boundaries. Bike solves this with "typing affinity". This lets you precisely specify which formatting to use at those boundaries. It does this by adding an extra text caret state at these bou

Show HN: Filelove – minimal P2P file transfer right in the browser https://ift.tt/XCs29R4

Show HN: Filelove – minimal P2P file transfer right in the browser https://file.love/ October 11, 2022 at 03:36PM

Show HN: Polestar Finder https://ift.tt/PqsOSdf

Show HN: Polestar Finder https://ift.tt/n8dofH5 October 11, 2022 at 01:55AM

Show HN: InvokeAI, an open source Stable Diffusion toolkit and WebUI https://ift.tt/yDjNpmg

Show HN: InvokeAI, an open source Stable Diffusion toolkit and WebUI Hey everyone! Excited to be able to share the release of `InvokeAI 2.0 - A Stable Diffusion Toolkit`, an open source project that aims to provide both enthusiasts and professionals a suite of robust image creation tools. Optimized for efficiency, InvokeAI needs only ~3.5GB of VRAM to generate a 512x768 image (and less for smaller images), and is compatible with Windows/Linux/Mac (M1 & M2). InvokeAI was one of the earliest forks off of the core CompVis repo (formerly lstein/stable-diffusion), and recently evolved into a full-fledged community driven and open source stable diffusion toolkit titled InvokeAI. The new version of the tool introduces an entirely new WebUI Front-end with a Desktop mode, and an optimized back-end server that can be interacted with via CLI or extended with your own fork. This version of the app improves in-app workflows leveraging GFPGAN and Codeformer for face restoration, and RealESRGAN u

Show HN: Cito – Actionable data observability for every data team https://ift.tt/2XSeAuc

Show HN: Cito – Actionable data observability for every data team https://ift.tt/imLyHq9 October 11, 2022 at 12:26AM

Show HN: Linkidex – Bookmarks, but way better. https://ift.tt/KAyfPjb

Show HN: Linkidex – Bookmarks, but way better. Hi HN! My name is David (david@linkidex.com) and I am the author of Linkidex (www.linkidex.com)! My goal is to make bookmarks better. I built Linkidex because I was getting overwhelmed by the number of things I had to keep track of on the internet during my day to day job. Constantly needing to re-find various wikis or jira epics or project proposals or whatever was eating into my day. I was using a chrome extension to manage urls, but the extension was getting unwieldy as my list of “important URLs” grew and I started looking for alternatives. There are a few really cool bookmark managers out there, but I wasn’t satisfied with what I saw. Regular bookmarks don’t cut it either for me as I need something that works across browsers and devices. Thus, Linkidex was born. The most basic idea with Linkidex is that you can go to Linkidex and just start typing. Linkidex will search across your link titles, link urls, categories, and tags all at on

Show HN: Minimal, no-JS web forum software https://ift.tt/NbrldKp

Show HN: Minimal, no-JS web forum software Hello HN! I've found my SQL knowledge to be lacking, so I made a project that uses SQLite as a backend. As it is intended for self-hosting I aim to make it easy to set up and maintain. Getting it up & running takes no more than a few commands (bar setting up a proxy such as nginx, which is out of scope). I've set up a "demo" site at https://ift.tt/7V0fLmD if you want to try out the UI. https://ift.tt/evMBOkh October 10, 2022 at 11:09PM

Show HN: A.I. Runner with Stable Diffusion https://ift.tt/sKj0Lb5

Show HN: A.I. Runner with Stable Diffusion Hi, I have been here a few times showing off tools that I have created for Stable Diffusion. This is my latest creation, A.I. Runner. It is an application which allows you to run Stable Diffusion locally. It runs on GPU or CPU (slower), allows you to watch the images generate in real-time, offers a NSFW checkbox, and installs all requirements including the model. You can also go from cold start to generating images in seconds. I have many more features in the works including the ability to run more models (thus the more generic branding). https://ift.tt/PNx2Fmn October 10, 2022 at 12:15PM

Show HN: Related Website Finder Experiment Thingy https://ift.tt/znpx8We

Show HN: Related Website Finder Experiment Thingy Been messing with cosine similarity and decided to try calculating nearest neighbors over the entire link graph for the marginalia search engine. Turns out that you can just bruteforce that in a day or two. And the results are pretty good. One drawback is that depending on if you're looking at an older website, a lot of the links are dead. The deduplication isn't great either. https://ift.tt/OkRzALh October 10, 2022 at 12:22AM

Show HN: Visualize your Hacker News posts https://ift.tt/6acbLSy

Show HN: Visualize your Hacker News posts https://ift.tt/o1542aR October 10, 2022 at 12:46AM

Show HN: Simplepdf.eu – a browser-based PDF annotator / editor https://ift.tt/x9Wi2Vh

Show HN: Simplepdf.eu – a browser-based PDF annotator / editor Hi HN! I've been working on SimplePDF to solve a problem I encounter weekly: filling out non-editable PDFs [1] --- # About SimplePDF - The documents you load, edit, fill never see the light of my server, everything is processed locally – no remote uploading anything. This includes the PDF generation. - There are no analytics / third party tracking your every move (I do collect usage data, but it's fully anonymous and processed and stored on my server): therefore no annoying cookie banner. You can read more on the Privacy Policy [2] - If someone before you has filled the same document, upon opening it you'll see fields already set, ready to be filled-in, think crowd-sourced fields positioning – saving you time and effort. --- # How does the crowd-sourced positioning of fields work? When a document is loaded in your browser, a fingerprint of the document binary is made, and sent to the server. The document table c

Show HN: Fractal Garden – An Exhibition of Mathematical Beauty https://ift.tt/hEOz7Tv

Show HN: Fractal Garden – An Exhibition of Mathematical Beauty https://ift.tt/a6XYfz2 October 10, 2022 at 02:48AM

Show HN: BlockTalk – Banter about what your friends are doing on Web3 https://ift.tt/u4fVE3e

Show HN: BlockTalk – Banter about what your friends are doing on Web3 Hey HN, I’m Kamil and one of the two people working on BlockTalk. BlockTalk is going into public beta today! (We're also on Product Hunt, come check us out!) We previously posted about this project under the name “WalletWatch” in a Show HN about 3 weeks ago, and have since integrated your feedback to make it better [1] [problem] As we were trying to see how our friends were using crypto, we noticed that other products were either too complex or only let us passively view what our friends were doing. [solution] BlockTalk is a social network centered around Ethereum transactions. You can easily see, understand, like, and comment on the Ethereum transactions of anyone on the platform. We don’t ask for your email or password, and instead authenticate by asking users to sign a transaction with their Ethereum wallet; we ask for usernames to give a more familiar and user-friendly experience for people that haven’t purch

Show HN: Generative AI – Short and Sweet https://ift.tt/T235Ic7

Show HN: Generative AI – Short and Sweet https://ift.tt/M8zaKEU October 9, 2022 at 07:00PM

Show HN: If Spotify and Tinder Had a Baby https://ift.tt/v4uDgmC

Show HN: If Spotify and Tinder Had a Baby https://ift.tt/8BRUh1y October 9, 2022 at 01:08PM

Show HN: Simple Checklists for Digital Security https://ift.tt/m1EZKOg

Show HN: Simple Checklists for Digital Security I developed some simple checklists to help stop me and my family from getting our accounts or IDs hacked. I turned it into a product. Also on Product Hunt: https://ift.tt/vmUIiwL https://ift.tt/15PosnF October 9, 2022 at 02:13AM

Show HN: Reflame – Deploy your React web apps in milliseconds https://ift.tt/r8ymun7

Show HN: Reflame – Deploy your React web apps in milliseconds Hi HN! I've been working on Reflame since I quit my job at Brex last year, excited to finally open it up for everybody to try out! Here's a demo: https://www.youtube.com/watch?v=xZ4KyfGbUFA Reflame deploys client-rendered React web apps instantly, to previews and to production. In concrete wall-clock terms, deploys generally take: - ~50-500ms from our VSCode extension - ~500-3000ms from our GitHub app (Jump to this comment ( https://ift.tt/MuaR5Ew ) for what makes Reflame so fast) The Reflame GitHub App automatically deploys default branches to production, and other branches to previews. If you've used Netlify/Vercel's GitHub apps, you should feel right at home. The difference is it’s multiple orders of magnitudes faster. Fast enough that you'll probably never see an in-progress deploy on GitHub ever again , only ready-to-go preview/production links. No more having to babysit builds or having to context s

Show HN: I made an open source Chrome extension to notify you of new HN replies https://ift.tt/OuVPtXT

Show HN: I made an open source Chrome extension to notify you of new HN replies https://ift.tt/UceA6R3 October 8, 2022 at 11:44PM

Show HN: Maiao, Stacked Diffs for GitHub https://ift.tt/Uk96Epr

Show HN: Maiao, Stacked Diffs for GitHub https://ift.tt/JpXli5S October 8, 2022 at 07:25PM

Show HN: (A Better) Hacker News Bookmarklet https://ift.tt/qEQKGXU

Show HN: (A Better) Hacker News Bookmarklet https://thomas.me/hnb/ October 8, 2022 at 03:39PM

Show HN: Infinite Music from the Boston Public Library https://ift.tt/IPa5SnZ

Show HN: Infinite Music from the Boston Public Library This site plays a loop of more than 23,000 songs on LP records from the Boston Public Library. You can create customizable stations. Music streams free via archive.org. https://ift.tt/X9zW5ke October 8, 2022 at 09:03AM

Show HN: I wrote a short story about von Neumann probes https://ift.tt/sbRgS7e

Show HN: I wrote a short story about von Neumann probes https://ift.tt/x6w3MdZ October 8, 2022 at 10:02AM

Show HN: PyTorch search engine https://ift.tt/M97Dt0z

Show HN: PyTorch search engine https://ift.tt/G8oQX4Z October 8, 2022 at 01:08AM

Show HN: Behind the Source Podcast: What Is Gitpod? https://ift.tt/KLeCq7A

Show HN: Behind the Source Podcast: What Is Gitpod? https://ift.tt/dPtDxci October 7, 2022 at 11:18PM

Show HN: Sandworm.js – Easy auditing and sandboxing for JavaScript dependencies https://ift.tt/ZMfFeUK

Show HN: Sandworm.js – Easy auditing and sandboxing for JavaScript dependencies https://ift.tt/3QAk5N0 October 7, 2022 at 10:09PM

Show HN: Onboarding Love – user onboarding from Airbnb, Stripe and many more https://ift.tt/5IL8grH

Show HN: Onboarding Love – user onboarding from Airbnb, Stripe and many more https://ift.tt/WGqv6BQ October 7, 2022 at 05:47PM

Show HN: Scalable Time Series Modeling with open-source projects https://ift.tt/J3NVC1g

Show HN: Scalable Time Series Modeling with open-source projects https://ift.tt/lOMTbLR October 6, 2022 at 11:27PM

Show HN: WebVM – x86 VM in WebAssembly, now with networking (via Tailscale) https://ift.tt/I5iZLA4

Show HN: WebVM – x86 VM in WebAssembly, now with networking (via Tailscale) https://webvm.io October 6, 2022 at 10:54PM

Show HN: Semantic search of Stack Overflow with codequestion https://ift.tt/DjsZ0Eg

Show HN: Semantic search of Stack Overflow with codequestion https://ift.tt/ol7MgbA October 6, 2022 at 11:19PM

Show HN: RankedVote – SurveyMonkey but focused on ranked-choice voting https://ift.tt/XUChgpi

Show HN: RankedVote – SurveyMonkey but focused on ranked-choice voting RankedVote is a web app that allows you to run online contests and make decisions using ranked-choice voting (RCV). RCV is an electoral system used in Maine, Alaska, New York City and dozens of cities across the United States. RankedVote’s goal is to build support for RCV by giving people an easy way to run contests and make decisions online. https://ift.tt/uGnrXab October 6, 2022 at 09:50PM

Show HN: Coherence, the developer platform to end yak-shaving https://ift.tt/YA0sjHd

Show HN: Coherence, the developer platform to end yak-shaving Hey HN! I’m Zach, from Coherence (https://ift.tt/P7XnDNy). We’re building software that provides an integrated way to write, preview, and deploy code from one simple configuration. Check out our explainer video here: https://www.youtube.com/watch?v=V2YHVx8QsLg and a high level demo here: https://ift.tt/Iq2gADE We started Coherence because we found technology teams spent 30-40% of their time yak shaving and writing glue code, instead of building products our customers love. We don’t think every team should have to build their own internal development platform, so we’re building the software we’d want to buy. Following the example of other great products like Replit, our toolkit is based on integration across the stages of an app’s lifecycle - from dev to production. Coherence provides one integrated dashboard with cloud development environments, automatic CI/CD, and full-stack environments for each branch (as well as producti

Show HN: Onboard new hires and wish them on and special occasions like birthdays https://ift.tt/oK0BcPI

Show HN: Onboard new hires and wish them on and special occasions like birthdays AnnounceBot helps you welcome new team members and wish them on their birthdays, anniversaries, and special occasions in Microsoft Teams. Great for onboarding employees and staying connected with your team, whether working in an office or remotely! Free for up to 20 users and offers a 30-day trial of the premium version with unlimited users. No credit card is required. https://announcebot.in/ October 6, 2022 at 07:52PM

Show HN: Soso.ooo – Google Search Alternative https://ift.tt/SBi4dtN

Show HN: Soso.ooo – Google Search Alternative https://soso.ooo October 6, 2022 at 02:25PM

Show HN: GreenSwapp – API to track CO2 of food products at scale https://ift.tt/P4RlqzQ

Show HN: GreenSwapp – API to track CO2 of food products at scale Hi guys! We’re Ajay & Jainit, and we’re super excited to launch GreenSwapp to the HN community! GreenSwapp is an API that tracks product and recipe-wise carbon footprints at scale, for food products. Tracking carbon footprints of individual food products is hard because you’d have to trace it all the way back to the farm and account for all the energy inputs till the point of sale. Each such analysis takes about 6 months to do, and in many cases, it is hard to even map this journey. For food products that typically have multiple ingredients (i.e. they are recipes), you have to do this for each ingredient. Supermarkets have about 30k unique products per store. If you do the math, you’ll see that this quickly becomes impossible to do manually, in a reasonable amount of time. After my Masters’ in Sustainability & Engineering, I (Ajay) worked as a climate & impact consultant for more than a decade. I first discove

Show HN: Speed of all of your processes across entire stack in one dashboard https://ift.tt/vED6cxp

Show HN: Speed of all of your processes across entire stack in one dashboard I built Checkpoints App out of my experience of not being able to quickly and easily measure the speed of processes across my tech stack in my startup. All startups optimize for speed in all of their operations: deploying code, responding to API requests, loading the UI, and in background processes such as sending emails to users or processing data in an ETL pipeline. But the tools available to measure the performance of all these operations are separate and time-costly to integrate, in the first place. Checkpoints App allows you to measure the speed of processes across your entire stack with minimal overhead and collects that data into a single dashboard. Integrating it into your tech stack is as easy as dropping a `print()` statement in your code, while you're writing it. It comes with client-side Python, JS and Bash scripts. You drop checkpoint statements anywhere in the code, defining a process name an