This is a autopost bolg frinds we are trying to all latest sports,news,all new update provide for you
Wednesday, July 3, 2024
Show HN: Sketch Comedy Database https://ift.tt/RonXOuF
Show HN: Sketch Comedy Database There isn't anywhere on the web the catalogs individual sketches and links them together so hoping to build it out with others who enjoy sketch comedy. Just a fun side project built with Next.js, MUI, Prisma, TypeScript, Server Actions, etc.. Open Source as well - https://ift.tt/V5N3StT https://ift.tt/J98zPBR July 4, 2024 at 01:14AM
Show HN: Piperiv.com – Data Tools for Natural Gas, Oil, and Power https://ift.tt/zT2Sv4N
Show HN: Piperiv.com – Data Tools for Natural Gas, Oil, and Power https://ift.tt/3zlpHUu July 4, 2024 at 01:07AM
Tuesday, July 2, 2024
Show HN: Mutahunter – LLMs to support mutating testing for all major languages https://ift.tt/hCsjJqH
Show HN: Mutahunter – LLMs to support mutating testing for all major languages Background: We were inspired by how aider.chat was making use of pageranked AST and realized that we can use this to power high quality mutation testing using LLMs. Check it out! https://ift.tt/mPKuWzR July 3, 2024 at 01:40AM
Show HN: Free AI productivity framework for solo founders (with GPT-4) https://ift.tt/LN5koYU
Show HN: Free AI productivity framework for solo founders (with GPT-4) https://ift.tt/5LKnIbj July 3, 2024 at 12:13AM
Show HN: Pug, a TUI for Terraform https://ift.tt/xp3FCdv
Show HN: Pug, a TUI for Terraform Pug is a full screen terminal user interface for terraform. I wanted a tool that could scale terraform without leaving the terminal. There are plenty of SaaS products (terraform cloud, etc), and yes there is terragrunt but its interface is sorely lacking. I want logs to be organized and easily accessible. I also wanted to view and manage state resources at scale without endlessly rattling out `terraform state ...` commands. Pug provides all this in one small binary. You can fire off 1000s of terraform plans and applies and see their output in real-time. All the common terraform commands are supported. State is automatically refreshed following changes. You can swap out terraform for opentofu or terragrunt. In future Pug could be taken beyond a single-user, single-machine app. Processes could be launched on kubernetes, teams could share and approve plans, pull requests managed automatically, real-time updates relayed from other users etc. The end-to-end infrastructure deployment workflow would be possible without leaving the terminal. https://ift.tt/gfloFwZ https://ift.tt/gfloFwZ July 3, 2024 at 12:18AM
Monday, July 1, 2024
Show HN: Grief Companion https://ift.tt/mMQIK8B
Show HN: Grief Companion https://ift.tt/Ti4xWco July 2, 2024 at 02:27AM
Show HN: Perlin noise Wang tile generator https://ift.tt/F5aIt3A
Show HN: Perlin noise Wang tile generator This is a little script I wrote a while ago to help generate sprites for a game I was working on. You can use it to build a seemingly-infinite aperiodic noise texture that is actually composed of a relatively small number of tiles. For example, imagine a large grassy field or body of water in a 2D pixel art game, but without the obvious repeated patterns that arise from simple tiling. The use case is pretty niche (for example, in many cases you could just evaluate the perlin noise function directly in a shader) but I thought it was a cool idea regardless. https://ift.tt/CjBGF4O June 27, 2024 at 11:06PM
Show HN: I built sales API, Stripe Atlas closed me https://ift.tt/flL09RP
Show HN: I built sales API, Stripe Atlas closed me My Co-founder and I have spent the last three months developing customsalesapi.com, a platform designed to automate sales and lead generation processes. Essentially, we streamline everything you'd typically do with Apollo by describing your company to our AI. If you're interested, I'd be thrilled to have you as one of our early clients. Please let me know if you'd like more information. Few days ago, we used Stripe Atlas to create our company, and right after company is created, stripe closed our account (account id is acct_1PMyxBIbdJ0fozrG). I went to asking help from many groups but I saw this exact same thing is happening everywhere July 2, 2024 at 01:00AM
Show HN: Improve LLM Performance by Maximizing Iteration Speed https://ift.tt/ZAhpCTU
Show HN: Improve LLM Performance by Maximizing Iteration Speed LLM Application development is extremely iterative, more so than any other types of development. This is because in addition to all the activities involved in regular application development, we also need to make the LLM Application accurate and reduce hallucination. To improve performance, we need to trial and error various combinations of LLM models, prompt templates (e.g., few-shot, chain-of-thought), prompt context with different RAG architecture, try different agent architecture, and more. There are thousands of permutations to try. We need to be able to easily experiment with these different permutations, measure performance in an objective way, and compare performance across each other to find the best possible combination. --- I have been working in AI since 2021 - first at FAANG with ML, then with LLM in start-ups since early 2023. I have had the chance to talk with many companies working with AI. The biggest mistake I see is a lack of standard process that allows them to rapidly iterate towards their performance goal. Using my learnings, I’m working on an OSS framework that structures your LLM Application Development for Rapid Iteration so you can reach your performance targets much faster. - If you are interested, you can learn more about it at: https://palico.ai/ - It's also Open Source and you can get setup with a single command. Stars are always appreciated. You can checkout the repo at: https://ift.tt/q0t5bSl https://www.palico.ai/ July 1, 2024 at 09:23PM
Sunday, June 30, 2024
Show HN: What's in My Location History? https://ift.tt/l86NBiz
Show HN: What's in My Location History? https://ift.tt/ZFsGu21 July 1, 2024 at 03:15AM
Show HN: Free Online Note Taker https://ift.tt/ClTpkjv
Show HN: Free Online Note Taker Hey HN community, Yesterday I developed a simple online note taking app. Please share your feedback and let me know which features you would like to see included! https://quicknotes.co/ June 30, 2024 at 10:51PM
Show HN: I've built a child monitoring app with mitmproxy and WireGuard https://ift.tt/567zkR8
Show HN: I've built a child monitoring app with mitmproxy and WireGuard Hi! I've been working on a child monitoring service and I'd really appreciate your input on it. The structure of the service is pretty technically interesting. It sets up a wireguard VPN on the child's Windows account, and then routes the traffic to our server. From there, we use mitmproxy to break open the TLS, inspect the packets, and then re-encrypt them. Currently all images are passed through an ImageNetV2 model, and for sites like reddit or google, individual links/communities are analyzed and we remove the content if it violates the filters without impacting the overall browsing experience. Coming soon(ish) will be a 8B uncensored llama3 model, which will allow parents to create custom filters for filtering content. I've always felt like child monitoring systems are missing the bigger picture when it comes to content filtering. I certainly remember being a little kid (9-ish) and coming across adult content I shouldn't have been seeing, but I also recall encountering subreddits and other online groups that laid the groundwork for my personality, without my parent ever knowing what was happening. The fact that as a child, I declared I no longer believed in God before I stopped believing in Santa was not the result of being some super genius, but because I was regurgitating what I read on r/atheism as gospel. Parents need more control over what their kids see, and as the internet develops more mature communities child filters need to keep up. It is not enough to simply hope your kid turns out normal, because there are companies actively working against you. The service is $20 a month, although it's 50% off for the first two months while we're in early access. We also only do Windows at the moment, although I'd like to expand (especially to linux) later this year. Let me know what you think! https://ift.tt/nO0Cj3L June 30, 2024 at 10:44PM
Show HN: AI Rapper Online – Generate Personalized Rap Songs with AI https://ift.tt/CqnXGyH
Show HN: AI Rapper Online – Generate Personalized Rap Songs with AI We’re excited to share AI Rapper Online, a revolutionary platform that allows you to create personalized rap songs using advanced AI technology. Whether you’re an aspiring rapper, a music enthusiast, or just curious about AI's potential in music creation, our platform offers a unique and fun experience. Features include: Rap Generator: Input themes, styles, and keywords to create unique rap songs. AI Rapper Online: Generate full rap albums with custom cover art. https://airapper.online June 30, 2024 at 09:26AM
Saturday, June 29, 2024
Show HN: I built a create-your-own-story interactive novel that runs with GPT https://ift.tt/VrpJkgj
Show HN: I built a create-your-own-story interactive novel that runs with GPT I built this project around a year ago, but I didn't really publicize it a lot. I do play with it every now and then and figured I should share it with you guys because I enjoyed it and hopefully you will as well. https://ift.tt/hLjsbYD June 30, 2024 at 10:00AM
Show HN: I am building an open-source Confluence and Notion alternative https://ift.tt/RsX9Mlb
Show HN: I am building an open-source Confluence and Notion alternative Hello HN, I am building Docmost, an open-source collaborative wiki and documentation software. It is an open-source alternative to Confluence and Notion. I have been working on it for the past 12 months. This is the first public release (beta). The rich-text editor has support for real-time collaboration, LaTex, inline comments, tables, and callouts to name a few. Features - Collaborative real-time editor - Spaces (Teamspace) - User permissions - Groups - Comments - Page history - Nested pages - Search - File attachments You can find screenshots of the product on the website. Website: https://docmost.com Github: https://ift.tt/9BRHn7J Documentation: https://ift.tt/wYTcfjJ I would love to hear your feedback. Thank you. https://ift.tt/9BRHn7J June 29, 2024 at 10:57PM
Friday, June 28, 2024
Show HN: A multiple choice "flash card" game for my daughter using GPT4 https://ift.tt/w36XBtT
Show HN: A multiple choice "flash card" game for my daughter using GPT4 https://ift.tt/UDyaWhZ June 28, 2024 at 11:06PM
Show HN: PodNarrator – Have articles read to you in your favorite podcast app https://ift.tt/vjnQ9Rk
Show HN: PodNarrator – Have articles read to you in your favorite podcast app https://podnarrator.com June 28, 2024 at 11:33AM
Thursday, June 27, 2024
Show HN: Siram – Automate Watering Your Houseplants https://ift.tt/RbpYdJa
Show HN: Siram – Automate Watering Your Houseplants https://siram.co June 27, 2024 at 09:15PM
Show HN: Pass in data to Visa and cut your credit card fee by 50% https://ift.tt/1LiovOU
Show HN: Pass in data to Visa and cut your credit card fee by 50% Here's how your business can save up to 50% on credit card fees. Credit card interchange fees are expensive. These fees are what the credit card networks like Visa and Mastercard charge the merchant (you) whenever your customer swipes their card. Stripe or your payment processor passes these fees onto you. To incentivize data collection, Visa and Mastercard lower your fees whenever you pass in transaction data like zipcode, sales tax amount, invoice amount, customer address, itemized purchased services or goods, and the list goes on. This is called L2 and L3 data, and you can pass this into Stripe (or your payment processor) to lower your credit card fees. Parsing invoices manually to provide L2/L3 data to Visa is a pain. But with Trellis, you can do this automatically within seconds for any invoice. Watch how we do it here: https://ift.tt/XSRmwjI... If you’re a business and you accept credit cards, you can cut your credit card processing fee in half. https://ift.tt/YSc8aKT June 28, 2024 at 02:30AM
Show HN: Semantic Search of 1000 Top Movies of All Time https://ift.tt/QgtTGcH
Show HN: Semantic Search of 1000 Top Movies of All Time https://ift.tt/uE7RIjC June 28, 2024 at 01:41AM
Wednesday, June 26, 2024
Show HN: I built an indie, browser-based MMORPG https://ift.tt/FEDf9Z6
Show HN: I built an indie, browser-based MMORPG I've been working on an MMORPG that is now in alpha as a solo developer. Here are the major open source technologies that I use: Blender - 3D modeling software for creating the overall environment and every game object. I've gotten a lot of CC and Public Domain assets from https://poly.pizza GLTF - I export assets from blender to the GLTF asset format JSON - I write a JSON config for every game object that describes things like its name, its interactions, its collisions, etc. Node.js exporter - I iterate over the environment and every asset to create a scene hierarchy. I use gltf-transform for processing all GLTF files, compressing them, removing redundancies, etc. Node.js server - Uses express and socket.io to process game state updates. It keeps track of every client's game state and issues delta's at each game tick (currently 600ms). The client can send interactions with different objects. The server validates those and updates the game state accordingly. HTML/CSS/JavaScript/Three.js client - I use regular web technologies for the UI elements and three.js for the 3D rending on the browser. The client is responsible for rending the world state and providing the client with different interactions. All code is written in JavaScript which means less context switching. Performance seems to be good enough, and I figure I can always optimize the server code in C++ if necessary. I am currently running two cheap shared instances but based on my testing, they can likely support about 200 users each. This is a low-poly browser based game so it should be compatible across many devices. The data a user needs to download to play, including all 3d assets, is approximately 2 MB, even though there are hundreds of assets. Overall, it's been a fun project. Web development and open source software have progressed to the point that this is no longer an incredibly difficult feat. I feel like development is going pretty well and in a year or so there will be plenty of good content to play. https://ift.tt/u25GdiZ June 26, 2024 at 11:23PM
Show HN: Voice bots with 500ms response times https://ift.tt/NVmnpij
Show HN: Voice bots with 500ms response times Last year when GPT-4 was released I started making lots of little voice + LLM experiments. Voice interfaces are fun; there are several interesting new problem spaces to explore. I'm convinced that voice is going to be a bigger and bigger part of how we all interact with generative AI. But one thing that's hard, today, is building voice bots that respond as quickly as humans do in conversation. A 500ms voice-to-voice response time is just barely possible with today's AI models. You can get down to 500ms if you: host transcription, LLM inference, and voice generation all together in one place; are careful about how you route and pipeline all the data; and the gods of both wifi and vram caching smile on you. Here's a demo of a 500ms-capable voice bot, plus a container you can deploy to run it yourself on an A10/A100/H100 if you want to: https://ift.tt/m0upwDI We've been collecting lots of metrics. Here are typical numbers (in milliseconds) for all the easily measurable parts of the voice-to-voice response cycle. macOS mic input 40 opus encoding 30 network stack and transit 10 packet handling 2 jitter buffer 40 opus decoding 30 transcription and endpointing 200 llm ttfb 100 sentence aggregation 100 tts ttfb 80 opus encoding 30 packet handling 2 network stack and transit 10 jitter buffer 40 opus decoding 30 macOS speaker output 15 ---------------------------------- total ms 759 Everything in AI is changing all the time. LLMs with native audio input and output capabilities will likely make it easier to build fast-responding voice bots soon. But for the moment, I think this is the fastest possible approach/tech stack. https://ift.tt/m0upwDI June 27, 2024 at 03:21AM
Show HN: Quick Rewire – Test your brain's neuroplasticity https://ift.tt/vNxftKr
Show HN: Quick Rewire – Test your brain's neuroplasticity Hey HN, this is a game to test your brain's neuroplasticity. It tests how fast your brain adapts and rewires. It doesn't work with mobile browsers. https://ift.tt/U8Hv2Fm June 27, 2024 at 02:33AM
Tuesday, June 25, 2024
Show HN: I built a static site builder https://ift.tt/DyVld21
Show HN: I built a static site builder https://ift.tt/7id3QtR June 25, 2024 at 11:38PM
Show HN: From dotenv to dotenvx – better config management https://ift.tt/mjSLM8a
Show HN: From dotenv to dotenvx – better config management https://ift.tt/AzHTRCg June 25, 2024 at 08:19PM
Show HN: The Tomb of Nefertari [QV 66] Guided Virtual Tour https://ift.tt/0WxidSl
Show HN: The Tomb of Nefertari [QV 66] Guided Virtual Tour I 3d scanned the Tomb of Nefertari and am building this guided virtual tour, trying to bring in photogrammetry of artifacts that I've made at various museums. It crashes sometimes still on mobile devices. I wasn't able to take photogrammetry photos of the artifacts from the tomb in the Museo Egizio in Turin because they were traveling while I was there (and now the museum is closed to install a new roof anyhow), so I tried to include comparanda from other museums where I had scanned artifacts. I tested the same dataset with 3d Gaussian Splatting but that had lower resolution results for great complexity in frontend code and reduced performance on older devices. [3DGS tour: https://ift.tt/o49Qe5k... ] Moving forward, if anyone's working on the same idea, I didn't find a good path to monetization through web-based 3d content, so I'll take the high resolution photogrammetry of spaces into Unreal and switch to desktop and headset builds. For the distribution advantage of web-based 3d content, I'm hoping to test next a desktop or VR build that may be easier to sell to sustain my work. https://ift.tt/PHCjRZ5 June 25, 2024 at 08:18PM
Show HN: I made a remote job board with a free CV maker tool https://ift.tt/CP0wpb6
Show HN: I made a remote job board with a free CV maker tool https://benture.io/ June 25, 2024 at 02:27PM
Show HN: AI-Generated Tables for a Steampunk City https://ift.tt/owerQUi
Show HN: AI-Generated Tables for a Steampunk City I recently embarked on a creative experiment where I used ChatGPT to craft an elaborate steampunk story. Inspired by the rich narrative and intricate details, I decided to transform various parts of the story into demo tables, complete with text and images using https://tabulator.ai/ . The goal was to explore how AI can aid in the creative process and provide indie game developers and storytellers with some ideas quickly. https://ift.tt/YVoyztZ June 25, 2024 at 02:34PM
Monday, June 24, 2024
Show HN: Qq: like jq, but can transcode between many formats https://ift.tt/yWxak5H
Show HN: Qq: like jq, but can transcode between many formats qq is jq inspired interoperable config format transcoder with interactive querying. It features an optional interactive editor with autocomplete for structured data. And supports inputs and outputs for json, xml, ini, toml, yaml, hcl, tf, and csv to varying degrees of capability. https://ift.tt/eKrM4b2 June 25, 2024 at 04:14AM
Show HN: Sandcastle – a minimal, lightweight build tool and shell automator https://ift.tt/6obwa0H
Show HN: Sandcastle – a minimal, lightweight build tool and shell automator Automate your repetitive build tasks and terminal commands with Sandcastle. Built in Go. I'm a solo student developer - I'm open to contribution to build this into something that everyone can and will want to use. https://ift.tt/rDRqVZy June 25, 2024 at 12:16AM
Sunday, June 23, 2024
Show HN: Field report with Claude 3.5 – Making a screen time goal tracker https://ift.tt/ENlwHRI
Show HN: Field report with Claude 3.5 – Making a screen time goal tracker https://ift.tt/1wx9ac4 June 24, 2024 at 07:00AM
Show HN: API for Internet Brand Data https://ift.tt/uPDEzej
Show HN: API for Internet Brand Data https://brand.dev/ June 24, 2024 at 01:32AM
Show HN: Open-source version of Anthropic's Artifacts UI https://ift.tt/x7kz8lh
Show HN: Open-source version of Anthropic's Artifacts UI https://ift.tt/SQXEqkB June 24, 2024 at 03:51AM
Show HN: Tsellm: Interactive SQLite shell with LLM support https://ift.tt/OtiVC7s
Show HN: Tsellm: Interactive SQLite shell with LLM support Hello HN, While browsing the Python docs yesterday, I discovered that the latest 3.12 version has added support for a `python3 -m sqlite3` interactive shell. I looked into the source code, and its implementation was simple, giving me an idea: Why not hook the beautiful llm library by simonw into such an interactive shell, and thus have direct LLM support in SQLite? Without writing a C extension, build a shared object and all that fuss. Well, now you can `pip install tsellm` and do just that. demo gif: https://ift.tt/qNtvuWY... https://ift.tt/Cuf0gYy June 23, 2024 at 11:45PM
Saturday, June 22, 2024
Show HN: Online OPML editor to manage subscription lists https://ift.tt/XBUnGqd
Show HN: Online OPML editor to manage subscription lists I made a small online editor to manage OPML[1] files easily. There are a lot of smart online editors for formats like JSON, but while OPML is supported by most subscriptions services, the experience of editing/managing it is poor outside of what each platform support. The pain of managing the file independently increases as the size of the OPML file grow larger. It's rather simple at the moment but the goal is to provide shortcuts for common desired tasks to make the experience of editing OPML much smoother and streamlined. The editor is a static website that runs locally in your browser, it doesn't require an account, nor do any tracking. Let me know your feedback or if you've any pain points around OPML GitHub repo: https://ift.tt/S541Yuq Website: https://ift.tt/Ixjdu3t [1] - https://ift.tt/InwgA64 https://ift.tt/S541Yuq June 21, 2024 at 06:43PM
Show HN: Simple script to cripple personalized targeting from Facebook https://ift.tt/ea3pYfw
Show HN: Simple script to cripple personalized targeting from Facebook https://ift.tt/R147BkA June 23, 2024 at 03:08AM
Show HN: Feedback on Sketch Colourisation https://ift.tt/sMmBAKv
Show HN: Feedback on Sketch Colourisation Hi I am looking for some feedback on our new project "Sketch Colourisation". The envisioned UI and objectives are -- * An artist should have greater control on how to colour a sketch. While a text-to-image model lacks this fine-grained control, a per-pixel colourisation pipeline makes sketch colourisation a laborious process with high-entry barrier. * What if an artist only draws a mask for a local region and specifies the colour palette for that local region? Then a neural network figures out how to colour the overall sketch -- while maintaining those local colour palette. [I would really like a feedback if the above UI (i.e., mask and local colour palette) makes sense to users/designers. As researchers, we often have the wrong idea of what is desired by end-users.] * On the exact implementation of the above concept, we designed a no-training based neural network framework -- and also make sure it runs on a Nvidia 4090. In other words, I will try to avoid any expensive training or inference -- which defeats the purpose of being useful to people (not just some research labs). * Note, I am not so bothered about the exact implementation (or whether it is "novel") -- as long as it is useful. * A shameless advertisement: The codebase ( https://ift.tt/1fM3RP5 ) is MIT License. It is no way near to being useful to people -- but I would really like to pursue this direction and your feedback/criticism will be immensely helpful. Thanks https://ift.tt/6lsANHg June 22, 2024 at 05:03PM
Show HN: I made tool that let's you see everything about any website https://ift.tt/mPwB2pQ
Show HN: I made tool that let's you see everything about any website Yes, it's open source: https://ift.tt/8seW9PU :) Why I'm building this? There are a lot of tools out there for discovering meta and security data relating to a website, IP or server. But currently, there isn't anything that does everything, all in one place and without a paywall/ user sign up. It's still a WIP, and I'm working on a new version, with some more comprehensive checks, so any feedback would be much appreciated :) https://v1.web-check.xyz/ June 22, 2024 at 04:13PM
Friday, June 21, 2024
Show HN: Synapse – TypeScript Toolchain for Cloud Apps https://ift.tt/nD6bd3X
Show HN: Synapse – TypeScript Toolchain for Cloud Apps Hey all, I've been working on a developer tool based on my experiences with working on cloud applications. What I've created is basically Node.js + TypeScript + Terraform all combined into a single tool, Synapse. I like to think of Synapse as a "compiler for distributed systems", though it can also be used as a build tool for any JavaScript/TypeScript app. In fact, Synapse is built with Synapse! I recently open-sourced the bulk of the codebase, but a lot of work is still needed to make it easy to contribute. If anyone is able to try it out and give me feedback, it would be hugely appreciated! There's not many documented features at the moment, but I think what I have now is at least enough to get a basic idea of what Synapse can do. https://ift.tt/sugi2IV June 22, 2024 at 03:51AM
SHOW HN: A tool to scale PDF files to a specific paper size, such as A2, B2 https://ift.tt/IYVubjP
SHOW HN: A tool to scale PDF files to a specific paper size, such as A2, B2 https://ift.tt/b7G8MP9 June 22, 2024 at 03:31AM
Thursday, June 20, 2024
Show HN: We Added Full Schema Enforcement to a Document Database https://ift.tt/i7VN1Ba
Show HN: We Added Full Schema Enforcement to a Document Database https://ift.tt/GpXS09u June 20, 2024 at 11:08PM
Show HN: Hyperaide – personal assistant for your tasks, notes and bookmarks https://ift.tt/l1zDodv
Show HN: Hyperaide – personal assistant for your tasks, notes and bookmarks https://hyperaide.com/ June 20, 2024 at 09:21PM
Show HN: Store Text in Minesweeper https://ift.tt/Vq4D6gG
Show HN: Store Text in Minesweeper https://ift.tt/p64fLQF June 20, 2024 at 11:33PM
Wednesday, June 19, 2024
Show HN: MIT-Licensed High-Quality Video Game Built from Scratch with JavaScript https://ift.tt/6JZX7BN
Show HN: MIT-Licensed High-Quality Video Game Built from Scratch with JavaScript https://ift.tt/Ks6afhS June 20, 2024 at 06:51AM
Show HN: Text Your Pals Choose-Your-Own-Adventure Games with iMessage and Twine https://ift.tt/PhJGajq
Show HN: Text Your Pals Choose-Your-Own-Adventure Games with iMessage and Twine https://ift.tt/6HYcyuh June 20, 2024 at 02:57AM
Show HN: How to build your own CNC-machine from scratch https://ift.tt/51YVkgs
Show HN: How to build your own CNC-machine from scratch https://ift.tt/a38OokD June 20, 2024 at 12:03AM
Tuesday, June 18, 2024
Show HN: Universal Inbox – Centralize all your notifications in a single place https://ift.tt/4JDFKvs
Show HN: Universal Inbox – Centralize all your notifications in a single place I have always struggled to keep my todo list filled with everything I have to do from all the tools I'm using daily. I thus have created Universal Inbox to gather all the notifications of all these tools so that I have a single inbox to empty and I can easily create tasks in my todo list tool. Moreover, Universal Inbox also keeps track of tasks in these tools (like assigned issues in Linear) and keeps them in sync with my todo list tool too so that I am confident my todo list is up to date. I’d love to hear your feedback on how useful you find Universal Inbox! What would be missing for your use case? https://ift.tt/8isBy9m June 19, 2024 at 04:22AM
Show HN: I made an open source and local translation app https://ift.tt/pmoR8Ch
Show HN: I made an open source and local translation app A few years ago, right after high school, I decided to try to make a simultaneous translation app for Android as a side project, it took longer than expected (about 2 years) and I had to make a lot of compromises (I had to use Google's API and therefore make users use a developer key because at the time there were no free solutions for speech recognition and translation that had good quality). At the end of university, I decided to pick it up again and finally, using OpenAi's Whisper for speech recognition and Meta's NLLB for translation (with both running locally on the phone), I managed to make it free and totally open-source (as it was meant to be from the beginning). The app is still in beta, so I would love your feedback. https://ift.tt/l6PfqZO June 19, 2024 at 02:56AM
Show HN: Chatting with AI Sucks. Try Mindmapping https://ift.tt/WBr8yQq
Show HN: Chatting with AI Sucks. Try Mindmapping https://ift.tt/jABLq8g June 19, 2024 at 02:20AM
Monday, June 17, 2024
Show HN: Assistants Hub – A Portal for Building AI Assistants https://ift.tt/i7N2TmI
Show HN: Assistants Hub – A Portal for Building AI Assistants Hello HN Folks, I started working on Assistants Hub to solve a personal need, creating math assistants for my 3rd and 7th graders. I wanted to see what they were asking the AI at the same time, also make it super easy to get to it (with a link I can bookmark on their Chromebooks) without signing up or remembering things. They liked it, and used it to learn concepts well I expanded on the idea and felt like GPTs and AI assistants are underutilized in many fields due to the technical barriers involved in creating and distributing them. Assistants Hub is an effort to democratize this process, enabling even non-tech savvy users to build and deploy AI assistants tailored to diverse needs and domains. Best of all it is Open Source - https://ift.tt/EVBA0Qv Docs - https://ift.tt/YHb2p0y Web - https://ift.tt/Z4aI7fn Here are some sample personal assistants you can try with a link Personal Motivator - https://ift.tt/SP7eBTG... 7th Grade Math Tutor - https://ift.tt/X4kfpJD... Story Sprout - Kids Story Teller - https://ift.tt/hzUxEKV... British Slang Converter - https://ift.tt/c64JNb3... 2nd Grade Math Tutor - https://ift.tt/PZLXRFT... Einstein Assistant - Tells you all about Dr.Einstein - https://ift.tt/uPGz8RJ... Primary goal is to add transparency and controls to the buyer (person paying for the AI) at the same time, make it super easy for the consumer of the AI (students, customers, employees etc.,). Right now this has analytics, conversation history, visual customizations, integration options. Document support (RAG) is available with OpenAI assistants, Planning to introduce support for functions and more eventually. At some point I hope to build a wysiwyg editor to drag and drop functions, capabilities to customize AI Assistants Right now this support 4 major providers - OpenAI, Groq, Anthropic, and Google Gemini. Users can Bring Your Own API Keys (BYOK) from these platforms or use Assistants Hub's default key. Technical Stack: • Frontend: Next.js with Tailwind CSS and Flowbite for a clean, responsive design. • Backend: Prisma ORM on top of PostgreSQL ensures robust data handling. • Storage: AWS S3 for reliable blob storage. Do you like the idea / or skeptical of it? What could be improved or changed? I’m looking for honest, constructive feedback that can help refine and enhance the platform. Are there specific tasks or industries you think could benefit by Assistants Hub? I’m keen to explore new domains where this can make a significant impact. LOOKING for Contributors to this project, both technical and non-technical, feel free to reach out to me santthosh -at- gmail -dot- com https://ift.tt/z7qrZjW June 18, 2024 at 08:42AM
Show HN: ThreadQuilt: AI-Free Thread Aggregator https://ift.tt/g75zmJO
Show HN: ThreadQuilt: AI-Free Thread Aggregator Hey HN, I've been working on a project called ThreadQuilt, and I'm excited to share it with you all. ThreadQuilt is a community discussion aggregator that brings together the best threads from various forums and platforms into one convenient place. Whether you're interested in programming, tech trends, or just want to stay updated on niche topics, ThreadQuilt helps you find and follow the most relevant conversations without the clutter of AI-generated content. It's all about real human discussions, curated for quality and relevance. I built ThreadQuilt because I was tired of wading through endless noise to find meaningful discussions. With ThreadQuilt, you get a cleaner, more focused experience that highlights the best parts of the web's conversations. Check it out and let me know what you think! Your feedback would mean the world to me as I continue to improve and expand the site. Happy threading! https://ift.tt/g3cSMld June 18, 2024 at 01:13AM
Show HN: Lipdub Videos to Any Language https://ift.tt/DZH0fL9
Show HN: Lipdub Videos to Any Language TLDR: Translate, dub, and lip-sync videos into 29+ languages. Here's an example: https://ift.tt/MupUazj... I was creating a few educational math videos for kids in Latin America last summer, and I noticed they weren't easily following subtitles. I wanted to make the video content more engaging for them, but I'm still a ways away from Spanish proficiency. Went down the rabbit hole of audio + video AI models... and now we have the initial version of Viva Labs! Given a video, we first translate the audio to the target language using a pipeline of ASR models, translation APIs, & LLMs - users can edit translations to fix any errors. Then, we dub the audio with similar voices or voice clones. Finally, we sync the speakers lip movements to match the dubbed audio. Our early users have surprised us with some of the common use cases like dubbing online course content, product explainers + marketing promos, podcasts, and international newscasts Still a lot of work to do to create full immersion. The following areas of technical exploration we're pursuing: 1) matching the output audio's tone, prosody, & emotion with that of the input voice using speech to speech models, 2) training lip sync models with more robust lip sync for extreme poses and occluding objects, 3) using LLMs to produce translations that are more colloquial and more closely match the pacing of original audio. Here's a sample of Mira Murati's GPT4o announcement lip dubbed to Russian: https://ift.tt/MupUazj... Looking forward to seeing what videos you dub! You can dub 3 minutes of video for free at app.vivalabs.ai or you can ask our twitter bot x.com/VivaDubs to audio dub a video on twitter https://app.vivalabs.ai June 18, 2024 at 01:31AM
Sunday, June 16, 2024
Show HN: Instagram artist finder for music producers https://ift.tt/uNFnMq2
Show HN: Instagram artist finder for music producers https://ift.tt/U7CEc2J June 17, 2024 at 03:35AM
Show HN: SQLite Database Explorer https://ift.tt/eovpuwn
Show HN: SQLite Database Explorer SQLite database explorer https://ift.tt/4RwkKA3 June 17, 2024 at 03:09AM
Show HN: b2v.xyz – Protection against impersonation attacks https://ift.tt/FdKjISU
Show HN: b2v.xyz – Protection against impersonation attacks Hi HN, I’m the founder of https://b2v.xyz , a service that protects organizations against impersonation attacks. The problem I’m trying to solve stems from the following observation: while end-user authentication methods are becoming more advanced as cybersecurity evolves, organizations aren't experiencing the same improvements when we reverse the roles, i.e. when organizations authenticate themselves to their users. This imbalance leaves a gap in secure communications that B2V aims to close. Bad actors have countless ways to pose as trusted entities — through phishing, smishing, vishing, and more. These catchy terms may sound trendy, but the technology to combat them often lags behind. While some larger companies do offer some customised solutions such as in-app notifications, most approaches are still reactive, such as updating email filters after an attack is detected or requesting takedowns of fake domains long after the damage is done. It's surprising that more proactive measures aren't in place, especially considering the serious consequences of these impersonation attacks. How B2V tackles this problem: - Mutual authentication: During critical communications, an organization can initiate an authentication session and share it with a user via a unique URL. When the user opens it, the organization provides a one-time password that the user can verify. These single-use ephemeral sessions also protect against man-in-the-middle attacks, ensuring that the person you're communicating with is truly who they claim to be. This could also be described as *conversational authentication*. - Digital signatures: Prove the authenticity and integrity of information linked to your organization with public-key cryptography. This is especially useful for verifying that text or links posted on platforms/media outside of your control — such as job boards, paper invoices, forums, or messages — truly come from a trusted entity. For example here's the signature of this post's URL: https://b2v.xyz/b2v_/XHEbx8NdqjTF50?s=https://news.ycombinator.com/item?id=40699265 - Verified online identities: Organizations can link their online identities, similarly to the way Keybase does it. For instance, here's the proof of ownership of this HN account: https://b2v.xyz/b2v_/NMiMMr9KWov6oE?s=hn:b2v - Privacy by design: this system respects your privacy by never tracking or storing plaintext identifying information, only digests and signatures. - For deeper integrations, an API is also available. Could this be useful for machine-to-human or machine-to-machine communications, such as chatbots or multi-agent LLMs? Any feedback would be greatly appreciated, especially about my assumptions! Feel free to check out the docs ( https://docs.b2v.xyz ) and ask me anything. Thanks! https://get.b2v.xyz/ June 17, 2024 at 12:33AM
Saturday, June 15, 2024
Show HN: Alpha Demo of NotePad.ai (open source) https://ift.tt/p2dfL6h
Show HN: Alpha Demo of NotePad.ai (open source) Hi all, I threw together a small prototype I am calling “Notepad.ai”. A new take on UIs for interacting with LLMs. While I enjoy using LLM’s in the chat format I wanted to see what it would be like to do it in a more long form style. It let’s you write in a pretty free form, much like Window’s Notepad, but you can choose to hit ctrl+[ to analyze the text with a preset prompt of your choosing. It has a few other small features. It’s WIP and very experimental. I would appreciate any feedback or thoughts. Video: https://youtu.be/ntdlgFmSxQY Live Demo: https://ift.tt/sKgmYDu Github repo: https://ift.tt/3qeXQ4A More of my Projects: https://ift.tt/1zkTCvm Have a great rest of your weekend! https://ift.tt/KBnxErP June 16, 2024 at 04:45AM
Show HN: We Made The World's Smallest and Cheapest Network Switch https://ift.tt/8lRHPcY
Show HN: We Made The World's Smallest and Cheapest Network Switch Hello, we're Max and Byran from MUREX Robotics, a high school robotics team from Exeter, New Hampshire. We are super proud to have made this open source piece of technology! It is only 6.9 dollars (actually!) from JLCPCB :) I hope you like it. https://ift.tt/aTlmzbK June 16, 2024 at 07:56AM
Show HN: Collate multiple PDFs into one with cover and automatic TOC https://ift.tt/HreZ9sj
Show HN: Collate multiple PDFs into one with cover and automatic TOC collatepdf is a quick-and-dirty Python script I wrote for my own needs to collate multiple PDFs into one (essentially for printing purposes) with the following features: * an optional cover page, * automatic table of contents generation with global page numbering, * automatic page resizing to ensure all pages in the collated PDF have the same dimensions, * an overlay bar on each page with the current file name and global page number. This is alpha-quality software (no tests, minimal documentation etc). Use at your own risks. Hope some will find it useful! https://ift.tt/lFQr4EO June 15, 2024 at 10:29PM
Show HN: I Made a Project Management Software for Freelancers https://ift.tt/A95L4Vh
Show HN: I Made a Project Management Software for Freelancers After about 2 months of coding and many late nights I just finished building this simple project management tool that I designed to be specifically for freelancers. Tell me what you think, I am trying to get better at building with NextJS, thank you for any feedback. There is a 10 day free trial if you want to buy it outright. I made this as I didn't like the other tools out there and thought about how the tool could be specialised for freelancers. https://ift.tt/5J3oLyw June 16, 2024 at 12:05AM
Friday, June 14, 2024
Show HN: Summarize Trending GH Repos in Terminal or Browser https://ift.tt/CGL2iZB
Show HN: Summarize Trending GH Repos in Terminal or Browser Hey HN, I built a tool that fetches the daily trending GitHub repositories and uses GPT-4o to generate useful, detailed markdown-style summaries. The app then offers to render them in the terminal itself or as HTML, which is then opened your default web browser. I'm neither a trained programmer nor a computer science student, but I'm a geek nonetheless and had fun building this, so I wanted to share. Maybe it doesn't save anyone any time, but again, I had fun building it. Cheers! https://ift.tt/eBtQouW June 15, 2024 at 06:53AM
Show HN: 100% open-source voice assistant – as a HAL9000 https://ift.tt/0Cfcroj
Show HN: 100% open-source voice assistant – as a HAL9000 It started in 2018 with my first 3D printer and some openscad designs - just something that looks like a HAL9000 (and had a controlled red LED for the visuals) - it ended up being a full software-project...that hasn't ended yet. But: it is at a (quality-)point at which I am OK with putting it up on stage. My project goals: A digital voice-assistant that is... - actually usable (response times, error rates, ...) - performs everything on-device ("look ma, no cloud") - is entirely Free/Libre Open-Source-Software - is as-easy-as-possible to build I consider all four goals to be accomplished even at this ~90% stage of the project. If you just want to get some quick impressions, check out the "Demos" (video-)page in the github wiki (prominently linked in the README in the github repo). If you want to spend some more time on this, it's probably easiest to watch my presentation at Hackaday Europe from two months ago: https://www.youtube.com/watch?v=oqJCU8FRMQg&t=14761s https://ift.tt/YbTKxd7 June 15, 2024 at 05:57AM
Show HN: SHAllenge – Compete to get the lowest Hash https://ift.tt/QHxgGft
Show HN: SHAllenge – Compete to get the lowest Hash I've always had an appreciation for the properties of hashing. I especially like the concept of Proof of Work, so I tried to make a little competition out of it. https://ift.tt/VbfmWwk June 15, 2024 at 12:03AM
Thursday, June 13, 2024
Show HN: XDeck – An ad-blocking client app for macOS, like TweetDeck https://ift.tt/qC5EFPb
Show HN: XDeck – An ad-blocking client app for macOS, like TweetDeck Hi everyone, XDeck is an client app for macOS as a TweetDeck alternative, with Ad-Blocking! I developed this for myself after feeling disappointed that TweetDeck has become a paid service. I hope you find it useful too. https://ift.tt/jrCstgW June 13, 2024 at 09:21PM
Show HN: Real News or Satire? Test Your ability with this game https://ift.tt/qabEei9
Show HN: Real News or Satire? Test Your ability with this game Hey HN! I'm sharing a project I developed. It's a Tinder-like game where you swipe left or right to guess if a post is from Hacker News or a satire website. https://ift.tt/t7AXuxj June 14, 2024 at 01:26AM
Show HN: Shpool, a Lightweight Tmux Alternative https://ift.tt/n9QSVXo
Show HN: Shpool, a Lightweight Tmux Alternative shpool is a terminal session persistence tool developed internally at google to support remote workflows, which we have open sourced. https://ift.tt/0Yi6Ihs June 13, 2024 at 06:52PM
Show HN: Dive into Deep Work–Your Oasis, Your Way https://ift.tt/LWx0b7Z
Show HN: Dive into Deep Work–Your Oasis, Your Way Elevate your productivity with Oasis, the AI-powered ambiance generator. Customize your workspace with notes, timers, focus music, and sounds—all tailored to your liking. Create the perfect environment for deep focus and creativity. Try it for free and discover how unique your background can be! https://ift.tt/qBZQ7b1 June 13, 2024 at 05:56PM
Show HN: We built an AI Copilot for end to end project development workflow https://ift.tt/6tpIv3W
Show HN: We built an AI Copilot for end to end project development workflow Omniflow creates, customizes and automates project workflow from requirement creation, tech design, dev scheduling to release and more. All done in 3 minutes. https://omniflow.team/ June 13, 2024 at 11:36AM
Wednesday, June 12, 2024
Show HN: I created a tiny web crawler for Python https://ift.tt/U8TJMiA
Show HN: I created a tiny web crawler for Python https://ift.tt/ntecBwZ June 13, 2024 at 06:11AM
Tuesday, June 11, 2024
Show HN: Epidemik a Python package for epidemic simulation https://ift.tt/vy9Y7S3
Show HN: Epidemik a Python package for epidemic simulation Hi everyone, I'm happy to share `epidemik`, a Python package for epidemic modeling. Epidemik, currently supports: - Homogeneously mixed Model: Easily define compartmental models by just specifying the transitions and rates - Age Structure: Convert any compartmental model to an age-structured model by simply adding an age contact matrix and a the population of each age group - Network Model: Easily define epidemic models running over an arbitrary network structure - Meta-Population Models: Define metapopulation model In a previous life (circa 2008-2012), I worked as the leading developer for a large-scale epidemic model so when CoVID hit I wrote a series of blog posts (see https://ift.tt/6WPcuD9 ) working through the mechanics of how this kind of model works. Epidemik is the result of all the code that got written during the lockdowns, and in the years since that, I finally cleaned up and decided to publish it in case others find it useful (perhaps as a teaching tool?) This is my first package, so feedback, comments and suggestions are definitely welcome. https://ift.tt/3bCspov June 12, 2024 at 12:41AM
Show HN: A keyboard-centric clipboard history app for macOS https://ift.tt/75BvuF6
Show HN: A keyboard-centric clipboard history app for macOS Hey HN, As a Software Engineer, I frequently copy and paste content. The fact that macOS clipboard buffer can keep only one item is very frustrating. It’s very annoying to copy → switch app → paste → switch app → copy → switch app → paste, and so on. Losing items I copied hours ago and having to find and copy them again is a waste of time. I tried many third-party clipboard managers like Alfred, Raycast, Paste, Maccy, etc. While great, they didn't fully meet my needs. As a developer, my requirements are: 1. Keyboard-centric operation to avoid using the mouse. I don’t want to waste my time moving my hands from the keyboard. 2. Display many clipboard history items at once. I don’t like the idea with big tiles, so I can see only 5-7 history items on my 32” monitor. 3. Full content preview for each clipboard item. 4. Quick search functionality. So, I created ClipBook for my own use. After months of development, daily use, and positive feedback from my colleagues, I decided to share it publicly. It’s free. All data is securely stored on your computer. I’m planning to make it open source as well. If you try it out, please let me know if you found it useful, if you have anything you’d like me to add, or if you have any other feedback. Happy to answer any questions. Much appreciated. https://clipbook.app/ June 11, 2024 at 10:10PM
Show HN: Find the Best LLM for Your Needs https://ift.tt/sj3fHm4
Show HN: Find the Best LLM for Your Needs https://ift.tt/eViP3b0 June 11, 2024 at 11:14PM
Show HN: Comparing various contrastive losses on text and vision embeddings https://ift.tt/0dQ2PrB
Show HN: Comparing various contrastive losses on text and vision embeddings https://ift.tt/uKpCaJY June 11, 2024 at 07:24AM
Monday, June 10, 2024
Show HN: Text2Infographic – AI Infographic Generator https://ift.tt/SCB7qKa
Show HN: Text2Infographic – AI Infographic Generator https://ift.tt/vNcqSi3 June 11, 2024 at 01:02AM
Show HN: Summarize Anything, Forget Nothing https://ift.tt/jSyYW1C
Show HN: Summarize Anything, Forget Nothing You likely forget 90% of the content you consume within a week. I built Recall to fix this. Recall summarizes online content, connects it in a knowledge graph and resurfaces it on a schedule tailored to your learning curve helping you remember the information you care about. https://ift.tt/DkM6Ja1 June 11, 2024 at 03:35AM
Sunday, June 9, 2024
Show HN: Using the djb2 hash to map IP addresses to readable words for the lulz https://ift.tt/MQuhSHU
Show HN: Using the djb2 hash to map IP addresses to readable words for the lulz Hi HN, This is more or less a fun experiment that I thought was worth sharing. Using Daniel J. Bernstein's [1] djb2 hash that he made when he was only 20 years old in 1991, we map names to hashes and provide reverse mappings using an english word list from dwyl [2]. You can see it here: https://ift.tt/i9tZK14 Hamon (ハモン not 刃文) is derived from HAsh MOdulo Name. I hope you like it [3]! [1] The Cypherpunk Super Hero, https://cr.yp.to/ [2] https://github.com/dwyl [3] Probably minimal real life use cases. ¯\_(ツ)_/¯ June 10, 2024 at 05:53AM
Show HN: I Build an AI-Powered API That Instantly Obtains Website Information https://ift.tt/csI4uWE
Show HN: I Build an AI-Powered API That Instantly Obtains Website Information I built SiteProfile(siteprofile.io) to simplify how we access detailed website information. The main feature of SiteProfile is that you can obtain all relevant website information with a single, simple API call. With one API call, you can immediately get the following information: 1.Real-time Webpage Screenshots Instantly capture real-time screenshots in both PC or Mobile views. 2. AI-Generated Content: Generate content based on user prompts and website data, e.g. Describe the core functions of this website. 3.Comprehensive Website Info: Social Media Links, Contact Info, Basic Details, and Assets, all in one place. With just this API, you can instantly create an ai directory or similar website. SiteProfile is currently in the testing phase. During this period, all subscriptions are discounted. There are still a few minor issues, and I’m working hard to fix them. If you try it out, please let me know if you found it useful, if you have anything you’d like me to add, or if you have any other feedback. And if you have any questions, I’d be happy to answer. Much appreciated. https://siteprofile.io/ June 10, 2024 at 06:47AM
Show HN: Clip2qr: displays whatever URL or file is in clipboard as a QR code https://ift.tt/k0BoKxm
Show HN: Clip2qr: displays whatever URL or file is in clipboard as a QR code https://ift.tt/r32ONIK June 10, 2024 at 05:08AM
Show HN: An AI Agent That Defines Its Own Terminal and Instrumental Goals https://ift.tt/tXj3kRB
Show HN: An AI Agent That Defines Its Own Terminal and Instrumental Goals https://ift.tt/uf74A0B June 9, 2024 at 11:55PM
Saturday, June 8, 2024
Show HN: I wrote a partial re-implementation of DirectMusic https://ift.tt/hZSe8i9
Show HN: I wrote a partial re-implementation of DirectMusic DirectMusic[1] is a deprecated Windows API for playing dynamic music scores authored using DirectMusic Producer[2]. It was originally released as part of DirectX in 1999 and discontinued with the release in Windows Vista around 2009-ish. Due to my involvement with projects[3] re-implementing an old game engine for the early 2000's games Gothic and Gothic II[4], I came to notice that existing solutions[5] were incorrect and hard to use. Thus, I was tasked with writing a new, correct re-implementation of the API. Today, my re-implementation is able to (mostly) play back so-called style-based segments[6] and is fully tested against both the Gothic and Gothic II soundtracks. I am actively working on getting the Lego Island 2 soundtrack working as well. There are many features of DirectMusic which the library does not currently support, simply because I have not been able to find or test soundtracks using them, so if you want to contribute, I'd love to know about software shipping with DirectMusic soundtracks! [1]: https://ift.tt/nqDALIy [2]: https://ift.tt/03IDg9k... [3]: Specifically GothicVR ( https://ift.tt/VYtK8eF ) and OpenGothic ( https://ift.tt/hN7xuQT ) through my ZenKit library ( https://ift.tt/Eo9TgA5 ) [4]: https://ift.tt/Ym8oEhx [5]: There is libdmusic ( https://ift.tt/Z1lwfSM ) which is unmaintained and an embedded implementation in OpenGothic ( https://ift.tt/hN7xuQT ) [6]: https://ift.tt/Cw2Fguf... https://ift.tt/OVqXxl5 June 8, 2024 at 03:32PM
Show HN: I built job search platform for Architects https://ift.tt/vL0jqeb
Show HN: I built job search platform for Architects Hi HN, I started my solopreneur journey this year and I’d like to share something I’ve been working on: ArchGee - a job search platform for architects, interior designers, urban planners, and other professionals in the architecture field. Coming from an IT background, I’ve seen plenty of job boards for IT roles. However, my architect friends often struggle to find job opportunities specific to their unique skills. Archgee is designed to fill this gap. It’s tailored exclusively for the architecture community, making it easier to find relevant opportunities. At first I am planning to integrate jobs from other search platforms (jobs that are relevant to architecture), then partnering with industry companies to ensure high-quality job posts and aim to create a supportive space for networking and growth. I’m here to seek your thoughts and feedback. Mirza June 9, 2024 at 12:40AM
Show HN: A Small BitNet GPT in MLX https://ift.tt/7Jw8cEr
Show HN: A Small BitNet GPT in MLX For those of us nerds who like to tinker with language models, I thought of sharing an example ipynb that shows how to build a small gpt (kudos to @karpathy for teaching us minGPT) where you replace the nn.Linear layer with a BitLinear layers as introduced in the paper on 1.58 bit LLMs https://ift.tt/OqKLlrx https://ift.tt/yE2JAdf June 9, 2024 at 01:38AM
Friday, June 7, 2024
Show HN: PS2 Filter AI https://ift.tt/LOVBmSo
Show HN: PS2 Filter AI https://ift.tt/LzmiRYu June 8, 2024 at 05:40AM
Show HN: Air Orbe: Exploring the Future of Smart Device Control [video] https://ift.tt/I8EDwZc
Show HN: Air Orbe: Exploring the Future of Smart Device Control [video] When it comes to smart devices, one of the most challenging tasks I faced was labeling the lighting zones in my home. No matter how hard I tried to make sense of it, the process was always cumbersome and didn't seem intuitive to everyone. I often thought about a future where controlling the lights could be as simple as looking at them. This vision fueled my desire to create a more cohesive and user-friendly experience. The breakthrough came when Apple launched the Vision Pro. I knew immediately that this technology could finally enable the solution I had been dreaming of. By leveraging the capabilities of Vision Pro, especially PERSISTENT WORLD ANCHORING, we could build a system where users control their lights and other smart devices simply by looking at them. This innovation would make smart device control more intuitive than ever. https://www.youtube.com/watch?v=aOHZzFxhy5o June 8, 2024 at 01:51AM
Show HN: Scipress.io – a Markdown writing platform like Notion Medium MkDocs https://ift.tt/eTMjv68
Show HN: Scipress.io – a Markdown writing platform like Notion Medium MkDocs Scipress is a writing platform with VS code editor built into the browser. It lets you make beautiful blog posts and programming docs with Markdown. Scipress supports code blocks with syntax highlighting, Katex, Tailwind CSS, images & videos, admonitions, popovers, blur screens, private posts, and a bunch of other cool stuff. You can also monetize via paywalls, if you want. I started this project almost a year ago to the date. This is my first time posting about it on HN. And if you're curious, I have made $0 from this project (but not for lack of trying). https://ift.tt/17QkRHO June 7, 2024 at 07:42PM
Show HN: A Hacker News clone for ranking RSS feeds https://ift.tt/yJKk4jd
Show HN: A Hacker News clone for ranking RSS feeds https://ift.tt/Rp84drn June 8, 2024 at 12:54AM
Show HN: I think I've built the most worthless SaaS on the internet https://ift.tt/Ko280T6
Show HN: I think I've built the most worthless SaaS on the internet https://worthless.app/ June 7, 2024 at 12:37PM
Thursday, June 6, 2024
Show HN: Archimede, the unobtrusive directory information fetcher https://ift.tt/Zu6WneC
Show HN: Archimede, the unobtrusive directory information fetcher https://ift.tt/SuVwA9O June 7, 2024 at 02:40AM
Show HN: A Short IPv6 Guide for Home IPv4 Admins https://ift.tt/4LwVUf9
Show HN: A Short IPv6 Guide for Home IPv4 Admins https://ift.tt/NSrn41M June 7, 2024 at 05:16AM
Show HN: I created this land use visualisation for the Netherlands https://ift.tt/VXcEpYC
Show HN: I created this land use visualisation for the Netherlands Last weekend, I tried creating an original visualization of something on many minds in my home country the Netherlands: land use. Much of our discussion revolves around land use—housing crisis, sustainable farming, solar energy—it's all about the land. To illustrate this, I created a map where each hexagon represents 0.06% (26,647 hectares) of land in the Netherlands. The color indicates the type of land use. https://ift.tt/xUF1u2a June 6, 2024 at 10:32PM
Wednesday, June 5, 2024
Show HN: Gpl2 2d web paddle game https://ift.tt/UySImO8
Show HN: Gpl2 2d web paddle game Simple retro paddle arcade game written in Javascript, using good ol' Canvas. https://ift.tt/x07VZEn June 5, 2024 at 01:07PM
Show HN: I built a tool to A/B test promotions to maximize conversions https://ift.tt/40GjsQH
Show HN: I built a tool to A/B test promotions to maximize conversions Hey HN, I've just begun my solopreneur journey. I've been a "serial starter" - often starting projects and never seeing them through, and I have finally finished my first project! Maybe this sentiment resonants with some of you, let me know in the comments below I built this tool as a simple no-risk method for turning more visitors into customers by A/B testing your sale promotions and automatically displaying the promotion with the highest conversion rate. Did you know that increasing your conversion rate by just half a percent can have a dramatic impact on your sales without needing to increase your traffic? Consider the following example for a $20 product on your website: To earn $1M in sales with a 2.5% conversion rate you would need: 2M visitors. To earn $1M in sales with a 3.0% conversion rate you would need: 1.66M visitors. What do you think is an easier way to get to $1M in sales: Attracting ~ 400K new visitors? Or raising your conversion rate by 0.5%? I hope some of you find this product useful, I would love your feedback! - Xylo https://ift.tt/1nrtkK5 June 6, 2024 at 12:15AM
Show HN: zfind – CLI like find but using SQL syntax and also does tar/zip https://ift.tt/3HZdqQW
Show HN: zfind – CLI like find but using SQL syntax and also does tar/zip I wrote this because I needed to search a lot of files, including some archives, for files in a date range but couldn't find any good tools. Also I never liked find's option syntax. I think most people already know SQL (or at least it's easier to learn) and a much better match for this task. https://ift.tt/1d8jU2N June 5, 2024 at 01:49PM
Show HN: I created an German Demo Events App https://ift.tt/M4q6ak7
Show HN: I created an German Demo Events App I developed my first iOS App for sharing, finding and contributing to demos across Germany https://ift.tt/8TSDny7 June 5, 2024 at 07:26AM
Tuesday, June 4, 2024
Show HN: A CLI that makes LLMs convenient to use for developers https://ift.tt/Zd4LNKB
Show HN: A CLI that makes LLMs convenient to use for developers https://ift.tt/4ytLDmJ June 4, 2024 at 11:07PM
Show HN: Auto-matching and optimized carpooling for groups https://ift.tt/i3ulYz2
Show HN: Auto-matching and optimized carpooling for groups How it works: - Organizer creates an event and shares the link to it - People sign up as riders or drivers - 48 hours prior to event, everyone gets a text message asking to confirm. - 24 hours prior to event, the optimized carpooling routes are created. Right now drivers are limited to a max route of 30 mins long, will be more flexible soon. Everyone is messaged their route details, related rider/driver details, and drivers get a google maps route link to navigate. Demo vid: https://www.youtube.com/watch?v=ToVn8tVQ0cc Frontend repo: https://ift.tt/UOx4uz8 Backend repo: https://ift.tt/af06hJP https://www.antride.ca/ June 5, 2024 at 12:02AM
Monday, June 3, 2024
Show HN: I built a membership page builder in 9 days – new personal best https://ift.tt/v3Z51LG
Show HN: I built a membership page builder in 9 days – new personal best Do you want to monetize a private group/ channel/ community? Use Subjoin to create a personal membership page in minutes. It's easy to use and free to try out. No need to integrate Stripe if membership is free. - - - - I have never built something this fast, what a thrill! I saw there was no easy way to create a simple subscription page. Big platforms are confusing and expensive for simple needs. - - - - What are you building? Would love to connect with like-minded people on X: @tjmakingof https://subjoin.me June 4, 2024 at 01:27AM
Show HN: Keyword Research Tool Without Fuzz https://ift.tt/pLrlkE1
Show HN: Keyword Research Tool Without Fuzz I made a simple keyword research tool without the fuzz and without extra tools. Its just a simple research tool that works in different languages and countries. Simple functionality, simple pricing. I was kinda annoyed by the pricing of other keyword research tools. https://helseo.com/ June 4, 2024 at 02:12AM
Show HN: Get your website copy and design roasted https://ift.tt/Daw7G91
Show HN: Get your website copy and design roasted https://ift.tt/w9pXmbE June 4, 2024 at 12:58AM
Sunday, June 2, 2024
Show HN: Journalling is great. But I failed every time I tried https://ift.tt/xd4wlsy
Show HN: Journalling is great. But I failed every time I tried https://ift.tt/6jrVL4i June 3, 2024 at 03:05AM
Show HN: Diagnose your Sickly Plants with AI in 2 min https://ift.tt/Gn2Cx8F
Show HN: Diagnose your Sickly Plants with AI in 2 min Get Expert AI Diagnosis and Personalized Care Plans for Your Plants https://www.plantaid.xyz/ June 3, 2024 at 01:11AM
Subscribe to:
Posts (Atom)
Show HN: Audiopipe – Pipeline for audio diarization, denoising and transcription https://ift.tt/L8R2jXN
Show HN: Audiopipe – Pipeline for audio diarization, denoising and transcription Audiopipe is a one-liner for denoising, diarization and tra...
-
Show HN: Locksmith – detect locks taken by Postgres migrations https://ift.tt/0cBueJt February 10, 2025 at 02:26AM
-
Show HN: I built a FOSS tool to run your Steam games in the Cloud I wanted to play my Steam games but my aging PC couldn’t keep up, so I bui...
-
Show HN: TNX API – Natural Language Interactions with Your Database Hey HN! I built TNX API to make working with databases as simple as aski...