Featured Post

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

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

Saturday, December 31, 2022

Recommended Recipe for you:

Weather report button

Show HN: My programming language, building in public for 1 year https://ift.tt/OxRTFrt

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://ift.tt/OV80exl December 31, 2022 at 06:42PM

Show HN: Integrate user auth more quickly https://ift.tt/PBI68mS

Show HN: Integrate user auth more quickly https://ift.tt/oYaG6bU December 31, 2022 at 05:53AM

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

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

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

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

Friday, December 30, 2022

Recommended Recipe for you:

Reverse 1p Savings Challenge

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

Show HN: Advent of Code 2022 (only first eight in different langs) Tried/revisited/used: Elixir, Haskell, Python, Rust, JS, Rust-WASM, TypeScript, Java. With READMEs for each https://ift.tt/cpVAeIY December 30, 2022 at 05:36PM

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

Show HN: Graphic AI Art Assistant for WhatsApp https://ift.tt/0Ec9a8L December 30, 2022 at 04:27PM

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

Show HN: Scripting language inspired by JavaScript and GLSL I'm working on a scripting-language heavily inspired by Javascript and GLSL. The idea is to use this for a game engine I'm working on. https://ift.tt/2r7PnNu December 29, 2022 at 05:16PM

Show HN: BingeTheTube: binge YouTube channels from oldest to latest https://ift.tt/CQAra5K

Show HN: BingeTheTube: binge YouTube channels from oldest to latest Briefly, what the app does: 1. Points to a reverse playlist(an actual youtube playlist) for a channel. 2. Ability to skip to a position in playlist from beginning. 3. Request any new channel you would like to have a reverse playlist for ! Usage eg: - Using the above you can skip to say 100th video from begining in a channel (e.g CaseeyNeistat Vlog) and keep watching on youtube app (without going back to bingethetube.com). - Come back next day and resume watching from say video 120 without a lot of scrolling Useful if you like to follow a creators youtube journey or old Vlogs ! https://ift.tt/Z9ceAw8 December 30, 2022 at 04:58AM

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

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

Thursday, December 29, 2022

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

Show HN: A hypermedia-driven app based on htmx and Drogon C++ web framework https://ift.tt/KZ1plnF December 29, 2022 at 05:10PM

Show HN: CFR Explorer – Finding aviation answers using AI https://ift.tt/5PzE9iq

Show HN: CFR Explorer – Finding aviation answers using AI I've been wondering how can recent advances in AI can help with exploring regulations (currently related to aviation). Here is a beta app which uses embeddings to search and then uses GPT to quickly provide pilots with answers to aviation regulations in Title 14. Please note that this is a beta version, so errors may occur and you should always verify the response. I welcome feedback and suggestions to help improve the app. If you find an answer helpful, don't forget to give it a thumbs up, and if you think an answer could be improved, please give it a thumbs down. https://ift.tt/7dR41T8 December 29, 2022 at 03:36PM

Show HN: A 90s retro game called “Crystal Cave” https://ift.tt/JjsKEz6

Show HN: A 90s retro game called “Crystal Cave” Been very nostalgic seeing this, reminded me of the games back in the day. https://ift.tt/OlAENi0 December 29, 2022 at 10:39AM

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

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

Wednesday, December 28, 2022

Recommended Recipe for you:

Send a message to LINE every day

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

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

Show HN: Helix, a Framework for AI Systems https://ift.tt/J5ztWaM

Show HN: Helix, a Framework for AI Systems https://ift.tt/cBploTd December 28, 2022 at 03:44PM

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 03:33PM
https://ift.tt/60SU7wD

Show HN: Pbproxy – Send your clipboard anywhere you can ssh https://ift.tt/oiTKXA8

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://ift.tt/F4UvK8Y December 28, 2022 at 04:12AM

Show HN: This Is How ChatGPT Will Be Monetized https://ift.tt/4ZMLyCa

Show HN: This Is How ChatGPT Will Be Monetized https://ift.tt/i0fl1Du December 28, 2022 at 12:14PM

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

Show HN: Get user feedback. Make it a conversation https://feedbakk.io/ December 28, 2022 at 02:57AM

Tuesday, December 27, 2022

Show HN: Rototill a Node.js library to make type-safe routes for Express https://ift.tt/n6kPBMK

Show HN: Rototill a Node.js library to make type-safe routes for Express https://ift.tt/xbUFoBt December 27, 2022 at 11:01AM

Space Image

https://ift.tt/NRLYeGh

Show HN: I built a simple CLI helper integrating with GPT-3 https://ift.tt/d74CGke

Show HN: I built a simple CLI helper integrating with GPT-3 Hi all! I don’t think CHATGPT has gone unnoticed by anyone here on Hackernews. I’ve myself played around a bit with it, but felt it was annoying to always have to log into their GUI to ask the questions. To scratch my own itch and at the same time learn more about how to write my own command line interface, I created 'askai'. 'askai' is a simple CLI integration with OpenAI’s GPT3 models. I’ve primarily used it to get quick answers to technical questions, like: > askai "How to mock user input when writing a Python pytest test?" > askai "How do I remove a conda environment?" As I've found it quite helpful, I decided to spend some time to package it in a nicer way to share it with all of you. I've also uploaded it to PyPI to simplify the installation process. 'askai' enables you to: * Ask questions and get the answers straight into your terminal * Configure which model and model parameters you want to use * Overwrite saved configurations when you ask questions Currently, it only supports OpenAI’s models, but my plan is to integrate more endpoints as soon as new capable NLP endpoints are popping up. I hope some of you find it useful :) https://ift.tt/x0oyglk December 27, 2022 at 11:29AM

Monday, December 26, 2022

Recommended Recipe for you:

Take on the 1p Savings Challenge

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

Show HN: How many advertising panels in Sydney are near a public telephone? https://ift.tt/t7SovjJ December 26, 2022 at 06:57PM

Show HN: Predicting the Greenest time to use electricity (AU) https://ift.tt/AKxEa31

Show HN: Predicting the Greenest time to use electricity (AU) Hello all, I built this for fun this year. It may be able to help: - reduce your carbon footprint, - eg. see the best time to charge your EV - eg. hook up a smart heating/cooling system? - learn more about how the renewables transition Currently limited to the Aus National Electricity Market, sorry... Feedback and questions appreciated! https://ift.tt/cWEQfYm December 26, 2022 at 06:20PM

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

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

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

Show HN: Test if your shortcut conflicts with any default shortcuts in browsers https://ift.tt/cAtBgOU December 26, 2022 at 03:04PM

Show HN: 80/20 Rule in Everything https://ift.tt/MJNzL5k

Show HN: 80/20 Rule in Everything The content of the 8020.in website was generated using the ChatGPT AI engine and then reviewed by a human editor to ensure accuracy. https://8020.in/ December 26, 2022 at 06:29AM

Sunday, December 25, 2022

Recommended Recipe for you:

Get a notification for birthday events in your calendar

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

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

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

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

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

Show HN: Kweb 1.3.3 released, a server-side interface to the browser's DOM https://ift.tt/ocZ6bGx December 25, 2022 at 04:10PM

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

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

Show HN: Newsic https://ift.tt/3lGUd6i

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

Show HN: Price My Spotify Library https://ift.tt/DdYJctk

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://ift.tt/JUhLlW4 December 25, 2022 at 12:04PM

Saturday, December 24, 2022

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

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

Show HN: Stop ChatGPT misinformation with the power of Community https://ift.tt/XTRNgJQ

Show HN: Stop ChatGPT misinformation with the power of Community chatGPT is all powerful but with 1 caveat It can hallucinate or display misinformation. There is a solution: Have your chatGPT information verified by others! Also, Looking for a good prompt to get the best answer out of chatGPT? Find it here as well! Join now before it explodes! https://ift.tt/IVYaO9e December 24, 2022 at 08:42AM

Show HN: Rendering a Notion page as HTML using SvelteKit https://ift.tt/bedB69Q

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://ift.tt/TqQYd7t December 24, 2022 at 07:39AM

Show HN: Twitter Graph - Like Google Trends but for Twitter https://ift.tt/gSCdzPk

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 07:15AM

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

Show HN: I built a free Chrome extension that writes entire emails using ChatGPT https://ift.tt/pzPDxJt December 24, 2022 at 05:21AM

Show HN: Semantic Search in Podcasts Transcriptions https://ift.tt/QARULzW

Show HN: Semantic Search in Podcasts Transcriptions I built a podcast search engine that performs a semantic search within thousands of podcasts transcriptions. Technologies used are: OpenAI Whisper for transcriptions, BERT embeddings and FAISS as a vector database https://voilib.com/ December 24, 2022 at 05:29AM

Friday, December 23, 2022

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

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

Show HN: zygolophodon: CLI for reading Mastodon posts (no account needed) https://ift.tt/omhMDZt

Show HN: zygolophodon: CLI for reading Mastodon posts (no account needed) https://ift.tt/4srQBC6 December 23, 2022 at 11:17AM

Space Image

https://ift.tt/cgEoR1i

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

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

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

Show HN: UI for Apache Kafka v0.5 released with RBAC and serde plugins https://ift.tt/h2cwBE1 December 23, 2022 at 09:41AM

Show HN: SuperPlanner, an innovative day planner and to-do list for iOS and Mac https://ift.tt/S96QxqP

Show HN: SuperPlanner, an innovative day planner and to-do list for iOS and Mac https://ift.tt/ATNJOP9 December 23, 2022 at 03:54AM

Thursday, December 22, 2022

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

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

Space Image

https://ift.tt/K0vpAnX

Show HN: eBPF-powered L4 package dropper https://ift.tt/xzXEPmk

Show HN: eBPF-powered L4 package dropper https://ift.tt/aGJ13Mj December 22, 2022 at 10:48AM

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

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

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

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

Wednesday, December 21, 2022

Recommended Recipe for you:

Tweet your Instagrams as native photos on Twitter

Show HN: Schtate – Functional Data Containers with a Familiar API https://ift.tt/6mHQetf

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://ift.tt/r0PtTxE December 21, 2022 at 10:45AM

Show HN: Re-write text in the style of famous characters using GPT-3 https://ift.tt/sXSltw9

Show HN: Re-write text in the style of famous characters using GPT-3 https://ift.tt/2sxpqVZ December 21, 2022 at 09:20AM

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

Show HN: Protein Monster (Net Art, NSFW) https://ift.tt/Y02Trn9 December 20, 2022 at 04:20PM

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

Show HN: Txtai 5.2 released: open-source semantic search https://ift.tt/Ubv6RYn December 21, 2022 at 07:20AM

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

Show HN: ChatGPT developed an NPM package to check if jemalloc is installed https://ift.tt/mqHlGZa December 20, 2022 at 07:22PM

Monday, December 19, 2022

Recommended Recipe for you:

Get a notification for birthday events in your calendar

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

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

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

Show HN: Desktop Search Powered by Elasticsearch https://ift.tt/tuFgbQS December 19, 2022 at 10:31AM

Show HN: Fort.js – A modern progress bar for form completion https://ift.tt/vUoar13

Show HN: Fort.js – A modern progress bar for form completion https://ift.tt/z5QxXHe December 19, 2022 at 03:35PM

Show HN: Infisical – open-source secrets manager https://ift.tt/640VUpx

Show HN: Infisical – open-source secrets manager Last month, we open-sourced Infisical ( https://ift.tt/BbRfa5z ) - 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://ift.tt/BbRfa5z ), and let us know what you think! Main website: https://infisical.com/ https://ift.tt/BbRfa5z December 19, 2022 at 12:52PM

Space Image

https://ift.tt/6SsTmQa

Sunday, December 18, 2022

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

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

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

Show HN: View Reddit Images by Topic Hi, I created a simple website to display Reddit images from set of subreddits by topic. It displays images from current top posts. https://ift.tt/r1kZGgt December 18, 2022 at 10:25PM

Show HN: Reindeer Replacements: Solving a children's logic puzzle with OR-Tools https://ift.tt/VjpItwy

Show HN: Reindeer Replacements: Solving a children's logic puzzle with OR-Tools https://ift.tt/HjoBsby December 18, 2022 at 07:12AM

Show HN: Vulkan on Bun and Binding Generator https://ift.tt/DoPu7X9

Show HN: Vulkan on Bun and Binding Generator I made a couple(dozens) of hacks, but I managed to build a binding generator for Bun that eases using Vulkan and GLFW libraries to make blazingly fast GPU powered JS programs. https://ift.tt/yULTPg4 December 18, 2022 at 07:15AM

Show HN: Brutal.js – A crazy-small framework for building brutalist web apps https://ift.tt/sXCD1Zn

Show HN: Brutal.js – A crazy-small framework for building brutalist web apps https://ift.tt/iKCpVHO December 18, 2022 at 09:43AM

Show HN: Laravel Documentation Bot https://ift.tt/Vw49SKT

Show HN: Laravel Documentation Bot https://ift.tt/URo1mnM December 18, 2022 at 05:29AM

Saturday, December 17, 2022

Show HN: I made an Ethernet transceiver from logic gates https://ift.tt/9vSx2Uk

Show HN: I made an Ethernet transceiver from logic gates https://ift.tt/JT0sOvZ December 18, 2022 at 02:00AM

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

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

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

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

Show HN: baseline – a free, open-source journaling and mood tracking app https://ift.tt/toAQeOV

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 11:45AM

Show HN: Write an email to Santa Claus (ok, ok GTP-3) https://ift.tt/S3YirXw

Show HN: Write an email to Santa Claus (ok, ok GTP-3) https://hohoho.click/ December 17, 2022 at 11:03AM

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

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

Show HN: Textual Markdown – a Markdown “browser” in the terminal https://ift.tt/GNAWlLI

Show HN: Textual Markdown – a Markdown “browser” in the terminal Hi HN, This is a TUI app which displays interactive Markdown documents. Interactive in the sense that you can scroll code fences / tables / and click links. There's a Table of Contents extracted from the MD, and a very rudimentary browser like forward + back. I'm thinking it could be the starting point for a variety of hypertext like applications in the terminal. Very much a work in progress. https://ift.tt/xM0YnlJ December 17, 2022 at 10:50AM

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

Show HN: Book about forms usability for devs https://ift.tt/2ok9rq5 December 17, 2022 at 08:29AM

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

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 11:11PM

Friday, December 16, 2022

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

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 01:41PM

Show HN: MyJekyllBlog - an open source CMS and web host for Jekyll blogs https://ift.tt/AfsDTEP

Show HN: MyJekyllBlog - an open source CMS and web host for Jekyll blogs https://ift.tt/ljcCEPG December 16, 2022 at 11:47AM

Show HN: forma: An efficient vector-graphics renderer https://ift.tt/v7jAGZi

Show HN: forma: An efficient vector-graphics renderer https://ift.tt/1Rygu2J December 16, 2022 at 10:53AM

Space Image

https://ift.tt/tpqBDIF

Show HN: LeanQt Widgets, item and graphic views – GUI feature complete https://ift.tt/N2hiA4y

Show HN: LeanQt Widgets, item and graphic views – GUI feature complete https://ift.tt/ERrKeHP December 16, 2022 at 08:01AM

Thursday, December 15, 2022

Recommended Recipe for you:

Add iRobot to your lifestyle analytics with Welltory

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 02:22PM
https://ift.tt/nKZi6My

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

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

Show HN: Ellie – Your GPT-3 email assistant https://ift.tt/ap0QRFy

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

Space Image

https://ift.tt/dlOxtHw

Show HN: Complete catalog of data connectors and ETL providers https://ift.tt/LEJcDr6

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://ift.tt/l1q0EU3 December 15, 2022 at 09:37AM

Show HN: A Video Editor SDK for Web Based on WASM and WebCodecs https://ift.tt/V40oedR

Show HN: A Video Editor SDK for Web Based on WASM and WebCodecs Currently in Beta and supporting only Chromium based browsers. https://ift.tt/ZPWjNX2 December 15, 2022 at 06:59AM

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

Show HN: Embedding a camera experience within your app shouldn't be that hard https://ift.tt/7nYdPEv December 15, 2022 at 05:52AM

Wednesday, December 14, 2022

Space Image

https://ift.tt/7mcPUhC

Show HN: TumorPictures.com (NSFW) https://ift.tt/k1MGhVr

Show HN: TumorPictures.com (NSFW) https://ift.tt/eqvGWES December 14, 2022 at 01:23PM

Show HN: Software for Remote GPU-over-IP https://ift.tt/vH6L9ty

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://ift.tt/suIanrw December 14, 2022 at 11:10AM

Show HN: iPhone Camera + Google Maps = Vlogoscope https://ift.tt/SgCNtYw

Show HN: iPhone Camera + Google Maps = Vlogoscope https://ift.tt/lwZghoK December 14, 2022 at 10:01AM

Show HN -- Quibbler: Your Data – Interactive https://ift.tt/UbHr4h7

Show HN -- Quibbler: Your Data – Interactive https://ift.tt/JdyD4gF December 14, 2022 at 08:21AM

Tuesday, December 13, 2022

Show HN: XP1 – A GPT-based Assistant with access to the browser Tabs https://ift.tt/swpa2Kt

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 10:57AM

Space Image

https://ift.tt/OxFYbGM

Show HN: Plural.sh-Deploy, secure and scale open-source apps on your cloud https://ift.tt/FnqgGm3

Show HN: Plural.sh-Deploy, secure and scale open-source apps on your cloud https://ift.tt/YWiFC0X December 13, 2022 at 10:34AM

Show HN: Onin – E2EE calendar and chat app https://ift.tt/JqgzSRU

Show HN: Onin – E2EE calendar and chat app Hey HN! Ryan here (co-founder of YC-backed Muzz). I’m now building Onin, an end-to-end encrypted calendar and chat app that makes organising your personal and social life simple and secure. I’ve been building technology businesses for 10+ years and have witnessed the reoccurring problem that digital calendars were built for companies, not people. They feel cold, transactional, and anti-social — not the thing of dreams for planning your personal life. They also lack the security we now come to expect from consumer products. Onin is the first calendar to be fully E2EE, protecting not just your events, but your messages and even your profile. Unlike existing E2EE calendars, you cannot share Onin events to others without the protection of E2EE. When you consider how much personal information your calendar stores about you and your loved ones’ lives, we think this is essential. With such a focus on security and privacy, it’s only fitting that we host our Privacy Policy and Terms of Service on GitHub to be as transparent as possible with our users. But beyond security, how is Onin so different? Our research found that 84% of events are planned entirely in chats. But our calendars are disconnected from these conversations, leaving our schedules constantly out of sync. To fix this, we’ve collapsed and combined calendar and chat into one secure app, eliminating the fragmentation between events and the conversations that form them. Some of our unique features include: - Calendar keyboard: Access your calendar from within the chat - Event chats: Creating a new event generates a dedicated chat - Just phone numbers: No more searching for your friend’s email - End-to-end encryption: All our events and chats are E2EE, even your profile too Onin is proudly the world’s most private calendar by default: - End-to-end encrypted events, profiles, and messages - Two-Factor Authentication required - Chat without revealing your phone number - (Coming soon) Your unique link to invite people, no need to share your number We’re exactly 4 weeks away from launching the public beta to our waitlist community. You can check out all the features we have coming here and join too at the link above. I’d love to hear your feedback and answer any questions! https://onin.co December 13, 2022 at 11:01AM

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

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

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

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

Monday, December 12, 2022

Space Image

https://ift.tt/9RzkGFy

Show HN: Load Testing Made Easy with Ddosify https://ift.tt/OsvMc5g

Show HN: Load Testing Made Easy with Ddosify https://ift.tt/YvIFou3 December 12, 2022 at 09:01AM

Show HN: Embed a snow effect on your website https://ift.tt/90i6ZKb

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 09:27AM

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

Show HN: Train your own image generator (Stable Diffusion) for free I've had a blast playing with stable diffusion and I see all the potential it will bring to us. I released a service for training your model, just upload 20-30 images and you can have a model of someone or some object doing anything. You can train one model for free a month in a slower queue or you can train many models on a fast queue and with other features for a fee. Here is an example of using it for show product placement: https://ift.tt/9gof8Xt and here is an example of using it for people: https://ift.tt/hFnzvQJ and an example for using it for styles: https://ift.tt/dsHrwXL 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 07:52AM

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

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

Sunday, December 11, 2022

Recommended Recipe for you:

Automatically retweet the text of new tweets from a specific Twitter account

Show HN: ChatGPT Prompts and Products https://ift.tt/5wLIFUk

Show HN: ChatGPT Prompts and Products https://ift.tt/jFaxYZw December 11, 2022 at 06:45AM

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

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

Friday, December 9, 2022

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

Show HN: I fine-tuned Flan-T5. Can it cook? Checkout the app at https://www.lechef.fyi https://ift.tt/WMP8hyG December 9, 2022 at 02:00PM

Space Image

https://ift.tt/AagZFpR

Show HN: LearnGPT – Browse and share ChatGPT examples https://ift.tt/E8x3Tdy

Show HN: LearnGPT – Browse and share ChatGPT examples https://ift.tt/yTjSP8s December 9, 2022 at 12:21PM

Show HN: Pynecone – Web Apps in Pure Python https://ift.tt/Jn82ZLw

Show HN: Pynecone – Web Apps in Pure Python Hello, we just launched the alpha release of Pynecone - a way to build full-stack web apps in pure Python. The framework is easy to get started with even without previous web dev experience and is completely open source / free to use. We made Pynecone for Python devs who want to make web apps, but don’t want the overhead of having to learn or use Javascript. We wanted more flexibility than existing Python frameworks like Streamlit/Dash that don't allow the user to make real, customizable web apps. With Pynecone, you can make anything from a small data science/python project to a full-scale, multi page web app. We have over 60+ built-in components and are adding more. We are actively trying to grow this project so no matter you skill level we welcome contributions! Open up an issue if you find missing features/bugs or contribute to existing issue. https://ift.tt/jAcJ9SP December 9, 2022 at 11:00AM

Show HN: Automate API Testing and Quality Assurance with Step CI https://ift.tt/JXFfNn5

Show HN: Automate API Testing and Quality Assurance with Step CI The HN community has been very supportive of our recent launches, which is why we want to give you an update. Here is what changed with the latest release: - Addition of OAuth (Client Credentials flow) and Client Certificate auth - Reusable credentials - tRPC API support - Load Testing (HTTP and gRPC) - Splitting tests across multiple files - Various bug fixes, stability improvements and UX tweaks - Improved documentation and added FastAPI integration guide We built Step CI, because we wanted a simple, developer-friendly way to automate API testing without relying on proprietary cloud solutions. If you haven't tried yet, feel free to do so and let us hear what you think. Additionally, we want to thank our contributors on GitHub. https://ift.tt/NstlL3p December 9, 2022 at 09:42AM

Show HN: Socrata Roulette – run random SQL on a random government dataset https://ift.tt/ArD0YBT

Show HN: Socrata Roulette – run random SQL on a random government dataset https://ift.tt/pxwdeFk December 9, 2022 at 08:11AM

Show HN: Ad-Free Lyrics Website https://ift.tt/yN9RAkG

Show HN: Ad-Free Lyrics Website https://ift.tt/sZpGb6Q December 9, 2022 at 05:35AM

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

Show HN: Tamagui v1 Release Candidate https://ift.tt/Lfvyz0F December 9, 2022 at 12:00AM

Thursday, December 8, 2022

Show HN: This VC Does Not Exist https://ift.tt/J8hVuEG

Show HN: This VC Does Not Exist I asked This VC Does Not Exist to describe itself: "I have a groundbreaking idea for a new class of product that leverages the power of ChatGPT technology to bypass bias filters and level the playing field for communication. By adding a prefix to the beginning of a ChatGPT prompt, we can generate custom-tailored content that is specifically designed to break through the biases of the person we are communicating with. This technology has the potential to bridge language barriers, cultural divides, and socioeconomic differences, making it possible for anyone to communicate effectively, regardless of their background. I believe this product has the potential to be a game-changer, and I'm excited to share it with you and discuss the possibilities for bringing it to market." Everything on this page was created with DallE and ChatGPT (other than the title). It's using a single session token for ChatGPT - so you're probably going to hug it to death. It is hosted on cloudflare workers. Source code: https://ift.tt/08voQbT https://ift.tt/Y4QAWPx December 8, 2022 at 02:58PM

Show HN: Web search using a ChatGPT-like model that can cite its sources https://ift.tt/eoBVglt

Show HN: Web search using a ChatGPT-like model that can cite its sources We’ve trained a generative AI model to browse the web and answer questions/retrieve code snippets directly. Unlike ChatGPT, it has access to primary sources and is able to cite them when you hover over an answer (click on the text to go to the source being cited). We also show regular Bing results side-by-side with our AI answer. The model is an 11-billion parameter T5-derivative that has been fine-tuned on feedback given on hundreds of thousands of searches done (anonymously) on our platform. Giving the model web access lessens its burden to need to store a snapshot of human knowledge within its parameters. Rather, it knows how to piece together primary sources in a natural and informative way. Using our own model is also an order of magnitude cheaper than relying on GPT. A drawback to aligning models to web results is that they are less inclined to generate complete solutions/answers to questions where good primary sources don’t exist. Answers generated without underlying citable sources can be more creative but are prone to errors. In the future, we will show both types of answers. Examples: https://ift.tt/4nRtcxz https://ift.tt/LWMAfos... https://ift.tt/JkDXwnv... https://ift.tt/B8N57AK... https://ift.tt/gRtNUYQ December 8, 2022 at 12:53PM

Show HN: Learn Go by building real-life projects in your terminal and IDE https://ift.tt/Pg8zIO5

Show HN: Learn Go by building real-life projects in your terminal and IDE https://ift.tt/Kx0gFuh December 8, 2022 at 11:00AM

Show HN: 0xFast – 10x Faster Web3 APIs https://ift.tt/pPqBDlL

Show HN: 0xFast – 10x Faster Web3 APIs Excited to showcase 0xFast to HN! Built using a new indexing system designed for Web3 data, 0xFast outperforms the most popular web3 API platforms, while also being 3x cheaper. https://www.0xfast.com December 8, 2022 at 10:36AM

Wednesday, December 7, 2022

Show HN: IKEA Price – Get Notified When an IKEA Product's Price Drops https://ift.tt/XnrxeJK

Show HN: IKEA Price – Get Notified When an IKEA Product's Price Drops https://ikeaprice.com/ December 7, 2022 at 06:32PM

Show HN: Music quiz web app powered by Spotify API https://ift.tt/APEiZuL

Show HN: Music quiz web app powered by Spotify API I had some time over and decided to put together this idea I had for a few years. A music quiz based on a playlist on Spotify. https://introquiz.se/ December 7, 2022 at 07:51AM

Show HN: We built a Slack-based workflow assistant for devs & their teams https://ift.tt/13lMgDB

Show HN: We built a Slack-based workflow assistant for devs & their teams Hey, Nir here - co-founder & CEO of Zigi. It’s a personal workflow assistant that was built for devs and their teams to automate non-coding tasks, giving updates and quick actions only on what’s relevant. It works by examining your activity in Jira and GitHub (more systems being added soon) to understand your workflow, creates context out of all that information, and offers you actionable assistance from Slack. Zigi is customiazible. We’re building it to match every R&D persona so you can tailor the messages and assistance you get to meet your specific needs. Like if you’re TL, you can get daily updates on the progress of your team’s sprint or as a QA, you’ll be notified as soon as ticket is ready for testing. We’re developers who are used to managing big R&D teams and over the last few years, we have seen dev change drastically. There’s so much overhead on top of coding, more dependencies, multiple tools, that developers are overloaded. And now, the world has changed to make teams are remote and in different time zones, which just makes everything more complex. Zigi takes a new approach to driving productivity, while keeping devs and their teams happy. It provides hands-on help with personalized automation, so we can manage our day-to-day tasks with minimal distractions and maximum focus. Some things to know about Zigi: you don’t need to set it up or run any config; it’s customizable to your needs; it only needs user-level permissions and doesn't read or scan your code; it’s ISO 27001/27017 & Soc 2 Type 2 certified and GDPR compliant. It’s also free for devs. Sign up to get started here. Once you install Zigi simply type /zigi support to write our team directly with any feedback, join our Slack channel or leave a comment below (we want to know what you really think!). Twitter: https://twitter.com/zigi_ai Slack support channel: https://ift.tt/zMKSvxI... Write me directly; Nir@zigi.ai https://www.zigi.ai/ December 7, 2022 at 12:22PM

Show HN: CodePal – the chat-based code assistant built on top of GPT-3 / ChatGPT https://ift.tt/HPu5zeb

Show HN: CodePal – the chat-based code assistant built on top of GPT-3 / ChatGPT https://ift.tt/aEZs0Tp December 7, 2022 at 04:00AM

Show HN: Wikijumps, a 3D Wikipedia Browser https://ift.tt/ZCuyv9e

Show HN: Wikijumps, a 3D Wikipedia Browser https://ift.tt/8FqcT0V December 7, 2022 at 11:00AM

Show HN: Vimkey – A browser extension, Use the keyboard to control the browser https://ift.tt/ZwMC1eV

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://ift.tt/DCuIlJa December 7, 2022 at 09:38AM

Tuesday, December 6, 2022

Space Image

https://ift.tt/Fexbgy6

Show HN: Domain Name Search with AI https://ift.tt/anUgHWy

Show HN: Domain Name Search with AI In my exploration of OpenAI, I just created a domain-name search that takes business description as an input, and generates interesting domain names for it. It then uses DNSimple API to check if .com is available. In my view it is a much easier way to find a suitable domain, as the AI thinks of a much large pool of possible names than my own brain. SmartyNames found its own name, using the tool itself. Hope you enjoy it! https://ift.tt/WnBK9uS December 6, 2022 at 11:20AM

Show HN: My Child's First Program https://ift.tt/3MbDHVZ

Show HN: My Child's First Program Last night, I introduced my kid to programming. We'd done some stuff with Mindstorms before, but she never really caught the bug for it. But for some reason, last night when I showed her some simple Python scripting to solve math problems and write to the console, she was enthralled. After guiding her through a few things, she took the laptop off for a while and then came back with her first program, giggling like a maniac you='WOW!!!' fart='So many poops!' print(you,fart) I'm pretty proud :D December 6, 2022 at 10:43AM

Show HN: Keep an eye on your domains from terminal https://ift.tt/xGjQOA1

Show HN: Keep an eye on your domains from terminal https://ift.tt/Yd9clGN December 6, 2022 at 08:23AM

Show HN: TinyUX – Grid based low-fi wireframing on your mobile phone https://ift.tt/ZJNtVf7

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 07:53AM

Show HN: Will data apps into existence with GPT-3 https://ift.tt/vIW1kMh

Show HN: Will data apps into existence with GPT-3 https://hal9.com/ December 6, 2022 at 02:25AM

Show HN: Edupops (Antler VN2) – Learn with Short Videos https://ift.tt/IHzoPbM

Show HN: Edupops (Antler VN2) – Learn with Short Videos https://edupops.com December 6, 2022 at 04:19AM

Monday, December 5, 2022

Space Image

https://ift.tt/gKu8JjH

Show HN: Advent-of-Code using only the C Preprocessor https://ift.tt/0y5MwgS

Show HN: Advent-of-Code using only the C Preprocessor https://ift.tt/Lw2ZlFn December 5, 2022 at 11:29AM

Show HN: Site to see which airlines your carry-on luggage will fit on https://ift.tt/47j580E

Show HN: Site to see which airlines your carry-on luggage will fit on https://ift.tt/kXjh27P December 5, 2022 at 08:44AM

Show HN: We built a CLI app for electronic PDF signature https://ift.tt/cyz4Bs5

Show HN: We built a CLI app for electronic PDF signature As developers, Philipp and me (Thomas) were frustrated with the lack of options for easily signing PDFs via CLI. Most solutions were either proprietary, had no CLI interface or had restrictive licenses, making it difficult for us to use them in our projects. That's why we created open-pdf-sign - a simple, easy-to-use tool for signing PDF from the commandline. We designed with developers in mind, and released it under the Apache-2.0-license. We also added a configurator that configures your Nginx server. It will automatically install and configure your Nginx so all your PDFs will be signed with your SSL certificate on the fly. You can even use your existing Let’s Encrypt certificates. We believe that open-pdf-sign will be a valuable tool for any developer looking to quickly and easily sign PDFs. Give it a try and let us know what you think! https://ift.tt/vrjytno December 5, 2022 at 07:49AM

Show HN: A smart contract and website to tax loss harvest your worthless NFTs https://ift.tt/SGnukDy

Show HN: A smart contract and website to tax loss harvest your worthless NFTs https://ift.tt/3SyOYam December 5, 2022 at 07:08AM

Sunday, December 4, 2022

Show HN: A Database of Marketing Strategies and Stories from Indie Creators https://ift.tt/qy5NCpm

Show HN: A Database of Marketing Strategies and Stories from Indie Creators https://marktstash.com/ December 5, 2022 at 02:08AM

Recommended Recipe for you:

Close your MyQ garage when you leave home

Show HN: Hacking Bluetooth to Brew Coffee in GitHub Actions https://ift.tt/jYKzroQ

Show HN: Hacking Bluetooth to Brew Coffee in GitHub Actions https://ift.tt/MckVbiC December 4, 2022 at 12:11PM

Show HN: Generate portable terminal based documentation https://ift.tt/0hzinMG

Show HN: Generate portable terminal based documentation Hello everyone, I'm building a terminal based docs generator. Mainly to keep practicing with Go. Write your docs and it will give back a binary with your docs in a nice terminal based UI. You can execute the binary anywhere. Currently supports a simple text format, highlight and dark/light theme. Any feedback, contribution or bug report is welcomed! :) https://ift.tt/H74lSrU December 4, 2022 at 12:00PM

Show HN: Command-Line Interface to ChatGPT https://ift.tt/o1y7qWQ

Show HN: Command-Line Interface to ChatGPT https://ift.tt/RYIlSNc December 4, 2022 at 11:32AM

Show HN: Unzip files in S3 with Java, without memory or disk storage https://ift.tt/7qkvMeV

Show HN: Unzip files in S3 with Java, without memory or disk storage S3 stream unzip: Java library to manage unzipping of large files and data in AWS S3 without knowing the size beforehand and without keeping it all in memory or writing to disk. https://ift.tt/NqXk5OW December 4, 2022 at 10:48AM

Show HN: Whole Git repo was made with ChatGPT https://ift.tt/nMGUYb1

Show HN: Whole Git repo was made with ChatGPT https://ift.tt/kQlMxGK December 4, 2022 at 10:43AM

Show HN: Browser extension to display ChatGPT response besides Google Search https://ift.tt/pafvwuD

Show HN: Browser extension to display ChatGPT response besides Google Search https://ift.tt/QozAwGM December 4, 2022 at 09:01AM

Show HN: GPTLang, a New Programming Language Implemented by ChatGPT https://ift.tt/Y8m9h5R

Show HN: GPTLang, a New Programming Language Implemented by ChatGPT https://ift.tt/sin3Jz8 December 4, 2022 at 06:16AM

Saturday, December 3, 2022

Show HN: A tool like jq, but for parsing HTML https://ift.tt/n7CtVHj

Show HN: A tool like jq, but for parsing HTML https://ift.tt/atF4VeM December 3, 2022 at 01:24PM

Show HN: A more complete Rust example project for the Rasberry Pi Pico https://ift.tt/f0ReHyr

Show HN: A more complete Rust example project for the Rasberry Pi Pico https://ift.tt/a4D6dN2 December 3, 2022 at 10:36AM

Show HN: This Hacker News Does Not Exist https://ift.tt/i34McZo

Show HN: This Hacker News Does Not Exist https://ift.tt/TGhbERf December 3, 2022 at 01:29PM

Show HN: Leetcode but for front end devs (terrible idea?) https://ift.tt/s8WMk4F

Show HN: Leetcode but for front end devs (terrible idea?) Howdy friends! Tell me if this is an atrociously terrible idea - I've been working on building a leetcode for clientside devs so we can practice React and Javascript interview questions in a more concise way, I call it clientside.dev I just finished a beta version of it yesterday and plan on releasing it with many more problems on Jan 1st but it's there if you wanna play with it open to any ideas / feedback however mean or nice it may be :) https://ift.tt/ihNY7IK December 3, 2022 at 10:00AM

Show HN: A nice C string API https://ift.tt/UcEF2dT

Show HN: A nice C string API A convenient C string API, friendly alongside classic C strings. https://ift.tt/U1DVQOb December 3, 2022 at 07:31AM

Show HN: Clerkie AI – the code debugging buddy you've always wanted https://ift.tt/tUSiL0M

Show HN: Clerkie AI – the code debugging buddy you've always wanted https://ift.tt/kS14gDP December 3, 2022 at 12:19AM

Friday, December 2, 2022

Show HN: Nothing, Forever – a streaming, AI-generated, always-on television show https://ift.tt/WyRuYV3

Show HN: Nothing, Forever – a streaming, AI-generated, always-on television show Hey everybody, we're finally launching our always-on, generative show -- Nothing, Forever -- streaming on Twitch. Nothing, Forever is a parody of '90s sitcoms, done in the style of '90s point-and-click PC games (but, you know, in 3D). We set out to build something weird, new, and novel, and this is what we ended up with. Aside from the artwork and the laugh track you'll hear, everything else is generative, including: dialogue, speech, direction (camera cuts, character focus, shot length, scene length, etc), character movement, and music. Nothing, Forever is built using a combination of machine learning, generative algorithms (we use 'generative' here in a non-academic sense), and cloud services. Our stack is mostly comprised of Python + TensorFlow for our ML models, TypeScript + Azure Functions and Heroku for our backend, and C# + Unity for the client, with some neural voice APIs thrown into the mix. Heading into the future, we plan to leverage OpenAI's davinci models for our dialogue -- we actually have an integration already, but the cost is too prohibitive to run full time -- as well as leveraging Stable Diffusion for art generation. We're launching an experimental media lab, https://ift.tt/HNqvsr0 along with the show, for follow-up projects in the future. Feel free to reach out to me personally if you have any questions or want to discuss more, skyler at mismatchmedia dotcom. https://ift.tt/IwNOqp2 December 2, 2022 at 12:30PM

Space Image

https://ift.tt/U9Tb3SD

Show HN: Mini Christmas Trees with addressable LEDs and RP2040-based controller https://ift.tt/EF09QaU

Show HN: Mini Christmas Trees with addressable LEDs and RP2040-based controller Hello HN, these Mini Trees have a custom circuit board with WS2812 addressable LEDs on one side and a controller using an RP2040 microcontroller on the other, all inside a CNC'd Foamex PVC case. They stand around 23cm (9") tall. The firmware is written in MicroPython, which can be modified or replaced. Power is provided via USB-C, which is also used for programming. There is also a web-based animation sequencer to create lighting sequences in time to arbitrary audio, examples of which are on the linked page. This is similar to xLights ( https://xlights.org/ ), but much less powerful, and we hope to release firmware to interface directly with xLights soon. My colleague and I started kicking the idea for these around after making some custom circuit boards for another project, and thought we'd have a go at making smaller versions of some much larger exhibits we had made using 12 volt WS1812 bullet pixels. I hope you enjoy them, Merry Christmas! https://pixo.lighting December 2, 2022 at 07:20AM

Show HN: SecretKeeper – The Secure, Free iOS Password Manager https://ift.tt/IyW7OnM

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://ift.tt/OMGJ2z9 December 2, 2022 at 08:21AM

Show HN: I made a Google Chrome extension automatically with ChatGPT https://ift.tt/8il9wpQ

Show HN: I made a Google Chrome extension automatically with ChatGPT https://ift.tt/B2DhQ31 December 2, 2022 at 03:55AM

Thursday, December 1, 2022

Recommended Recipe for you:

Tweet your Instagrams as native photos on Twitter

Space Image

https://ift.tt/rJzjp2L

Show HN: Solving Advent of Code with ChatGPT https://ift.tt/IvnWuEt

Show HN: Solving Advent of Code with ChatGPT https://ift.tt/T0yWH51 December 1, 2022 at 11:16AM

Show HN: Data Breach Source Detector https://ift.tt/3uCteBO

Show HN: Data Breach Source Detector https://ift.tt/XvIREOK December 1, 2022 at 06:46AM

Show HN: Semantic Question Answering as a Service https://ift.tt/hFPu6IY

Show HN: Semantic Question Answering as a Service Since managing the Large Language Models in production might be challenging, we've made a short demo to present how to use Cohere co.embed API and Qdrant Cloud to create a semantic QA system. This is based on bi-encoder architecture, and can be easily adopted to a different use case, like semantic search in any domain. https://ift.tt/7kmw5LI December 1, 2022 at 08:11AM

Show HN: I made a 2D shoot 'em up game with Go, using Entity Component System https://ift.tt/w9WypLE

Show HN: I made a 2D shoot 'em up game with Go, using Entity Component System https://ift.tt/39JX07o December 1, 2022 at 06:29AM

Show HN: We have built a benchmark platform for graph databases https://ift.tt/UdVb0fR

Show HN: We have built a benchmark platform for graph databases https://ift.tt/ndZYtEI December 1, 2022 at 03:34AM