Monday, December 19, 2022

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

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

Sunday, December 18, 2022

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

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

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

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

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

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

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

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

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

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

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

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

Show HN: JermCAD – A YAML-powered, vibe-coded, browser-based CAD software https://ift.tt/5hWTu8z

Show HN: JermCAD – A YAML-powered, vibe-coded, browser-based CAD software I had a hard time figuring out CAD software like Fusion, OnShape, ...