Featured Post

Show HN: LegendAI-Amazon Sales Tracker https://ift.tt/Qmk4XB9

Show HN: LegendAI-Amazon Sales Tracker Get Actual Not Estimate Amazon Product Data! Real-Time Amazon Sales and Data Insights. Get accurate s...

Wednesday, November 30, 2022

Show HN: Tandem – An Engine for Secure Multi-Party Computation (Written in Rust) https://ift.tt/W83KVz9

Show HN: Tandem – An Engine for Secure Multi-Party Computation (Written in Rust) Tandem is a cryptographic engine for executing programs using Secure Multi-Party Computation (MPC), which allows 2 parties to compute a function without revealing their private inputs. The classic example from cryptography is the millionaires' problem, where two millionaires compute who is richer without revealing their wealth to each other. MPC has in the past been mostly confined to academia, but thanks to some recent papers has finally become fast enough for practical applications. Tandem uses Garbled Circuits, encrypted circuits consisting of boolean gates. While there have been other implementations based on these ideas, Tandem tries to provide a much better user experience than previous attempts. For example, the Tandem repo includes a server, a command line client and client libs for wasm and native architectures. To make it easier to run practical applications, programs can be written in Garble, a custom Rust-like programming language that compiles to Garbled Circuits. (The most practical application to date using Tandem is "Encryptle", a Wordle clone that runs entirely over MPC. Depending on latency, a client/server exchange takes about 400ms, which makes the UX very similar to the real Wordle, with the twist that the server cannot see the guess in plain text and the browser cannot see the solution in plain text. Instead, guess and solution are kept private and compared using MPC.) https://ift.tt/eYpAd9h November 30, 2022 at 10:58AM

Show HN: OpenStreetMap statistics that can be updated with GitHub actions https://ift.tt/pGOULlt

Show HN: OpenStreetMap statistics that can be updated with GitHub actions Hey there, I'm an OpenStreetMap enthusiast and I was curious what kind of impact the app I am using has (I use StreetComplete[1], an easy-to-use Android app to add missing information). I couldn't find data for all my questions and some were not up to date, but I found a few starting points on how to do it myself[2][3]. Soon I realized that many more interesting questions about OpenStreetMap in general could be answered with the data and I created a website ( https://ift.tt/3g0veyZ ) to show them. Since I want the data to be up to date, I added a script to update everything easily and packed it in GitHub Actions so I can update the data with a few clicks every month. If you have questions or feedback, feel free to comment here or open an issue at the repo. [1] https://ift.tt/oJZIi9y [2] https://ift.tt/pRk0WPX... [3] https://ift.tt/3HloyT0... https://ift.tt/852eNg0 November 30, 2022 at 09:09AM

Show HN: Basement – a GraphQL API for on-chain Ethereum data https://ift.tt/sKp7F1P

Show HN: Basement – a GraphQL API for on-chain Ethereum data If we want better web3 experiences, developers need better tools. RPC nodes are really good at executing transactions, however they are notoriously cumbersome to set up, and reading large chunks of data is not very efficient: To show a list of transactions and receipts, nodes have to re-execute smart contract code on entire blocks. For every read call. Not great at scale. Which is why everyone is building ETLs to move data from the chain into their own database. This GraphQL API is our first step in allowing developers to spend more time on building product, rather than ETL infrastructure. https://basement.dev/ November 30, 2022 at 05:55AM

Show HN: Glitch – open-source Twitch Like Platform https://ift.tt/BXwN4dZ

Show HN: Glitch – open-source Twitch Like Platform For builders and developers, an open-source Twitch-like esports platform for people who want to build their own live streaming solutions. Play with the online version or download the code and customize it to your needs. https://www.glitch.fun/ November 30, 2022 at 06:41AM

Show HN: I built my own minimal PHP framework https://ift.tt/Fvu2EoS

Show HN: I built my own minimal PHP framework This is a simple PHP framework I built myself from scratch with minimal dependencies from composer. It has Autowiring DI and some simple routing provided by the Slim router. The code: https://ift.tt/8SwZNLM November 30, 2022 at 02:51AM

Tuesday, November 29, 2022

Recommended Recipe for you:

Google Drive Camera

Show HN: A utility to reduce TypeScript errors over time https://ift.tt/pWr0LNZ

Show HN: A utility to reduce TypeScript errors over time https://ift.tt/jQuUskK November 29, 2022 at 11:04AM

Show HN: Real-World Datasets for Benchmarking Object Detection Models https://ift.tt/C5hm9Sg

Show HN: Real-World Datasets for Benchmarking Object Detection Models https://www.rf100.org November 29, 2022 at 10:19AM

Show HN: Daily QRCode https://ift.tt/DAaBp5m

Show HN: Daily QRCode I built https://da.ilyqrco.de/, a site which requires(*) scanning a QR Code to discover a different daily link. Hope you enjoy the concept, I have queued up a whole bunch of links I think are interesting. * If you happen to load the site on your phone and can't have your phone scan itself, you can visit the /archive page and simply click on links. It kind of defeats the whole purpose ¯\_(ツ)_/¯ November 29, 2022 at 08:13AM

Show HN: A minimal notepad – without the cloud or 3rd party libs https://ift.tt/jgshum7

Show HN: A minimal notepad – without the cloud or 3rd party libs I made this tiny notepad website, to write things down in your browser. The Features - Just saves to your browser's localstorage (no cloud or login) - Export to TXT file - Formatting keyboard shortcuts - Works offline - Super fast The Tech - Single HTML file - 20 lines of JS + service worker (for offline usage) - Using pure CSS for modals - Github pages hosting - Basically it's just a "contenteditable div" with some extra features - Source -> https://ift.tt/f7WOt4S It's been done before, but I couldn't find a version I liked, that worked offline too. Which is why I just hacked this little thing together. Plus it's fun to make things. This taught me about offline websites, css hacks to make dialogs, inline favicons, and hacking together a prototype without 500mb of "node_modules". Anyway, hope someone finds this useful too! https://ift.tt/Ux2eVoM November 29, 2022 at 05:49AM

Monday, November 28, 2022

Show HN: Python library for embedding large graphs (Written in Rust) https://ift.tt/UdiFbma

Show HN: Python library for embedding large graphs (Written in Rust) https://ift.tt/Yog34ST November 29, 2022 at 01:20AM

Recommended Recipe for you:

Automatically post on Twitter when you start streaming on Twitch

Show HN: Widget.json and Widget Construction Set https://ift.tt/7Zz6Vnp

Show HN: Widget.json and Widget Construction Set My friend and I just finished this project last week. I'd love to hear your feedback. widget.json brings a dynamic window to the web to your device's home screen. It's kind of like RSS for widgets, you make a widget.json for whatever web data you want and then subscribe to it in Widget Construction Set, our iOS widget.json viewer. We've made image of the day and word of the day widgets, Youtube channel widgets that show the latest videos, RSS widgets, Prometheus counter widgets and more. You can imagine a GitHub CI widget showing the last build status with a link to view it. Friend groups could make a shared scratch pad of text and images. Househoulds can make a shared TODO or grocery list widget. Widgets can use local device launch schemes which enables widgets to initiate text messages, calls, emails, shortcuts apps, and more. With this, you can make a widget that shows images of your favorite people and when you tap their image it FaceTimes them. If you're worried about Twitter, you could even make your own one-way Twitter replacement where your text and images show up on your followers home screen! Ideally, sites add a widget.json feed alongside their RSS feed. widget.json files have a one-click subscribe link to easily add them to Widget Construction Set. This gives sites and creators a simple, direct connection to their users without the need of building a separate app or having their users remember to visit their site. For Patreon or other user-supported creators, they can offer private widgets that are only granted to their supporters. We couldn't figure a way to make a business on this, but we liked what the technology enabled so we're releasing it all for free, with the exception of a one-time $2.99 purchase to view private widgets. Though since the widget.json format is open, if $2.99 is too steep, people are free to make their own private widget viewer as well. Widget Construction Set: https://ift.tt/FbrB8Io... https://wd.gt November 28, 2022 at 01:44PM

Space Image

https://ift.tt/EfChbQG

Show HN: Get the trust score for an Ethereum Wallet ID https://ift.tt/SjXL7WI

Show HN: Get the trust score for an Ethereum Wallet ID I built this page to check the trustworthiness of an ethereum wallet ID. Feel free to comment or at the bottom of the page, there is a link to provide feedback. https://ift.tt/xOPGDwy November 28, 2022 at 11:15AM

Show HN: Create a festival lineup from your top artists https://ift.tt/daskVJr

Show HN: Create a festival lineup from your top artists https://ift.tt/pXqiB6w November 28, 2022 at 07:26AM

Show HN: Phoenix10.1, a Personalized Radio Station https://ift.tt/cawrQBh

Show HN: Phoenix10.1, a Personalized Radio Station https://ift.tt/Up21yvu November 28, 2022 at 06:49AM

Saturday, November 26, 2022

Show HN: footnote - a modern take on Goodreads https://ift.tt/KO5BtY7

Show HN: footnote - a modern take on Goodreads footnote - A modern take on Goodreads https://ift.tt/9RmhVr5 November 26, 2022 at 10:52PM

Show HN: I created a Chrome extension to help keep good posture while browsing https://ift.tt/K0WXHer

Show HN: I created a Chrome extension to help keep good posture while browsing Hey HN, this is a small project I created that blurs your browser window whenever you start slouching. I'm sure it can be improved, but I wanted to put it out there in case anyone was interested. Links to the github repo [0] and the extension on the Chrome Webstore [1]. I'd love to get some feedback on it. [0] https://ift.tt/1QGvt5x... [1] https://ift.tt/TYLyMBq... https://ift.tt/rBZMQJu November 26, 2022 at 09:57PM

Show HN: Iceburg CRM – Open-Source Meta Driven CRM Using Vue3 / Laravel https://ift.tt/MeKLYAx

Show HN: Iceburg CRM – Open-Source Meta Driven CRM Using Vue3 / Laravel https://www.iceburg.ca November 26, 2022 at 12:19PM

Show HN: Using stylometry to find HN users with alternate accounts https://ift.tt/sAioCMK

Show HN: Using stylometry to find HN users with alternate accounts https://stylometry.net/ November 26, 2022 at 01:03PM

Show HN: I made a minimalist puzzle game about linking nodes in graphs https://ift.tt/GIlSDFu

Show HN: I made a minimalist puzzle game about linking nodes in graphs https://ift.tt/wVoqaKQ November 26, 2022 at 11:40AM

Friday, November 25, 2022

Show HN: I made an API builder for side projects https://ift.tt/bvh9OSM

Show HN: I made an API builder for side projects https://ift.tt/ok5qHhQ November 25, 2022 at 11:43PM

Show HN: Open Source Bot That Summarizes Top Hacker News Stories Using GPT-3 https://ift.tt/9P6FHK8

Show HN: Open Source Bot That Summarizes Top Hacker News Stories Using GPT-3 https://ift.tt/6RaEUkT November 25, 2022 at 07:04PM

Show HN: Open-Source Page Block Builder with Remix and Tailwind CSS https://ift.tt/2bjN3HL

Show HN: Open-Source Page Block Builder with Remix and Tailwind CSS https://ift.tt/kjFvHJE November 25, 2022 at 05:34PM

Show HN: Open-source case management for KYC/B (built-in OCR, face matching ML) https://ift.tt/m9Hjoz8

Show HN: Open-source case management for KYC/B (built-in OCR, face matching ML) Hi everyone, We have just released an open-source case management dashboard for manually approving/rejecting KYC requests (know your customer) with built-in OCR & face-matching functionalities. Next steps: - Enable KYB (business onboarding) documents and personas approval. - Connected backend between our KYC flow and the case management dashboard. - Releasing an open-source rule engine, to help automate decisions. We’d love for you to try it out, give us feedback, and suggest features that would make it applicable to you. And if the rest of the project is relevant or interesting to you, follow us here: https://ift.tt/ajHNkBZ and we’ll update you once new things are available. Thanks! https://ift.tt/Y4Wp7hj November 25, 2022 at 02:44PM

Show HN: Amazon-like product recommendation engine to power open-source eComm https://ift.tt/vRya8NB

Show HN: Amazon-like product recommendation engine to power open-source eComm Hi HN! I wanted to share our product search and recommendation engine that we’ve built for our eCommerce api startup - Rye. For context, Rye lets people query and dropship products from almost any Shopify and Amazon store. One feature we wanted to have as part of our developer experience was a way for them to search and discover specific products to query. We’ve put together a demo marketplace to showcase the engine. Check it out here: https://search.rye.com/ Here’s a blog that outlines how we built it and how you can to: https://ift.tt/fPM61e4 ... If you’d like to build on it, we’re also down to open source it for folks that want access. https://search.rye.com/ November 25, 2022 at 12:06PM

Space Image

https://ift.tt/cS6GT4x

Show HN: Recycle your old Spotify playlists into new ones https://ift.tt/L7WTxXd

Show HN: Recycle your old Spotify playlists into new ones I wanted a way to quickly generate new Spotify playlists from my library based on some simple user inputs. There are probably a bunch of songs floating around in old playlists that you will never listen to again so the Spotify Playlist Recycling Plant is an attempt to resurrect these forgotten gems! At the heart of this tool is a simple custom algorithm that uses Spotify's 5000+ unique genres to find similar artists. It works well for my purposes but everybody uses Spotify differently so I'd love some feedback :) Built using React and the Spotify Web API. https://ift.tt/iUBHczZ November 25, 2022 at 08:07AM

Thursday, November 24, 2022

Show HN: Stable Diffusion v2 web interface https://ift.tt/rjifGMo

Show HN: Stable Diffusion v2 web interface https://ift.tt/jns1pBc November 24, 2022 at 02:58PM

Show HN: WinkNLP delivers 600k tokens/second speed on browsers (MBP M1) https://ift.tt/PQ58T1x

Show HN: WinkNLP delivers 600k tokens/second speed on browsers (MBP M1) https://ift.tt/Rj0UPb9 November 24, 2022 at 12:51PM

Show HN: Pokemon Emerald Randomizer https://ift.tt/4gLva2U

Show HN: Pokemon Emerald Randomizer https://ift.tt/XioKHeA November 24, 2022 at 10:30AM

Show HN: Speed up your site by running JavaScript when the browser is idle https://ift.tt/Pl1Di8r

Show HN: Speed up your site by running JavaScript when the browser is idle https://ift.tt/bpr4fDw November 24, 2022 at 07:53AM

Show HN: Picst – a cross-platform CLI tool to resize clipboard images on the fly https://ift.tt/41hPgAx

Show HN: Picst – a cross-platform CLI tool to resize clipboard images on the fly https://ift.tt/6FdAYE7 November 24, 2022 at 03:09AM

Show HN: Automated Stair Lighting Project https://ift.tt/K0PnmJU

Show HN: Automated Stair Lighting Project https://ift.tt/CE9MUPp November 24, 2022 at 03:11AM

Wednesday, November 23, 2022

Space Image

https://ift.tt/pd70PDN

Show HN: Vinyl: Relational Streams for Java https://ift.tt/umkbh5S

Show HN: Vinyl: Relational Streams for Java Vinyl extends Java Streams with relational operations. I wanted to try a different approach than what I'd found in the wild, to get at a solution that feels good. Vinyl offers type-safe access without type bloat. It offers an extremely expressive API without scores of opinionated methods to learn. It integrates with the Streams we already have, and plays nice with parallelism. If we can do it in SQL, we should be able to do it in Java. https://ift.tt/GZeBbR4 November 22, 2022 at 11:33PM

Tuesday, November 22, 2022

Show HN: Google Form filling made easy via QRCode https://ift.tt/9tzLZ0N

Show HN: Google Form filling made easy via QRCode Get tired of sharing the google form to email addresses one by one? Response Manager add-on makes the process easier by generating QRCode for the form and share that with your audience! https://www.youtube.com/watch?v=R49zLMZ8sxs November 22, 2022 at 11:09PM

Show HN: Streamlit-Extras Gallery https://ift.tt/UXwCfNn

Show HN: Streamlit-Extras Gallery https://ift.tt/7uYkVg2 November 22, 2022 at 04:49PM

Show HN: Transform & integrate data with this modern replacement for Airflow https://ift.tt/PcTE8ea

Show HN: Transform & integrate data with this modern replacement for Airflow You can now use Mage to build data integration pipelines along with streaming pipelines, batch processing pipelines, and more: https://www.mage.ai November 22, 2022 at 12:42PM

Show HN: Hoku – The app that makes group travel simple https://ift.tt/Ia9mBpN

Show HN: Hoku – The app that makes group travel simple https://hoku.travel/ November 22, 2022 at 01:45PM

Space Image

https://ift.tt/tp5QPYj

Show HN: OKSolar: Improving Solarized using the OKLab perceptual colorspace https://ift.tt/ohAq8Wk

Show HN: OKSolar: Improving Solarized using the OKLab perceptual colorspace https://meat.io/oksolar November 19, 2022 at 04:03PM

Monday, November 21, 2022

Show HN: General Task, a free task manager for builders (beta) https://ift.tt/lEykPqA

Show HN: General Task, a free task manager for builders (beta) Hello everyone! I left my job to start General Task a little over a year ago, and have been building a better free task manager with a small team. We aim to be the best place where one can find what’s next in their workday and we integrate with a number of different services to help do that. We’re still in the early stages of a beta, but so far you can: - Create/edit tasks with due dates, priorities, and folders - Drag tasks onto your calendar to block off time to do them (syncs with GCal) - Sync with Linear (JIRA coming soon) to see tasks assigned to you - Sync with Github to see your PRs - Integrate with Slack to make tasks directly from Slack What sets us apart? We know there are tons of task managers out there. We believe ours is different because it is tailor-made for engineers, with integrations for Github PRs, Linear and Slack. We also support dragging tasks onto your calendar, which is usually only found in premium paid products, while our consumer product is free and always will be. Our mission is to make knowledge workers more productive, and we believe the best way to do that is by focusing on software engineers and achieving mass adoption of a free consumer product before releasing a paid product for businesses. Let us know what you think! NOTE: We currently only support Google sign-in, sorry about that! We will be adding more login options soon. If you don't want to sign in with Google, you can see a quick 1 minute demo of our features here: https://youtu.be/NUOIH2On_Nw https://ift.tt/Zqja3ht November 18, 2022 at 12:55PM

Show HN: Parrot – a viewer for tweet archives from the TwitterMediaDownloader https://ift.tt/pysbCeB

Show HN: Parrot – a viewer for tweet archives from the TwitterMediaDownloader Parrot is a browser-based program for viewing tweets from zip archives created by the Twitter Media Downloader browser extension. The Twitter Media Downloader is a great browser extension but there is no way to view tweets from the zip files it generates in a twitter style interface, this tool solve that. It's written in vanilla JavaScript and runs completely within your web browser. https://ift.tt/qHXompv November 21, 2022 at 12:16PM

Space Image

https://ift.tt/QAsV38x

Show HN: Web3 is not community-led, as much as they try to claim they are https://ift.tt/utEaXcf

Show HN: Web3 is not community-led, as much as they try to claim they are https://ift.tt/97tCQWe November 21, 2022 at 12:15PM

Show HN: Open-source text-to-geolocation models https://ift.tt/EJpRqKy

Show HN: Open-source text-to-geolocation models Yachay is an open-source community that works with the most accurate text-to-geolocation models on the market right now https://ift.tt/cCFBL1t November 21, 2022 at 10:10AM

Show HN: Buzz, strongly typed scripting language written in Zig https://ift.tt/RUlW1LY

Show HN: Buzz, strongly typed scripting language written in Zig https://ift.tt/1pu90bQ November 21, 2022 at 05:29AM

Sunday, November 20, 2022

Recommended Recipe for you:

Create a Playlist of Your Liked Songs

Show HN: A native macOS client for Apache Kafka https://ift.tt/3khOIAa

Show HN: A native macOS client for Apache Kafka https://ift.tt/3cIQv8U November 20, 2022 at 03:00PM

Show HN: We created a tool to visualize scientific knowledge https://ift.tt/teW7jMC

Show HN: We created a tool to visualize scientific knowledge I posted our project a few days ago in a thread about Vitamin D. We’ve made some UI improvements people might find interesting. https://ift.tt/bpGIiWU November 20, 2022 at 12:11PM

Show HN: A saxophone with keyboard keys, in Rust https://ift.tt/rEc2Hey

Show HN: A saxophone with keyboard keys, in Rust I built this during Covid. When I released it, some of the parts went out of stock or skyrocketed in price, no longer making this an economic DIY project. Now that things are getting back to almost normal, I thought I'd share it here and request feedback. This is a very niche project for people who like the same things I do: saxophones, Rust, mechanical keyboards and the Raspberry Pi. https://ift.tt/5Ka0ikf November 20, 2022 at 12:07PM

Show HN: Life Skills Website https://ift.tt/KXUz4ye

Show HN: Life Skills Website Over a year ago, I purchased a small online business selling life skills curriculum to homeschool and special education families. The main asset was the library of 400+ lessons, each including a short video and PDF. The revenue appeared to reflect meaningful demand for such a program. At the time I purchased the business, the delivery mechanisms were pretty fragmented and browsing the lessons was all behind the paywall. Today I'm releasing a whole new website that brings (I hope) a more modern experience. Principally you can now browse all of the life skills library. I'm also hoping that this approach lends itself to better SEO as well. While this is pretty far from being able to sustain the family from an income perspective, it's been really neat to connect with families who are taking the initiative to raise capable young adults. https://skill-trek.com November 20, 2022 at 10:10AM

Saturday, November 19, 2022

Show HN: ILLA is an Open-source alternative to Retool https://ift.tt/JyLbo2u

Show HN: ILLA is an Open-source alternative to Retool https://ift.tt/mDGTuMt November 20, 2022 at 12:30AM

Show HN: Hacker News Solarized Dark Theme for Stylus https://ift.tt/HgnSiZ7

Show HN: Hacker News Solarized Dark Theme for Stylus People are always asking for a dark theme, so here's my contribution. Enjoy! https://ift.tt/qTzNWsU November 19, 2022 at 11:35PM

Show HN: Rssnix – Unix-style filesystem-based RSS/Atom/JSON Feed fetcher/reader https://ift.tt/MPZsuRU

Show HN: Rssnix – Unix-style filesystem-based RSS/Atom/JSON Feed fetcher/reader https://ift.tt/cxSrUeX November 19, 2022 at 05:13PM

Show HN: API to deliver responsive images for Web https://ift.tt/XO3xVZ8

Show HN: API to deliver responsive images for Web https://ift.tt/6HgOvMK November 19, 2022 at 04:59AM

Show HN: Grila – Calendar for keyboard addicts, always one keypress away https://ift.tt/rYZvwUb

Show HN: Grila – Calendar for keyboard addicts, always one keypress away https://ift.tt/oTdJkxc November 19, 2022 at 12:06PM

Show HN: Given two bios, get AI generated conversation starter suggestions https://ift.tt/Bf7kAec

Show HN: Given two bios, get AI generated conversation starter suggestions https://ift.tt/bgwRPja November 19, 2022 at 10:58AM

Friday, November 18, 2022

Recommended Recipe for you:

Send new Feed items to a Telegram chat

Show HN: Simple library for generating .wav file data in TypeScript https://ift.tt/NnMoZVl

Show HN: Simple library for generating .wav file data in TypeScript https://ift.tt/rzlTJZH November 18, 2022 at 08:57PM

Show HN: Get answers for shell commands from GPT3 from your terminal https://ift.tt/ids6EmQ

Show HN: Get answers for shell commands from GPT3 from your terminal I was constantly googling CLI commands so I built this small CLI tool with GPT3. You can ask for shell commands right from the CLI. You'd need to use your own API KEY for this but it's pretty simple, instructions are in the README Not perfect but not bad either. https://ift.tt/6VH9PDy November 18, 2022 at 02:04AM

Show HN: Play a leading role in making humanity a spacefaring civilization https://ift.tt/4MivAhP

Show HN: Play a leading role in making humanity a spacefaring civilization Millions of years from now, future historians will remember our transition from single planet species to spacefaring civilization as one of the most critical steps humanity ever took. It’s pretty special that we are alive during this period and can witness it first hand + contribute to it directly - so I built Stellar Jobs to get more talented people working in the space industry, with the ultimate aim of accelerating the transition. https://stellarjobs.co/ November 18, 2022 at 12:14PM

Space Image

https://ift.tt/ORs2Ghu

Show HN: Get AWS Credentials in GitHub Codespaces https://ift.tt/Yv7aUA5

Show HN: Get AWS Credentials in GitHub Codespaces hey everyone I've written a devcontainer feature that allows you to get AWS credentials for a role in GitHub Codespaces. No copy paste of AWS tokens needed! Let me know what you think! https://ift.tt/QtwBW65 November 18, 2022 at 08:54AM

Show HN: A visual guide to box breathing https://ift.tt/0pbeGSW

Show HN: A visual guide to box breathing A recent post on HN got me thinking about how to visualize box breathing, and this is the result. I hope you'll find it useful It can easily be installed as an app (PWA) on mobile or desktop for offline/easy access. Instructions are at the bottom of the page. Reference post: https://ift.tt/8sOKMju Source code: https://ift.tt/0fLP3rk Happy breathing HN https://ift.tt/rgaOINy November 18, 2022 at 07:16AM

Thursday, November 17, 2022

Show HN: Cash4Tungsten – sell your tungsten cubes for liquidity https://ift.tt/8UeYNwI

Show HN: Cash4Tungsten – sell your tungsten cubes for liquidity https://ift.tt/b0gDNSc November 17, 2022 at 11:49AM

Show HN: Tweek perfect tool for daily task management https://ift.tt/xK4ar1p

Show HN: Tweek perfect tool for daily task management https://tweek.so November 17, 2022 at 11:15AM

Show HN: A web extension to open multiple AWS console simultaneously https://ift.tt/3IqGiLn

Show HN: A web extension to open multiple AWS console simultaneously https://ift.tt/65Bgfwn November 17, 2022 at 08:40AM

Show HN: Run Nginx with Podman and socket activation https://ift.tt/gpSt5My

Show HN: Run Nginx with Podman and socket activation https://ift.tt/2fqhDsA November 17, 2022 at 08:06AM

Show HN: Text editor with inline English-German dictionary https://ift.tt/8rB19dp

Show HN: Text editor with inline English-German dictionary Hi When you are learning a new language, you need to practice different skills: reading, listening, speaking, writing. I find writing to be the hardest activity, not least because I have to look up words in the dictionary all the time, and that is a frustrating context switch. Here is an experimental CodeMirror-based editor, that lets you look up translations inline. Type @ followed by the English word, and get a list of possible translations, and select the translation to apply it. Online demo: https://ift.tt/gBMxZs9 https://ift.tt/jh6c2Fm November 17, 2022 at 07:05AM

Show HN: Write drum patterns, get randomized songs, then just share the URL https://ift.tt/LPHFDfn

Show HN: Write drum patterns, get randomized songs, then just share the URL I know mentioning Michael Seibel is almost cheating, but this week he demonstrated the "leaky pipes" concept to me. Not that I know the guy, but in one of his videos he says something on the lines of "If you are unsure if you app is ready to be launched, just launch it. It's like a house with leaky pipes, just open the main, grab your tools, and start fixing wherever water is leaking". So we did it, we launched drummy earlier this week on /r/InternetIsBeautiful and we got very close to 10k users in just one day! Survived the hug of death, learned a ton, and made changes all around. Still a ton of bugs to fix, features to be written, but at least now we can proudly present the "dummy drums challenges". Can you find the missing beats? https://drummy.io/ November 17, 2022 at 05:23AM

Wednesday, November 16, 2022

Space Image

https://ift.tt/HUZQlJX

Show HN: European based endurance sports planning and analytics platform https://ift.tt/JfnMNFh

Show HN: European based endurance sports planning and analytics platform I worked on this more then 2 years now. It's gaining more and more attention recently, so the database byte size is getting bigger and bigger. The stack is React, Node, MongoDB (replica set) with XFS on primary servers and ZFS on secondary servers for snapshots. Distributed with LXC/LXD containerization. https://www.tredict.com November 16, 2022 at 09:30AM

Show HN: A simple, terminal game of liar's dice for human, computer and AI https://ift.tt/oKe3pDr

Show HN: A simple, terminal game of liar's dice for human, computer and AI Play locally, play over websockets. A simple program to play against the computer, or with others over websocket. I need to improve the local computer agent (using some better probability theory), but I wonder if there is much AI research for liar's dice or dice based game I could implement. https://ift.tt/WS2FsBm November 16, 2022 at 01:10AM

Show HN: A drop-in GDPR-safe Google-font replacement for GitHub pages https://ift.tt/pfyHYSs

Show HN: A drop-in GDPR-safe Google-font replacement for GitHub pages https://ift.tt/chDe4qx November 16, 2022 at 07:02AM

Tuesday, November 15, 2022

Show HN: Retool Workflows – Zapier for developers https://ift.tt/mv8Jqwa

Show HN: Retool Workflows – Zapier for developers https://ift.tt/ArPJVt6 November 16, 2022 at 01:31AM

Show HN: Manage your attention better with Mutter https://ift.tt/sDx7G4S

Show HN: Manage your attention better with Mutter Dear HN Friends, PsyTech ( https://www.psytech.ai ) is a young & ambitious applied research startup focusing on information discovery, machine recommendations, and generative design. We apply psychological theory to human-computer interaction design to create new and improved user experiences. Mutter ( https://mutter.cards ) is the first product in our roadmap. We are building the simplest way to discover and share what you seek online. Help us in this journey by trying out our alpha and sharing your suggestions at feedback@psytech.ai Taking feature suggestions on behalf of our team :) Twishmay Founder, PsyTech https://mutter.cards/ November 15, 2022 at 06:37PM

Show HN: $0.15/hr audio transcription API based on OpenAI Whisper https://ift.tt/DQcWMVT

Show HN: $0.15/hr audio transcription API based on OpenAI Whisper Hey HN! I've been working on a side project to create an audio transcription API based on the OpenAI whisper model. Sign up link: https://whisperapi.com I tried to make the API really easy to use and get setup with. Also, because the Whisper model is so good, turns out I can offer the service for about 75% cheaper than what seems like the industry average. I'm always looking to make improvements, so would appreciate any feedback anyone has! https://whisperapi.com November 15, 2022 at 11:26AM

Show HN: Semantic Video Search https://ift.tt/BR5D3hU

Show HN: Semantic Video Search Hi HN, I am Anubhav from Ramanlabs. We have been working on a native gui application to allow users to search any video data( mp4, mkv) or video streams (http/rtsp) using computer vision. Application is supposed to work like a video player which displays decoded frames and recognizes objects concurrently, making it an interactive experience. It works in super real-time and only expects a quad-core CPU with AVX2 instructions at minimum. Application is free to download (without any signup/account). We are only supporting WINDOWS for now [0]. Even though this is a binary application, we have ZERO telemetry/analytics builtin. User interface is limited for now, and definitely needs more work. But we are releasing it here for early feedback/bugs. We would love for you to try it out and hear your thoughts/feedback. [0] We should also have a linux version ready in few days. https://ift.tt/7w0tsXE November 15, 2022 at 05:19AM

Show HN: Hexagon Pattern Generator https://ift.tt/UBgizQ2

Show HN: Hexagon Pattern Generator Hello, I made a generator. It's 100% free. Customize with colors, filters, and transforms. https://ift.tt/wGQac93 November 15, 2022 at 03:48AM

Monday, November 14, 2022

Recommended Recipe for you:

Send a message to LINE every day

Show HN: A free, AI-powered service for automating hate speech moderation https://ift.tt/MYzVcmO

Show HN: A free, AI-powered service for automating hate speech moderation Hey everyone! I built ModerateHatespeech, an initiative that working on better understanding + building solutions to combat hate speech in online platform. We have our flagship API, which is completely free and ML-powered, and gives a lot more actionable/better results than pretty much any other similar platform out there. We've been able to leverage our partnerships with many communities to get a lot of good data + feedback, and bring our system to a lot of users (we process ~200k comments a day right now). We've also done a lot of work to better understand biases/potential abuse-cases of our API, which you can read about on our site (trying to avoid too many links getting caught in spam filters). I would definitely love to hear any thoughts/feedback! Here's a link to information about our project/API: https://ift.tt/bFcAxiQ November 14, 2022 at 09:22PM

Show HN: Use Slack Emoji on GitHub https://ift.tt/PNbtdgB

Show HN: Use Slack Emoji on GitHub https://ift.tt/DQ6PtkJ November 14, 2022 at 04:18PM

Show HN: Dlna-cast, a command line tool to cast PC screen to DLNA devices https://ift.tt/qoOeF8r

Show HN: Dlna-cast, a command line tool to cast PC screen to DLNA devices dlna-cat is a cross-platform command-line tool that casts screen and media file to remote DLNA device. dlna-cast uses ffmpeg to capture screen and audio, then convert them into HLS streams which could be served by a simple HTTP server. The HLS url will be send to the selected device via uPnP protocol and then you can watch you screen on the remote device (smart TV, typically). This tool is supposed to be cross-platform but currently I don't have a Linux or MacOS device at hand so it can only run on Windows now. It won't be hard to support other platforms though, as there are no platform specific dependencies. HLS is chosen just because it is easy to implement. But the problem of HLS is its high latency (up to 5-10s or more) so it's definitely not for scenarios that require low latency (presentation for example). But as a trade-off the streaming quality exceeds a lot of software screen-casting solutions (Lebocast for example) that have been tested by myself, which make it pretty good to stream music or video playing from your PC to TV. https://ift.tt/P2XZxpu November 14, 2022 at 12:37PM

Show HN: We built a bot to turn your voice messages into text https://ift.tt/sK2Aj1b

Show HN: We built a bot to turn your voice messages into text https://ift.tt/7eGqalo November 14, 2022 at 09:13AM

Show HN: Open-Source Alternative to Retool https://ift.tt/cKLgIER

Show HN: Open-Source Alternative to Retool https://ift.tt/bmlBYHp November 14, 2022 at 07:20AM

Show HN: I created a site to make AI generated photos of your pet https://ift.tt/diLEPne

Show HN: I created a site to make AI generated photos of your pet Hey HN, I have Goats and a camel as my pets and I recently saw some very cool AI-generated pictures so I decided to build a startup with my 19 y/o brother where you can generate these AI photos for your pet. I thought this could be a cool idea for crazy pet owners who want to create new memories with their pet or to get new photos of a deceased pet. Let me know if you have any feedback or questions! https://www.petpic.ai/ November 14, 2022 at 06:41AM

Show HN: 500 Letters – A fiendishly addictive word game https://ift.tt/7ukW8en

Show HN: 500 Letters – A fiendishly addictive word game https://500letters.com November 14, 2022 at 02:26AM

Sunday, November 13, 2022

Show HN: Enabling SSH Access Control Using GitHub Repo Permissions (No Key File) https://ift.tt/2eiO4at

Show HN: Enabling SSH Access Control Using GitHub Repo Permissions (No Key File) https://ift.tt/1Uozgik November 13, 2022 at 09:35AM

Show HN: I created a bookmark manager inspired by the Vim text editor https://ift.tt/wyz5KLe

Show HN: I created a bookmark manager inspired by the Vim text editor Hey HN, A couple months ago, I got fed up with my tabs and how my workflow with my browser was consistently getting out of hand. I looked at the wide array of tab manager extensions and found that just about all of them have what I considered to be deal-breakers, such as: 1. Taking over my New Tab page -- I actually like a quieter, subtle image or news feed for my New Tab page. 2. Requires a dedicated tab itself -- This means in order to manage my tabs, I have to go back to this dedicated tab on that dedicated window, and begin whatever I was going to do once I'm there. 3. User experience -- It almost seemed like they want you to spend tons of time just organizing everything and learning every little feature. I prefer to get started and learn more as I use it more . 4. Pricing & onboarding -- A lot of the paid ones have what I consider to be steep pricing for something I wasn't sure I would commit to, or the signup involved me telling them where I work, my birthday or other irrelevant info. 5. Browser history access -- I get why other tab managers do it, but I personally just don't like the idea and I believe that a great tab manager tool can be created without this. All in all, I was looking to just 1) install the extension and 2) see from there. So I created TabMagic. TabMagic is instantly available on any website via what I've dubbed the "Magic Panel"! Press CMD+Shift+Space (CTRL+Shift+Space on PC) to begin managing tabs. I left the New Tab page alone, so that anyone can use whatever else they have (or nothing at all), but this doesn't come at the cost of ease-of-use/access! It's inspired by Vim, so I'm trying to incorporate keyboard shortcuts everywhere to make working with the Magic Panel as fast as possible. The shortcuts are listed on the homepage, but will be viewable directly within the Magic Panel in the very next update. You can organize your tabs into different workspaces (which you can quickly share with others) and the paid version allows the creation of private workspaces that only you can see + the ability to annotate any of the tabs you share to save pertinent info about them. One of the features I'm enjoying more than I thought I would is the ease of accessing my bookmarks across multiple browsers and devices -- simply install the TabMagic extension on another browser, log in, and you're done! Last tidbit: It comes with a built-in tab suspender, which you can toggle by pressing "X" when the Magic Panel appears and selecting all the tabs you wish to suspend. I've only been working on it a little over a month, but I've been enjoying using it even as I was creating it, and I look forward to receiving feature requests from anyone who wants to try it! It's available on both Chrome and Firefox! Let me know if you have any feedback or questions! https://tabmagic.app November 13, 2022 at 12:58PM

Show HN: DiffusionDB – Stable Diffusion Tracker https://ift.tt/qfF6yW3

Show HN: DiffusionDB – Stable Diffusion Tracker https://ift.tt/9GOo1zB November 13, 2022 at 07:48AM

Show HN: Kira – a fast and scalable sandbox code execution engine https://ift.tt/ESOPNgp

Show HN: Kira – a fast and scalable sandbox code execution engine Greeting HN, I would like to present my project I've been worked on the several months. It is a fast and scalable general purpose remote code execution engine. The goal of this project was to get to know golang a bit better and. Currently, kira is in its early stage, and currently it does not support multiple files. However, I am constantly trying to work on this project and improve it. Feel free, to give me feedback in any way! Thank you :) The main ideas for this project: * Fast and secure remote code execution engine that is scalable, * Logging of the code executions, * Test runner that executes custom unit tests (for building something like leetcode), * Future: custom docker environments to have long-term projects https://ift.tt/41t6eix November 13, 2022 at 06:23AM

Show HN: Eleven – Free, open-source, Codespaces alternative with automatic HTTPS https://ift.tt/SGWyjQp

Show HN: Eleven – Free, open-source, Codespaces alternative with automatic HTTPS Hey HN, Eleven is the second project that I've built to learn Go. It lets you create code sandboxes, in your cloud provider account, easily. What's a "code sandbox"? Just a VM, running in your cloud provider account, with some runtimes pre-installed, your repositories cloned, a way to connect to it with your preferred editor (or via SSH) and a way to serve your apps easily via HTTP (with automatic HTTPS). You could use it as a remote development environment, to test some code or even to deploy your app. It's up to you. For example, to deploy a Node.JS app: $ eleven aws init hello-world --runtimes node@18.7.0 --repositories eleven-sh/hello-world > Success! The sandbox "hello-world" was initialized. $ ssh eleven/hello-world forever node index.js > Forever: command started. Run "forever stop" in current path to stop. $ eleven aws serve hello-world 8000 --as hello.eleven.sh > Success! The port "8000" is now reachable at: https://hello.eleven.sh $ curl https://hello.eleven.sh > Hello World Still learning Go by the way, so I'm open to any suggestions to improve. https://ift.tt/F0h9dyc November 13, 2022 at 04:01AM

Saturday, November 12, 2022

Show HN: Fed Up Inflation Game https://ift.tt/1y8qCOD

Show HN: Fed Up Inflation Game Elixir/Phoenix LiveView Concept shamelessly stolen from Cookie Clicker. https://fed-up.fly.dev/ November 12, 2022 at 10:14PM

Show HN: A GitHub business card generator https://ift.tt/r8wKXRF

Show HN: A GitHub business card generator I built this small app for fun, to play with image generation thanks to Vercel’s new library [1]. You enter your GitHub username (or anyone’s), and it generates an image with a few info about your account. [1] https://ift.tt/1are8oS... https://ift.tt/yeomJY5 November 12, 2022 at 01:17PM

Show HN: Generate prompts for Stable Diffusion using GPT3 https://ift.tt/R3YKMua

Show HN: Generate prompts for Stable Diffusion using GPT3 https://ift.tt/QXz4gpR November 12, 2022 at 04:21AM

Show HN: Halfbit Grid – open-source grid for Blazor WebAssembly https://ift.tt/Es9WX8y

Show HN: Halfbit Grid – open-source grid for Blazor WebAssembly Hi! My name is Marcin, I'm CEO of Halfbit Studio. When we start developing Blazor Apps for our customers,We don't find any Open-Source grid component, which meet out requirements, so we make own :) Features: * Server side/Client side pagination/sorting/filtering data * Fully customizable CSS classes * Support for .NET 5 / .NET 6 * Simple kickstart We are looking suggestions for new features. Guys, do you have any idea? https://ift.tt/I851Azk November 12, 2022 at 06:32AM

Show HN: IN MY TZ – Generate and share date-time links unique across timezones https://ift.tt/CdMAxZP

Show HN: IN MY TZ – Generate and share date-time links unique across timezones If you want to let your audience or contacts, spread across different timezones, know when that show, match, webinar, or stream is, just generate a link and share it with them. When they visit the link, they'll see that time in their local time zone. This is a simple tool to address a small inconvenience. The page works on mobile browsers but has not been tested for accessibility, which will be done very soon. Please help me with your feedback to make this tool better. Thank! https://ift.tt/dgGh9wT November 12, 2022 at 07:20AM

Friday, November 11, 2022

Recommended Recipe for you:

Recurring Tweets

Show HN: Wa-tunnel – HTTP Tunneling through Whatsapp https://ift.tt/uMibzR4

Show HN: Wa-tunnel – HTTP Tunneling through Whatsapp Side project tunneling a TCP port through WhatsApp, can be useful on airplanes or any WiFi/carrier that has unlimited social network data limits. Appreciate feedback :) https://ift.tt/6YjB8Wn November 11, 2022 at 08:17PM

Show HN: Eev and TikZ, or: how to learn TikZ using a REPL https://ift.tt/UjfGiaJ

Show HN: Eev and TikZ, or: how to learn TikZ using a REPL Hi all, I made a video that at first sight is about a way to use REPLs to explore TikZ - and TikZ is a huge (La)TeX package for drawing graphics... At second sight that video is about a series of tricks for using REPLs in Emacs, and TikZ is just an excuse to present them. As far as I know those tricks are very unusual; they implement a kind of "meta-REPL" that controls other REPLs, and they do that in a way that is much simpler, and much easier to hack, than Org's code blocks and than the cells in Jupyter notebooks. The page has lots of screenshots and links, and it has instructions for downloading the video and its subtitles, and for reading the subtitles in plain text. I tried to make everything as accessible as possible for the people who just want to watch the the first two parts of the video - "Introduction" and "Trying it" - in super-high speed. I'm especially interested in pointers to related work. Cheers, have fun, etc! =) https://ift.tt/jRwWGre November 11, 2022 at 06:27PM

Show HN: ShowMeYourHotKeys – A macOS app to show applications menu shortcuts https://ift.tt/oCLhtYz

Show HN: ShowMeYourHotKeys – A macOS app to show applications menu shortcuts Hi everyone, ShowMeYourHotKeys is a macOS application I worked for the last months. This app shows the frontmost app's menu items shortcuts (it also have some other features) There is a beta version available on the website. Accessibility permission is necessary to obtain menu items informations and Full disk Access is necessary to create custom shortcuts. I would love to hear all the feedbacks and suggestions. Thank you for your attention. https://ift.tt/LArqcM0 November 11, 2022 at 11:15AM

Show HN: Structured HTML table data extraction from URLs in Go https://ift.tt/OVKNnSR

Show HN: Structured HTML table data extraction from URLs in Go This library aims to be something like pandas.read_html or table_extract Rust crate, but more idiomatic for Go. htmltable enables structured data extraction from HTML tables and URLs and requires almost no external dependencies. Tested with Go 1.18.x and 1.19.x. Complex tables with row and col spans are natively supported as well. https://ift.tt/PJ4sRK9 November 11, 2022 at 10:30AM

Show HN: Selfhosted web archiving with P2P Synchronization (base on CRDT) https://ift.tt/R1WszuK

Show HN: Selfhosted web archiving with P2P Synchronization (base on CRDT) https://ift.tt/zWbfNqd November 11, 2022 at 10:22AM

Show HN: A little side project, a watercolor art generator https://ift.tt/PTSXprK

Show HN: A little side project, a watercolor art generator Hi HN - this is a little side project I threw together. Some implementation details: image processing is all done with headless GIMP (running inside a Docker container) through its built-in Python API. It's _very_ slow (about 50 seconds/image), and currently it processes exactly one image at a time. The website is built with NextJS; payments are processed by Stripe. I've had the best results with pictures of houses, although certain photos of people or nature can look neat, too. (For example: https://ift.tt/CgsF1od , original photo from https://ift.tt/u6plaPN .) The effect obscures the edges of the photo, so images with plenty of margin around the subject work best. Something I'd like to play around with is swapping the GIMP script for an AI-based process (maybe using something like Stable Diffusion?), with the goal of generating images that look more handmade (something like these: https://ift.tt/A7mUKtL ). I have exactly zero AI experience though, so there would be a bit of a learning curve. Would love any thoughts or critiques! ---- edit: remove unrelated details https://ift.tt/8abflJZ November 11, 2022 at 09:32AM

Thursday, November 10, 2022

Show HN: Full Fledged Image Editor in Browser https://ift.tt/QPHgc1p

Show HN: Full Fledged Image Editor in Browser https://ift.tt/CQFvc2R November 10, 2022 at 08:53PM

Show HN: An API for CO₂ Removal https://ift.tt/3REVKwj

Show HN: An API for CO₂ Removal Hi all, We're Fabienne and Ewan of Climacrux. Today we're proud to launch our latest project to try and make carbon dioxide removal as accessible as possible: CDR Platform [1]. In short: it’s an API to connect to a portfolio of carbon removers. You can purchase from as low as a single gram and select from both natural and technological removal methods. Longer: A couple of years ago we launched an alternative to carbon credits, Carbon Removed[2], designed for individuals to buy and subscribe to CDR. But we always had the nagging thought that there was more that could be done. CDR Platform is our foundation for that - a simple API to get prices and purchase (at the moment). Our plan is to become the Stripe of the carbon removal ecosystem, seamlessly connecting the supply to the demand. We’d love to hear your feedback. Do you see a use case for this and would you use it? What features have we missed? Do you understand what we’re doing and if not, what’s unclear? We’d love to hear from you.[3] Many thanks and happy hacking, Climacrux. P.s. If you are a carbon remover, send us your prices, life cycle analysis and some more information about your removal timeline. Our aim is to bring your services to a wider audience so you can focus on reducing our CO₂ levels. Thanks for your work! [1] https://ift.tt/EOk6Q3u [2] https://ift.tt/ZpuoOr0 [3] ewan@climacrux.com https://ift.tt/EOk6Q3u November 10, 2022 at 01:37PM

Show HN: FAQify – Algolia for FAQs using GPT-3 https://ift.tt/pPK47ug

Show HN: FAQify – Algolia for FAQs using GPT-3 Hey HN! My name is Fatih and I’d like to share FAQify - a project I’ve been working on this week. FAQify is a tool that answers questions about Amazon products using GPT-3. Simply paste the link to an Amazon product and ask your question! The app will generate a good answer based on the textual data on the product webpage. The current version of FAQify is a simple POC, but I hope to expand it to be something like Algolia for question-answering. The idea is to build a widget that you can integrate with any website. You give it both text on your page but also external data like user manuals. Once it’s trained on these texts, it will be able to help your customers get answers to their questions 10x faster. This can be useful in many domains such as e-commerce websites, code documentations, and blogs. If you have any feedback or other use cases in mind, feel free to email me at contact@faqify.ai. Thank you! https://www.faqify.ai/ November 10, 2022 at 12:01PM

Space Image

https://ift.tt/cWorlGv

Show HN: Hstream – quick Python web apps (Streamlit alternative using htmx) https://ift.tt/5nk08Cy

Show HN: Hstream – quick Python web apps (Streamlit alternative using htmx) I love Streamlit but have run into many situation where taking it from PoC to MVP state is insurmountable. With all the recent HN hype around htmx and sematic html / classless css I decided to build a Streamlit alternative using these on top of FastAPI. This has a couple advantages: 1) easier to extend when you move past PoC since the FastAPI app is exposed (allowing adding more routes) and hstream acts more like a typical web stack 2) with htmx and html (plus MVP.css) doing the heavy lifting the package is alot less complex and easier to reason about - and hopefully more performant eventually 3) html is simple, so using this we can give the user much more control around the look and feel, while falling back onto MVP.css (classless css) sane defaults. Would love to hear people's thoughts. https://ift.tt/SLumfZd November 10, 2022 at 10:25AM

Show HN: Sliderm – A Dependency-Free JavaScript Slider https://ift.tt/njcTDaJ

Show HN: Sliderm – A Dependency-Free JavaScript Slider https://sliderm.com/ November 10, 2022 at 02:52AM

Wednesday, November 9, 2022

Show HN: Hypertest - A test runner for developers with ADHD https://ift.tt/vSgmxCE

Show HN: Hypertest - A test runner for developers with ADHD TL;DR: a test runner focused on making devs w/ ADHD happy. Hello HN! My name is Yuval, a dev with ADHD. I believe there's different design constraints on tooling for devs with ADHD compared to their "normal"counterparts. That's what I'm here to solve. I gathered experiences of other ADHD devs, to summarize: ( https://ift.tt/FtAOnai ) - Memory: People w/ ADHD have horrendous short term memory (hard to keep grasp of the current *thing/task*) - Distraction: Are easily distracted, tend to fall off the focus wagon easily. - Boring Maintenance: They need and use lists, but are bad at maintaining them. A star would feel awesome (MIT licensed): https://ift.tt/Od56bIi https://nabaz.io November 9, 2022 at 12:26PM

Show HN: Supertweak – a visual devtools extension for Tailwind CSS https://ift.tt/A1MnNGD

Show HN: Supertweak – a visual devtools extension for Tailwind CSS Hi folks, I've been working on a visual devtool chrome extension for Tailwind CSS for quite some time now and just launched in recently. It let's you tweak your website from the browser itself and copy the classes or html afterwards to paste in your IDE. It's especially well suited to try out changes quickly, but I've built most of the landing page with the help of the extension itself. You can try it out in the landing page itself (no need to install anything). Features: - Click on any class (eg: px-4) and try out other values easily. - Preview the website in responsive mode and quickly toggle between breakpoints. auto detects breakpoints set in the config. - Quickly try out new variants. Supports arbitrary variants too. - Lets you try out arbitrary and negative property values. - Add, remove or re-order elements. - Edit element attributes and text nodes etc. I'm excited to share it here and would love to hear your feedback and suggestions. https://supertweak.dev November 9, 2022 at 12:22PM

Show HN: Open-source load testing on AWS Lambda. With built-in cost reporting https://ift.tt/RUHxAab

Show HN: Open-source load testing on AWS Lambda. With built-in cost reporting Hiya HN! tldr: Artillery is an open-source load testing toolkit. It's cloud-native, i.e. you can scale out your test with AWS Lambda (other runtimes coming soon). There's no infra to set up or manage - you give Artillery an AWS account, and it takes care of the rest. We just released an update which includes cost reporting. Every time you run a load test, Artillery will show how much that cost in AWS Lambda fees. Blog post with a demo here: https://ift.tt/ocp1Swf The demo shows a distributed load test running in us-east-1 at 100k+ RPS for about 10 minutes. Total cost is $1.23. We constantly hear from our users how cost is one of the biggest barriers to load testing more frequently. We're making cost much less of a factor with Artillery, and hoping that will unlock load testing at scale to more teams. Would love to hear what the biggest barriers are for you with load testing! Hassy & team Artillery November 9, 2022 at 11:18AM

Show HN: Auto-file bugs to GitHub issues with console logs and network requests https://ift.tt/XNhfgvc

Show HN: Auto-file bugs to GitHub issues with console logs and network requests Hi HN, my team and I have been working on a new tool to improve how bugs are reported to engineers. I used to be a developer, and I thought it was ridiculous the little amount of bug repro details I would get in JIRA tickets. Then I became a product manager, and I realized how time consuming and tedious it was to write good tickets for developers (and then understood why most tickets lack enough detail!) That’s why my team and I decided to build a browser extension for anyone to create bug reports that auto-include: console logs, network requests, session replay, timestamp, url, browser, OS and device specs, and wifi speed. With this extension, it’s faster than the old-school way to report bugs (a few clicks, plus no switching tabs). And, for the developer receiving the bug reports, it should be faster to debug because all the information is right there. We started with a Chrome extension and soon we’re going to build extensions for other browsers too. (Which should we add next? We’re thinking Firefox). We built this in react, typescript, mobx, and graphql. It’s privacy-focused: everything happens locally on your browser until you choose to share, and you can even select which specific websites you want the extension to run on in settings. Today we shipped an integration with GitHub - meaning it’s now just a few seconds to create a really good GitHub issue. I hope you check it out and I hope it helps bring about the end of bad tickets for you and your team! If you have any suggestions or questions, please let me know here! https://jam.dev/github November 9, 2022 at 09:29AM

Show HN: Getstarted.social – Easy-to use follow suggestions for Mastodon https://ift.tt/m1jSk5y

Show HN: Getstarted.social – Easy-to use follow suggestions for Mastodon Mastodon is cool, but finding the first people to follow on other servers and figuring out how to follow them is a messy experience. I quickly hacked together this prototype site to see if it was possible to have Twitter-style follow suggestions where you can click and follow someone without manually copy-and-pasting links from Google sheets into search bars. It was also an excuse to see how Mastodon's remote-follow API works. The following is done client-side so no information is shared with this server. https://ift.tt/NFcIYxk November 9, 2022 at 08:06AM

Show HN: XFrame – Create your own multisearch page https://ift.tt/BhCEP9n

Show HN: XFrame – Create your own multisearch page https://ift.tt/zsF0oMJ November 9, 2022 at 06:20AM

Show HN: Brainpick.co.uk – Earn money by answering StackOverflow questions https://ift.tt/efxVgKs

Show HN: Brainpick.co.uk – Earn money by answering StackOverflow questions Hi! I am looking for honest feedback on my next product. Brainpick.co.uk is a Chrome extension that adds a button on StackOverflow standard page to pay for an answer. You answer and get paid when the answer is accepted. I am selling it to Enterprises as an affordable, subscription-based, pay-as-you-go service. Let me know your thoughts. https://ift.tt/RHIor3X November 9, 2022 at 03:54AM

Tuesday, November 8, 2022

Show HN: All-SVG websites with complex animation https://ift.tt/gTSY0p5

Show HN: All-SVG websites with complex animation https://svija.love/vibe November 8, 2022 at 08:45AM

Show HN: Beginner's guide to NLP with an API https://ift.tt/uAghX9Q

Show HN: Beginner's guide to NLP with an API https://ift.tt/gQ3n0pX November 8, 2022 at 02:44AM

Show HN https://ift.tt/3xsS8bT

Show HN Alternative text formatter in C, easily extendable, lightweight, well suited for microcontrollers. https://ift.tt/ebY76Sk November 8, 2022 at 12:49AM

Show HN: GPT3, stable-diffusion with templates in Obsidian https://ift.tt/8tZ56HT

Show HN: GPT3, stable-diffusion with templates in Obsidian https://ift.tt/mZ41Kao November 8, 2022 at 05:40AM

Show HN: Slashbase – open-source collaborative IDE for databases in browser https://ift.tt/4HtnFhS

Show HN: Slashbase – open-source collaborative IDE for databases in browser https://ift.tt/wR4CNQ6 November 8, 2022 at 01:45AM

Monday, November 7, 2022

Recommended Recipe for you:

Send a message to LINE every day

Show HN: Multilingual Salary Calculator for Germany https://ift.tt/ZhMozC1

Show HN: Multilingual Salary Calculator for Germany Many people from a migrant background have difficulty understanding the German income tax system. Therefore, as a side project, I have created a multilingual gross-net-salary calculator for Germany. With this side project, my main goals are: 1. to create an intuitive method for non-German speakers to easily understand how and what is deducted from their gross salary in Germany, 2. to translate the calculator into Eastern and Central European languages (as they represent one of the largest groups of migrant workers in Germany) to make it easier for them to understand the German income tax system, 3. make it mobile-friendly so that anyone with only a mobile phone can easily use it. I am currently working on translations into Russian and Farsi (based on the requests from several organisations who are working with refugees in Germany), with other languages to follow. The website is already available in the following languages: Arabic, English, German, Hungarian, Romanian, Ukrainian. What do you think about design? Is it intuitive or does it need some improvement? All feedback is welcome. https://ift.tt/ncT3YU2 November 7, 2022 at 06:36AM

Show HN: A free keyword research tool using Search Suggestions and Autocomplete https://ift.tt/jAtL3Qz

Show HN: A free keyword research tool using Search Suggestions and Autocomplete https://keywordsea.com November 7, 2022 at 03:56AM

Show HN: I built VS Code extension for Node.js package management https://ift.tt/Gynl5W1

Show HN: I built VS Code extension for Node.js package management https://npm.kasper.io/ November 7, 2022 at 04:59AM

Show HN: RxJS Insights – a toolset for RxJS visualization https://ift.tt/WChIjP4

Show HN: RxJS Insights – a toolset for RxJS visualization Hi HN! I'd like to present you the thing that I'm building - the RxJS Insights. It was primarily created as something that allows for debugging complex RxJS streams, but after showing it to a few people it turned out that it might be more helpful in learning RxJS since it can visualize the observables execution step by step. The setup is somewhat similar to the Redux Devtools' one in a sense that it requires an application level component (the proper @rxjs-insights/* packages) to instrument the RxJS and to connect with the devtools. I invite you to try it out in your app (the setup is rather easy) or on StackBlitz (all links are in the readme). Thanks! https://ift.tt/DGergTm November 7, 2022 at 04:02AM

Sunday, November 6, 2022

Show HN: Hacker News for Events https://ift.tt/PukedoQ

Show HN: Hacker News for Events NextEvent.dev is a Hacker News for events. Share tech and around tech events here. Who's hosting an event in your area this upcoming week? Share it here, let the community know. https://ift.tt/25y4jtD November 7, 2022 at 12:52AM

Show HN: textshader.com https://ift.tt/0n7pzZR

Show HN: textshader.com TLDR: Click the link to see some cool visualizations, refresh a few times for random examples, and try editing some of the code yourself. This is a small weekend project of mine inspired by shadertoy.com It's a static single-page site hosted on GitHub pages so the website design is pretty barebones. I'm not a web developer so I mainly wanted to create a Cool Thing with my free time and not have to learn tons of front-end to do it. I'd love to hear what people think about it and please post or send me any shaders you make! You can use the link button in the bottom right to share. I hope that this gets more people interested in shaders because GPU programming is a pretty different paradigm and learning it has made me a better software engineer even though my current job doesn't touch it. That said, textshader only runs normal Javascript on the CPU so think of it like a simplified sandbox and not the real thing. I'd highly recommend checking out shadertoy to level up to the real deal too! https://textshader.com November 6, 2022 at 11:32PM

Show HN: Financial Scraped Data https://ift.tt/If4tD8s

Show HN: Financial Scraped Data https://ift.tt/KW4IVOZ November 6, 2022 at 03:41PM

Show HN: Feep! search, an independent search engine for programmers https://ift.tt/1rse0E5

Show HN: Feep! search, an independent search engine for programmers https://search.feep.dev November 6, 2022 at 11:25AM

Show HN: Clubhopr – My first indie project: 30 seconds for soccer/football fans https://ift.tt/ZbNJoS4

Show HN: Clubhopr – My first indie project: 30 seconds for soccer/football fans https://clubhopr.app/ November 6, 2022 at 05:27AM

Saturday, November 5, 2022

Show HN: OpenCrossword Suite - Make and share your own puzzles https://ift.tt/rcjuLk0

Show HN: OpenCrossword Suite - Make and share your own puzzles https://ift.tt/LJOMKqc November 5, 2022 at 11:19PM

Show HN: Utility for Searching the Earliest Root Commit (Open Source) https://ift.tt/usDt18M

Show HN: Utility for Searching the Earliest Root Commit (Open Source) I wrote the utility for searching the earliest root commit in a repository and the earliest repository in a repository group. Repositories are searched recursively in the specified base directories. The earliest root commit and the earliest repository in a repository group are determined in the two ways: by author datetime and by committer datetime. Collected data are represented in the JSON format. The utility is written in Python. I also tried to use type hints, data classes and generators as much as possible. https://ift.tt/9atJF3P November 5, 2022 at 03:06PM

Show HN: Stable Diffusion print-on-demand apparel https://ift.tt/EUiMP4o

Show HN: Stable Diffusion print-on-demand apparel Hey HN, Obviously we are experiencing a surge of stable-diffusion based apps at the moment, but I have yet to see anyone try and map the outputs onto actual physical products that can be delivered to your door. I wanted to make it easy to: - pick an artistic style - hit 'record' and speak into your phone / tablet / desktop or whatever, and describe the kind of design you want your clothing to have (since speaking is more spontaneous that typing) - swipe among a variety of mockups (t-shirts, hoodies etc.) featuring your design, and order it to your door with the click of a button The product is called 1SEWN. Fulfilment is currently achieved using a print-on-demand service called Printful ( https://ift.tt/Ioe8ymx ) that I have integrated with. If you guys would like to try it, I would love some feedback. Shipping is currently limited to outside Europe, but even if you are in Europe, your feedback about the whole UX would be much appreciated! Much love, Matt https://www.1sewn.com/ November 5, 2022 at 08:08AM

Show HN: I built a Golang module to access and parse data from Wikipedia https://ift.tt/OQhdMtC

Show HN: I built a Golang module to access and parse data from Wikipedia I was making a Python Wikipedia scapper for my system, then I realised Python is kinda slow so I moved my project to Go. The problem is there wasn't any module to easily access and parse data from Wikipedia in Go, so I made this module. Please enjoy playing with the module and send me your feedbacks. https://ift.tt/kvs8LZm November 5, 2022 at 08:07AM

Show HN: Made a site that let you discover high potential side-projects for sale https://ift.tt/cQ2szZa

Show HN: Made a site that let you discover high potential side-projects for sale Discover Early Stage Side Projects For Sale, Get detailed information about each of them. https://ift.tt/EqWPOGg November 5, 2022 at 04:24AM

Show HN: Adventwelt Digital Advent Calendar https://ift.tt/j5Kero8

Show HN: Adventwelt Digital Advent Calendar You can try out the demo at https://ift.tt/vDC9lNA, at the moment the content is German but I'm working on a multilang demo too :) https://ift.tt/yJaLqQ1 November 5, 2022 at 02:34AM

Recommended Recipe for you:

Turn on/off your lights with one tap on your phone

Friday, November 4, 2022

Show HN: MakePlace – An Interior Design Simulator https://ift.tt/ZEYdTyX

Show HN: MakePlace – An Interior Design Simulator MakePlace is a PC app that lets you drag-and-drop furniture and edit floorplans. The goal is to make interior design easy and fun, like playing with Lego. It started off as an app to simulate housing in an MMORPG, since the furniture system there was atrocious. I'm now trying to see if it would work well as a simulator for general interior design too. Like many 3D design software, there are a bunch of tools and controls, and first-time users may feel somewhat lost. So I've made a starting tutorial to help ease users into the controls. Do you think the tutorial works well? Let me know what else can be improved! https://ift.tt/GlPIDkq November 4, 2022 at 11:39AM

Show HN: I built a helper script for AUTOMATIC1111 / stable-diffusion-webui https://ift.tt/AmrGW13

Show HN: I built a helper script for AUTOMATIC1111 / stable-diffusion-webui In case you are into offline Stable Diffusion image generation, chances are high that you use the AUTOMATIC1111 version, as it is quite user friendly and constantly evolving. One thing it has is support for scripts. And I have built a script that eases finding the right look quite a bit. StylePile has 135 artist presets, 55 styles, 25 emotions. Insert keywords sequentially or randomly. Adjust influence of result types, artists and styles. See detailed progress information in prompt. Feedback welcome. https://ift.tt/UqPE2j3 November 4, 2022 at 10:23AM

Show HN: PostgreSQL Sessions in Vim https://ift.tt/6K8G90F

Show HN: PostgreSQL Sessions in Vim Really just a few lines of code to have a REPL-like experience with Vim and Postgres. https://ift.tt/8UuA3t5 November 3, 2022 at 07:25AM

Show HN: Tracking my local bus with a RaspberryPi https://ift.tt/SHNQOTd

Show HN: Tracking my local bus with a RaspberryPi https://ift.tt/NOIxtyp November 4, 2022 at 06:44AM

Recommended Recipe for you:

Add Medium to your lifestyle analytics with Welltory

Thursday, November 3, 2022

Show HN: Vectory, a tool for visually tracking and comparing embeddings https://ift.tt/3xw184Q

Show HN: Vectory, a tool for visually tracking and comparing embeddings https://ift.tt/4Q68SFY November 3, 2022 at 11:17PM

Show HN: Open-source OAuth2 server Ory Hydra v2.0 https://ift.tt/KHwizIv

Show HN: Open-source OAuth2 server Ory Hydra v2.0 https://ift.tt/DpXPmy8 November 3, 2022 at 10:06AM

Show HN: Sprig, open-source game console and engine, by teenagers, for teenagers https://ift.tt/WiEMJQa

Show HN: Sprig, open-source game console and engine, by teenagers, for teenagers https://ift.tt/528TIrm November 3, 2022 at 10:04AM

Show HN: unsock: shim to automatically change AF_INET sockets to AF_UNIX, etc. https://ift.tt/CMzhxck

Show HN: unsock: shim to automatically change AF_INET sockets to AF_UNIX, etc. unsock is an LD_PRELOAD-able Linux library that converts AF_INET socket connections to AF_UNIX, AF_VSOCK, AF_TIPC, etc, helping reduce the dependency on TCP/UDP/IP for local communication. It even handles the painful "CONNECT" proxy dance on Firecracker AF_UNIX/AF_VSOCK multiplexing sockets for you. https://ift.tt/C3dqvfQ November 3, 2022 at 09:07AM

Show HN: GitHub Copilot Can Help with Shell Scripting https://ift.tt/4VqNoay

Show HN: GitHub Copilot Can Help with Shell Scripting https://ift.tt/ygbAJMw November 3, 2022 at 08:00AM

Recommended Recipe for you:

Rss to post photo bloger

Wednesday, November 2, 2022

Show HN: Nudges.fyi – simple, unmissable reminders via phone/text/email https://ift.tt/gFrD8z6

Show HN: Nudges.fyi – simple, unmissable reminders via phone/text/email I built this app primarily for my wife, who has tried many mainstream todo-list apps (OmniFocus, Things, and Todoist come to mind) over the years with little success. She isn't particularly interested in setting up a productivity system and the administrivia that goes with it. Even having to remember to look at an app once a day was far from ideal for her. This app is an attempt at a solution for anyone that fits this description, with a focus on alerting over organization. Here's how it works: you create a nudge that's set to trigger at a given date and time, and the app phones you, texts you, or emails you (or all three) at the right moment. Nudges can trigger on a schedule, so something like "call me about monthly bills for the next month on the last day of every month" is quite easy to set up. It also works well (sample size 1, admittedly) as a supplement to a more robust GTD system. I use Things for almost everything, but my most important reminders are set up as nudges. I've worked on this on and off for the last month or so and I think it's ready for a Show HN. There's likely some rough edges in there so I wouldn't use it for anything _critical_ just yet (let me know if you see anything that looks buggy!). I cut a lot of scope in order to release an initial version quickly; here's a list of things I'm considering adding to the app in the near future: - Implement something analogous to Pagerduty: create nudges that repeatedly nag you (with something like an escalation policy) until you acknowledge them - More notification channels: get nudges on Telegram, WhatsApp, Slack, etc. - Families (or teams, possibly) share a namespace and can send nudges to each other - Nudges that collect a response: possibly for polls, a daily diary entry, or habit tracker - Incoming and outgoing webhooks - Snooze a nudge so it re-triggers in X minutes I work on distributed systems at my day job and haven't done frontend and CRUD things in a long while now, so building this out was a nice change of pace. If anyone's curious, the app is built with: Next.js (in static HTML mode) and Tailwind for the frontend, Go for the API server and background nudge loop, and SQLite (+Litestream) for persistence. In any case, I'm looking for feedback from the HN community here: is this something you would use? TL;DR: schedule reminders for yourself via phone call, text message, and/or email (PS: the free plan doesn't allow call/SMS nudges because I'm a bit wary of spam, but if you'd like to give this a shot and can't [or don't want to] subscribe to a paid plan at this point, send me an email at tim@nudges.fyi for a 1-month code) https://nudges.fyi November 2, 2022 at 01:00PM

Show HN: Inhuman Time – change “3 days ago” to actual time on GitHub https://ift.tt/vmEFJhq

Show HN: Inhuman Time – change “3 days ago” to actual time on GitHub https://ift.tt/SRyit2u November 2, 2022 at 11:34PM

Show HN: I used streaming to skip downloading my 45GB dataset https://ift.tt/k5dyW04

Show HN: I used streaming to skip downloading my 45GB dataset https://ift.tt/lSKjesC November 2, 2022 at 11:41AM

Show HN: A CLI to provision, share, manage local and cloud dev environments https://ift.tt/LaVmx52

Show HN: A CLI to provision, share, manage local and cloud dev environments Freshenv is a command line application to provision & manage local developer environments. Build and develop your projects in completely isolated environments. Save, switch and restart your environments. Push and fetch developer environments from the cloud. Choose from a wide variety of flavours to get the developer tools you need. https://ift.tt/h2a9fzY November 2, 2022 at 03:14PM

Show HN: Can Strava Do This? https://ift.tt/niXVh6j

Show HN: Can Strava Do This? I recently added a new feature to the MTB Hangtime app that allows users to generate a telemetry overlay on top of an action camera video. The demo video was created using only the app, no third party video editing tools. The goal was to be able to capture the telemetry data with a smart phone and the video with a GoPro, then generate the output video without any additional tools. https://www.youtube.com/watch?v=Jqul6Y-U2Pw November 2, 2022 at 03:08PM

Show HN: Eleven – Code sandboxes with automatic HTTPS https://ift.tt/wJ7Dzpq

Show HN: Eleven – Code sandboxes with automatic HTTPS Hey HN, Eleven is the second project that I've built to learn Go. It lets you create a code sandbox in your cloud provider account easily. What's a "code sandbox"? Just a VM, running in your cloud provider account, with some runtimes pre-installed, your repositories cloned, a way to connect to it with your preferred editor (or via SSH) and a way to serve your apps easily via HTTP (with automatic HTTPS). You could use it to deploy your app, as a remote development environment or even to test some code. It's up to you. For example, to deploy a Node.JS app: $ eleven aws init hello-world --runtimes node@18.7.0 --repositories eleven-sh/hello-world > Success! The sandbox "hello-world" was initialized. $ ssh eleven/hello-world forever node index.js > Forever: command started. Run "forever stop" in current path to stop. $ eleven aws serve hello-world 8000 --as hello.eleven.sh > Success! The port "8000" is now reachable at: https://hello.eleven.sh $ curl https://hello.eleven.sh > Hello World Still learning Go by the way, so I'm open to any suggestions to improve. https://ift.tt/Dfi6MWI November 2, 2022 at 11:37AM

Show HN: Xata, serverless database on top of PostgreSQL and Elasticsearch https://ift.tt/EObpUZ2

Show HN: Xata, serverless database on top of PostgreSQL and Elasticsearch Hi! Xata was on HackerNews once before ( https://ift.tt/CAFNDX8 ) a bit over a year ago, when we were at the beginning of our development. We've promised we're going to do a Show HN page when we come out of Private Beta, and this just happened today. Xata is a product in the serverless database space. We know that the space is fairly crowded now, with lots of great companies started recently. We're happy to see a fresh wave of database products, that are focused more on the developer experience, rather than a race to the bottom on performance and cost. We are part of this wave, but we also think our offering is quite differentiated: - First, out of all the options out there, we're aiming to be the easiest to get started with and the easiest to use. We are cloud-only and our product feels more like a SaaS-like experience than an IaaS experience. If you've hacked together an app with data stored in Airtable or GitHub, you should try Xata next time. It's just as easy to use but has constraints, data integrity, type-safe clients, etc. - We offer functionality from multiple data stores. Today, the source of truth for the data is in PostgreSQL and we also replicate it in Elasticsearch. This means that we can offer free-text-search and aggregation functionality that goes beyond what's possible in PostgreSQL. In the future, we'll add more functionality around in-memory caching, queues, etc, so all data patterns that you need are available via a single, serverless, consistent API. This sounds complex (and it is), but the complexity is entirely on our side. Your application can just reap the benefits. - It is vertically integrated and focused on developer workflows: we provide a nice web UI, a TypeScript/JavaScript SDK, and VS Code extension, all working together with minimal friction. The TypeScript SDK is somewhat similar with Prisma, because it gives you type safety for both the parameters and the return types. However, it is different because it is a pure-TypeScript implementation, which means it is more lightweight and can run in Cloudflare Workers, Deno Deploy, etc. Some more links, if you want to dig into the details: - For examples of the API, see our API Guide: https://ift.tt/BrTVZF3 - For technical details about the inner workings of Xata, see our fairly long How it Works guide: https://ift.tt/k8Fn0Xd - We think this approach is new and gave it a name: Serverless Data Platform, which is explained here: https://ift.tt/X3J417I - For a high-level overview of the features available, see: https://ift.tt/pLnikvW We would really love your feedback! https://xata.io November 2, 2022 at 03:43AM

Recommended Recipe for you:

Add iRobot to your lifestyle analytics with Welltory

Tuesday, November 1, 2022

Show HN: Simple HTTP server to render Markdown documents made in Go https://ift.tt/A5Sv3Pl

Show HN: Simple HTTP server to render Markdown documents made in Go https://ift.tt/q73tJaN November 1, 2022 at 11:53PM

Central Subway Opens November 19 with Special Weekend Service

Central Subway Opens November 19 with Special Weekend Service
By Mariana Maguire

Map showing the existing Muni Metro system's J, K, L Bus, M, N and T lines with the new Central Subway connecting at Powell Station. The Central Subway goes to Chinatown-Rose Pak Station at Stockton and Clay, Union Square/Market Street Station at Geary and Stockton, Yerba Buena/Moscone Station at 4th and Folsom and 4th & Brannan Station at 4th and Brannan.

Central Subway special weekend service starts November 19 with service to Chinatown-Rose Pak Station, Union Square/Market Street Station, Yerba Buena/Moscone Station and 4th and Brannan.

On Saturday, November 19, the Central Subway makes its historic debut with special weekend service, Saturdays and Sundays, from 8 a.m. to 12 a.m. with trains every 12 minutes. During this special weekend service, customers will have a chance to ride through the new Central Subway for free and get to know the four new stations: Chinatown-Rose Pak at Stockton and Clay streets, Union Square/Market Street Station at Geary and Stockton streets, Yerba Buena/Moscone Station at 4th and Folsom and the new 4th & Brannan stop at 4th and Brannan streets.

During the special weekend service, customers can transfer to the new Central Subway service at Powell Station from Muni Metro and BART by walking underground to the new Union Square/Market Street Station.

The new Central Subway connects communities to destinations including Chinatown, Union Square, Yerba Buena Gardens, the Moscone Convention Centre, the Metreon and SFMOMA, just in time for the holidays.

Wayfinding Guidance

SFMTA ambassadors will provide wayfinding guidance online and in-person during special weekend service to help customers learn to navigate the new Central Subway stations and Muni Metro connections.

Online guidance will include a video that will be available on our website. Visit our Service Changes webpage (SFMTA.com/ServiceChanges) to learn more and sign up for a tour.

New T Third service in Central Subway is planned to start January 7

Beginning Saturday, January 7, SFMTA is planning to run the new T Third line service via Central Subway seven days a week, providing a direct connection from Chinatown-Rose Pak Station to Sunnydale. Weekday service will run from 6 a.m. to 12 a.m.. and weekend service will run from 8 a.m. to 12 a.m.. Stay tuned for more details!



Published November 01, 2022 at 02:38PM
https://ift.tt/qNvig7s

Show HN: Docker in the browser using x86-to-WASM recompilation https://ift.tt/NrlV9PA

Show HN: Docker in the browser using x86-to-WASM recompilation https://ift.tt/ZsX21CP November 1, 2022 at 01:24PM

Space Image

https://ift.tt/VjQlAtx

Recommended Recipe for you:

Post a tweet from RSS feed