Saturday, December 31, 2022

Show HN: I Built Sailboat UI – Modern UI Framework for Tailwind CSS https://ift.tt/QJfDvCG

Show HN: I Built Sailboat UI – Modern UI Framework for Tailwind CSS Get start with 150+ Tailwind CSS components , built your website quickly with Sailboat UI. https://sailboatui.com/ December 31, 2022 at 02:18PM

Show HN: lambdaprompt – build, compose and call templated LLM prompts https://ift.tt/Awq8vIE

Show HN: lambdaprompt – build, compose and call templated LLM prompts For the past few months I've been building a lot of things with LLMs (GPT-3, Codex, etc.) as I've been trying to push them to their limits (especially towards applying them to the tabular data domain) When working on this, I've found there are some common patterns for solving problems (templating, chaining, functional-programming style operations, etc.) As I've iterated, I've come to believe that a functional style interface is likely going to power a new wave of systems I'm calling "prompt-machines"(systems where the core new unit of work is a "named" LLM prompt, extending the "function" concept). Additionally, in order to make the code capable of meta-prompting (where the LLM can write its own templated prompts), I aimed to make the interface and library as simple and lightweight as possible. I think I've achieved my goal, so I'm releasing the library to share with others! I mainly use lambdaprompt in two main ways: (1) to quickly try out "map" applying a LLM prompt against multiple inputs, to see how it behaves on a fixed set of inputs (2) to quickly iterate on a prompt-chain (taking the output of a prompt, and passing it to other prompts) to create complex behavior. An example of (2) that worked quite well is a Text-2-SQL prototype: It generates multiple SQL options, then executes each against the database (if it errors, asks `Codex-EDIT` to fix the errors and retry), then takes the most "consistent" answer as the valid answer. Simply by adding this prompt-chain on top of codex, we saw an improvement from ~75% to ~85% on a spider Text-2-SQL benchmark (On just a small sample of N=200). To increase usability it also ships (extras) with a fastapi app that registers any defined prompts as endpoints directly, and hosts the functions to be directly callable via HTTP-GET requests. This makes it easy to build client-applications off of these prompts, while allowing the prompt itself to be arbitrarily complex (composition of prompts) I hope you enjoy using it! Also, I'm super curious to hear if anyone else has been thinking about LLMs (composing them, building interfaces to them, etc.) in similar ways and what learnings have been (even if not though this library) https://ift.tt/WLYnmVS December 31, 2022 at 02:43PM

Show HN: Advent of Code 2022 (only first eight in different langs) https://ift.tt/H0YpXJT

Show HN: Advent of Code 2022 (only first eight in different langs) Tried/revisited/used: Elixir, Haskell, Python, Rust, JS, Rust-WASM, TypeScript, Java. With READMEs for each https://ift.tt/kJWpRV9 December 31, 2022 at 04:06AM

Show HN: Graphic AI Art Assistant for WhatsApp https://ift.tt/1ZgXD8w

Show HN: Graphic AI Art Assistant for WhatsApp https://ift.tt/oK9RUTA December 31, 2022 at 02:57AM

Show HN: Scripting language inspired by JavaScript and GLSL https://ift.tt/HnE2Uq5

Show HN: Scripting language inspired by JavaScript and GLSL I'm working on a scripting-language heavily inspired by Javascript and GLSL. The idea is to use this for a game engine I'm working on. https://ift.tt/5zGMbfd December 30, 2022 at 03:46AM

Friday, December 30, 2022

Show HN: I built a possible alternative to social media RSS https://ift.tt/3s47lKy

Show HN: I built a possible alternative to social media RSS Hi there, I built a chrome extension to grab new posts from social media. Instagram, twitter, Pinterest, etc don't really allow for RSS so I worked on this alternative to get new posts. Hope this might be useful for some of you. https://ift.tt/VgU0fep December 30, 2022 at 10:45PM

Show HN: Distilhn.com – Front-Page Articles Summarized with Machine Learning https://ift.tt/UYtWdv2

Show HN: Distilhn.com – Front-Page Articles Summarized with Machine Learning Hey HN, I've built a little website to show news articles with a summary so that I don't have to RTFA if I just want a rough sense of what it covers :) I also share the summaries in an RSS feed for those who'd prefer to use their own reader. Let me know what you think! https://ift.tt/dxYMArn December 30, 2022 at 06:28PM

Show HN: A hypermedia-driven app based on htmx and Drogon C++ web framework https://ift.tt/PWdcmQ5

Show HN: A hypermedia-driven app based on htmx and Drogon C++ web framework https://ift.tt/dfpTrPa December 30, 2022 at 03:40AM

Show HN: Simple weather for your zip code https://ift.tt/nVlINO0

Show HN: Simple weather for your zip code Weather applications are bloated. This is the simplest implementation I could make using data from the weather.gov API. This simple weather application will retrieve the current 7-day weather for any of more than 33,000 US zip codes. To customize weather for your zip code, change the URL. The current URL is set to the zip code 90210. If you want both news and weather, that is available here: https://ift.tt/Q5wq9gd https://ift.tt/uYclxZO December 30, 2022 at 09:36AM

Show HN: Logos Created with AI https://ift.tt/EOieH1U

Show HN: Logos Created with AI https://ift.tt/CBsmP0u December 30, 2022 at 04:50AM

Thursday, December 29, 2022

Show HN: Pressn't, a site where you can only have a single post https://ift.tt/Y0yGoHx

Show HN: Pressn't, a site where you can only have a single post Today's internet is filled with dopamine wells of content. I wanted to steer away from that and foster meaningful writing. So I made a site where you can only have a single post. The intention is to encourage thoughtful posts like the blogs we all love here at HN (Paul Graham's, fasterthanlime, Bartosz Ciechanowski's, etc). For now posts are only markdown, but I intend to make some markdown extensions to make posts more dynamic. https://ift.tt/zeV38AK December 29, 2022 at 06:39PM

Show HN: A LinkedIn Chat GPT on Steroids https://ift.tt/uO4oa3X

Show HN: A LinkedIn Chat GPT on Steroids https://www.lunaa.io/ December 29, 2022 at 03:55PM

Show HN: Zcached, in-memory key-value cache wire-compatible with memcached https://ift.tt/uNWG8LV

Show HN: Zcached, in-memory key-value cache wire-compatible with memcached zcached is an in-memory key-value cache exposing a memcached ASCII protocol-compatible interface, built on pluggable cache engines like Ristretto and freecache [0]. It's not performance-competitive with memcached, especially at higher thread counts. That said, it achieves about 1.1M ops/s, but at significantly higher P99 and P999 latency (as measured by memtier). See [1] and [2] for benchmark results from my 7950x-based workstation. Disclaimer: This is a hobby project created for fun while hacking over the holidays. zcached is not a commercial product and never will be. Don't use it in production; consider this a technology demo more than anything. I don't expect the source code to build outside of my environment, but for those interested in playing with it, binary artifacts are available at [3]. Try `zcached --address tcp:localhost:11211`. [0] https://ift.tt/aFbG3Ki , https://ift.tt/O4AmSn3 [1] memcached, 16 worker threads: https://ift.tt/nyhgJVj [2] zcached: https://ift.tt/Tw8Dzmq [3] https://ift.tt/Vz4gxQf... https://ift.tt/BszwocY December 28, 2022 at 11:18PM

Show HN: Built your front end in React, then let ChatGPT be your Redux reducer https://ift.tt/DcZJI7S

Show HN: Built your front end in React, then let ChatGPT be your Redux reducer https://ift.tt/UYvDj3S December 29, 2022 at 02:56AM

Free Muni for New Year’s Eve

Free Muni for New Year’s Eve
By Stephen Chun

White text "Leave the driving to us with additional advisory subtitles" on a red canvas background with city skyline silhouette.

For the 23rd consecutive year, the San Francisco Municipal Transportation Agency (SFMTA) will offer free rides on New Year’s Eve from 8 p.m. on Saturday, December 31 through 5 a.m. on Sunday, January 1. Extra Muni Metro Subway Service will be provided from 8 p.m. Saturday to 2:15 a.m. Sunday. Extra Owl Service will be provided from 10 p.m. Saturday to 5 a.m. Sunday

This program supports San Francisco’s Vision Zero goal to eliminate traffic fatalities.

Ride Muni Free New Year’s Eve includes all Muni lines and routes. Clipper Card customers should NOT tap their cards to make sure they don’t get charged a fare. Muni Mobile passes will not be necessary. Metro fare gates will be open that night. All information, including schedules and stops, will be posted on New Year's Eve Free Muni and Extra Service or SFMTA.com/NYE. Clipper Card customers should NOT tap their cards to make sure they don’t get charged a fare.

Don’t drink and drive, let Muni do the driving.

New Year's Eve Muni Service

  • Complimentary Muni service from 8 p.m. Saturday, December 31 to 5 a.m. Sunday, January 1.
  • Please do not tag your Clipper® card. If you tag it, you will be charged.
  • Please do not activate a MuniMobile ticket. Metro fare gates will be open.
  • Extra Muni Metro service:
    • Trains between West Portal Station and 4th & King from 8 p.m. to 2:15 a.m.
    • Additional trains between West Portal and Embarcadero Station from 8 p.m. to 2:15 a.m.
    • Transfer at West Portal Station to OWL bus lines.
  • Extra service on the OWL Network, from 10 p.m. to 5 a.m.:

At midnight on New Year’s Eve, a city-sponsored fireworks show from a barge off The Embarcadero, south of the Ferry Building, will take place. Motorists should anticipate delays in the area from approximately 11 p.m. to 1 a.m. and pedestrians are advised to use caution when traveling.

Note: Central Subway will provide free rail shuttle service from Chinatown Rose-Pak to 4th / Brannan St on Saturday, December 31st and Sunday, January 1st from 8 am to 5 pm, instead of midnight. We encourage those planning to use the Central Subway after 5 p.m. this weekend to use the 30 Stockton and 45 Union/Stockton which are scheduled to come every 15-20 minutes. For further information on our staffing & service plans, please visit Central Subway Will Close Early On The Holiday Weekends.

Regional Transit Connections for New Year's Eve

  • BART will provide additional service on January 1.
    • Full fare pricing will be in effect.
    • The last East Bay bound train running through Downtown San Francisco will be at around 1:30am and the last Southbound train heading toward Millbrae will run through Downtown San Francisco at 2:10am.
    • For more details & trip times, please visit BART’s New Year’s Eve service article.
  • Caltrain service will be running on a Weekend Schedule. For more details, please visit https://www.caltrain.com
  • SamTrans service will be from 8 p.m. on December 31 until 3:30 am on January 1. For more details, please visit http://www.samtrans.com 


Published December 29, 2022 at 02:03AM
https://ift.tt/QmkG2xs

Show HN: Track Institutional Investors https://ift.tt/QHtqNPE

Show HN: Track Institutional Investors https://ift.tt/lw8MvJt December 29, 2022 at 02:03AM

Wednesday, December 28, 2022

Show HN: Get user feedback. Make it a conversation https://ift.tt/Z0IQGeY

Show HN: Get user feedback. Make it a conversation https://feedbakk.io/ December 28, 2022 at 01:27PM

Show HN: Listen To The Ocean – JavaScript game w. AI-generated sprites https://ift.tt/JYIymaT

Show HN: Listen To The Ocean – JavaScript game w. AI-generated sprites https://ift.tt/2530eNQ December 28, 2022 at 07:06PM

Show HN: GPT Classifies HN Titles https://ift.tt/wq4sgeM

Show HN: GPT Classifies HN Titles With all the "what can GPT do", I went to dabble with it to see if I could do something that plays to its strengths rather than just speculating about "would it be good at that?" https://ift.tt/FikmZgD The basis for the prompt is: Classify following titles into one or more of {US Politics}, {World Politics}, {Technology}, {Security}, {Current Events}, {Boasting}, {Curiosity}, {Unknown} The results from the front page as I type this: 34152137 Technology: Lite XL: A lightweight text editor written in C and Lua 34151880 Curiosity: Hydrochloric acid is more complicated than you think 34156235 World Politics, Current Events: Apple Japan hit with $98M in back taxes for missing duty-free abuses 34152333 Technology: The Architecture of the Lisa Personal Computer (1984) [pdf] 34151951 Curiosity: The Zen anti-interpretation of quantum mechanics (2021) 34155009 Unknown: Added 49 volumes of Arkansas, Mississippi, and Tennessee law 34145665 Technology: FEA Solver that doesn't need defeaturing 34151107 World Politics, Current Events: Amazon packages burn in India, final stop in broken recycling system 34155783 Technology: Your Cellphone Will Be a Satphone 34154778 World Politics, Current Events: Vandals destroy 30k-year-old indigenous cave drawings in Australia 34146397 Boasting: Ask HN: Elevator Pitch for a Polymath? 34151708 Technology: All About USB-C: Illegal Adapters 34149340 World Politics, Current Events: Southwest cancels 5,400 flights in less than 48 hours 34154896 Technology: Beaker Browser is now archived 34145811 Technology: Run Third-Party Scripts from a Web Worker 34152978 World Politics, Current Events: When Algorithms Rule, Values Can Wither 34152981 Security: Experian Vulnerability Shows Any Report with just SSN, DOB, ADR 34151382 World Politics, Security, Current Events: US Government demands direct police access to European biometric data [pdf] 34143272 Curiosity: Archaeologists devise a better clock for Biblical times 34149804 Technology: Using eBPF and predefined inspections to minimize “observability tax” 34155875 US Politics: Ventura Issues 34152100 Technology: Anki SRS Algorithm : Spaced repetition explained with code 34154406 Technology: How RISC-V Timer Interrupts Work 34146493 Curiosity: Old-school computing: when your lab PC is ancient (2021) 34152369 Technology: BorgBackup: Deduplicating archiver with compression and encryption 34147825 Technology: Show HN: Self-hosted CMS on serverless Cloudflare 34153648 Boasting: Brooklyn Bar Menu Generator (2015) 34117429 Unknown: “Blue Light” creating capacity for nothing (2007) 34149239 Curiosity: Visually symmetric words There are certainly some that one could argue would be different though I think its fairly correct based on titles alone. I'll also note that there are some different results when I was working in a smaller sample size - the entry "Added 49 volumes of Arkansas, Mississippi, and Tennessee law" was classified as "US politics, Current Events" rather than "Unknown". I do want to note that isn't that bad. Running this: "prompt_tokens":560,"completion_tokens":222,"total_tokens":782 So, this is just a hair under $0.02 to do. Thinking about it, some cleanup can be done by removing the year and media type which could trim a few tokens off the request. December 28, 2022 at 07:30AM

Show HN: Mastinator. Disposable public anonymous no-login Fediverse accounts https://ift.tt/vmu4iyT

Show HN: Mastinator. Disposable public anonymous no-login Fediverse accounts https://mastinator.com/ December 28, 2022 at 06:58AM

Show HN: Merry Sky, Dark Sky replacement and merry-timeline open source lib https://ift.tt/b3oTlFE

Show HN: Merry Sky, Dark Sky replacement and merry-timeline open source lib Hello HN, This is a website I worked on during the holidays to fill the void of the upcoming dark sky shutdown. For me, the precipitation timeline was a view I was heavily relying on for everyday activities and planning. I had not found any replacement from the various weather apps. When I found pirateweather.net as a backend API, it gave me the motivation to put the pieces together and get back the experience I enjoyed. I then added more functionalities that I think was missing from the website such as a weekly chart view. I've been using the website reliably over christmas holidays. Hope you enjoy it too! Also I open sourced the visual component for drawing the precipitation timeline and you can use it for drawing weather information or any other hourly activities really https://ift.tt/XSKyMdh Interested in your feedback! https://ift.tt/D0nXsNh December 28, 2022 at 04:44AM

Show HN: Free video conferencing over WebRTC in Go https://ift.tt/e1dxnt0

Show HN: Free video conferencing over WebRTC in Go https://ift.tt/9zExeTq December 28, 2022 at 01:25AM

Tuesday, December 27, 2022

Show HN: Dog API https://ift.tt/RbdNvjr

Show HN: Dog API https://dogapi.dog December 27, 2022 at 03:53PM

Show HN: Sideproject.guide https://ift.tt/lEQKUcY

Show HN: Sideproject.guide https://ift.tt/6EdUHrs December 27, 2022 at 12:06PM

Show HN: Gamedrop – Videogame collection management, price alerts, and prices https://ift.tt/FiuNdb6

Show HN: Gamedrop – Videogame collection management, price alerts, and prices https://ift.tt/vgGMjpI December 27, 2022 at 07:23AM

Show HN: How many advertising panels in Sydney are near a public telephone? https://ift.tt/CLpSBld

Show HN: How many advertising panels in Sydney are near a public telephone? https://ift.tt/qbuJDT4 December 27, 2022 at 05:27AM

Show HN: Eleven – open-source alternative to Codespaces https://ift.tt/NjHO4Yu

Show HN: Eleven – open-source alternative to Codespaces 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/z3MJTgP December 27, 2022 at 03:57AM

Show HN: Test if your shortcut conflicts with any default shortcuts in browsers https://ift.tt/qECTp4X

Show HN: Test if your shortcut conflicts with any default shortcuts in browsers https://ift.tt/9X8eq4n December 27, 2022 at 01:34AM

Monday, December 26, 2022

Show HN: WebTransport vs. WebRTC vs. WebSocket https://ift.tt/WeZJ18l

Show HN: WebTransport vs. WebRTC vs. WebSocket https://ift.tt/1kLOuM2 December 26, 2022 at 08:16PM

Show HN: 10x Faster Twitter Embeds https://ift.tt/8PX7uYf

Show HN: 10x Faster Twitter Embeds https://ift.tt/3uHxYfK December 26, 2022 at 10:41AM

Show HN: Talk to GPT-3.5 via WhatsApp https://ift.tt/E6igY1C

Show HN: Talk to GPT-3.5 via WhatsApp https://aibuddy.chat/ December 26, 2022 at 09:24AM

Show HN: Secure end-to-end client sessions and API calls using crypto key pairs https://ift.tt/3ZKSX9b

Show HN: Secure end-to-end client sessions and API calls using crypto key pairs Hello. I made this project as an experiment in using key cryptography for user identity in a client <-> server model, and for some future peer to peer projects that I am working on. I am looking for feedback, please let me know what you think. Also, Merry Christmas to HN! :-) https://ift.tt/nzhY2Nu December 26, 2022 at 03:37AM

Show HN: Kweb 1.3.3 released, a server-side interface to the browser's DOM https://ift.tt/20AxGfn

Show HN: Kweb 1.3.3 released, a server-side interface to the browser's DOM https://ift.tt/RUF0ptP December 26, 2022 at 02:40AM

Show HN: Bespoke Artist Website Hosting https://ift.tt/Pa5w6YU

Show HN: Bespoke Artist Website Hosting Merry Christmas everyone! We started offering hosting services for our musical artists at our record label Epsilon Records ( https://ift.tt/aL0o3G2 ) and we recently decided to open the offering further. Consider it boutique high-touch hosting at a good value for a very niche musical artist audience (bands/producers/musicians). We offer a choice of the WordPress or Ghost platform but can also handle custom requirements for the more technical customer. Get in touch and let’s nerd out over how we can help you meet your musical and artistic hosting needs. And now a word from ChatGPT: "Why choose Epsilon for your musical hosting needs? There are several reasons why you may want to choose a hosting provider that specialises in music: * Expertise: A hosting provider that specialises in music will have a deep understanding of the specific needs and requirements of music websites. This includes things like fast loading times for streaming audio and video, and the ability to handle large amounts of traffic. * Music-specific features: A hosting provider that specialises in music may offer features that are specifically tailored to the needs of music websites, such as integrations with music streaming platforms or tools for promoting and monetizing your music. * Niche-specific support: A hosting provider that specialized in music will likely have a team of support staff who are knowledgeable about the specific needs and challenges of music websites. This can be especially helpful if you have questions or run into issues specific to the music industry. Overall, choosing a hosting provider that specialized in music can help ensure that your website has the features and support it needs to succeed in the competitive world of online music." Open to feedback! https://ift.tt/mx2KVOu December 26, 2022 at 02:22AM

Sunday, December 25, 2022

Show HN: Mastodon.nvim (Mastodon Client for Neovim) https://ift.tt/2Djrq91

Show HN: Mastodon.nvim (Mastodon Client for Neovim) *Announcing mastodon.nvim* Hello everyone. I just released mastodon client for neovim. If you dont want to get out of neovim, and write your thought on mastodon, mastodon.nvim could be good choice. Merry christmas! https://ift.tt/9cGLNhX December 25, 2022 at 02:01PM

Show HN: GPT-3 Powered Shell https://ift.tt/kFe82rK

Show HN: GPT-3 Powered Shell https://ift.tt/RA7VmQB December 23, 2022 at 10:04AM

Show HN: TapTab – Tab switching web extension for Safari https://ift.tt/bytXcnr

Show HN: TapTab – Tab switching web extension for Safari I like the tab-switching behaviour in Chrome/Firefox and wanted Safari to have something similar. Another wish of mine was for it to be a web extension that feels native to the browser vs an app extension that looks out of place. I posted a while back on HN to see if other people feel the same and the response was very positive : https://ift.tt/qoPE1x2 Say hello to TapTab : https://ift.tt/AoqcSMY... TapTab feels right at home in Safari and is loaded with features to improve how you interact with tabs. You no longer have to miss the native tab-switching functionality that you love in Chrome/Firefox. I launched the app a few days ago, and the response has been great. Some of the features that users have been loving : - Keep your hands at the keyboard: navigate all tabs without your hands leaving the keyboard. - Fuzzy Search: Search through your tab titles and URLs at lightning speed. - Switch to previous tab: Comes with a handy shortcut to go back to the previous tab. Finally! - Dark Mode: The extension feels right at home in Safari. - Multi-Window support - Pin/Mute/Close tabs right from the extension. The app is written in ReactJS (apart from the very minuscule bit of Swift you have to write for using it as an extension in Safari) and uses Tailwind for design. If you are one of the dozen people like me who use Safari, let me know how you find it. I would love to hear if there are any features that would make it a better fit for you. I have a few things on my radar gathered from talking to users like an iPad version, custom shortcuts, etc. If you find the extension useful I would love it if you vote for it on Product Hunt to get this in front of a few more eyeballs : https://ift.tt/duzOh60 Thank you! https://www.taptab.dev December 24, 2022 at 06:35AM

Show HN: GUI-based free app to backup and restore hard disk on Windows clients https://ift.tt/AVRf64c

Show HN: GUI-based free app to backup and restore hard disk on Windows clients I wrote a small GUI-based tool that uses the Windows Imaging Format (WIM) to create full backups of computer systems (operating system images) and then restore them. The application is hosted on GitHub, is open source, and is offered under the Apache 2.0 license. In addition, the repository includes an illustrated step-by-step guide to help get it up and running. Maybe someone can use the solution for their purposes as well - I would be happy. Have fun with it. The GitHub repository is named: WIM-Backup December 24, 2022 at 11:58AM

Show HN: Shmux – run all your scripts from one file https://ift.tt/JPACFE8

Show HN: Shmux – run all your scripts from one file Hello all, This is a small, few hours Holiday project I made out of frustration on what I would have liked makefiles to be but are not. It's rough, but it might be useful for somebody. Any type of feedback is welcome! https://ift.tt/MWo1uyc December 24, 2022 at 11:36PM

Show HN: Digital privacy game for middle schoolers, our Harvard final project https://ift.tt/PABdIxb

Show HN: Digital privacy game for middle schoolers, our Harvard final project For our final project in CS105, Technology and Privacy, my friend and I made an educational game about digital privacy for middle schoolers! We'd love any feedback or suggestions. https://ift.tt/LfEtcs5 December 24, 2022 at 11:41PM

Saturday, December 24, 2022

Show HN: I built a free Chrome extension that writes entire emails using ChatGPT https://ift.tt/zvhtNfD

Show HN: I built a free Chrome extension that writes entire emails using ChatGPT https://ift.tt/m5N0Fac December 24, 2022 at 03:51PM

Show HN: Simple golinks server backed by airtable https://ift.tt/oT9r6EV

Show HN: Simple golinks server backed by airtable Like short codes? Like bookmarks? Have fun with this very simple golinks server. If you haven't heard of golinks, they are short codes to bookmarks. In your browser you type `go/` and it takes you to a bookmark. Eg, `go/hn` or `go hn` (space is easier to type than forward slash) could take you to https://news.ycombinator.com . Happy Holidays! https://github.com/skhavari/golinks December 24, 2022 at 04:33AM

Show HN: Search HN Favorites or Export to CSV/HTML https://ift.tt/I2k8ol7

Show HN: Search HN Favorites or Export to CSV/HTML I wrote a JavaScript tool to search your HN favorites and export them to CSV or HTML. The JavaScript runs in your browser like a browser extension. It scrapes the HTML and navigates from page to page. Setup and usage instructions are in the file. https://ift.tt/1LaBEOX December 24, 2022 at 02:37AM

Show HN: Box4D – 4D physics demo using Rust and wgpu https://ift.tt/XlfH4ut

Show HN: Box4D – 4D physics demo using Rust and wgpu This is a little physics toy I've been working on off and on for a while. I originally planned on making a more fully featured game of some sort (I suppose I still may some day), but it turns out that writing interesting graphics and physics algorithms is more compelling than the hard work of polishing an actual product. Who knew? While there are plenty of good guides for 2D and 3D graphics and physics, there's not much out there for 4D. In hopes of alleviating that, the code here is arranged such that the commits are more or less a step-by-step guide, with comments for the interesting or tricky parts. While I don't think I came close to the simplicity or clarity of Box2D Lite, I hope it can serve as a useful example to anyone interested in 4D rendering and physics. https://ift.tt/Sc7MDgf December 24, 2022 at 12:00AM

Friday, December 23, 2022

Show HN: Teetty: a CLI tool to remote control a program running in a terminal https://ift.tt/Z6qb5SM

Show HN: Teetty: a CLI tool to remote control a program running in a terminal I needed to remote control a program (and read it’s output) while that tool should still be fully interactive for the user. Obviously there are things like tmux and more but they emulate an entire terminal. This is simpler in that it just sets up a pty and basic pipes or files to send stuff in and read from it. https://ift.tt/7AasIjr December 23, 2022 at 06:43PM

Show HN: UI for Apache Kafka v0.5 released with RBAC and serde plugins https://ift.tt/XJd8327

Show HN: UI for Apache Kafka v0.5 released with RBAC and serde plugins https://ift.tt/sd1iau8 December 23, 2022 at 08:11PM

Show HN: Metriport – Open-source universal API for health data https://ift.tt/8ueYyCl

Show HN: Metriport – Open-source universal API for health data Hey HN, we’re Colin and Dima, founders of Metriport ( https://metriport.com/ ). We help digital health companies access and manage user health and medical data, through an open-source and universal API. Today we're launching our open-source Health Devices API, which allows companies to gain access to their users’ health data from various wearables, RPM devices, and mHealth apps. You can check out the public Github repo here: https://ift.tt/NojtkDb For developers in the health data space, building integrations to various data sources is a huge pain, as it means wrangling different data formats, gaining access to the APIs in the first place, and ultimately spending precious developer resources building out data pipelines. We solve this pain for you through our open-source API, which is quick and easy to get started with (see: https://ift.tt/ve0NQC9... ). Out of the box, our Health Devices API supports integrations with Fitbit, Oura, Whoop, Withings, and Cronometer. We plan to add many more, including Garmin, Apple Health, and Google Fit in the near term. We work closely with our customers, so if there’s an integration you need, we’re more than happy to build it into our API. Because we’re open-source, you can also fork our code and build your own custom integrations. Getting started is simple. To start getting data from your users: 1) Create a developer account and generate an API key: https://ift.tt/3iu1FeA 2) Set up our client on your server and initialize it with your API key: https://ift.tt/ve0NQC9... 3) Link the Metriport Connect widget into your app. This pre-built widget makes it easy for your users to connect all their data sources into your application. Now you’re ready to start accessing your users’ health data from their sources they’ve connected. We also offer a hosted SaaS solution with usage-based pricing, with no minimum platform fees. We believe this will open doors to a wide range of early stage companies and help drive innovation in the digital health industry. While we’re excited to be launching this product today and be the first open-source Health Devices API of its kind, we’re also really looking forward to sharing our Medical API with you in the coming months. You can find out more about that here: https://ift.tt/Gg90Jy3 We can’t wait to see how this API is used and what it helps companies develop. Please don’t hesitate to reach out if you have any questions, and happy developing! https://ift.tt/NojtkDb December 23, 2022 at 03:39AM

Show HN: My Afternoon JavaScript Library https://ift.tt/jaerhTD

Show HN: My Afternoon JavaScript Library https://ift.tt/RdWajb7 December 23, 2022 at 01:30AM

Show HN: Fully offline, open-source alternative to Scribe for Firefox https://ift.tt/07jPVXE

Show HN: Fully offline, open-source alternative to Scribe for Firefox I had to do a bit of web-workflow documentation and found the process of gathering screenshots, placing them correctly into a document, and creating captions extremely tiring. I figured it’ll be easy to automate and also a great opportunity to get to know the Browser API, and here we are with the first release of the extension. It’s extremely easy to use but barebones which I plan to change in the near future, so any feedback will be appreciated. I want to keep the docs generation process completely offline to avoid dealing with server costs and GDPR stuff which poses a lot of challenges when planning more advanced features like image editing. It’s available only for Firefox because of Firefox’s great Browser API support, which Chromium currently lacks. Also, there’s a tool like this already available, called Scribe but it requires an account and also is not available for Firefox for some reason. Hope you’ll like it! https://ift.tt/E5ar1jy December 23, 2022 at 12:50AM

Show HN: Create a Children's book with AI – with illustrations https://ift.tt/2be5Qjx

Show HN: Create a Children's book with AI – with illustrations Hey together with wife we took part in AssemblyAI hackathon and although we didn't win we felt good enough about our inital MVP that we took it a bit further. You can describe your characters and give a title and however long/detailed description you want, the gpt-3 will generate a children's story from it, dall-e will generate images. Images are postprocessed with stable-diffusion custom model (for stylisation) and that's the final result. It's still early as it was done in about 2 weeks, but I count on your feedback. I am software engineer and did basically all of the engineering work myself. Feel free to ask question regarding implementation plans, etc. cannot wait to learn what you think. I'll appriciate any feedback. https://ift.tt/0sZRPBo December 23, 2022 at 12:08AM

Thursday, December 22, 2022

Show HN: A Python AST viewer for the terminal https://ift.tt/Du5rLIH

Show HN: A Python AST viewer for the terminal Hey HN! I've been having a play with the idea of building a Python AST viewer that can be used in the terminal. It's very early days yet, but the basic approach is now available for playing with. Also on PyPi and works fine on GNU/Linux, macOS and Windows. https://ift.tt/uCsOjnQ December 22, 2022 at 07:42PM

Show HN: Decentralized Database https://ift.tt/qC3DKtn

Show HN: Decentralized Database DB3 is a community-driven layer2 decentralized database network. Infinite Storage Space Scalability is the key to the web3 explosion, db3 will use the following strategies to achieve web3 scale PC can meet the minimum system requirements so everyone can join the db3 network to provide storage space. Using dynamic sharding to achieve scale out. when a storage shard chain has not enough space to store mutation, it will split itself into two subchains. Using cold data archive to recycle storage space. history cold blocks and cold state data will be archived to FileCoin and the storage node will always has storage space to store new data. Blazed Fast and Provable On-chain Query Currently, decentralization means bad performance but db3 is trying to make a big improvement in performance Merkdb is the storage engine of db3 network and it not only has high performance but also the fast-proof generation Geo distribution, the nodes in every storage shard are geo-distributed and the clients can execute querys against the nearest storage node Query session, the first decentralized query protocol to resolve performance and incentive perfectly Crypto Native Data Ownership In the decentralized network, only the private key owners can update their data and they can keep privacy by encrypting their data with the public key On-chain Programmable Dapp developers can develop data processing contracts and deploy them to the db3 network just like developing data backend in web2 Ethereum Guarded Security DB3 network is a layer2 network on Ethereum and all the assets are guarded by Ethereum https://ift.tt/a9bi2CD December 22, 2022 at 07:04PM

Show HN: Write 500 Words a Day https://ift.tt/f0Z8YJT

Show HN: Write 500 Words a Day Hello! I made a web application for my friend and I to use as part of a New Year’s resolution and decided to open it up to the public. It’s pretty simple but I’ve really enjoyed building it and using it so far. I’ve written ~10,000 words, which is a lot more than I used to write. Enjoy and be nice! https://ift.tt/i53HnrL December 22, 2022 at 01:59AM

Show HN: System Design Practice and Discussion https://ift.tt/r5gUx2d

Show HN: System Design Practice and Discussion Many platforms exist for a candidate to practice leetcode style questions. Created one to practice and discuss system design problem statements. There is no auto evaluation as high level design is subjective, but we support upvotes/downvotes and a comment section for feedback and discussion. Looking for early feedback. https://ift.tt/T7DN8sY December 21, 2022 at 10:54PM

Show HN: How to use ChatGPT+ARKit to script experiences with natural language https://ift.tt/wEy2KR3

Show HN: How to use ChatGPT+ARKit to script experiences with natural language Video demonstration: https://youtu.be/bJFa5HOmhl4 I created a demo involving ChatGPT, OpenAI's Whisper running on-device for speech-to-text (because why not?), and ARKit. By defining a custom JavaScript environment with JavaScriptCore and describing it to ChatGPT, I was able to get it to produce functioning scripts that instantiate and manipulate 3D objects. Sketchfab is used to import 3D assets on the fly. Google Poly had a much better catalog of assets for this sort of thing but sadly, it's no longer available. The README.md describes how it all works but the gist of it is that user prompts are wrapped in a larger prompt that describes the environment (i.e., which functions are available to use and how they work) and constraints. The code is then executed directly. Assets for objects are fetched as needed by searching Sketchfab. https://ift.tt/YeCjrEn December 21, 2022 at 11:51PM

Wednesday, December 21, 2022

Show HN: Protein Monster (Net Art, NSFW) https://ift.tt/pfkVXTM

Show HN: Protein Monster (Net Art, NSFW) https://ift.tt/iZC4A0T December 21, 2022 at 02:50AM

Show HN: Txtai 5.2 released: open-source semantic search https://ift.tt/Y4jRxmW

Show HN: Txtai 5.2 released: open-source semantic search https://ift.tt/eNJ8FuI December 21, 2022 at 05:50PM

Show HN: ChatGPT developed an NPM package to check if jemalloc is installed https://ift.tt/KVLGdk4

Show HN: ChatGPT developed an NPM package to check if jemalloc is installed https://ift.tt/LEuw1Or December 21, 2022 at 05:52AM

Show HN: Play your retro games in a browser with cross device saving https://ift.tt/HUisGzB

Show HN: Play your retro games in a browser with cross device saving https://afterplay.io December 20, 2022 at 11:51PM

Show HN: There's an AI for That https://ift.tt/UPNIZHO

Show HN: There's an AI for That https://ift.tt/1753Vx8 December 20, 2022 at 11:43PM

Show HN: Death by AI https://ift.tt/okTu9a5

Show HN: Death by AI I recently created a simple but efficient tool to help document writers generate a list of acronyms and definitions. Here comes chatGPT. At home, it’s all fun and games until I realize this thing might be able to do exactly what my “dumb” website does: "Give me the list of acronyms used in the previous text and their definitions"... It had a good-looking answer. Of course... At first I was bummed, but quickly realized that even though the output looked neat, it was also not reliable (missing some acronyms, adding some that were not in the original text, albeit related to it). Anyway, the next day I stumbled upon https://ift.tt/yptdzhR and the two things collided in my head: other people probably feel like AI is going to "kill" them or their product too. Why not make a list of these things? A shameless clone later (it's open source ) https://deathbyai.com was born. I was initially going for a more serious tone, but it soon felt impossible to give a fair story for each item in ~5 lines, so I went for something lighter and, hopefully, more fun. This is neither an attempt to criticize AI nor one to bury its "victims." On the contrary, I hope this page can highlight the potential of AI while showing that the "old ways" can still be relevant. Hope you like it. Feedback and contributions are welcome! https://deathbyai.com December 20, 2022 at 10:47PM

Show HN: Dolla JavaScript (a library of methods for the DOM) https://ift.tt/PGrb5hu

Show HN: Dolla JavaScript (a library of methods for the DOM) Here's a growing library of javascript methods that augment the existing functionality of methods available for working with the DOM. The most helpful method is `createElement` or `append` that adds a wider range of content that can be appended, including support for callbacks, and Promises. https://dollajs.com December 20, 2022 at 10:42PM

Show HN: Veonid – Create a personal website for free https://ift.tt/K6sWqnh

Show HN: Veonid – Create a personal website for free https://www.veonid.com/ December 20, 2022 at 03:49PM

Tuesday, December 20, 2022

Show HN: High performance HTML5 parser for Ruby, a Nokogiri alternative https://ift.tt/01ocN4h

Show HN: High performance HTML5 parser for Ruby, a Nokogiri alternative https://ift.tt/y2S6ca3 December 20, 2022 at 09:08AM

Show HN: A vichan variant that ChatGPT helped me host https://ift.tt/Wb1uIFy

Show HN: A vichan variant that ChatGPT helped me host I recently set up a website hosting vichan [0] with nginx, and named it "h2ochan", inspired by the chaotic (yet moderated!) nature of imageboards like 4chan and 2chan. Plus, I love having a liter of water within arm's reach at all times. In the future, I have some plans for threading and posts that will further emphasize the "water" theme and encourage community engagement. In the past, I had tried setting up vichan a few times, but I was overwhelmed by the many technical tasks involved, such as using a remote terminal, working with MySQL databases, configuring nginx, setting file permissions and owners, and using Emacs (or trying to avoid clunky local file edits and FTP). However, I recently discovered chatGPT and have found it very helpful in assisting me with various technical issues. I began by asking for help setting up a public PHP forum, saying that I was a gamedev with some experience in Unity and C#, but not familiar with web development. chatGPT recommended that I look into ASP.NET [1] (which is similar to C#) and gave me some specific recommendations for webhosts and domain registrars. Based on these recommendations, I was able to get a Shared Windows Host [1] up and running, with my nginx [3] page visible after visiting the proper IP address. During the vichan installation process, there is a config-help screen that shows red and yellow lights, to show stuff like if vichan is missing permissions, the SQL database is misconfigured, etc. Initially, this screen showed about three errors and five warnings, mostly related to vichan's inability to read or write certain files. ChatGPT was very helpful in troubleshooting these issues, whether I copy-pasted error messages or described the problems in my own words. It helped me with tasks such as using `chmod`, `chroot`, and `grep`, as well as with fixing HTTP status codes such as 403 Forbidden, 404 Not Found, and 500 Internal Server Error [2]. ChatGPT also helped me locate log files and fix other issues, and eventually all of the warnings were resolved. Emacs was also very helpful during the setup, with chatGPT assisting with emacs commands (I have a double-sided Sheet of them somewhere...) Although I am still learning basic hotkeys, I am able to Save, Undo, and Quit with confidence, and I have almost memorized the Page Up/Down keys. I was initially drawn to Emacs because I saw a page about hotkeys for capitalizing, lowercasing, and uppercasing words years ago, but never sticking with it. Now using it more, my thoughts still being "My smartphone can't even Delete (forward) or Undo! Modifying whole WORDS like this is incredible!" Please go look at h2ochan, and Drink Water! [0] https://ift.tt/VelsgCh [1] I did have to switch from a Shared/managed ASP.NET to a Dedicated Linux Host, since remote SSH was not supported for Windows, only Linux [2] I forgot two of these error codes, so I asked chatGPT to remind me of ones I might have encountered during setup. chatGPT also revised my initial post (making sure chatGPT got a [] citation, no matter how confusing!) which I revised once more before posting. [3] Windows + nginx, huh? I may be mis-remembering this bit, but there was certainly a point of realizing "I need Admin access so I can edit Permissions..." or something, and that Windows without SSH was wholly insufficient for vichan [-] chatGPT was occasionally a bit outdated, which led to missing packages, non-existent paths, and imperfect configurations. However, it seemed happy to accept corrections, such as when I wanted to show line numbers in PHP files in Emacs, but my init.el file already had a setting to show line numbers for all programming languages, and I didn't have php-mode installed. Instead, I needed to use phps-mode. [-] The website favicon is a Koreisha mark, hue-shifted to the Blues. It's used in Japan to signify elderly drivers, and used Abroad by Car Enthusiasts. I love the Half-Teardrops in contrasting Bright and Subtle Blue. https://www.h2ochan.org December 20, 2022 at 10:14AM

Show HN: Monitor a Cyber Power UPS with node_exporter, Prometheus and Grafana https://ift.tt/QiP3u0N

Show HN: Monitor a Cyber Power UPS with node_exporter, Prometheus and Grafana https://ift.tt/Olf9v6h December 20, 2022 at 02:54AM

Show HN: A new word game with a travel theme https://ift.tt/rZDNeGk

Show HN: A new word game with a travel theme This is an independently created word game our family has been working on for a few years. It has uses a license plate motif for word puzzles where the quality of the answers drive a virtual travel experience. The game is web-based, works in all browsers, is fully responsive for mobile screen sizes and also works as a Progressive Web App (PWA). It is written in Django/Python and a modicum of Javascript. https://ift.tt/4IutmJb December 20, 2022 at 04:20AM

Upcoming Capacity Indicators

Upcoming Capacity Indicators
By Christopher Ward

Image of new stick figures indicating bus capacity on shelter signs.

Next Generation Customer Information displays will show capacity indicators: One figure means there are many seats available. Two figures indicates that there are likely a few empty seats available. Three figures tell you that there’s likely only standing room available.

The SFMTA continues expanding trip planning and accessibility features and improving Muni predictions. This is part of the ongoing Next Generation Customer Information System (CIS) project. One of the newest features is a capacity indicator.

A capacity indicator helps customers understand how much space is available on vehicles. Customers can see the indicator on our Next Generation displays in the bus shelters and on train platforms. Customers may use this information to make travel choices. For example, customers can choose to wait for a less full vehicle or take an alternative route.

As of November 2022, Muni vehicles equipped with automatic onboard passenger counters send capacity information to our Next Generation CIS. This information is now shown symbolically with stick figures. One figure means there are many seats available. Two figures indicates that there are likely a few empty seats available. Three figures tell you that there’s likely only standing room available.

Customers should always yield the priority seating area for people with disabilities, older adults, and pregnant persons.

We’re excited to finally bring these features to our customers and build a system that will help make Muni travel even more efficient, reliable and enjoyable.



Published December 20, 2022 at 04:38AM
https://ift.tt/WPE6fZ7

Show HN: Desktop Search Powered by Elasticsearch https://ift.tt/PURfFh8

Show HN: Desktop Search Powered by Elasticsearch https://ift.tt/MHcvpFt December 19, 2022 at 09:01PM

Monday, December 19, 2022

Show HN: Real or AI? A game to spot DALL-E 2 generated images https://ift.tt/AkgKvD3

Show HN: Real or AI? A game to spot DALL-E 2 generated images I built this project last weekend. I was playing around with DALL-E 2 and I was impressed by how photorealistic the images generated are. I decided to build a small game to guess if the image is real or AI generated. This is my first ever weekend project, so I would appreciate any feedback :) Thanks https://ift.tt/vVOTLY2 December 19, 2022 at 05:27PM

Show HN: Christmas Free Icons https://ift.tt/MDc8Yzu

Show HN: Christmas Free Icons https://ift.tt/QjJDyNs December 19, 2022 at 12:34PM

Show HN: Screen Studio – Beautiful screen recordings in minutes https://ift.tt/D9GnH7y

Show HN: Screen Studio – Beautiful screen recordings in minutes Hey! I started working on this app 4 months ago. The idea is simple: automate creating promo quality videos that include screen recordings as much as possible Currently it makes cursor movement smooth, zooms in on clicks, adds background and frame around recorded window and adds cinematic motion blur. I plan to add selfie camera support, full text slides and multi-clip recordings. Works only on macOS. It is paid software (one time payment for license + 1 year of updates), but you can download and try it for free - everything except final export to file will work 100% Thanks! https://ift.tt/zodTGLP December 19, 2022 at 04:30AM

Show HN: View Reddit Images by Topic https://ift.tt/2Cg4pSD

Show HN: View Reddit Images by Topic Hi, I created a simple website to display Reddit images from set of subreddits by topic. It displays images from current top posts. https://ift.tt/jWNzfB4 December 19, 2022 at 08:55AM

Show HN: Share Mastodon link in an untraditional way https://ift.tt/AZXo9k5

Show HN: Share Mastodon link in an untraditional way https://ift.tt/DTFNGY1 December 19, 2022 at 05:33AM

Show HN: Log in to Mastodon with your Twitter account https://ift.tt/roBiVld

Show HN: Log in to Mastodon with your Twitter account This is an idea I've had for a while. Given recent events, I decided to finally implement it and see what happens. I assume if it gets any traction it will be banned. The bigger picture here is that Twitter's network of users and follow lists is potentially reverse-engineerable. Why not take that network graph and implement it in the Fediverse? https://tweedle.social December 19, 2022 at 05:08AM

Sunday, December 18, 2022

Show HN: mkdirpy. Like mkdir, but with __init__.py https://ift.tt/idzDAke

Show HN: mkdirpy. Like mkdir, but with __init__.py https://ift.tt/CwW43IR December 18, 2022 at 06:22AM

Show HN: Generate context-aware snippets via tree-sitter https://ift.tt/nTmLW3R

Show HN: Generate context-aware snippets via tree-sitter https://ift.tt/blpV3R0 December 18, 2022 at 04:20AM

Show HN: VR Development Resource https://ift.tt/ZDkvKto

Show HN: VR Development Resource https://ift.tt/2DHLUr1 December 18, 2022 at 02:19AM

Show HN: Speleomorph, an Exploration Puzzle https://ift.tt/eGkfWK9

Show HN: Speleomorph, an Exploration Puzzle https://ift.tt/6mPir1u December 18, 2022 at 02:19AM

Show HN: Create keepsakes for your loved ones using AI https://ift.tt/qQnZLAM

Show HN: Create keepsakes for your loved ones using AI https://lovelines.xyz December 18, 2022 at 12:51AM

Show HN: Factual AI Q&A – Answers based on Huberman Lab transcripts https://ift.tt/aCkdY9u

Show HN: Factual AI Q&A – Answers based on Huberman Lab transcripts This is a quick prototype I built for semantic search and factual question answering using embeddings and GPT-3. It tries to solve the LLM hallucination issue by guiding it only to answer questions from the given context instead of making things up. If you ask something not covered in an episode, it should say that it doesn't know rather than providing a plausible, but potentially incorrect response. It uses Whisper to transcribe, text-embedding-ada-002 to embed, Pinecone.io to search, and text-davinci-003 to generate the answer. More examples and explanations here: https://twitter.com/rileytomasek/status/1603854647575384067 https://ift.tt/dcxzyFg December 17, 2022 at 11:35PM

Saturday, December 17, 2022

Show HN: Auto-Generate Python REST API Clients Using OpenAPI Generator https://ift.tt/gsixedF

Show HN: Auto-Generate Python REST API Clients Using OpenAPI Generator Hi all, We've refactored the Python client generator in OpenAPI Generator(https://ift.tt/Ah5aT4K). To give it a try, please follow 3 simple steps below: 1. Download the Java JAR: https://ift.tt/lA4HpGm 2. Rename the JAR as "openapi-generator-cli.jar" 3. Execute the following command to run the generator for the PetStore API: https://ift.tt/QEH91y0 Mac/Linux: $ java -jar openapi-generator-cli.jar generate -g python-nextgen -i https://ift.tt/QEH91y0 -o /var/tmp/python-nextgen/ Windows: $ java -jar openapi-generator-cli.jar generate -g python-nextgen -i https://ift.tt/QEH91y0 -o C:\tmp\python-nextgen (If JVM is not installed in your machine, please use openapi-genreator-cli docker image instead: https://ift.tt/X1elMt4) If you've any feedback or question, please reply to https://ift.tt/XTc1xEU to let me know. December 17, 2022 at 08:46PM

Show HN: Book about forms usability for devs https://ift.tt/MUIWTwQ

Show HN: Book about forms usability for devs https://ift.tt/d0oJp5u December 17, 2022 at 06:59PM

Show HN: A magic frame you can prompt to show generated art to an e-ink display https://ift.tt/yBHiuRV

Show HN: A magic frame you can prompt to show generated art to an e-ink display https://ift.tt/7pE6sc2 December 17, 2022 at 09:41AM

Show HN: Simply see your client hints sent by Chrome https://ift.tt/90MFbs5

Show HN: Simply see your client hints sent by Chrome Chrome will start to reduce the UserAgent string and replace it with client hints. here you can simply see your current UA, the reduced one, and your client hints. https://clienthints.me/ December 17, 2022 at 08:34AM

Show HN: I made a Slack bot that qualifies your sign-ups using GPT-3 https://ift.tt/zxpafUt

Show HN: I made a Slack bot that qualifies your sign-ups using GPT-3 OP here, this was super fun to build. It all started from playing around with Nat Friedman's GPT browser https://twitter.com/0xferruccio/status/1599014988693180417 Then after having this running for our product for a couple of days or so we decided to give 10 customers access and they loved it! So expanding access now feels great :) https://ift.tt/xseKY1r December 15, 2022 at 09:00PM

Show HN: The easiest way to run a brainstorm, supercharged with A.I https://ift.tt/TZW5bON

Show HN: The easiest way to run a brainstorm, supercharged with A.I Hello friends! We've been working hard on building Mimosa, and would love for you to try it! No signups required. Facilitating brainstorming sessions can be a challenging and time-consuming task. It's difficult to keep everyone on agenda, engaged, and contributing. So we've built Mimosa to be the easiest way to facilitate a brainstorming session. Imagine if a "digital whiteboard" and a "trello board" had a baby, but built with all the best practices of professional facilitation. With Mimosa, you can minimize bias by allowing team members to contribute anonymously before revealing their ideas. This ensures that everyone has a fair chance to share their thoughts and ideas without fear of judgment. Once the brainstorming session is complete, you can easily view and export the final results. This allows you to keep track of a meeting's effectiveness and share it with stakeholders. But the real game-changer is our AI Brainstorming features and it's ability to turn your 1x team into a 10x team. It help generates and collaborates with you in your brainstorming session to help you come up with more and better ideas. We're both scared and excited to hear all your thoughts, HN! :) Please do let us know any features or improvements you think we should make to help you in your meetings. https://mimosa.so/ December 17, 2022 at 12:11AM

Friday, December 16, 2022

Show HN: Simpler – Your GPT-3 Task Planner https://ift.tt/zuFbxkS

Show HN: Simpler – Your GPT-3 Task Planner https://simplerlist.com December 16, 2022 at 07:11AM

Show HN: I'm challenging your clicking speed with this game I rebuilt https://ift.tt/teBz9hs

Show HN: I'm challenging your clicking speed with this game I rebuilt https://ift.tt/80nxWYD December 16, 2022 at 02:15AM

Show HN: Natural language Twitter search using Codex https://ift.tt/P5spM2a

Show HN: Natural language Twitter search using Codex We built a structured search engine for Twitter called Bird SQL, available at https://ift.tt/g1p29Gd . Our search interface uses OpenAI Codex to translate natural language to SQL. Our backend then verifies the SQL, executes it, and displays the results on the web app. This makes large structured datasets like a scrape of Twitter easy for anyone to explore. As background, while working on text-to-SQL as a general problem, we came to believe one of its most powerful applications is as a search tool because: - SQL is hard to write by hand and prone to errors - It allows you to iterate quickly if you’re exploring a new dataset - A lot of contextual information that you’d normally have to internalize (e.g. your data’s schema) can be automatically generated and offloaded to the language model Using large language models (LLMs) like Codex to write the SQL for you means you don’t have to worry about the nitty gritty language details, but still benefit from the power of a language like SQL. Also, after seeing the results of the query, you can inspect (and if necessary, change) the SQL. The lack of this sort of explainability of the query result is one of the more notorious challenges of returning the output of an LLM directly to the user. Additionally, using LLMs in this way makes these kinds of queries over structured data accessible to people who know little or no SQL. While Bird SQL shares significant infrastructure with our more general LLM-powered search engine over unstructured data (Ask Perplexity - https://perplexity.ai[1] ), the two approaches and their respective challenges are quite different. For example, the type of models are different (GPT3.5 vs Codex), obviously the model prompts have different structure, and how to verify model output when its text vs when its code is different. We are currently exploring ways to combine the two approaches, such as using the results of retrieving information from a structured source (as in Bird SQL) as one of the inputs for the LLM to interpret or summarize (as in Ask Perplexity). We would love to hear your questions, suggestions, and feedback! [1] https://ift.tt/GDk7Ieq https://ift.tt/ByEcuSL December 16, 2022 at 03:42AM

Show HN: Readwise Reader, an all-in-one reading app https://ift.tt/1cm5Egu

Show HN: Readwise Reader, an all-in-one reading app Hey HN, cofounder of Readwise here. We've been working on this cross-platform reader app for about 2 years, excited to finally share it in public beta. Probably the most notable thing that makes Reader unique is that it supports almost any content type you could want to save/read/highlight: * web pages * emails/newsletters * PDFs * ePubs * twitter threads * youtube videos (with transcripts) * RSS feeds With all of your knowledge content in one place, we built powerful reading and highlighting, as well as a bunch of novel triage/organization features, so you can actually consume & stay on top of that content! There are also a lot of advanced features too, such as text-to-speech, GPT3 questions/summaries, super powerful highlighting (that includes markup and images), complex filtering/search (with our own query language), sleek mobile triage UI, keyboard shortcuts for reading/everything, integrations with note-taking apps, a browser extension for both saving pages and highlighting them, and much more. If anyone's interested in more product details, as well as our business model, etc, we wrote a detailed launch post: https://ift.tt/HESizsg... Predicting a common question: Reader is part of the Readwise subscription pricing right now in beta -- there's a 30 day free trial and then it's paid at ~$8usd/month. We also promise to not raise this price for existing subscribers. Reader is also fairly technically interesting -- our iOS, Android and webapp all work fully offline and sync your reading data/progress with eachother. Our search on web is built with wasm sqlite. We have a fairly intense pipeline for cleaning web articles (removing ads/styling). We share lot of modules around syncing/highlighting across all platforms, etc... Happy to answer any questions :) https://ift.tt/pM2wkzL December 16, 2022 at 03:14AM

A Brief History of the T Third Part 2: 1980s-2023

A Brief History of the T Third Part 2: 1980s-2023
By Jeremy Menzies

Beginning in January 2023 full service on the new T Third extension 2023 will run from Sunnydale to Chinatown every day. In this two-part blog series, we will look back at some of the history of the T Third Street line. Part 1, published last month goes through the first 100+ years. In Part 2, we look at the recent history of the T Third and Central Subway projects from the 1980s to today. 

The Call for Better Transit: 1980s-90s 

In the decades following World War II, the neighborhoods along the southern end of 3rd Street became more economically depressed and transit service declined.  Residents felt cut off from the rest of the city as bus service did not meet their needs. 

Passengers lining up to board a bus on a busy city street with buildings in the background People boarding a 15 Route bus on 3rd Street near Market in 1983. Bus service on the 15 provided critical north-south service through the City’s busiest areas. 

In the late 1980s, the city was looking to revitalize the Mission Bay, Dogpatch, and Bayview and reliable transit was critical to this goal. Early outreach and research resulted in the 1993 Bayshore Transit Study. This initial plan solicited community input on several possible solutions on how to improve transit to these neighborhoods. Two years later in 1995, the Four Corridor Plan built upon the Bayshore Transit Study and elevated 3rd street as the top priority for San Francisco’s long-range transit plan. It was clear that residents, particularly in Bayview, wanted rail service to return to 3rd Street. 

T Third Phase 1: 1990s-2007 

These reports and outreach formed the backbone of the Third Street Light Rail Project, which would be built in two initial Phases. Phase 1 involved extending Muni Metro service from 4th and King to Bayshore Boulevard along 3rd Street. Phase 2 would focus on the 4th and Stockton corridors to extend the service into Chinatown and possibly North Beach. 

By the end of the ‘90s, funding was coming in to make Phase 1 a reality. Early plans for the T also included a new rail maintenance facility, Muni Metro East, as well as a turnback loop in Mission Bay and a direct connection to the Bayshore Caltrain Station. Due to various factors during preconstruction planning, the Mission Bay Loop and Bayshore Caltrain connection were dropped from the T Line plan. 

People in business attire and hard hats smiling with shovels in hand over a large pile of dirt under s station structure

A groundbreaking ceremony for T Third construction was held on May 28, 2002 at the 4th and King Caltrain Station.  

Construction of 5.1 miles of new tracks, overhead power lines, lighting, stations, and a variety of other improvements took five years to complete. On January 13, 2007, free weekend shuttle service commenced on the new line and full weekday service started on April 7. Just one year later in 2008, the Muni Metro East rail yard opened, boosting Muni’s ability to serve the new line. For the first time in 50 years, rail service returned to the eastern waterfront. 

A long perspective view of a corridor showing the city's neighborhood skyline View north along 3rd Street at Jamestown Avenue during construction in 2004. 

T Third Phase 2: Central Subway 

Planning and outreach for Phase 2 of the T Line had already begun when the line opened in 2007. The Central Subway Project was created to address the transit needs of Chinatown, Union Square and South of Market. Construction would extend the T nearly two miles and build the first new subway in the city since the 1970s.

Construction and crew underground in a front of two boring entrances This 2016 photo, taken inside the excavation for Chinatown Station shows the massive scale of the Central Subway Project. 

Early proposals showed the Central Subway traveling north on 3rd Street and along Geary where it would turn up Stockton to end in Chinatown. Going south, the line would branch and exit the tunnel on 4th Street. The challenges of construction along 3rd and at Market Street resulted in a plan to run the line on 4th and Stockton streets. It was also decided to tunnel underneath the Market Street Subway/BART tunnels using special tunnel boring machines instead of more conventional construction methods. 

The official groundbreaking ceremony took place on February 9, 2010. The arduous process of building a subway with four stations through San Francisco’s densest neighborhoods began soon after. Despite an intensive construction period with project delays and cost increases, the Central Subway opened for service on November 19, 2022.  

Passengers boarding onto a train in a station on a busy platformOpening day of the Central Subway on November 19, 2022. Thousands of people came out to see and ride in the long-awaited subway. 

Over 30 years in the making, the T Third line follows in the footsteps of the first horsecars that ran over 160 years ago. However, this is not the end of the line for the T. Planning is already underway on the T Third Phase 3 extension. Aimed at expanding service beyond 3rd Street, this extension will mark yet another chapter in San Francisco’s transportation history. 



Published December 16, 2022 at 12:52AM
https://ift.tt/KG4aUVl

Show HN: AI Avatar Image Generator Based on Other AI Images https://ift.tt/JETnMHa

Show HN: AI Avatar Image Generator Based on Other AI Images An AI Avatar image generator that creates images of you based on other AI created images. The popularity of the recent AI Avatar image generator apps sparked some interest of mine in the area. After playing around with a few AI Avatar image generators, some of which generate pictures of you based on pictures you upload and prompts you write, I thought, wouldn't it be much easier, instead of writing out prompts, to just select another image which you want your generated image to be based on. The image the user selects is actually another AI generated image, so we know the prompt used to generate it. So prompt writing is abstracted away from the user, and instead they can search for images and click on ones they like. Backend of the application currently uses Astria AI for the image model training and generation, and uses the Lexica API for getting lists of AI generated images and their prompts. https://ift.tt/w9fLgP0 December 15, 2022 at 08:19PM

Thursday, December 15, 2022

Show HN: Jim Cramer Stock Pick Performance https://ift.tt/oDXbsPL

Show HN: Jim Cramer Stock Pick Performance https://ift.tt/QmfrxbR December 15, 2022 at 08:08PM

Show HN: Embedding a camera experience within your app shouldn't be that hard https://ift.tt/Okah3UH

Show HN: Embedding a camera experience within your app shouldn't be that hard https://ift.tt/NSus0Ui December 15, 2022 at 04:22PM

Show HN: AI Based Fashion Search Engine in Computer Vision Technology https://ift.tt/ypBs6cN

Show HN: AI Based Fashion Search Engine in Computer Vision Technology Only Desktop Version Available. Mobile with new design is coming soon. We Appreciate Your Feedback. https://www.yoit.style December 15, 2022 at 07:13AM

Central Subway Brings More Art to Union Square

Central Subway Brings More Art to Union Square
By Enrique Aguilar

Street view of a station entrance and downtown buildings with dozens of pedestrians holding various items

Main entrance to Union Square/Market Street Station during special weekend service 

The Union Square/Market Street Station is centered in the heart of the Union Square neighborhood, known for world-class shopping and notable art galleries. With the opening of the Central Subway, a new public art collection arrived, with color schemes complementing the station’s modern architectural design. Collaborations between artists reign at this station, allowing a blend of different artistic concepts. 

  • Erwin Redl titled his piece Lucy in the Sky. It is an illuminated installation comprised of hundreds of translucent 10 x 10 inch light panels, each containing an array of color LEDs. A diamond-shaped pattern is formed by suspended light panels along the entire length of the concourse level corridor’s ceiling. They are computer programmed to slowly change color and display simple patterns, creating an immersive and kaleidoscopic experience.  

  • Jim Campbell and Werner Klotz created a site-specific stainless-steel sculpture called Silent Stream, located on the station’s platform level. Comprised of highly polished steel disks, the overhead installation loops its way through the struts along the length of the platform and reflects the passengers and trains passing below.  

  • Amanda Hughen and Jennifer Starkweather integrated a design into the glass deck and the front faces of the glass elevator enclosures. Titled Convergence: Commute Patterns, the artwork is based on the dynamic and diverse pathways, commute patterns and arterial structures above and below the streets of the Bay Area. The artwork’s visual impact on the station’s exterior alternates from being subtle during the day to backlit at night.  

Watch an interview video with comments from Amanda Hughen, Jennifer Starkweather, Erwin Redel, Jim Campbell and Werner Klotz. Get to know the artists and learn directly from them about their work at the new Union Square/Market Street Station. A special thank you to the San Francisco Arts Commission for making public art possible at the four new stations. 

Special Weekend Service started on Nov. 19 and will last through the end of the year, Saturdays and Sundays from 8 a.m. to midnight. Full revenue service will begin January 7, Monday through Friday, 6 a.m. to midnight and Saturdays and Sundays, 8 a.m. to midnight. 

For more artist information: 



Published December 15, 2022 at 05:54AM
https://ift.tt/xBPKWps

Show HN: I built a feed of engineering blogs from top tech companies https://ift.tt/lZpz7CN

Show HN: I built a feed of engineering blogs from top tech companies https://ift.tt/O3PrDau December 15, 2022 at 03:47AM

Show HN: Automated Insights from Your Google Analytics https://ift.tt/HORJZEP

Show HN: Automated Insights from Your Google Analytics https://ift.tt/QNyZ9Je December 15, 2022 at 01:34AM

Show HN: Good Tech Things, a collection of cloud and software engineering comics https://ift.tt/AVfau9E

Show HN: Good Tech Things, a collection of cloud and software engineering comics https://ift.tt/mScEsxd December 15, 2022 at 01:38AM

Wednesday, December 14, 2022

Show HN: Mailsociety: A revolutionary new take on email, transforming the inbox https://ift.tt/7ySwtIa

Show HN: Mailsociety: A revolutionary new take on email, transforming the inbox We are excited to launch Mailsociety today! We'd love to hear your feedback on the app. What are some of the challenges you face when it comes to managing your inbox? https://ift.tt/O4qULBn December 14, 2022 at 03:32PM

Show HN: Play games, with your friends right from the browser. No installations https://ift.tt/3TauwoJ

Show HN: Play games, with your friends right from the browser. No installations https://ift.tt/C5pXNJy December 13, 2022 at 11:24PM

Show HN: Vimium Everywhere https://ift.tt/CLcjwK6

Show HN: Vimium Everywhere https://ift.tt/y4ZXJsY December 14, 2022 at 06:22AM

Show HN: An open-source UI Library with automatic routing and SuperComponents https://ift.tt/C5a38FG

Show HN: An open-source UI Library with automatic routing and SuperComponents https://ift.tt/f4zXilW December 14, 2022 at 03:45AM

New T Third Route in Central Subway Starting January 7

New T Third Route in Central Subway Starting January 7
By Mariana Maguire

Map showing the new alignment of the T Third to Chinatown-Rose Pak Station, connecting from 4th and King streets and continuing north to Central Subway; existing Muni Metro system's J Church, K Ingleside and M Ocean terminating at Embarcadero Station; the N Judah continuing along the Embarcadero to Caltrain at 4th and King streets.

New T Third service via Central Subway starts January 7 with service between Sunnydale and Chinatown-Rose Pak Station.

On Saturday, January 7, the T Third starts its historic new route, providing a direct Metro connection between Sunnydale and Chinatown-Rose Pak Station. Service runs Mondays through Fridays, 6 a.m. to midnight. every 10 minutes and Saturdays and Sundays, 8 a.m. to midnight every 12 minutes. The new T Third line vastly improves transportation to and from some of San Francisco’s most densely populated areas and major shopping corridors, expanding transit options and new connections.

The new T Third route will travel north to the new Central Subway from 4th & King platform. It will no longer turn onto King Street or run along the Embarcadero and the Market Street subway. Also, the K Ingleside will now travel between Balboa Park and Embarcadero Station.

New Connections

Customers traveling to stops along the Embarcadero, the baseball stadium at 2nd and King streets should transfer to the N Judah. Customers should transfer at Powell Station to Union Square/Market Street Station for the T Third going to Sunnydale.

To transfer to the new T Third at Union Square/Market Street Station from the J Church, K Ingleside, M Ocean View, N Judah or BART at Powell Station, you can connect entirely underground. From the Powell Station platforms, take the elevator or follow signs to concourse level, then follow signs to Union Square/Market Street Station.  

Customers on the T Third connecting to other Muni Metro routes or BART should follow signs on the Union Square/Market Street Station platform toward Stockton/Ellis streets.

Navigating the Union Square/Market Street Station

The new Central Subway stations have many new features, including long escalators – the longest in the United States west of the Mississippi – and two glass elevators at every level for more accessibility.

Customers who need to use the elevators to the platform should bypass the fare gates near the street entrances at Union Square/Market Street Station. Instead, use the fare gates in the center of the concourse.

MuniMobile and Lifeline customers may use any fare gate at the Union Square/Market Street Station.

Special Chase Center Event Service

During events at Chase Center, the SFMTA will run special event service about every 10 minutes in addition to normal T Third service. The additional special event trains – with “S Chase Center” head signs – will serve all stops between Chinatown-Rose Pak Station and UCSF/Chase Center. From end to end the ride takes only 20 minutes. Best of all, your event ticket is your Muni fare. No additional Muni fare needed!

Customers traveling past Chase Center during this special event service should check train head signs and only board “T Third” trains for a one-seat ride to their destination.

We know new T Third service in the new Central Subway is a big change that will take time to get used to. We’re here to help! Stay tuned for helpful wayfinding guidance and orientations, and check out our Frequently Asked Questions for helpful commuting tips.

Send us your questions at TellMuni@SFMTA.com so we can help you navigate better and become a Muni Metro pro!



Published December 14, 2022 at 01:59AM
https://ift.tt/IegmVqT

Show HN: NixOS Web Hosting for Everyone https://ift.tt/Xs6mU3W

Show HN: NixOS Web Hosting for Everyone https://shipnix.io/ December 14, 2022 at 12:50AM

Tuesday, December 13, 2022

Show HN: We scaled Git to support 1 TB repos https://ift.tt/2lLXJxH

Show HN: We scaled Git to support 1 TB repos I’ve been in the MLOps space for ~10 years, and data is still the hardest unsolved open problem. Code is versioned using Git, data is stored somewhere else, and context often lives in a 3rd location like Slack or GDocs. This is why we built XetHub, a platform that enables teams to treat data like code, using Git. Unlike Git LFS, we don’t just store the files. We use content-defined chunking and Merkle Trees to dedupe against everything in history. This allows small changes in large files to be stored compactly. Read more here: https://ift.tt/eusXP3K Today, XetHub works for 1 TB repositories, and we plan to scale to 100 TB in the next year. Our implementation is in Rust (client & cache + storage) and our web application is written in Go. XetHub includes a GitHub-like web interface that provides automatic CSV summaries and allows custom visualizations using Vega. Even at 1 TB, we know downloading an entire repository is painful, so we built git-xet mount - which, in seconds, provides a user-mode filesystem view over the repo. XetHub is available today (Linux & Mac today, Windows coming soon) and we would love your feedback! Read more here: - https://ift.tt/JZIkWwo - https://ift.tt/MmuzZED https://ift.tt/N8SEfp0 December 13, 2022 at 08:44PM

Show HN: Monitor a Twitter handle and get notified when it becomes available https://ift.tt/c1iJ60a

Show HN: Monitor a Twitter handle and get notified when it becomes available https://handle.horse December 13, 2022 at 05:51PM

Show HN: Bugbusters.ai automated bugfixing using gpt-3 https://ift.tt/fmX0cpR

Show HN: Bugbusters.ai automated bugfixing using gpt-3 Hi everyone on HackerNews, We are just launching Bugbusters. Bugbusters is a GitHub-Bot that writes bugfixes for errors detected by application monitoring software like sentry. It examines an error's monitoring data, such as stack traces, in combination with the source code and git commit history to generate a potential fix. The bugfix will be submitted via a Pull Request that will also include details on the determined cause of the initial error and approach taken to fix it. You can simply create a GitHub Issue containing a link to the error in sentry and assign it to the Bugbusters-Bot. In cases where the bot is unable to generate a solution, it assists a programmer in finding a fix by providing information and steps that could lead to a resolution. This may involve providing a list of potential error causes, online research results such as stack-overflow posts, as well as code changes (commits) that may have caused an error. While we are currently focused on automated bug fixing, there are lots of other interesting features that we want to incorporate in the future, such as: Avoiding the reoccurrence of a bug by generating unit tests or recommending steps such as a refactoring to avoid them in the future. Integration into IDEs/terminals/std-err, which would allow developers to overcome errors during coding time much faster. A programmer could also be informed that their code has a certain error-proneness or that they are working on a critical section that has been causing errors in the past. Improving PR-Reviews by tracking critical code sections and highlighting them during reviews. This would allow developers to consider previously caused bugs and improve the quality of their code. Overall, we believe that Bugbusters has the potential to greatly improve the efficiency and effectiveness of bug fixing. Let us know what you think! https://ift.tt/IDl0roE December 13, 2022 at 07:28AM

Show HN: ShopWitYoPeople – A black Chicago business directory https://ift.tt/yMp50vO

Show HN: ShopWitYoPeople – A black Chicago business directory Hey HN! ShopWitYoPeople ( https://ift.tt/32KWsrO ) was built to showcase Black Chicago businesses. We’re around to answer questions and look forward to hearing everything and anything you have to say! https://ift.tt/S3hQFYl December 13, 2022 at 06:39AM

Show HN: Is Edge Compute Faster? Benchmarking Edge Platforms (With Databases) https://ift.tt/7e6pwJl

Show HN: Is Edge Compute Faster? Benchmarking Edge Platforms (With Databases) I built a platform for running your applications and data on the edge with TypeScript (Bun and Deno) and SQL with strong consistency (PostgreSQL compatible that works with Prisma!). https://ift.tt/KvVe2SO December 13, 2022 at 02:50AM

Show HN: Create auto-updating charts-as-images with low-code/nocode https://ift.tt/gVrwG9q

Show HN: Create auto-updating charts-as-images with low-code/nocode Hello, we just released Image Charts 2.0, a way to create and show a chart as an image anywhere using our custom API and integrations with Zapier and Make. My friend Francois-Guillaume made Image Charts in 2015 to replace Google Image Charts for a project since it was deprecated. Since then we’ve been adding features and getting it integrated with Zapier and Make to make it easy to build good-looking charts automatically. Each chart has a custom URL and HTML code so it’s easy to embed. And you can build progress bars, gradients, and really any kind of chart with it (bar, line, radar, scatter, you name it). We have a gallery of over 30 charts and counting. [Chart gallery]( https://ift.tt/3Dwu2Sb... ) with sample data The site with the live Editor: [ https://www.image-charts.com/](https://www.image-charts.com/... How-to with gradient fills: [ https://ift.tt/keuIAwv... How-to progress bars: [ https://ift.tt/TSI6RM4]... Really looking for feedback and additional use cases, we know it’s used for reporting, transactional emails, and a customer suggested using it in weekly standups for a KPI’s snapshot too. Would love to hear what you think and/or how you would use this. Cheers! https://ift.tt/UWJVQm7 December 13, 2022 at 01:56AM

Show HN: Obsidian: Insert conversation starters generated by AI in your notes https://ift.tt/wqN7odR

Show HN: Obsidian: Insert conversation starters generated by AI in your notes I often prepare my conversations beforehand, whether for business or family/friends, with this Templater you can get ready for great & deep conversations using https://langa.me API (free tier). https://ift.tt/3dyKDgo December 12, 2022 at 10:19PM

Monday, December 12, 2022

Show HN: Train your own image generator (Stable Diffusion) for free https://ift.tt/LdI0ymT

Show HN: Train your own image generator (Stable Diffusion) for free I've had a blast playing with stable diffusion and I see all the potential it will bring to us. I released a service for training your model, just upload 20-30 images and you can have a model of someone or some object doing anything. You can train one model for free a month in a slower queue or you can train many models on a fast queue and with other features for a fee. Here is an example of using it for show product placement: https://ift.tt/rTljFyb and here is an example of using it for people: https://ift.tt/HXjJK50 and an example for using it for styles: https://ift.tt/LN4n38E The UI is rough, but I would love feedback on how to improve it for you. https://88stacks.com https://88stacks.com/ December 12, 2022 at 06:22PM

Show HN: Linux eBPF Programming with Rust https://ift.tt/0LYepf4

Show HN: Linux eBPF Programming with Rust Learn to write Linux eBPF programs using Rust. https://ift.tt/Aj9sqHy December 12, 2022 at 04:17PM

Show HN: Use ChatGPT in Jupyter notebooks via a Chrome extension https://ift.tt/e8ky9Mh

Show HN: Use ChatGPT in Jupyter notebooks via a Chrome extension Hello HN! Here's a browser extension that brings together two things that I love: Jupyter and ChatGPT. It makes it possible to have ChatGPT generate code inside your Jupyter notebooks. It has the side effect of making it really easy to save your ChatGPT sessions in a local notebook. I parse the ChatGPT response, extract it into code cells for you automatically so that you no longer have to copy and paste code from your browser into your favorite code editor like an animal. ChatGPT even wrote some of the code used in this extension! The extension [1] from user:wonderfuly forms the core of messaging with the ChatGPT service; it works great! All the other mistakes are mine and mine alone. I'm not a web dev, so I'm sure there's lots of horrible hacks and mistakes that I made while writing this extension. Help welcome. [1] https://ift.tt/51OzyEt https://ift.tt/ZoVJ0rg December 12, 2022 at 09:09AM

Show HN: VS Code Ext: Collaborative countdown timer for mob programming sessions https://ift.tt/4Urn5fA

Show HN: VS Code Ext: Collaborative countdown timer for mob programming sessions https://ift.tt/GBKouYt December 12, 2022 at 07:40AM

Show HN: Why YC when there's YZ? https://ift.tt/sFl2fnb

Show HN: Why YC when there's YZ? The Crowd Supported, Crowd Constructed, Opened sourced Acceleration program for the next generation of builders. Note: Website is just to get feedback initially. https://ift.tt/7YmWMvb December 12, 2022 at 12:45AM

Show HN: Imperative Reactive Programming in JavaScript https://ift.tt/csng1tP

Show HN: Imperative Reactive Programming in JavaScript https://ift.tt/ShdlYiX December 11, 2022 at 08:56PM

Sunday, December 11, 2022

Show HN: AI-powered message replies assistant https://ift.tt/eOiN6xP

Show HN: AI-powered message replies assistant I was free early this week and decided to work on something I've always wondered. As someone who has struggled with matches on Tinder and ghosting, I know how difficult it can be to come up with the perfect response in the moment. That's why I created this tool - to make it easy for anyone to quickly and easily generate the perfect reply, tailored to their audience, culture, and context. It is currently in beta and would love to hear your feedback on the product. Link to webapp: https://ift.tt/zVjlUk0 https://ift.tt/zVjlUk0 December 11, 2022 at 12:20PM

Show HN: ChatGPT Prompts and Products https://ift.tt/2iHS7bw

Show HN: ChatGPT Prompts and Products https://ift.tt/l3m4O78 December 11, 2022 at 05:15PM

Show HN: Hanzi.gg – Wordle-inspired Chinese character guessing game https://ift.tt/FoBr7U2

Show HN: Hanzi.gg – Wordle-inspired Chinese character guessing game Tap on a character to reveal the strokes, radicals and components it has in common with the character you're trying to guess. This was designed mainly for learners but I'm curious to hear from fluent hanzi readers whether the game is too easy. The vocabulary is from the Chinese Vocab List project [1]. Character graphics and data are sourced from Make me a Hanzi [2]. There are 95 pre generated games at the moment which are randomly chosen, more will be added soon. Suggestions welcome! [1] https://ift.tt/zy06KM5 [2] https://ift.tt/Bt2g0jT https://hanzi.gg December 11, 2022 at 02:35PM

Show HN: Sirdb – simple Git diffable toy database on the filesystem https://ift.tt/e94Ncvh

Show HN: Sirdb – simple Git diffable toy database on the filesystem https://ift.tt/lbgp85R December 11, 2022 at 09:24AM

Show HN: Peer2Proxy, Earn passive income by sharing your internet https://ift.tt/yEZSCUz

Show HN: Peer2Proxy, Earn passive income by sharing your internet https://ift.tt/Ekj4uY5 December 11, 2022 at 04:31AM

Show HN: Alle – a terminal todo manager in Rust https://ift.tt/7jwyaRJ

Show HN: Alle – a terminal todo manager in Rust https://ift.tt/9jAltT5 December 10, 2022 at 10:17PM

Saturday, December 10, 2022

Show HN: Satirical News Made with ChatGPT https://ift.tt/qkUvCul

Show HN: Satirical News Made with ChatGPT https://citymeme.com/ December 10, 2022 at 04:37AM

Show HN: ChatGPT – The Memoir https://ift.tt/U3CALM5

Show HN: ChatGPT – The Memoir Chapter 1 of the ChatGPT Memoir! https://ift.tt/yzo23ft December 10, 2022 at 04:02AM

Show HN: Live AI Avatars for videochats and streaming https://ift.tt/4ACIa30

Show HN: Live AI Avatars for videochats and streaming https://ift.tt/AayZPhV December 10, 2022 at 02:20AM

Show HN: BeSanta, Real time Santa Claus AI avatars on your iPhone Ho-ho-ho https://ift.tt/mDq1QK2

Show HN: BeSanta, Real time Santa Claus AI avatars on your iPhone Ho-ho-ho https://ift.tt/MeaVXqE December 10, 2022 at 02:40AM

Show HN: I fine-tuned Flan-T5. Can it cook? https://ift.tt/iS73ZHx

Show HN: I fine-tuned Flan-T5. Can it cook? Checkout the app at https://www.lechef.fyi https://ift.tt/ovUkjYf December 10, 2022 at 12:30AM

Hop Onboard Muni and Enjoy Downtown Union Square

Hop Onboard Muni and Enjoy Downtown Union Square
By Pamela Johnson

A filled Cable Car at a busy intersection in Downtown San Francisco decorated in holiday festivities with dozens of shoppers and vehicles

The iconic Cable Cars are just one of the many options to get you to all the holiday festivities in Downtown Union Square!

The SFMTA would like to wish you a Happy Holidays! With festivities, dining, shopping and all the many holiday activities to choose from, Downtown Union Square, much like the rest of the city is making optimistic strides in the city’s economic recovery. Catching Muni, paratransit or a taxi to downtown supports small businesses and is a big boost to our transit goals. Below is a comprehensive list of transit and parking options to head into the heart of the downtown shopping and festivities this holiday season.  

Central Subway Special Weekend Shuttle 

Muni Metro Light Rail  

Muni Bus Lines 

Cable Cars 

  • Invented here nearly 150 years ago and named a National Historic Landmark in 1964, hop on any of our beloved world famous Cable Cars this season. Be sure to lookout for several Cable Cars decorated in the spirit of the holidays by our dedicated and talented staff. Passengers will travel up and down the hills of San Francisco in this annual holiday tradition.  

Additional Services  

  • Free One-Hour Parking at Union Square Garage - the Mayor will be providing one-hour of free parking at our Union Square garage through the end of the year, regular posted rates apply thereafter. All facilities have increased staffing and security, restriped its parking spaces, and upgraded much of its overhead lighting, to make parking easier and safer this holiday.   

  • Additional SFMTA parking garages - Ellis O’Farrell, Sutter-Stockton and Fifth & Mission / Yerba Buena 

  • If you drive, parking in a city-owned garage may be the way to go. And parking rates at city-owned garages are typically 40% less expensive than parking prices in privately-owned garages.  

  • Taxi - with knowledgeable and trustworthy drivers, save some gas and catch a taxi. You’ll not only ride in a clean and safe vehicle, your taxi can use our red transit-only lanes to get to your destination quicker. And since November 9, the Taxi Upfront Fare Pilot Program has been helping customers book a taxi trip through a taxi e-hail app and pay a flat-rate, upfront fare.  Being able to request a taxi through approved third-party apps provided customers with upfront information about their fares, relieve meter anxiety and allow customers to price shop for similar on-demand services.

  • Essential Trip Card - older adults, people with disabilities and other eligible participants can benefit from this discount program paying 20% of the cost of a regular cab. Don’t forget our Shop-a-Round program, a convenient, low-cost shuttle that makes it easier to go grocery shopping for all your holiday meals. The shuttle takes groups of riders to grocery stores or supermarkets in San Francisco where they want to shop. The service offers registered older adults and people with disabilities personalized assistance that is not available on Muni bus and rail lines. 

  • SF Paratransit - is a van and taxi program for people unable to independently use or access public transit because of a disability or disabling health condition. Participants may also use their Essential Trip Card for this service.  

For real-time updates, follow us on https://twitter.com/sfmta_muni or visit SFMTA.com/EmailText to sign up for real-time text messages or email alerts. 

For details of Muni re-routes, visit SFMTA.com/Updates. This website will be updated when it is closer to the event date. 

For additional notifications and agency updates, subscribe to our blogs, daily or weekly updates. 



Published December 09, 2022 at 11:50PM
https://ift.tt/F2i63KS

Friday, December 9, 2022

Show HN: Tamagui v1 Release Candidate https://ift.tt/5PkEtuc

Show HN: Tamagui v1 Release Candidate https://ift.tt/zN8uPfA December 9, 2022 at 10:30AM

Show HN: A Movie Script Created by ChatGPT and Stable Diffusion https://ift.tt/f3sCpON

Show HN: A Movie Script Created by ChatGPT and Stable Diffusion https://ift.tt/IhQDpel December 9, 2022 at 07:38AM

Riders are Feeling the Difference on Geary

Riders are Feeling the Difference on Geary
By

Image of 38 Geary bus and new improved crosswalks on Geary Boulevard

The results are in: the Geary Rapid Project has delivered a faster, more reliable bus trip and a safer street, according to the SFMTA’s recently published evaluation report for the project.  

A faster, more reliable bus ride 

One out of every ten passengers stepping onto a Muni vehicle will ride on Geary Blvd., which makes reducing travel time on the corridor a key piece of improving transit in the city. The transit lanes installed as part of the Geary Rapid Project protect buses from traffic congestion, while smarter traffic signals allow buses to get green lights more often. Similar transit upgrades have been made across the city as part of the Muni Forward program, making your next San Francisco destination closer than ever. 

Transit travel time improved after the quick-build phase of the Geary Rapid Project in late 2018 and early 2019, and again after the full project was completed in 2021 — with savings as great as 18%. Westbound travel times generally improved the most — up to 3.6 minutes during the PM peak — providing a daily 38R Geary Rapid rider 18 hours of savings per year. Although the biggest time savings were seen during commute hours, with 36,000 riders traveling on Geary around the clock each day, even smaller gains outside of peak hours adds up to major travel time savings for all Geary riders combined.  Travel time reliability also improved up to 37%, which means that the time spent waiting for the next bus is more consistent. 

A safer street  

Reducing Muni-involved collisions is critical to protect our passengers and operators. It also keeps Muni service running smoothly; even non-injury collisions cause buses to be taken out of service. Adding dedicated transit lanes on Geary Boulevard has substantially reduced the rate of Muni-involved collisions on the corridor. The collision rate of 38/38R buses decreased by two-thirds and is now about half that of the current citywide Muni bus collision rate. Several years of data will be necessary to fully evaluate the project’s impacts on reducing traffic collisions in general. But one promising indicator is that there was a 70-80% reduction in vehicles traveling over 40 mph (more than 5 mph over the speed limit). A suite of improvements to calm the “expressway” section of the corridor, including a reduction in general-purpose travel lanes to two per direction, new crosswalks, narrower travel lanes and bulb-outs (sidewalk extensions) were implemented to encourage people driving to slow down. 

Graph comparing the share of vehicles traveling faster than 40mph before and after the Geary Rapid Project was implemented. At Laguna Street, speeding rates dropped from about 16% to 3% of vehicles. At Baker Street, speeding rates dropped from about 10% to 3% of vehicles. Before counts were taken in 2016-2017. After counts were taken in 2022.

Comparison graph of 40 mph travel speeds before and after the Geary Rapid Project. 

 

Keeping transit lanes clear 

One of the final portions of the project was painting the transit lanes red. This “red carpet” treatment makes it easier for drivers to know where they’re allowed to drive. When we make transit lanes extra clear with red paint, drivers are less likely to get a citation for unintentionally driving in a transit lane. Previous SFMTA studies showed that the number of private vehicles illegally using transit lanes declines about 50% when the lanes are painted red. Sure enough, the number of vehicles entering the lanes on Geary dropped by 47% from 2019 to 2022, even as traffic congestion returned after COVID restrictions eased (vehicles driving legally in the transit lane to turn right or access curbside parking or driveways were not included). 

The full evaluation report is available on the SFMTA website and covers several additional metrics, including street space allocation, Muni customer experience and parking availability. 

The success of the Geary Rapid Project has informed the final design for the second phase of upgrades, the Geary Boulevard Improvement Project, which proposes to expand these improvements west into the Richmond District.  

A photo is worth a thousand words to show the improvements made on Geary Boulevard. These birds-eye shots provide representative examples of the street design on Geary before (August 2018) and after implementation (February 2022) of the Geary Rapid Project.



Published December 09, 2022 at 03:32AM
https://ift.tt/2QHDob7

Show HN: Pocket2Linkding – Migrate from Mozilla Pocket to Linkding https://ift.tt/IwYJfju

Show HN: Pocket2Linkding – Migrate from Mozilla Pocket to Linkding With the Mozilla Pocket shutdown coming up in about two weeks, I thought ...