Saturday, December 31, 2022

New Capital Entrepreneur LLC Consultants: Show HN: My programming language, building in public for 1 year https://news.ycombinator.com/item?id=34201931


from bitly https://bit.ly/3Q7Xbvx
via IFTTT

Show HN: My programming language, building in public for 1 year https://news.ycombinator.com/item?id=34201931

Show HN: My programming language, building in public for 1 year My weekly(ish) video logs tracking my progress of building a completely sound statically typed language and structural editor. The motivation is to make lots of invalid programs unrepresentable. https://petersaxton.uk/log/ December 31, 2022 at 03:42PM

Show HN: I made a simple, open source, chromatic tuner mobile app https://news.ycombinator.com/item?id=34200612

Show HN: I made a simple, open source, chromatic tuner mobile app I'm a musician by night, software developer by day, and one of the minor frustrations I've always had was trying to find a simple tuner app for my phone. Looking at both the iOS and Android app stores, you'll find a lot of the top tuner apps are rather bloated with ads or subscription callouts. I thought I'd create a dead-simple minimalistic mobile chromatic tuner the way I would like it - open the app and tune my guitar. My work is in web with NodeJS and React, so I chose React Native since it was the easiest to understand coming from React. Flutter was also an option since the company I work for has a team working in that, but I thought it would be a bit too much effort to learn Dart. I learned a bit more about React rendering with this project as well. The main issue I had was trying to have a React state variable be constantly updated with any frequencies detected from the mic input, but that ended up causing substantial slowdown due to so many rerenders, so I opted to use a React ref to maintain any detections, and then only update the React state when there was an actual note. I feel like sometimes the UI has trouble updating occasionally when my iPhone is in battery saving mode, which I guess might be related to throttling the audio sample rate somehow, though I'm not entirely sure. Friends and family haven't noticed this, so it may be due to my old 2016 iPhone SE :P. The apps you can find on the both the iOs App Store and Google Play (free!). https://apps.apple.com/ca/app/jons-tuner/id1641018281 https://play.google.com/store/apps/details?id=com.orsi.jonst... Would love any feedback! https://github.com/orsi/jonstuner December 31, 2022 at 12:51PM

Show HN: Mastodon Quick Start in 280 Characters (Including This Title) https://news.ycombinator.com/item?id=34195609

Show HN: Mastodon Quick Start in 280 Characters (Including This Title) Mastodon Quick Start In 280 Characters (Including This Title) 1) Pick a server at https://joinmastodon.org/ that admits new users. 2) Register account and confirm email. 3) Search for users or check out the "Trending" tab. 4) Follow and engage with users. Mastodon works like Twitter. ------- The whole guide including the headline are exactly 280 characters long :) The philosophy behind this is that it is more important to seize current ripples in the social media space and get people to check out decentralized social media than it is to have its principles understood. There are risks, but the are low and justified in my opinion. The main thing to avoid in my opinion is to have people unexpectedly loosing their data. Regarding this, I see two these two main risks of this oversimplified approach: Server shutdown: By guiding the users to a server of https://joinmastodon.org/, it is unlikely that the server will shut down without notice. (Note that twitter can cease operation too, although this is more unlikely.) Getting banned: Account can be redirected. (Note that getting an account banned for violating the rules can happen on twitter too.) Feel free to copy, modify and use it however you feel. My hope is to encourage people to check out decentralized social media. December 31, 2022 at 03:49AM

Friday, December 30, 2022

Show HN: Graphic AI Art Assistant for WhatsApp https://news.ycombinator.com/item?id=34190308

Show HN: Graphic AI Art Assistant for WhatsApp https://www.stork.ai/graphic-ai-art-assistant-for-whatsapp December 30, 2022 at 01:27PM

Show HN: Clerkie AI – A GPT-3 based CLI tool that debugs your code https://news.ycombinator.com/item?id=34183694

Show HN: Clerkie AI – A GPT-3 based CLI tool that debugs your code We built ClerkieCLI - a GPT-3 based tool that: - automatically detects errors on your terminal, - identifies the programming language, - provides an explanation of the error and suggested fix right on your terminal. https://github.com/ishaan-jaff/clerkie-cli December 30, 2022 at 02:17AM

Show HN: Scripting language inspired by JavaScript and GLSL https://news.ycombinator.com/item?id=34178789

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://github.com/sebbekarlsson/glms December 29, 2022 at 02:16PM

Show HN: I built a possible alternative to social media RSS https://news.ycombinator.com/item?id=34187119

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://www.fetcher.page/ December 30, 2022 at 09:15AM

Show HN: Make your content SEO-firiendly with AI https://news.ycombinator.com/item?id=34174978

Show HN: Make your content SEO-firiendly with AI https://enwrite.co/ December 29, 2022 at 09:18AM

Show HN: Distilhn.com – Front-Page Articles Summarized with Machine Learning https://news.ycombinator.com/item?id=34184587

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://www.distilhn.com/ December 30, 2022 at 04:58AM

Thursday, December 29, 2022

Show HN: LazyReminder – Reminders for lazy people built by lazy people https://news.ycombinator.com/item?id=34173513

Show HN: LazyReminder – Reminders for lazy people built by lazy people https://lazyreminder.com/ December 29, 2022 at 07:22AM

Show HN: Dumbo – A tiny ActivityPub server for building bots https://news.ycombinator.com/item?id=34173151

Show HN: Dumbo – A tiny ActivityPub server for building bots https://github.com/jakelazaroff/dumbo December 29, 2022 at 06:52AM

Show HN: Pressn't, a site where you can only have a single post https://news.ycombinator.com/item?id=34172240

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://app.pressnt.net/post/4/ December 29, 2022 at 05:09AM

Show HN: A LinkedIn Chat GPT on Steroids https://news.ycombinator.com/item?id=34171252

Show HN: A LinkedIn Chat GPT on Steroids https://www.lunaa.io/ December 29, 2022 at 02:25AM

Wednesday, December 28, 2022

Show HN: Built your front end in React, then let ChatGPT be your Redux reducer https://news.ycombinator.com/item?id=34166193

Show HN: Built your front end in React, then let ChatGPT be your Redux reducer https://spindas.dreamwidth.org/4207.html December 28, 2022 at 01:26PM

Show HN: Track Institutional Investors https://news.ycombinator.com/item?id=34165576

Show HN: Track Institutional Investors https://www.quiverquant.com/sec13f/ December 28, 2022 at 12:33PM

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 28, 2022 at 12:33PM
https://www.sfmta.com/blog/free-muni-new-years-eve-1

Show HN: Pbproxy – Send your clipboard anywhere you can ssh https://news.ycombinator.com/item?id=34159062

Show HN: Pbproxy – Send your clipboard anywhere you can ssh pbproxy is a small wrapper to give you a consistent and remotely accessible interface to your system clipboard on linux and mac. https://github.com/nikvdp/pbproxy December 28, 2022 at 01:12AM

Show HN: I built haystack – Google for the workplace https://news.ycombinator.com/item?id=34161085

Show HN: I built haystack – Google for the workplace Hi Yuval here! historicly a security researcher, more recently entered the NLP space! Iv'e started working on haystack recently because I feel modern workplaces are in dire need of a good workplace search product that is free to use just like google. Information is scattered between too many communication channels, we communicate with our peers through slack and email, share docs and specs on confluence, work with tickets on jira, commit code and have discussions on github, not to mention all the .docx, .ppt and .pdf that fly around the organization. Not to mention the fact that existing search featuers just plain suck, if you tried using confluence search you know what I mean, keyword search is terrible. Even when you find relevant looking results, they require you to commit to entering the page, and scroll through to get to the relevant paragraph. What does haystack do? - Enable you to search all your workplace applications from one place. (slack, confluence, notion, jira, github, outlook, gmail, etc...). - Natural language queries ("How to do X”, "Do we support Y", "How do I connect to Z"). - Help you decide if the result is relevant without entering the page. - Go directly: search result->relevant paragraph inside page. (no extra scrolling) - No download, all the magic happens in the browser. - Local browser storage option. (you don't need to trust me with your internal communications to use haystack). - Code references embedded in search results. Example, "How to connect to integ2 machine" on haystack could give you: ssh -i private.pem ubuntu@ec2-integration2.eu-west-1.compute.amazonwes.com aggregated from a slack communication you had a while ago. It was quite a challenge to get it up and running in the browser, but here's what I ended up using: IndexDB browser API for storage, and a fine-tuned TinyBERT-based bi-encoder for indexing, searching. Search result building involves using a fine-tuned t5-small model, there's some nodejs adaptations, and wasm rewrites in rust for performance. Next Steps fine-tuning haystack for lower-end laptops with no dedicated GPU, I'm feeling like it should be running smoothly for lowerend hardware by Feb/March, so that's the current public release date. If you would like to get early access + you have dedicated graphics, there's a button in our landing page, and my email address. I'll be here in the comment section! https://www.haystack.it/ December 28, 2022 at 06:09AM

Show HN: Get user feedback. Make it a conversation https://news.ycombinator.com/item?id=34158655

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

Tuesday, December 27, 2022

Show HN: Mastinator. Disposable public anonymous no-login Fediverse accounts https://news.ycombinator.com/item?id=34156395

Show HN: Mastinator. Disposable public anonymous no-login Fediverse accounts https://mastinator.com/ December 27, 2022 at 05:28PM

Show HN: Merry Sky, Dark Sky replacement and merry-timeline open source lib https://news.ycombinator.com/item?id=34155191

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://github.com/guillaume/merry-timeline Interested in your feedback! https://merrysky.net/forecast/sf%20bay/us December 27, 2022 at 03:14PM

Show HN: Dog API https://news.ycombinator.com/item?id=34147366

Show HN: Dog API https://dogapi.dog December 27, 2022 at 02:23AM

Monday, December 26, 2022

Show HN: Sideproject.guide https://news.ycombinator.com/item?id=34145854

Show HN: Sideproject.guide https://sideproject.guide/en December 26, 2022 at 10:36PM

Show HN: Gamedrop – Videogame collection management, price alerts, and prices https://news.ycombinator.com/item?id=34144081

Show HN: Gamedrop – Videogame collection management, price alerts, and prices https://www.gamedrop.gg/ December 26, 2022 at 05:53PM

Show HN: How many advertising panels in Sydney are near a public telephone? https://news.ycombinator.com/item?id=34143279

Show HN: How many advertising panels in Sydney are near a public telephone? https://observablehq.com/@mjbo/sydney-qms-panel-public-telephone-pairings December 26, 2022 at 03:57PM

Show HN: Eleven – open-source alternative to Codespaces https://news.ycombinator.com/item?id=34142602

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://github.com/eleven-sh/cli December 26, 2022 at 02:27PM

Show HN: Test if your shortcut conflicts with any default shortcuts in browsers https://news.ycombinator.com/item?id=34141256

Show HN: Test if your shortcut conflicts with any default shortcuts in browsers https://www.defaultshortcuts.com/ December 26, 2022 at 12:04PM

Show HN: WebTransport vs. WebRTC vs. WebSocket https://news.ycombinator.com/item?id=34137974

Show HN: WebTransport vs. WebRTC vs. WebSocket https://github.com/Sh3B0/realtime-web December 26, 2022 at 06:46AM

Sunday, December 25, 2022

Show HN: 10x Faster Twitter Embeds https://news.ycombinator.com/item?id=34134790

Show HN: 10x Faster Twitter Embeds https://blog.kevmo314.com/faster-twitter.html December 25, 2022 at 09:11PM

Show HN: Talk to GPT-3.5 via WhatsApp https://news.ycombinator.com/item?id=34134389

Show HN: Talk to GPT-3.5 via WhatsApp https://aibuddy.chat/ December 25, 2022 at 07:54PM

Show HN: Secure end-to-end client sessions and API calls using crypto key pairs https://news.ycombinator.com/item?id=34131947

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://github.com/cmdruid/crypto-sessions December 25, 2022 at 02:07PM

Show HN: Kweb 1.3.3 released, a server-side interface to the browser's DOM https://news.ycombinator.com/item?id=34131301

Show HN: Kweb 1.3.3 released, a server-side interface to the browser's DOM https://docs.kweb.io/book/ December 25, 2022 at 01:10PM

Show HN: Bespoke Artist Website Hosting https://news.ycombinator.com/item?id=34131110

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://epsilonrecords.nl ) 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://hosting.epsilonrecords.nl/ December 25, 2022 at 12:52PM

Show HN: Newsic https://news.ycombinator.com/item?id=34129383

Show HN: Newsic News portal that uses GPT-3 to extract news from the news. https://newsic.io/news December 25, 2022 at 09:54AM

Show HN: Price My Spotify Library https://news.ycombinator.com/item?id=34128814

Show HN: Price My Spotify Library Hi HN, I built this tool to estimate how much it would cost to purchase all the music in a user's Spotify library and individual playlists. Kind of interesting, maybe you'll like it too https://github.com/aquaflamingo/price-my-spotify-library December 25, 2022 at 09:04AM

Show HN: Mastodon.nvim (Mastodon Client for Neovim) https://news.ycombinator.com/item?id=34125417

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://github.com/kode-team/mastodon.nvim December 25, 2022 at 12:31AM

Saturday, December 24, 2022

Show HN: TapTab – Tab switching web extension for Safari https://news.ycombinator.com/item?id=34112652

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://news.ycombinator.com/item?id=33811253 Say hello to TapTab : https://apps.apple.com/app/apple-store/id1659363738?pt=66324... 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://www.producthunt.com/posts/taptab Thank you! https://www.taptab.dev December 23, 2022 at 05:05PM

Show HN: GUI-based free app to backup and restore hard disk on Windows clients https://news.ycombinator.com/item?id=34114540

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 23, 2022 at 10:28PM

Show HN: Shmux – run all your scripts from one file https://news.ycombinator.com/item?id=34119355

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://github.com/shikaan/shmux December 24, 2022 at 10:06AM

Show HN: Rendering a Notion page as HTML using SvelteKit https://news.ycombinator.com/item?id=34116288

Show HN: Rendering a Notion page as HTML using SvelteKit I've rebuilt my personal website in SvelteKit using Notion as the CMS. Produces almost semantic HTML that can be styled however you would like. https://vega.rd.no/writing/website-for-2023 December 24, 2022 at 04:39AM

Show HN: Twitter Graph - Like Google Trends but for Twitter https://news.ycombinator.com/item?id=34116152

Show HN: Twitter Graph - Like Google Trends but for Twitter Simply enter a word and generate a graph showing the number of mentions on Twitter https://twit.deta.dev December 24, 2022 at 04:15AM

Show HN: I built a free Chrome extension that writes entire emails using ChatGPT https://news.ycombinator.com/item?id=34115573

Show HN: I built a free Chrome extension that writes entire emails using ChatGPT https://chatgptwriter.ai/ December 24, 2022 at 02:21AM

Friday, December 23, 2022

Show HN: Simple golinks server backed by airtable https://news.ycombinator.com/item?id=34111622

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 23, 2022 at 03:03PM

Show HN: Search HN Favorites or Export to CSV/HTML https://news.ycombinator.com/item?id=34110624

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://github.com/gabrielsroka/gabrielsroka.github.io/blob/master/getHNFavorites.js December 23, 2022 at 01:07PM

Show HN: Hacker News Insight https://news.ycombinator.com/item?id=34110321

Show HN: Hacker News Insight https://hackernews-insight.vercel.app/user-analysis December 23, 2022 at 12:36PM

Show HN: zygolophodon: CLI for reading Mastodon posts (no account needed) https://news.ycombinator.com/item?id=34107426

Show HN: zygolophodon: CLI for reading Mastodon posts (no account needed) https://github.com/jwilk/zygolophodon December 23, 2022 at 08:17AM

Show HN: Teetty: a CLI tool to remote control a program running in a terminal https://news.ycombinator.com/item?id=34105402

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://github.com/mitsuhiko/teetty December 23, 2022 at 05:13AM

Thursday, December 22, 2022

Show HN: My bookmarks of HN and who I'm following https://news.ycombinator.com/item?id=34100197

Show HN: My bookmarks of HN and who I'm following https://handlr.sapico.me/?domain=https%3A%2F%2Fnews.ycombinator.com December 22, 2022 at 03:10PM

Show HN: Speak to your phone to query a database https://news.ycombinator.com/item?id=34099853

Show HN: Speak to your phone to query a database Hi everyone, Zing Data ( https://zingdata.com ) is an ios[1], android[2] and web app[3] that allows you to query any database with natural language. We use OpenAI's GPT-3 model to generate SQL queries that run against your Databricks, RedShift, mySQL, Snowflake, postgres, Starburst, Trino, Presto db clusters or Google Sheets and auto-visualizes the result. Check out a howto guide here --> https://getzingdata.com/blog/natural-language-querying-with-... [1]: https://apps.apple.com/us/app/zing-data-sql-client-dash/id15... [2]: https://play.google.com/store/apps/details?id=com.getzingdat... [3]: https://console.getzingdata.com/signup https://getzingdata.com/ December 22, 2022 at 02:38PM

Show HN: Metriport – Open-source universal API for health data https://news.ycombinator.com/item?id=34099517

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://github.com/metriport/metriport 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://docs.metriport.com/getting-started/connect-quickstar... ). 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://dash.metriport.com/ 2) Set up our client on your server and initialize it with your API key: https://docs.metriport.com/getting-started/connect-quickstar... 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://metriport.com/medical 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://github.com/metriport/metriport December 22, 2022 at 02:09PM

Show HN: My Afternoon JavaScript Library https://news.ycombinator.com/item?id=34097852

Show HN: My Afternoon JavaScript Library https://logger.substack.com/p/my-afternoon-javascript-library December 22, 2022 at 12:00PM

Show HN: Fully offline, open-source alternative to Scribe for Firefox https://news.ycombinator.com/item?id=34097291

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://addons.mozilla.org/en-GB/firefox/addon/what-to-click/ December 22, 2022 at 11:20AM

Show HN: Create a Children's book with AI – with illustrations https://news.ycombinator.com/item?id=34096767

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://www.childbook.ai December 22, 2022 at 10:38AM

Show HN: eBPF-powered L4 package dropper https://news.ycombinator.com/item?id=34094537

Show HN: eBPF-powered L4 package dropper https://github.com/boratanrikulu/durdur December 22, 2022 at 07:48AM

Show HN: Decentralized Database https://news.ycombinator.com/item?id=34093035

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://github.com/dbpunk-labs/db3 December 22, 2022 at 05:34AM

Wednesday, December 21, 2022

Show HN: How to use ChatGPT+ARKit to script experiences with natural language https://news.ycombinator.com/item?id=34084345

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://github.com/trzy/ChatARKit December 21, 2022 at 10:21AM

Show HN: I store my critical secrets and document, and communicate privately https://news.ycombinator.com/item?id=34083366

Show HN: I store my critical secrets and document, and communicate privately https://mprimi.github.io/portable-secret/ December 21, 2022 at 09:10AM

Show HN: OpenAEDMap – Automated External Defibrillators from OpenStreetMap https://news.ycombinator.com/item?id=34079293

Show HN: OpenAEDMap – Automated External Defibrillators from OpenStreetMap Hi everyone, OpenAEDMap ( https://openaedmap.org/ ) allows you to find (and add!) AEDs in your area. These devices have proven themselves as life-savers in heart failure - when every second matters. The data is synced to OpenStreetMap database, so it's openly licensed (ODbL) and can also be used in other OSM-based apps. AFAIK, there is no other comparable map - they are either proprietary or show a single country. Frontend: https://github.com/openstreetmap-polska/openaedmap-frontend Tech stack: React, MapLibre GL JS, Bulma Backend: https://github.com/openstreetmap-polska/openaedmap-backend Tech stack: Python, PostGIS https://openaedmap.org December 21, 2022 at 03:31AM

Show HN: Schtate – Functional Data Containers with a Familiar API https://news.ycombinator.com/item?id=34082142

Show HN: Schtate – Functional Data Containers with a Familiar API Looking for feedback on my library. I work mainly with React at work, as data is passed down as props, we end up performing a lot of transformations and checks on it. Most React developers leverage arrays heavily because the intuitive immutable, chainable API that JS arrays offer works really well with React's functional model. The purpose of this library is to make other types of data just as easy to work with by mirroring the Array API whenever possible, keeping immutability and chaining as first class features. It is not just for React developers, but anybody who has to manipulate data and hates having to write `if` statements. The library has zero runtime dependencies and 100% test coverage. https://github.com/schwartzworld/schtate December 21, 2022 at 07:45AM

Show HN: Protein Monster (Net Art, NSFW) https://news.ycombinator.com/item?id=34072745

Show HN: Protein Monster (Net Art, NSFW) https://protein.monster/duvet/ December 20, 2022 at 01:20PM

Show HN: Txtai 5.2 released: open-source semantic search https://news.ycombinator.com/item?id=34079703

Show HN: Txtai 5.2 released: open-source semantic search https://github.com/neuml/txtai December 21, 2022 at 04:20AM

Show HN: ChatGPT developed an NPM package to check if jemalloc is installed https://news.ycombinator.com/item?id=34074970

Show HN: ChatGPT developed an NPM package to check if jemalloc is installed https://github.com/smashah/jemalloc-check December 20, 2022 at 04:22PM

Monday, December 19, 2022

Show HN: A new word game with a travel theme https://news.ycombinator.com/item?id=34058925

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://platesacrossamerica.com/demo/puzzle December 19, 2022 at 02:50PM

Show HN: Desktop Search Powered by Elasticsearch https://news.ycombinator.com/item?id=34053217

Show HN: Desktop Search Powered by Elasticsearch https://alexmarquardt.com/es-local-indexer-desktop-search-built-with-elasticsearch/ December 19, 2022 at 07:31AM

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 19, 2022 at 03:08PM
https://www.sfmta.com/blog/upcoming-capacity-indicators

Show HN: Shell script for playing music from YT with a text queue file and mpv https://news.ycombinator.com/item?id=34058516

Show HN: Shell script for playing music from YT with a text queue file and mpv Hi, I am kind of hesitant to post this because I wrote this myself and it's definitely not polished but I thought people might find it useful considering some of the music related things I have seen posted here. This doesn't have anything fancy like a recommendation system or pretty ui but it makes it very easy to listen to music and keep a history of what you've listened to. If it means anything, this is the only thing I use for music playing. Features: - Everything is a text file (queue, your listen/artist history)! - Mpv as music player (you can control or get info using the ipc socket the script opens) - Download songs after you've listened to it a chosen amount - Fzf to search music - Add playlists from the cli - Manage queue from the cli, fzf, or vim - Run arbitrary commands on song change - Search and play or select from search results Here is a demo: https://www.reddit.com/r/unixporn/comments/woasvu/oc_ytmp_yo... and the repo: https://github.com/ifeelalright1970/ytmp/ https://github.com/ifeelalright1970/ytmp December 19, 2022 at 02:16PM

Show HN: Fort.js – A modern progress bar for form completion https://news.ycombinator.com/item?id=34057299

Show HN: Fort.js – A modern progress bar for form completion https://github.com/idriskhenchil/Fort.js December 19, 2022 at 12:35PM

Show HN: Infisical – open-source secrets manager https://news.ycombinator.com/item?id=34055132

Show HN: Infisical – open-source secrets manager Last month, we open-sourced Infisical ( https://github.com/Infisical/infisical ) - a simple, end-to-end encrypted tool to sync environment variables across your team and infrastructure. You can use it to store environment variables and inject them into your applications locally or into CI/CD and production infrastructure. It can be used with any language/framework and is platform independent with a super easy setup. We know secret managers exist but, in our experience, they’re too complicated, not comprehensive, not user-friendly, or a mix of all three — other nicer ones are closed-source and don’t have self-hosted options available. That’s why we’re on a mission to make secret management more accessible to every developer — not just security teams. We’ve launched this repo under the MIT license so any developer can use the tool. The goal is to not charge individual developers. We make money by charging a license fee for some future enterprise features as well as providing a hosted version and support. In the coming weeks, we plan to add features like key rotation, access logs + more integrations. We’d love to hear your thoughts and any feature requests! Give it a try ( https://github.com/Infisical/infisical ), and let us know what you think! Main website: https://infisical.com/ https://github.com/Infisical/infisical December 19, 2022 at 09:52AM

Show HN: Real or AI? A game to spot DALL-E 2 generated images https://news.ycombinator.com/item?id=34051089

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://real-or-fake-the-ai-game.onrender.com/ December 19, 2022 at 03:57AM

Sunday, December 18, 2022

Show HN: Screen Studio – Beautiful screen recordings in minutes https://news.ycombinator.com/item?id=34045110

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://www.screen.studio/ December 18, 2022 at 03:00PM

Show HN: View Reddit Images by Topic https://news.ycombinator.com/item?id=34048038

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://reddit-images-ten.vercel.app/ December 18, 2022 at 07:25PM

Show HN: Share Mastodon link in an untraditional way https://news.ycombinator.com/item?id=34046105

Show HN: Share Mastodon link in an untraditional way https://mustafauysal.github.io/link-share/ December 18, 2022 at 04:03PM

Show HN: Log in to Mastodon with your Twitter account https://news.ycombinator.com/item?id=34045737

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 18, 2022 at 03:38PM

Show HN: Reindeer Replacements: Solving a children's logic puzzle with OR-Tools https://news.ycombinator.com/item?id=34036974

Show HN: Reindeer Replacements: Solving a children's logic puzzle with OR-Tools https://wjholden.com/reindeer.html December 18, 2022 at 04:12AM

Show HN: Laravel Documentation Bot https://news.ycombinator.com/item?id=34036429

Show HN: Laravel Documentation Bot https://laradocai.ahmadrosid.com/ December 18, 2022 at 02:29AM

Saturday, December 17, 2022

Show HN: Speleomorph, an Exploration Puzzle https://news.ycombinator.com/item?id=34032087

Show HN: Speleomorph, an Exploration Puzzle https://hcs64.itch.io/speleomorph December 17, 2022 at 12:49PM

Show HN: Create keepsakes for your loved ones using AI https://news.ycombinator.com/item?id=34031173

Show HN: Create keepsakes for your loved ones using AI https://lovelines.xyz December 17, 2022 at 11:21AM

Show HN: bstruct – Declarative and efficient binary parsing in Python https://news.ycombinator.com/item?id=34030000

Show HN: bstruct – Declarative and efficient binary parsing in Python https://github.com/flxbe/bstruct December 17, 2022 at 09:32AM

Show HN: baseline – a free, open-source journaling and mood tracking app https://news.ycombinator.com/item?id=34029433

Show HN: baseline – a free, open-source journaling and mood tracking app Hey HN! I recently released baseline, a journaling and mood tracking app for iOS, Android, and web. If you've been looking for a better journal, or just want to work on your mental health, you should check it out! It includes: - Simple and fast journaling — just open the app and start typing. - Visualizations to help you understand your progress over time. - Screeners to help you better understand what you might be struggling with. - Customizable notifications to help you build journaling into your daily routine. - Strong privacy — personal data is encrypted with user-specific keys that I can’t access. This app started as a personal project for my own mental health, and it really helped me out — so now here we are! Again, if you've wanted to try journaling or just want to start working on your mental health, I really recommend trying it out. I'll also be here all day to answer any questions y'all have. Thanks so much :) https://getbaseline.app December 17, 2022 at 08:45AM

Show HN: Auto-Generate Python REST API Clients Using OpenAPI Generator https://news.ycombinator.com/item?id=34028401

Show HN: Auto-Generate Python REST API Clients Using OpenAPI Generator Hi all, We've refactored the Python client generator in OpenAPI Generator(http://github.com/openapitools/openapi-generator). To give it a try, please follow 3 simple steps below: 1. Download the Java JAR: https://oss.sonatype.org/content/repositories/snapshots/org/openapitools/openapi-generator-cli/6.3.0-SNAPSHOT/openapi-generator-cli-6.3.0-20221217.085631-50.jar 2. Rename the JAR as "openapi-generator-cli.jar" 3. Execute the following command to run the generator for the PetStore API: https://raw.githubusercontent.com/OpenAPITools/openapi-generator/master/modules/openapi-generator/src/test/resources/3_0/petstore.yaml Mac/Linux: $ java -jar openapi-generator-cli.jar generate -g python-nextgen -i https://raw.githubusercontent.com/OpenAPITools/openapi-generator/master/modules/openapi-generator/src/test/resources/3_0/petstore.yaml -o /var/tmp/python-nextgen/ Windows: $ java -jar openapi-generator-cli.jar generate -g python-nextgen -i https://raw.githubusercontent.com/OpenAPITools/openapi-generator/master/modules/openapi-generator/src/test/resources/3_0/petstore.yaml -o C:\tmp\python-nextgen (If JVM is not installed in your machine, please use openapi-genreator-cli docker image instead: https://hub.docker.com/r/openapitools/openapi-generator-cli) If you've any feedback or question, please reply to https://github.com/OpenAPITools/openapi-generator/pull/14157 to let me know. December 17, 2022 at 07:16AM

Show HN: A magic frame you can prompt to show generated art to an e-ink display https://news.ycombinator.com/item?id=34024553

Show HN: A magic frame you can prompt to show generated art to an e-ink display https://github.com/SamBroner/magic-frame December 16, 2022 at 08:11PM

Friday, December 16, 2022

Show HN: I made a Slack bot that qualifies your sign-ups using GPT-3 https://news.ycombinator.com/item?id=34001017

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://qualify.june.so/ December 15, 2022 at 07:30AM

Show HN: Chat with AI Jesus, Buddha, Obama, Gary Vee, and Dr. Peterson https://news.ycombinator.com/item?id=34018891

Show HN: Chat with AI Jesus, Buddha, Obama, Gary Vee, and Dr. Peterson https://gpt.chat/ December 16, 2022 at 11:23AM

Show HN: Sendie – A Twitter Alternative https://news.ycombinator.com/item?id=34018547

Show HN: Sendie – A Twitter Alternative I have been building a twitter alternative. The central core features are in place. Running on postgres with uuid6 ID's seems to have turned out really nicely for this data type. It's got the feed and reposts and following users and all the main things that are central to a twitter-like feed. Still pretty rough around the edges. I'm still finding little off quirks all the time to clean up. It's been a fun project though and I plan to continue working on this as I have about a dozen ideas I want to add to it. https://sendie.com December 16, 2022 at 10:58AM

Show HN: The easiest way to run a brainstorm, supercharged with A.I https://news.ycombinator.com/item?id=34018355

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 16, 2022 at 10:41AM

Show HN: MyJekyllBlog - an open source CMS and web host for Jekyll blogs https://news.ycombinator.com/item?id=34016754

Show HN: MyJekyllBlog - an open source CMS and web host for Jekyll blogs https://github.com/symkat/MyJekyllBlog December 16, 2022 at 08:47AM

Show HN: forma: An efficient vector-graphics renderer https://news.ycombinator.com/item?id=34015953

Show HN: forma: An efficient vector-graphics renderer https://github.com/google/forma December 16, 2022 at 07:53AM

Show HN: LeanQt Widgets, item and graphic views – GUI feature complete https://news.ycombinator.com/item?id=34014062

Show HN: LeanQt Widgets, item and graphic views – GUI feature complete https://github.com/rochus-keller/LeanQt/releases/tag/2022-12-16 December 16, 2022 at 05:01AM

Show HN: Rapid Reply – GPT-3 AI Email Assistant for Busy Founders https://news.ycombinator.com/item?id=34012022

Show HN: Rapid Reply – GPT-3 AI Email Assistant for Busy Founders Hi HN, I created Rapid Reply for founders, execs and managers who get 30+ emails a day and want to respond fast and polite. It also helps you overcome writers block. Let me know if you have questions. https://rapidreply.ai December 16, 2022 at 12:00AM

Thursday, December 15, 2022

Show HN: Readwise Reader, an all-in-one reading app https://news.ycombinator.com/item?id=34006202

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://blog.readwise.io/the-next-chapter-of-reader-public-b... 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://readwise.io/read December 15, 2022 at 01:44PM

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 15, 2022 at 11:22AM
https://www.sfmta.com/blog/brief-history-t-third-part-2-1980s-2023

Show HN: AI Avatar Image Generator Based on Other AI Images https://news.ycombinator.com/item?id=34000315

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://alterego-ai.com/ December 15, 2022 at 06:49AM

Show HN: Ellie – Your GPT-3 email assistant https://news.ycombinator.com/item?id=34001656

Show HN: Ellie – Your GPT-3 email assistant https://ellieai.com December 15, 2022 at 08:11AM

Show HN: Complete catalog of data connectors and ETL providers https://news.ycombinator.com/item?id=34000101

Show HN: Complete catalog of data connectors and ETL providers My team built this free open-source catalog that allows anyone to search through any data connector/source. There's a list of ETL providers for each so your analytics and BI projects can be as comprehensive as possible. https://connectorcatalog.com/ December 15, 2022 at 06:37AM

Wednesday, December 14, 2022

Show HN: Good Tech Things, a collection of cloud and software engineering comics https://news.ycombinator.com/item?id=33989578

Show HN: Good Tech Things, a collection of cloud and software engineering comics https://www.goodtechthings.com/ December 14, 2022 at 12:08PM

Show HN: TumorPictures.com (NSFW) https://news.ycombinator.com/item?id=33987528

Show HN: TumorPictures.com (NSFW) https://tumorpictures.com/ December 14, 2022 at 10:23AM

Show HN: Software for Remote GPU-over-IP https://news.ycombinator.com/item?id=33985550

Show HN: Software for Remote GPU-over-IP We built installable software for Windows & Linux that makes any remote Nvidia GPU accessible to, and shareable across, any number of remote clients running local applications, all over standard networking. https://github.com/Juice-Labs/Juice-Labs/wiki December 14, 2022 at 08:10AM

Show HN: iPhone Camera + Google Maps = Vlogoscope https://news.ycombinator.com/item?id=33984309

Show HN: iPhone Camera + Google Maps = Vlogoscope https://apps.apple.com/us/app/vlogoscope/id6444421243 December 14, 2022 at 07:01AM

Show HN -- Quibbler: Your Data – Interactive https://news.ycombinator.com/item?id=33983089

Show HN -- Quibbler: Your Data – Interactive https://github.com/Technion-Kishony-lab/quibbler December 14, 2022 at 05:21AM

Show HN: Mailsociety: A revolutionary new take on email, transforming the inbox https://news.ycombinator.com/item?id=33981741

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://www.mailsociety.co/ December 14, 2022 at 02:02AM

Tuesday, December 13, 2022

Show HN: NixOS Web Hosting for Everyone https://news.ycombinator.com/item?id=33974279

Show HN: NixOS Web Hosting for Everyone https://shipnix.io/ December 13, 2022 at 11:20AM

Show HN: XP1 – A GPT-based Assistant with access to the browser Tabs https://news.ycombinator.com/item?id=33970570

Show HN: XP1 – A GPT-based Assistant with access to the browser Tabs XP1 is an assistant based on GPT with access to your browser tabs content. It is geared (prompted) towards productivity and can be used to help you with your daily tasks (answering emails, summarizing, extracting structured data from unstructured text, ...) https://xp1.dust.tt December 13, 2022 at 07:57AM

Show HN: Line counter – web tool for counting number of line in text https://news.ycombinator.com/item?id=33971479

Show HN: Line counter – web tool for counting number of line in text https://linecounter.co/ December 13, 2022 at 08:50AM

Show HN: Plural.sh-Deploy, secure and scale open-source apps on your cloud https://news.ycombinator.com/item?id=33970180

Show HN: Plural.sh-Deploy, secure and scale open-source apps on your cloud https://github.com/pluralsh/plural December 13, 2022 at 07:34AM

Show HN: We scaled Git to support 1 TB repos https://news.ycombinator.com/item?id=33969908

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://xethub.com/assets/docs/how-xet-deduplication-works 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://xetdata.com/blog/2022/10/15/why-xetdata - https://xetdata.com/blog/2022/12/13/introducing-xethub https://xethub.com/user/login December 13, 2022 at 07:14AM

Show HN: Monitor a Twitter handle and get notified when it becomes available https://news.ycombinator.com/item?id=33967930

Show HN: Monitor a Twitter handle and get notified when it becomes available https://handle.horse December 13, 2022 at 04:21AM

Monday, December 12, 2022

Show HN: Create auto-updating charts-as-images with low-code/nocode https://news.ycombinator.com/item?id=33959774

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://editor.image-charts.com/?tab_editor=gallery#https:/i... ) 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://documentation.image-charts.com/reference/background-... How-to progress bars: [ https://documentation.image-charts.com/progress-bar-charts/]... 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://www.image-charts.com/ December 12, 2022 at 12:26PM

Show HN: Obsidian: Insert conversation starters generated by AI in your notes https://news.ycombinator.com/item?id=33956898

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://github.com/SilentVoid13/Templater/discussions/952 December 12, 2022 at 08:49AM

Show HN: Load Testing Made Easy with Ddosify https://news.ycombinator.com/item?id=33954672

Show HN: Load Testing Made Easy with Ddosify https://github.com/ddosify/ddosify December 12, 2022 at 06:01AM

Show HN: Embed a snow effect on your website https://news.ycombinator.com/item?id=33954925

Show HN: Embed a snow effect on your website Embed a snow effect on your website with one line of code (~1.3kB), and add some Christmas magic to your websites. A quick weekend project :) https://embed.im/snow/ December 12, 2022 at 06:27AM

Show HN: Train your own image generator (Stable Diffusion) for free https://news.ycombinator.com/item?id=33954129

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://app.88stacks.com/image/O6kReClOvrz7 and here is an example of using it for people: https://app.88stacks.com/image/nOpdvCwx6kb7 and an example for using it for styles: https://app.88stacks.com/image/zyjw6CmEgk2d 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 04:52AM

Show HN: Use ChatGPT in Jupyter notebooks via a Chrome extension https://news.ycombinator.com/item?id=33950593

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://news.ycombinator.com/item?id=33853773 https://github.com/jflam/chat-gpt-jupyter-extension December 11, 2022 at 07:39PM

Sunday, December 11, 2022

Show HN: Prompt Engineering Course https://news.ycombinator.com/item?id=33943522

Show HN: Prompt Engineering Course https://learnprompting.org/ December 11, 2022 at 06:31AM

Show HN: Predict team ranks in sports and video games with openskill.py https://news.ycombinator.com/item?id=33941862

Show HN: Predict team ranks in sports and video games with openskill.py You can now predict the ranks of a team of players since v3.2.0 of openskill.py. OpenSkill is a rating system designed for complex n-team, n-player matchups and is ready out of the box with 5 different models and 3 prediction functions to suit your needs whether it be building video game leaderboards, matchmaking players or predicting how well a sports team will do. OpenSkill is not only up-to 20x faster, it is also now has the same accuracy as TrueSkill and sometimes even more (we benchmark against TrueSkill's implementation of win prediction). There are also no implementations of TrueSkill that are free from patent and trademark issues. It's time to ditch Elo and TrueSkill for good. https://github.com/OpenDebates/openskill.py December 11, 2022 at 02:11AM

Show HN: AI-powered message replies assistant https://news.ycombinator.com/item?id=33940786

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://howtoreplyto.com/ https://howtoreplyto.com/ December 10, 2022 at 10:50PM

Show HN: Webbench, a WASM Based Benchmark https://news.ycombinator.com/item?id=33941416

Show HN: Webbench, a WASM Based Benchmark https://mayfield.github.io/webbench/ December 11, 2022 at 12:43AM

Show HN: ChatGPT Prompts and Products https://news.ycombinator.com/item?id=33942386

Show HN: ChatGPT Prompts and Products https://chatgpt.getlaunchlist.com December 11, 2022 at 03:45AM

Show HN: Hanzi.gg – Wordle-inspired Chinese character guessing game https://news.ycombinator.com/item?id=33941521

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://github.com/kerrickstaley/Chinese-Vocab-List [2] https://github.com/skishore/makemeahanzi https://hanzi.gg December 11, 2022 at 01:05AM

Saturday, December 10, 2022

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: EasyPub.io https://news.ycombinator.com/item?id=33929197


from bitly https://bit.ly/3BmWSXm
via IFTTT

Show HN: Interactive exercises for Linux CLI text processing commands https://news.ycombinator.com/item?id=33931677

Show HN: Interactive exercises for Linux CLI text processing commands Last month, I started learning a Python TUI framework called Textual. After working on a 4x4 board game, I made an interactive app to test your CLI text processing skills with 40 beginner to intermediate level exercises. The app is fairly basic in terms of features — only single input file, so no stdin data, multiple files, etc. Most of the exercises in this app is based on my Computing from the Command Line ebook ( https://learnbyexample.github.io/cli-computing/preface.html ). I hope to improve the TUI app to support all the 200+ exercises sometime next year. https://github.com/learnbyexample/TUI-apps/tree/main/CLI-Exercises December 10, 2022 at 03:19AM

New Capital Entrepreneur LLC Consultants: Show HN: EasyPub.io https://news.ycombinator.com/item?id=33929197


from bitly https://bit.ly/3hdNwX8
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: EasyPub.io https://news.ycombinator.com/item?id=33929197


from bitly https://bit.ly/3hdNwX8
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: EasyPub.io https://news.ycombinator.com/item?id=33929197


from bitly https://bit.ly/3hdNwX8
via IFTTT

Show HN: EasyPub.io https://news.ycombinator.com/item?id=33929197

Show HN: EasyPub.io The free and anonymous online publisher. EasyPub allows you to publish your content to the internet without creating an account or being tracked while maintaining the ability to update or delete your published content. I made this in response to the recent singlepage.cc post. I was confident a system could be developed that was free/fast/anonymous and resilient to attack/overuse without charging $1 per submission. I believe that goal has been met. Let me know what you think. I am going to open source soon. Roadmap: - Advanced auto spam detection - Improved WYSIWYG editor Stack: - Python (Starlette / Asyncio) - Redis (metadata store) - Cloudflare R2 (content store) - Cloudflare CDN / WAF / Proxy / etc.. https://easypub.io/ December 9, 2022 at 06:31PM

Friday, December 9, 2022

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Tamagui v1 Release Candidate https://news.ycombinator.com/item?id=33917645


from bitly https://bit.ly/3VKz9c0
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Tamagui v1 Release Candidate https://news.ycombinator.com/item?id=33917645


from bitly https://bit.ly/3ULJfbf
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Tamagui v1 Release Candidate https://news.ycombinator.com/item?id=33917645


from bitly https://bit.ly/3uEtIj0
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Tamagui v1 Release Candidate https://news.ycombinator.com/item?id=33917645


from bitly https://bit.ly/3uEtIj0
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Tamagui v1 Release Candidate https://news.ycombinator.com/item?id=33917645


from bitly https://bit.ly/3uEtIj0
via IFTTT

Show HN: Tamagui v1 Release Candidate https://news.ycombinator.com/item?id=33917645

Show HN: Tamagui v1 Release Candidate https://tamagui.dev/blog/version-one-release-candidate December 8, 2022 at 09:00PM

Thursday, December 8, 2022

New Capital Entrepreneur LLC Consultants: Show HN: Ezy – open-source gRPC client, alternative to Postman and Insomnia https://news.ycombinator.com/item?id=33906520


from bitly https://bit.ly/3VWAgpf
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Ezy – open-source gRPC client, alternative to Postman and Insomnia https://news.ycombinator.com/item?id=33906520


from bitly https://bit.ly/3VWAgpf
via IFTTT

Show HN: Ezy – open-source gRPC client, alternative to Postman and Insomnia https://news.ycombinator.com/item?id=33906520

Show HN: Ezy – open-source gRPC client, alternative to Postman and Insomnia In this release I have concentrated on user experience: - Full support of shortcuts - Reworked collections management - Notifications - Improved UX gRPC clients I’ve worked with had drawbacks and didn’t fit my use-case in a way I was expecting, since I’ve started working with gRPC 3+ years ago. Since then, I wanted a tool that fits any need in gRPC world. This is why I created ezy. Compared to Insomnia and Postman, ezy offers better streams support, allows you to use Server-Side and Mutual TLS with custom TLS certificates, works with gRPC-Web and has a more slick UI/UX. If you are looking for a gRPC/gRPC-Web client which fits your needs, give ezy a chance! I’d love to hear your feedback and answer any questions regarding ezy. https://github.com/getezy/ezy/releases/tag/v1.0.0-beta.13.2 December 8, 2022 at 02:50AM

Wednesday, December 7, 2022

New Capital Entrepreneur LLC Consultants: Show HN: Vimkey – A browser extension, Use the keyboard to control the browser https://news.ycombinator.com/item?id=33894776


from bitly https://bit.ly/3BiusxX
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Vimkey – A browser extension, Use the keyboard to control the browser https://news.ycombinator.com/item?id=33894776


from bitly https://bit.ly/3BiusxX
via IFTTT

Show HN: Vimkey – A browser extension, Use the keyboard to control the browser https://news.ycombinator.com/item?id=33894776

Show HN: Vimkey – A browser extension, Use the keyboard to control the browser Use the keyboard to control the browser, navigation, scroll, open new pages, trigger click button, etc. reduce your reliance on the mouse & trackpad. Support Chrome, Edge, and Safari (macOS, iPadOS, iOS) No collect any private information. https://github.com/Haojen/vimkey December 7, 2022 at 06:38AM

New Capital Entrepreneur LLC Consultants: Show HN: Port of OpenAI's Whisper model in C/C++ https://news.ycombinator.com/item?id=33877893


from bitly https://bit.ly/3Y6l6ik
via IFTTT

Show HN: Port of OpenAI's Whisper model in C/C++ https://news.ycombinator.com/item?id=33877893

Show HN: Port of OpenAI's Whisper model in C/C++ Hi HN, OpenAI recently released a model for automatic speech recognition called Whisper [0]. I decided to reimplement the inference of the model from scratch using C/C++. To achieve this I implemented a minimalistic tensor library in C and ported the high-level architecture of the model in C++. The entire code is less than 8000 lines of code and is contained in just 2 source files without any third-party dependencies. The Github project is here: https://github.com/ggerganov/whisper.cpp With this implementation I can very easily build and run the model - “make base.en” . It also allows me to run it on a wide range of devices. For example, I have provided examples of running the model on an iPhone, Raspberry Pi 4 and even in a web page via WebAssembly! The implementation runs fully on the CPU and utilizes FP16, AVX intrinsics on x86 architectures and NEON + Accelerate framework on Apple Silicon. The latter is especially efficient and I observe that the inference is about 2-3 times faster compared to the current PyTorch implementation provided by OpenAI when running it on my MacBook M1 Pro. The WASM port utilizes SIMD 128-bit intrinsics - a feature supported in some modern web browsers [1]. I am very happy with the performance that I observe on Apple Silicon devices. I didn’t expect that the Accelerate framework [2] (i.e. CBLAS) offers such a dramatic performance boost for matrix multiplications so I was very pleasantly surprised! To enable the framework in your C/C++ projects, all you have to do is add `-framework Accelerate` to your clang command-line flags. This entire exercise of implementing the Whisper model was very interesting to me and helped me understand a lot about how the transformer architecture works. I also got a lot of positive feedback from people finding and using my project. We brainstormed on a lot of interesting tools that can potentially be created with this library (such as speech-to-text plugin for Vim, RPi4 voice assistant, WASM chat bot, etc). If interested, checkout the “Examples” section and the “Show and tell” discussions for some ideas! Would love to know what you think about this project and about your experience with using the Accelerate framework in any of your projects. Cheers! [0] https://github.com/openai/whisper [1] https://chromestatus.com/feature/6533147810332672 [2] https://developer.apple.com/documentation/accelerate https://github.com/ggerganov/whisper.cpp December 6, 2022 at 02:46AM

Tuesday, December 6, 2022

New Capital Entrepreneur LLC Consultants: Show HN: TinyUX – Grid based low-fi wireframing on your mobile phone https://news.ycombinator.com/item?id=33878873


from bitly https://bit.ly/3h6Rd0P
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: TinyUX – Grid based low-fi wireframing on your mobile phone https://news.ycombinator.com/item?id=33878873


from bitly https://bit.ly/3h6Rd0P
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: TinyUX – Grid based low-fi wireframing on your mobile phone https://news.ycombinator.com/item?id=33878873


from bitly https://bit.ly/3h6Rd0P
via IFTTT

Show HN: TinyUX – Grid based low-fi wireframing on your mobile phone https://news.ycombinator.com/item?id=33878873

Show HN: TinyUX – Grid based low-fi wireframing on your mobile phone You tap icons to create a wireframe, or do some visual brainstorming. Then export the image to share on Slack, Gitlab, etc. I wanted to work on neural net that interprets an imported image of a wireframe, to then manipulate it inside an app. Figured it would be best to first build the wireframing app. So I created TinyUX. It's released as quickly as possible this influenced some choices: - While created in React Native, it's Android only. - It's paid only (~$5). While freemium might make more sense, this was quicker to release, since in-app-purchases in RN is not trivial. First app I created that's not free, so that's an experiment too. - There are no online features, all is stored on the device. Looking to validate with UX designers, but all feedback is welcome. https://www.tinyux.app/ December 6, 2022 at 04:53AM

Monday, December 5, 2022

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: A smart contract and website to tax loss harvest your worthless NFTs https://news.ycombinator.com/item?id=33864507


from bitly https://bit.ly/3BavBYp
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: A smart contract and website to tax loss harvest your worthless NFTs https://news.ycombinator.com/item?id=33864507


from bitly https://bit.ly/3ir8rWX
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: A smart contract and website to tax loss harvest your worthless NFTs https://news.ycombinator.com/item?id=33864507


from bitly https://bit.ly/3UyuYP8
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: A smart contract and website to tax loss harvest your worthless NFTs https://news.ycombinator.com/item?id=33864507


from bitly https://bit.ly/3BavBYp
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: A smart contract and website to tax loss harvest your worthless NFTs https://news.ycombinator.com/item?id=33864507


from bitly https://bit.ly/3h3yByP
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: A smart contract and website to tax loss harvest your worthless NFTs https://news.ycombinator.com/item?id=33864507


from bitly https://bit.ly/3BavBYp
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: A smart contract and website to tax loss harvest your worthless NFTs https://news.ycombinator.com/item?id=33864507


from bitly https://bit.ly/3h3yByP
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: A smart contract and website to tax loss harvest your worthless NFTs https://news.ycombinator.com/item?id=33864507


from bitly https://bit.ly/3h3yByP
via IFTTT

Show HN: A smart contract and website to tax loss harvest your worthless NFTs https://news.ycombinator.com/item?id=33864507

Show HN: A smart contract and website to tax loss harvest your worthless NFTs https://nftlossharvestooor.com/ December 5, 2022 at 04:08AM

Sunday, December 4, 2022

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: GPTLang, a New Programming Language Implemented by ChatGPT https://news.ycombinator.com/item?id=33852572


from bitly https://bit.ly/3uohNWk
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: GPTLang, a New Programming Language Implemented by ChatGPT https://news.ycombinator.com/item?id=33852572


from bitly https://bit.ly/3gYCdC8
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: GPTLang, a New Programming Language Implemented by ChatGPT https://news.ycombinator.com/item?id=33852572


from bitly https://bit.ly/3B7v896
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: GPTLang, a New Programming Language Implemented by ChatGPT https://news.ycombinator.com/item?id=33852572


from bitly https://bit.ly/3B7v896
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: GPTLang, a New Programming Language Implemented by ChatGPT https://news.ycombinator.com/item?id=33852572


from bitly https://bit.ly/3B7v896
via IFTTT

Show HN: GPTLang, a New Programming Language Implemented by ChatGPT https://news.ycombinator.com/item?id=33852572

Show HN: GPTLang, a New Programming Language Implemented by ChatGPT https://github.com/forrestchang/gptlang December 4, 2022 at 03:16AM

Saturday, December 3, 2022

Show HN: Clerkie AI – the code debugging buddy you've always wanted https://news.ycombinator.com/item?id=33840878

Show HN: Clerkie AI – the code debugging buddy you've always wanted https://chrome.google.com/webstore/detail/clerkie-ai/oenpmifpfnikheaolfpabffojfjakfnn December 2, 2022 at 09:19PM

New Capital Entrepreneur LLC Consultants: Show HN: Explore Wikipedia edits made by institutions, companies and governments https://news.ycombinator.com/item?id=33842406


from bitly https://bit.ly/3h3Caou
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Explore Wikipedia edits made by institutions, companies and governments https://news.ycombinator.com/item?id=33842406


from bitly https://bit.ly/3h3Caou
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Explore Wikipedia edits made by institutions, companies and governments https://news.ycombinator.com/item?id=33842406


from bitly https://bit.ly/3h3Caou
via IFTTT

Show HN: Explore Wikipedia edits made by institutions, companies and governments https://news.ycombinator.com/item?id=33842406

Show HN: Explore Wikipedia edits made by institutions, companies and governments Hi HN! Wikiwho is a tool that scans Wikipedia edits and extracts those coming from specific IP ranges associated to known organizations. I've made this as a for-fun side project two years ago. If you want to read more on how it works I've written a short blog article about it here: https://ailef.tech/2020/04/18/discovering-wikipedia-edits-ma... I had already posted it here at the time (previous discussion: https://news.ycombinator.com/item?id=22907200 ) but I've now decided to release the code openly, hence the repost. If you're insterested, you can check the repo here: https://github.com/aileftech/wikiwho http://wikiwho.ailef.tech December 3, 2022 at 02:32AM

Friday, December 2, 2022

Show HN: SecretKeeper – The Secure, Free iOS Password Manager https://news.ycombinator.com/item?id=33830098

Show HN: SecretKeeper – The Secure, Free iOS Password Manager Hi all! I was very disappointed that my favorite password managers for iOS went to a subscription-only model, so I decided to take matters into my own hands. SecretKeeper is a FREE password manager for iOS, allowing you to safely store all of your passwords, banking information, etc. behind a single master password (or Touch ID/Face ID). All of your data is encrypted on-device, and is NEVER shared with a third-party. With SecretKeeper, you can easily auto-fill passwords in Safari, too! I'm still making enhancement to it, so don't hesitate to make suggestions if there are features you'd like to see! https://getsecretkeeper.com December 2, 2022 at 05:21AM

New Capital Entrepreneur LLC Consultants: Show HN: I made a Google Chrome extension automatically with ChatGPT https://news.ycombinator.com/item?id=33828293


from bitly https://bit.ly/3H26ryP
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: I made a Google Chrome extension automatically with ChatGPT https://news.ycombinator.com/item?id=33828293


from bitly https://bit.ly/3H26ryP
via IFTTT

Show HN: I made a Google Chrome extension automatically with ChatGPT https://news.ycombinator.com/item?id=33828293

Show HN: I made a Google Chrome extension automatically with ChatGPT https://github.com/pdparchitect/ChatGPT-Assistant December 2, 2022 at 12:55AM

Thursday, December 1, 2022

New Capital Entrepreneur LLC Consultants: Show HN: Natural Language Processing Demystified (full release/no sign-up req'd) https://news.ycombinator.com/item?id=33815146


from bitly https://bit.ly/3GXL15S
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Natural Language Processing Demystified (full release/no sign-up req'd) https://news.ycombinator.com/item?id=33815146


from bitly https://bit.ly/3GXL15S
via IFTTT

Show HN: Natural Language Processing Demystified (full release/no sign-up req'd) https://news.ycombinator.com/item?id=33815146

Show HN: Natural Language Processing Demystified (full release/no sign-up req'd) Link: https://www.nlpdemystified.org/ Hi HN: After a year of work, I've published my free NLP course. The course helps anyone who knows Python and a bit of math go from the basics to today's mainstream models and frameworks. I strive to balance theory and practice, so every module consists of detailed explanations and slides along with a Colab notebook putting the ideas into practice (in most modules). The notebooks cover how to accomplish everyday NLP tasks including extracting key information, document search, text similarity, text classification, finding topics in documents, summarization, translation, generating text, and question answering. The course is divided into two parts. In part one, we cover text preprocessing, how to turn text into numbers, and multiple ways to classify and search text using "classical" approaches. And along the way, we'll pick up valuable bits on how to use tools such as spaCy and scikit-learn. In part two, we dive into deep learning for NLP. We start with neural network fundamentals and go through embeddings and sequence models until we arrive at transformers and the mainstream models of today. No registration required: https://www.nlpdemystified.org/ December 1, 2022 at 04:00AM

Show HN: We have built a benchmark platform for graph databases https://news.ycombinator.com/item?id=33813781

Show HN: We have built a benchmark platform for graph databases https://memgraph.com/benchgraph/ December 1, 2022 at 12:34AM

Wednesday, November 30, 2022

New Capital Entrepreneur LLC Consultants: Show HN: Basement – a GraphQL API for on-chain Ethereum data https://news.ycombinator.com/item?id=33799124


from bitly https://bit.ly/3H37bnr
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Basement – a GraphQL API for on-chain Ethereum data https://news.ycombinator.com/item?id=33799124


from bitly https://bit.ly/3H37bnr
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Basement – a GraphQL API for on-chain Ethereum data https://news.ycombinator.com/item?id=33799124


from bitly https://bit.ly/3H37bnr
via IFTTT

Show HN: Glitch – open-source Twitch Like Platform https://news.ycombinator.com/item?id=33799409

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

Show HN: Basement – a GraphQL API for on-chain Ethereum data https://news.ycombinator.com/item?id=33799124

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

Tuesday, November 29, 2022

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Daily QRCode https://news.ycombinator.com/item?id=33787149


from bitly https://bit.ly/3ucczNo
via IFTTT

Show HN: Real-World Datasets for Benchmarking Object Detection Models https://news.ycombinator.com/item?id=33788603

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

New Capital Entrepreneur LLC Consultants: Show HN: Daily QRCode https://news.ycombinator.com/item?id=33787149


from bitly https://bit.ly/3OMXs6d
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Daily QRCode https://news.ycombinator.com/item?id=33787149


from bitly https://bit.ly/3OMXs6d
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Daily QRCode https://news.ycombinator.com/item?id=33787149


from bitly https://bit.ly/3OMXs6d
via IFTTT

Show HN: Daily QRCode https://news.ycombinator.com/item?id=33787149

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

Monday, November 28, 2022

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Phoenix10.1, a Personalized Radio Station https://news.ycombinator.com/item?id=33772450


from bitly https://bit.ly/3XGfUBw
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Phoenix10.1, a Personalized Radio Station https://news.ycombinator.com/item?id=33772450


from bitly https://bit.ly/3F7f5KN
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Phoenix10.1, a Personalized Radio Station https://news.ycombinator.com/item?id=33772450


from bitly https://bit.ly/3XCjXyX
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Phoenix10.1, a Personalized Radio Station https://news.ycombinator.com/item?id=33772450


from bitly https://bit.ly/3XCjXyX
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Phoenix10.1, a Personalized Radio Station https://news.ycombinator.com/item?id=33772450


from bitly https://bit.ly/3XCjXyX
via IFTTT

Show HN: Phoenix10.1, a Personalized Radio Station https://news.ycombinator.com/item?id=33772450

Show HN: Phoenix10.1, a Personalized Radio Station https://github.com/pncnmnp/phoenix10.1 November 28, 2022 at 03:49AM

Sunday, November 27, 2022

Show HN: A Simple CI/CD Demo of GitHub Actions to EKS https://news.ycombinator.com/item?id=33760794

Show HN: A Simple CI/CD Demo of GitHub Actions to EKS https://github.com/james-ransom/eks-gha-auto-deploy-fortune November 26, 2022 at 10:03PM

Saturday, November 26, 2022

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Understanding Braids (digital audio synthesis 101) https://news.ycombinator.com/item?id=33750959


from bitly https://bit.ly/3U7xZpq
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Understanding Braids (digital audio synthesis 101) https://news.ycombinator.com/item?id=33750959


from bitly https://bit.ly/3XApA0v
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Understanding Braids (digital audio synthesis 101) https://news.ycombinator.com/item?id=33750959


from bitly https://bit.ly/3XApA0v
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Understanding Braids (digital audio synthesis 101) https://news.ycombinator.com/item?id=33750959


from bitly https://bit.ly/3XApA0v
via IFTTT

Show HN: Understanding Braids (digital audio synthesis 101) https://news.ycombinator.com/item?id=33750959

Show HN: Understanding Braids (digital audio synthesis 101) https://weenoisemaker.com/blog/2022/11/22/understanding-braids.html November 26, 2022 at 12:26AM

Friday, November 25, 2022

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Recycle your old Spotify playlists into new ones https://news.ycombinator.com/item?id=33742014


from bitly https://bit.ly/3XxMO7t
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Recycle your old Spotify playlists into new ones https://news.ycombinator.com/item?id=33742014


from bitly https://bit.ly/3EWPLWX
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Recycle your old Spotify playlists into new ones https://news.ycombinator.com/item?id=33742014


from bitly https://bit.ly/3tVzNHr
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Recycle your old Spotify playlists into new ones https://news.ycombinator.com/item?id=33742014


from bitly https://bit.ly/3tVzNHr
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Recycle your old Spotify playlists into new ones https://news.ycombinator.com/item?id=33742014


from bitly https://bit.ly/3tVzNHr
via IFTTT

Show HN: Recycle your old Spotify playlists into new ones https://news.ycombinator.com/item?id=33742014

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

Thursday, November 24, 2022

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Automated Stair Lighting Project https://news.ycombinator.com/item?id=33728884


from bitly https://bit.ly/3VjXCot
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Automated Stair Lighting Project https://news.ycombinator.com/item?id=33728884


from bitly https://bit.ly/3i8yPoC
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Automated Stair Lighting Project https://news.ycombinator.com/item?id=33728884


from bitly https://bit.ly/3AGBo7N
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Automated Stair Lighting Project https://news.ycombinator.com/item?id=33728884


from bitly https://bit.ly/3AGBo7N
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Automated Stair Lighting Project https://news.ycombinator.com/item?id=33728884


from bitly https://bit.ly/3AGBo7N
via IFTTT

Show HN: Automated Stair Lighting Project https://news.ycombinator.com/item?id=33728884

Show HN: Automated Stair Lighting Project https://www.edn.com/automated-stair-lighting-project/ November 24, 2022 at 12:11AM

Wednesday, November 23, 2022

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: I've made awesome.blackfriday to showcase great deals for software apps https://news.ycombinator.com/item?id=33717019


from bitly https://bit.ly/3EWTchk
via IFTTT

Show HN: Tool to detect the source of the data leak https://news.ycombinator.com/item?id=33717148

Show HN: Tool to detect the source of the data leak https://www.youtube.com/watch?v=RmWt_UeIo08 November 23, 2022 at 01:52AM

New Capital Entrepreneur LLC Consultants: Show HN: I've made awesome.blackfriday to showcase great deals for software apps https://news.ycombinator.com/item?id=33717019


from bitly https://bit.ly/3TWe8ct
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: I've made awesome.blackfriday to showcase great deals for software apps https://news.ycombinator.com/item?id=33717019


from bitly https://bit.ly/3TWe8ct
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: I've made awesome.blackfriday to showcase great deals for software apps https://news.ycombinator.com/item?id=33717019


from bitly https://bit.ly/3TWe8ct
via IFTTT

Show HN: I've made awesome.blackfriday to showcase great deals for software apps https://news.ycombinator.com/item?id=33717019

Show HN: I've made awesome.blackfriday to showcase great deals for software apps https://www.awesome.blackfriday/ November 23, 2022 at 01:34AM

Tuesday, November 22, 2022

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: OKSolar: Improving Solarized using the OKLab perceptual colorspace https://news.ycombinator.com/item?id=33674649


from bitly https://bit.ly/3Es3GDW
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: OKSolar: Improving Solarized using the OKLab perceptual colorspace https://news.ycombinator.com/item?id=33674649


from bitly https://bit.ly/3gv6EiX
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: OKSolar: Improving Solarized using the OKLab perceptual colorspace https://news.ycombinator.com/item?id=33674649


from bitly https://bit.ly/3gv6EiX
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: OKSolar: Improving Solarized using the OKLab perceptual colorspace https://news.ycombinator.com/item?id=33674649


from bitly https://bit.ly/3gv6EiX
via IFTTT

Show HN: OKSolar: Improving Solarized using the OKLab perceptual colorspace https://news.ycombinator.com/item?id=33674649

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

Monday, November 21, 2022

New Capital Entrepreneur LLC Consultants: Show HN: Buzz, strongly typed scripting language written in Zig https://news.ycombinator.com/item?id=33690989


from bitly https://bit.ly/3GwMYpC
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Buzz, strongly typed scripting language written in Zig https://news.ycombinator.com/item?id=33690989


from bitly https://bit.ly/3Oopx3G
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Buzz, strongly typed scripting language written in Zig https://news.ycombinator.com/item?id=33690989


from bitly https://bit.ly/3GwMYpC
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Buzz, strongly typed scripting language written in Zig https://news.ycombinator.com/item?id=33690989


from bitly https://bit.ly/3GwMYpC
via IFTTT

Show HN: Buzz, strongly typed scripting language written in Zig https://news.ycombinator.com/item?id=33690989

Show HN: Buzz, strongly typed scripting language written in Zig https://github.com/buzz-language/buzz November 21, 2022 at 02:29AM

Saturday, November 19, 2022

New Capital Entrepreneur LLC Consultants: Show HN: Generate certificates using an API and Figma templates https://news.ycombinator.com/item?id=33670137


from bitly https://bit.ly/3OiCJqR
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: A Browser-Based First Programming Language – Easier Than Python https://news.ycombinator.com/item?id=33670353


from bitly https://bit.ly/3V7FIEI
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Generate certificates using an API and Figma templates https://news.ycombinator.com/item?id=33670137


from bitly https://bit.ly/3OiCJqR
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: A Browser-Based First Programming Language – Easier Than Python https://news.ycombinator.com/item?id=33670353


from bitly https://bit.ly/3V7FIEI
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Generate certificates using an API and Figma templates https://news.ycombinator.com/item?id=33670137


from bitly https://bit.ly/3OiCJqR
via IFTTT

Show HN: A Browser-Based First Programming Language – Easier Than Python https://news.ycombinator.com/item?id=33670353

Show HN: A Browser-Based First Programming Language – Easier Than Python https://easylang.online/ide/#tut=1 November 19, 2022 at 06:27AM

Show HN: Generate certificates using an API and Figma templates https://news.ycombinator.com/item?id=33670137

Show HN: Generate certificates using an API and Figma templates https://pikmaker.com/blog/auto-generating-certificates-using-figma November 19, 2022 at 06:05AM

Friday, November 18, 2022

Show HN: Get AWS Credentials in GitHub Codespaces https://news.ycombinator.com/item?id=33654688

Show HN: Get AWS Credentials in GitHub Codespaces hey everyone I've written a devcontainer feature that allows you to get AWS credentials for a role in GitHub Codespaces. No copy paste of AWS tokens needed! Let me know what you think! https://github.com/saml-to/devcontainer-features/blob/main/src/assume-aws-role/README.md November 18, 2022 at 05:54AM

New Capital Entrepreneur LLC Consultants: Show HN: C++17 RISC-V RV32/64/128 userspace emulator library https://news.ycombinator.com/item?id=33652117


from bitly https://bit.ly/3Vpqds7
via IFTTT

Show HN: C++17 RISC-V RV32/64/128 userspace emulator library https://news.ycombinator.com/item?id=33652117

Show HN: C++17 RISC-V RV32/64/128 userspace emulator library https://github.com/fwsGonzo/libriscv November 18, 2022 at 01:00AM

Thursday, November 17, 2022

New Capital Entrepreneur LLC Consultants: Show HN: MERN stack on steroids for SaaS Boilerplate, rebuilt with Modern Tech https://news.ycombinator.com/item?id=33638234


from bitly https://bit.ly/3X5g4m1
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: MERN stack on steroids for SaaS Boilerplate, rebuilt with Modern Tech https://news.ycombinator.com/item?id=33638234


from bitly https://bit.ly/3X5g4m1
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: MERN stack on steroids for SaaS Boilerplate, rebuilt with Modern Tech https://news.ycombinator.com/item?id=33638234


from bitly https://bit.ly/3X5g4m1
via IFTTT

Show HN: MERN stack on steroids for SaaS Boilerplate, rebuilt with Modern Tech https://news.ycombinator.com/item?id=33638234

Show HN: MERN stack on steroids for SaaS Boilerplate, rebuilt with Modern Tech https://modernmern.com November 17, 2022 at 04:56AM

Wednesday, November 16, 2022

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: A drop-in GDPR-safe Google-font replacement for GitHub pages https://news.ycombinator.com/item?id=33621803


from bitly https://bit.ly/3UF8lte
via IFTTT

Show HN: A simple, terminal game of liar's dice for human, computer and AI https://news.ycombinator.com/item?id=33619502

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

New Capital Entrepreneur LLC Consultants: Show HN: A drop-in GDPR-safe Google-font replacement for GitHub pages https://news.ycombinator.com/item?id=33621803


from bitly https://bit.ly/3TAv5co
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: A drop-in GDPR-safe Google-font replacement for GitHub pages https://news.ycombinator.com/item?id=33621803


from bitly https://bit.ly/3UF8lte
via IFTTT