This is a autopost bolg frinds we are trying to all latest sports,news,all new update provide for you
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
Show HN: Open-source WeTransfer alternative that runs everywhere https://ift.tt/JalKqXm
Show HN: Open-source WeTransfer alternative that runs everywhere OwnShare is an open-source filesharing software that can be used as a self hosted WeTransfer alternative that can be run on any PHP Environment like a simple, cheap WebSpace. It uses php and static built SvelteKit. https://ift.tt/ZDUxp8c June 3, 2024 at 01:04AM
Show HN: PgCompare – Data comparison made simple https://ift.tt/3BjCFVy
Show HN: PgCompare – Data comparison made simple https://ift.tt/zo8eHFV June 2, 2024 at 09:12PM
Saturday, June 1, 2024
Show HN: Open-Source Load Balancer for Llama.cpp https://ift.tt/BGV6l8K
Show HN: Open-Source Load Balancer for Llama.cpp Stateful load balancer customized for llama.cpp (with a reverse proxy). https://ift.tt/j8tasBd June 2, 2024 at 05:05AM
Show HN: Generate PCB Footprints from text using AI https://ift.tt/3QqOdmR
Show HN: Generate PCB Footprints from text using AI Hi HN! This is a little project to generate PCB footprints from text descriptions. It works by teaching an LLM a compressed DSL representation for footprints. I think this is generally a good technique if you're trying to get LLMs to work on spatial problems. Right now I'm focused on reproducing footprint shapes, but after that I'll benchmark the correctness of the footprints using % overlap on known package descriptions, as well as a kicad_mod export I built this because I realized I needed to use AI to help tscircuit catch up to the decades of electronic design tool progress that I'm not able to utilize (as an MIT-licensed, Typescript project) Source code here: https://ift.tt/sDWiRY2 Feedback/critical opinions appreciated! https://ift.tt/MndrBPg June 2, 2024 at 12:50AM
Show HN: Chess Twist https://ift.tt/YhCRf8b
Show HN: Chess Twist I continue my experiment of transposing classic games onto an irregular grid. I've previously released variants of minesweeper and checkers. And now I'd like to share my variant of Chess. Chess can be a pretty punishing game, but I thought this was nevertheless a way to make it even more challenging by making it trickier to anticipate your opponent, even though both players still have the same information. From the playtests I've done, that challenge is pretty compelling. It also seems to be more fun at 2 people, where both players keep surprising one another. https://ift.tt/lVjrA15 June 1, 2024 at 02:11AM
Friday, May 31, 2024
Show HN: Postgres-SQLite sync engine source code released under FSL https://ift.tt/c3jr9dF
Show HN: Postgres-SQLite sync engine source code released under FSL https://ift.tt/uLcibVO May 31, 2024 at 07:31PM
Thursday, May 30, 2024
Show HN: Explore Websites by Chosen Color https://ift.tt/EPGHejb
Show HN: Explore Websites by Chosen Color I crawled lots of websites and extracted their color palettes (primary, secondary, etc) to build a searchable collection of website colors! It was a fun side-project and I learned a lot about color theory. Let me know what you think and what features you would like to see :) If you have any questions about the tech behind it, feel free to ask in the comments. Feedback is also greatly appreciated. https://themefinder.io May 31, 2024 at 07:57AM
Show HN: I made an open-source Replit https://ift.tt/3JnsNwe
Show HN: I made an open-source Replit I spent the past few weeks making an open source cloud code editing environment with an AI copilot and multiplayer collaboration! It's fully self-hostable in 5-10 minutes. There's a lot of minor improvements to be made, and some are already listed in the Github issues. Let me know what you think and feel free to try it out. https://ift.tt/JvxWBp2 May 31, 2024 at 07:07AM
Show HN: Interactive text game from a printable boardgame (by Taproot Wizards) https://ift.tt/QMe1HZh
Show HN: Interactive text game from a printable boardgame (by Taproot Wizards) https://ift.tt/BteFkc9 May 30, 2024 at 10:00PM
Show HN: I've build my RFID poker table for less than $300 https://ift.tt/umQA5tD
Show HN: I've build my RFID poker table for less than $300 I started my own side hustle building a smart poker table At this stage, I have a working prototype that can generate an overlay with player's and pot cards percentages, hand history, video editing, and more Here's a demo video: https://www.youtube.com/watch?v=5QU8MC7q8FQ https://ift.tt/7Qy8Pi6 May 31, 2024 at 02:03AM
Wednesday, May 29, 2024
Show HN: Brisk a complete CI system is now Open Source https://ift.tt/znP0ZdW
Show HN: Brisk a complete CI system is now Open Source Brisk is a complete CI system that runs your test suite in seconds. The main speedup over standard CI systems (think CircleCI or Github Actions) is that we maintain your test environments and don't rebuild them on each test run. This allows you to scale up your workers without just scaling up the build time on each test run. Brisk can be run from your local dev environment (the command line or VS Code) allowing your to access the speed of many servers from your local machine or it can be run as part of a traditional CI/CD pipeline (in Github actions etc). I've been working on Brisk for the last few years and I've decided to open source the project. You can now run your own super fast CI service on your own hardware or in your own cloud. https://ift.tt/018QNM3 https://ift.tt/kK4FDTf May 30, 2024 at 04:46AM
Show HN: ChatGPT Personal Secretary PoC https://ift.tt/Hk7348e
Show HN: ChatGPT Personal Secretary PoC A proof of concept using LangGraph and ChatGPT to create a personal secretary that can manage your calendar and address book. Fun to build, and works pretty well, just not sure who would use it or how scaleable it would be. https://ift.tt/kNVbaAR May 30, 2024 at 12:30AM
Show HN: A spreadsheet that follows Ask HN and summarizes the answers https://ift.tt/Dp9KuUx
Show HN: A spreadsheet that follows Ask HN and summarizes the answers https://ift.tt/u8JmwqZ May 29, 2024 at 11:49PM
Tuesday, May 28, 2024
Show HN: ThreadPay: WeTransfer for money – a medium for money transfers https://ift.tt/kCnwEvB
Show HN: ThreadPay: WeTransfer for money – a medium for money transfers Often cross-border bank transfers default to 3-5 business days, on the other side P2P fintechs need signup, KYC, and other steps. I built an app that eliminates the need to open an account or go through long verifications, allowing users to send money immediately. How? Via Visa and Mastercard card-to-card real-time transfers, money can be sent straight to a card using the card number only, without the requirement for IBAN, Swift Code, or any extra routing data. *Link to MVP*: [ https://app.threadpay.io](https://app.threadpay.io/) *Link to Memo with demo recordings*: https://ift.tt/ybUmOgD *Link to Landing page*: [ https://threadpay.io](https://threadpay.io/) https://ift.tt/VpObW2l May 29, 2024 at 05:28AM
Show HN: Open-source Tableau alternative but as React component plus DuckDB-WASM https://ift.tt/HrYcbtx
Show HN: Open-source Tableau alternative but as React component plus DuckDB-WASM https://ift.tt/lnakoMr May 28, 2024 at 11:59PM
Show HN: Awesome CI/CD Attacks https://ift.tt/Yq6uTsW
Show HN: Awesome CI/CD Attacks https://ift.tt/NYpiFe6 May 28, 2024 at 10:41PM
Monday, May 27, 2024
Show HN: A New Kind of Chat Room https://ift.tt/gdGrAjt
Show HN: A New Kind of Chat Room I’ve developed an application that reimagines chat rooms by integrating them with a world map. Each user can claim a rectangular piece of land on the map, referred to as a "banner." Users within close proximity are grouped into a chat room by the app. The banner’s size can expand or shrink based on the density of users in the area and the number of coins in the user’s account. Key Features: Real-World Interaction Model: Users are pseudo-anonymous, akin to real-world interactions. Coin balance determines user size and visibility ("stature"), while endorsements and other activities form a unique endorsement chart, serving as a digital representation. This allows for interaction without revealing one’s entire social or professional network. Community Clusters: Users can form open communities based on real-world locations. New users can discover and join these clusters via heatmaps, without needing specific URLs or hashtags. Initial Coins: New users start with 1000 coins. These coins can be used to endorse other users' content, earning stakes in the endorsed banner. When others endorse that banner, the original endorser gains more coins. This endorsement economy is experimental, and could eventually involve crypto tokens. Useful Points: Banner Interactions: Clicking on a banner opens it fully. A button with a chart icon on the top right flips the banner to display the activity chart. Compatibility: The application currently works best on Google Chrome. Heatmap View: Zooming out on the map reveals a heatmap of banners. Side Panel Tabs: First Tab: Displays a feed of content from the visible map area. Second Tab: Contains the cluster chat. Current User Base: At the moment, only my friends and family are using the application, so banners are predominantly found in the Chicago area. For more details, refer to the white paper provided. I’m excited to share this application and look forward to your feedback! https://beescribe.com/ May 28, 2024 at 09:37AM
Show HN: Get paid to do your own ML research https://ift.tt/NlefTRB
Show HN: Get paid to do your own ML research I'm launching an experimental research grant that I call Cat's grant (I'll find a better name later). tldr: - you get paid to do your own research and report to me - you keep IP/ownership rights - 10 months duration - choose a grant size of $10k, $50k or $100k total (paid in monthly chunks) - Apply by sending an email to not_a_cat@fastmail.com How it works: You specify the grant size when applying: 10k, 50k and 100k. This total amount will be distributed over a period of 10 months. I will review each application within 1 week. The deadline to apply is June 9. The start date is flexible and can be the start of June, July, August or September. The total budget I will allocate to this is around 100-200k I haven't yet made a proper contract reviewed by lawyers. If interest is strong enough, I will do it and try hard to keep the spirit of what is said here. The contract will be under Swiss law. Rationale: I get to meet cool people, promote and follow cool research. You get to do the research you want with little red tape (I'll be the sole decision maker for applications. Paperwork will be done with the help of other people). Application process: You choose the grant size you apply for. You can apply to multiple ones at the same time. Then, you may be accepted for one grant option or rejected for all. The process has 3 stages: - Email application - First screening call - Second call with more in-depth questions If you complete the 3 steps, you are accepted in the grant program. Reporting requirements: You are expected to produce the following: - A weekly email report that can be as short as a single sentence (meant as a pulse that you are still here) - A monthly research update that has to be public, in the format you want (github file, blog post…) - Do a monthly call with me, discussing the monthly research update Payment schedule: One payment of 10% of the total amount will be made at the end of each month while the grant is active. The grant may be canceled if the reporting and effort is insufficient. The bar for this will be reasonably low. Effort and time spent will be considered good enough for keeping the Grant active. Research directions: You are free to decide what topic to research. Reading and studying during the research is considered normal. I will try to be helpful and suggest research directions and ideas. I will only consider applications in the domains of Machine Learning, Deep Learning and AI broadly speaking. With a preference for topics related to the following: - LLMs and Transformer architectures - Mechanistic interpretability - World models - Self play / synthetic data - Probabilistic programming Copyright and IP rights: The research remains your intellectual property. You can use it and commercialise it as if you produced it independently of the grant. Time commitment: You are expected to spend at least 50% of your working time on research related to the grant. You may have other commitments at the same time, as long as you can free up enough time. Selection criteria: - How excited I am about the research you want to do - Whether I believe you can make good progress on it - Intrinsic motivation and strong determination How to apply: Send an email to not_a_cat at fastmail com with the following: - Subject: "Application for Cat's Grant [10k, 50k, 100k]". Only keep the grant size(s) that you actually apply for, eg [50k] or [10k, 50k]. - Info about yourself, please include links to github/linkedin and/or resume - Recent projects/research you've done if any - Outline of the research you want to do as part of the grant. It's ok if you only have a vague idea, but better if you have something specific. It can be new or existing research. - Anything else you think is relevant. Evidence of strong capability is a plus, even if unrelated to ML research. Happy to answer questions or comments. May 27, 2024 at 08:24PM
Show HN: Blue Noise – Interactive Explanation of Void and Cluster Algorithm https://ift.tt/M5bADy1
Show HN: Blue Noise – Interactive Explanation of Void and Cluster Algorithm After reading about the generation of blue noise here on HN a few times my goal was to implement my own variant of the the Cluster and Void algorithm in the most straight-foward way possible, while also visualizing each step. (JavaScript is required in order to step through the algorithm) Most other Blue Noise generator implementations are optimized for speed. Many explanations of the Cluster and Void algorithm I found online were overly complicated or focusing on details that do no help the initial understanding. My implementation is optimized for readability and understanding. I find it very inspiring see an algorithm broken down to its most essential steps. For one in order to better understand the algorithm itself but also for transfering its key concepts to other tasks, for example when designing my own algorithms. Eg in my rather high level python/numpy implementation one can easily understand that the two phases of the algorithm (phase 2 and phase 3) have no data dependency between each other and can therefor be parallelized. Additionally the numpy implementation demonstrates how the application of high level concepts like rank-polymorphism and convolution allow to express a sophisticated algorithm in only a few lines of code. Hope you like it. https://ift.tt/59aoDQZ May 28, 2024 at 03:37AM
Show HN: Meal planning – without the mental load https://ift.tt/dB1VinL
Show HN: Meal planning – without the mental load TLDR; I applied the concept of "don't make me think" to the task of selecting meals, and assembling the shopping list for your grocery run. The basic idea for what I wanted is very simple: Rather than making a shopping list, I wanted to create a re-usable 'meal', with a list of ingredients I'd need to add to my shopping list to make that meal. Then, after selecting meals for the week I'd have a quick 'check' step, where I'm prompted to check the cupboard for each ingredient, before it's added to the shopping list (ie: I'll need ground beef to make tacos, but I already HAVE ground beef in the freezer). I originally built this out just for myself, but the result has been such a helpful and stress-free experience that I thought others might appreciate it as well. I think this tool could be well-suited for younger folks that are new to the labour of meal-planning. College students, newlyweds, and families with young children. You can try it out without needing to register or provide any personal information, and I'd love your feedback! https://supperstock.ca/ May 28, 2024 at 12:34AM
Sunday, May 26, 2024
Show HN: FlashText with Rust for Python https://ift.tt/QFEC3ca
Show HN: FlashText with Rust for Python LeNLP is a toolbox dedicated to NLP, made with Rust, dedicated to Python https://ift.tt/yrYDEat May 27, 2024 at 03:09AM
Show HN: I Built an Invoicing App https://ift.tt/tfYVyhG
Show HN: I Built an Invoicing App It's probably not the most interesting tool out there, but this is my first time shipping a product solo and I'm so proud https://koteshen.com May 27, 2024 at 02:44AM
Show HN: I generated API documentation for all Java packages https://ift.tt/SltEqbB
Show HN: I generated API documentation for all Java packages Hi HN! I'm excited to share a project I've been working on for the past year: Docland. It is an API documentation browser that generates documentation on demand (through compilation, not LLMs) for Java packages. Instead of relying on Javadoc, the built-in doc generator, I created the engine from scratch to give the documentations a modern look, build fast search indexes, and enable link resolution to other packages. I built Docland because I constantly found it frustrating to locate and view API definitions when programming. You'd have to Google the function/class name, skip all the SEO articles, find the page you want, yet the documentation might be poorly formatted or does not support searching. So I thought it would be really cool to create a documentation site dedicated for programming languages and libraries, so that you can find the docs all in one place with a uniform look. Docland currently only supports Java, but more programming languages can be supported thanks to its modular architecture. Please try it out and let me know what you think! Also, the process of building Docland was extremely fun and challenging. I'm happy to share about that too. Thank you! Martin https://docland.io May 26, 2024 at 06:05PM
Saturday, May 25, 2024
Show HN: Uiino – Designing User Flows in Plain Text https://ift.tt/K7yGzPB
Show HN: Uiino – Designing User Flows in Plain Text hi, i'm sanju, the creator of uiino.com. been there, done that with sticky notes for user stories. fun for brainstorming, but a nightmare to manage. i had to constantly move them around, keep track of changes, and explain my messy notes - it was frustrating! that's why i created uiino. it makes it easy to create user flows with just plain text, anywhere you can type. if you get stuck, our ai can even help you build a story map from your app idea. uiino keeps things clear and simple. we use tags to make it easy for everyone to understand. need feedback? you can add comments directly to the map. and if you need to move things around, it's super easy! we use uiino ourselves to build better products. to try ditching the sticky notes and see how clear user stories can help. uiino is free to use forever, but we're just getting started. we're working on integrations with figma to sync your app design flows, copywriting, translation, and collaborations. we're also working on more cool features. if you have feedback to make it even better, i'm all ears! try → https://story.uiino.com | docs → https://uiino.com/docs | about us → https://uiino.com/story https://www.uiino.com May 25, 2024 at 09:15PM
Show HN: A few small games not only for kids (made with my programming language) https://ift.tt/9AZaSOV
Show HN: A few small games not only for kids (made with my programming language) https://ift.tt/0Vb2yDr May 25, 2024 at 11:18PM
Show HN: I built obsidian plugin to create notes from BibTeX https://ift.tt/mG0IirB
Show HN: I built obsidian plugin to create notes from BibTeX With this plugin you can create literature notes from BibTeX entries, display formatted reference lists, and instantly generate citations. https://ift.tt/8e2Esvu May 24, 2024 at 01:48AM
Friday, May 24, 2024
Show HN: ServerlessMaps – Host your own maps in the cloud https://ift.tt/sRgHp1e
Show HN: ServerlessMaps – Host your own maps in the cloud Have a look at the website with an example map, https://ift.tt/Poq13up , or read the accompanying blog post https://ift.tt/eQj3IJE https://ift.tt/5tsAg8I May 24, 2024 at 01:49PM
Show HN: A faster way to switch LLM models https://ift.tt/wbNCprJ
Show HN: A faster way to switch LLM models Really excited to release our universal model router for LLM models. We monitor usage across all your LLM models and now make it even easier to switch between them, no more time rebuilding your app when a new model is released. https://twitter.com/getPropsAI/status/1794085232951574529 May 25, 2024 at 01:01AM
Show HN: Spot – Simple, cross-platform, reactive desktop GUI toolkit for Go https://ift.tt/EhgLWCd
Show HN: Spot – Simple, cross-platform, reactive desktop GUI toolkit for Go Hi HN, I’m excited to share Spot, a simple, cross-platform, React-like GUI library for Go. It is just a few days old and has lots of missing features but I'm happy with the results so far, and looking for some design feedback. Spot is designed to be easy to use and provide a consistent API across different platforms (mainly Mac & Linux). It’s inspired by React, but written in Go, aiming to combine the best of both worlds: the easy tooling & performance of Go with a modern, reactive approach to UI development. Key features: - Cross-platform: Leveraging FLTK[1] & Cocoa[2], Spot works on Mac, Linux, and the BSDs with plans for native Windows support in the future. - Reactive UI: Adopts a React-like model for building UIs, making it intuitive for those familiar with reactive frameworks. - Traditional, native widget set: Utilizes native widgets where available to provide a more traditional look and feel. Why I built it: I was searching for a cross-platform GUI toolkit for Go that had a more traditional appearance, and none of the existing options quite met my needs. I then started playing with Gocoa and go-fltk and suddenly I worked on an experiment to see how challenging it would be to build something like React in Go, and it kinda evolved into Spot. ¯\_(ツ)_/¯ In 2024, is there a still place for classic desktop GUIs—even with a modern spin? I’d love to hear your thoughts, feedback, and any suggestions for improvement. Also, contributions are very welcome. Thank you for checking it out! [1] https://ift.tt/7mwIoAO [2] https://ift.tt/zBKFqfL https://ift.tt/gSIo3Dq May 25, 2024 at 12:49AM
Thursday, May 23, 2024
Show HN: Excel to Python Compiler https://ift.tt/x7VTybj
Show HN: Excel to Python Compiler We (me and @aarondia) built a tool to help you turn psuedo-software Excel files into real-software Python. Ideally, Pyoneer helps you automate your manual Excel processes. You can try it today here: https://pyoneer.ai . How it works: 1. You upload an Excel file 2. We statically parse the Excel file and build a dependency graph of all the cells, tables, formulas, and pivots. 3. We do a graph traversal, and translate nodes as we hit them. We use OpenAI APIs to translate formulas. There’s a bunch of extra work here — because even with the best prompt engineering a fella like me can do, OpenAI sucks at translating formulas (primarily because it doesn’t know what datatypes its dealing with). We augment this translation with a mapping from ranges to variable names and types, which in our experience can improve the percentage of correctly translatable formulas by about 5x. 4. We generate test cases for our translations as well, to make sure the Python process matches your Excel process. 5. We give you back a Jupyter notebook that contains the code we generated. If there are pieces of the Excel we can’t translate successfully (complex formulas, or pivot tables currently), then we leave them as a TODO in the code. This makes it easy for you to hop in and continue finishing the script. Who is this for: Developers who know Python, primarily! Pyoneer might be useful if: 1. You’ve got an Excel file you’re looking to move to Python (usually for speed, size, or maintenance reasons). 2. There’s enough logic contained in the notebook that it’s going to be a hassle for you to just rewrite it from scratch. 3. Or you don’t know the logic that is in the Excel workbook well since you didn’t write it in the first place :) Post translation, even if Pyoneer doesn't nail it perfectly or translate all the formulas, you'll be able to pop into the notebook and continue cleaning up the TODOs / finish writing the formulas. What the Alpha launch supports: Launched early! Currently we’re focused on supporting: 1. Any number of sheets, with any reference structure between them. 2. Cells that translate as variables directly. We’ll translate the formulas to Python code that has the same result, or else we’ll generate a TODO letting you know we failed translating this cell. 3. Tables that translate as Pandas dataframes. We support at most one table per sheet, at the tables must be contigious. If the formulas in a column are consistent, then we will try and translate this as a single pandas statement. We do not support: pivot tables or complex formulas. When we fail to translate these, we generate TODO statements. We also don’t support graphs or macros - and you won’t see these reflected in the output at all currently. Why we built this: We did YCS20 and built an open source tool called Mito( https://trymito.io ). It’s been a good journey since then - we’ve scaled revenue and to over 2k Github stars ( https://ift.tt/SpaRAyW ). But fundamentally, Mito is a tool that’s useful for Excel users who wanted to start writing Python code more effectively. We wanted to take another stab at the Excel -> Python pain point that was more developer focused - that helped developers that have to translate Excel files into Python do this much more quickly. Hence, Pyoneer! I’ll be in the comments today if you’ve got feedback, criticism, questions, or comments. https://ift.tt/gyIrhXO May 23, 2024 at 11:10PM
Show HN: We open sourced our entire text-to-SQL product https://ift.tt/2fhNE31
Show HN: We open sourced our entire text-to-SQL product Long story short: We (Dataherald) just open-sourced our entire codebase, including the core engine, the clients that interact with it and the backend application layer for authentication and RBAC. You can now use the full solution to build text-to-SQL into your product. The Problem: modern LLMs write syntactically correct SQL, but they struggle with real-world relational data. This is because real world data and schema is messy, natural language can often be ambiguous and LLMs are not trained on your specific dataset. Solution: The core NL-to-SQL engine in Dataherald is an LLM based agent which uses Chain of Thought (CoT) reasoning and a number of different tools to generate high accuracy SQL from a given user prompt. The engine achieves this by: - Collecting context at configuration from the database and sources such as data dictionaries and unstructured documents which are stored in a data store or a vector DB and injected if relevant - Allowing users to upload sample NL <> SQL pairs (golden SQL) which can be used in few shot prompting or to fine-tune an NL-to-SQL LLM for that specific dataset - Executing the SQL against the DB to get a few sample rows and recover from errors - Using an evaluator to assign a confidence score to the generated SQL The repo includes four services https://ift.tt/UBjKZG4 : 1- Engine: The core service which includes the LLM agent, vector stores and DB connectors. 2- Admin Console: a NextJS front-end for configuring the engine and observability. 3- Enterprise Backend: Wraps the core engine, adding authentication, caching, and APIs for the frontend. 4- Slackbot: Integrate Dataherald directly into your Slack workflow for on-the-fly data exploration. Would love to hear from the community on building natural language interfaces to relational data. Anyone live in production without a human in the loop? Thoughts on how to improve performance without spending weeks on model training? https://ift.tt/2R6fYtG May 23, 2024 at 09:20PM
Wednesday, May 22, 2024
Show HN: Route your prompts to the best LLM https://ift.tt/l26p35t
Show HN: Route your prompts to the best LLM Hey HN, we've just finished building a dynamic router for LLMs, which takes each prompt and sends it to the most appropriate model and provider. We'd love to know what you think! Here is a quick(ish) screen-recroding explaining how it works: https://youtu.be/ZpY6SIkBosE Best results when training a custom router on your own prompt data: https://youtu.be/9JYqNbIEac0 The router balances user preferences for quality, speed and cost. The end result is higher quality and faster LLM responses at lower cost. The quality for each candidate LLM is predicted ahead of time using a neural scoring function, which is a BERT-like architecture conditioned on the prompt and a latent representation of the LLM being scored. The different LLMs are queried across the batch dimension, with the neural scoring architecture taking a single latent representation of the LLM as input per forward pass. This makes the scoring function very modular to query for different LLM combinations. It is trained in a supervised manner on several open LLM datasets, using GPT4 as a judge. The cost and speed data is taken from our live benchmarks, updated every few hours across all continents. The final "loss function" is a linear combination of quality, cost, inter-token-latency and time-to-first-token, with the user effectively scaling the weighting factors of this linear combination. Smaller LLMs are often good enough for simple prompts, but knowing exactly how and when they might break is difficult. Simple perturbations of the phrasing can cause smaller LLMs to fail catastrophically, making them hard to rely on. For example, Gemma-7B converts numbers to strings and returns the "largest" string when asking for the "largest" number in a set, but works fine when asking for the "highest" or "maximum". The router is able to learn these quirky distributions, and ensure that the smaller, cheaper and faster LLMs are only used when there is high confidence that they will get the answer correct. Pricing-wise, we charge the same rates as the backend providers we route to, without taking any margins. We also give $50 in free credits to all new signups. The router can be used off-the-shelf, or it can be trained directly on your own data for improved performance. What do people think? Could this be useful? Feedback of all kinds is welcome! https://ift.tt/c07Iov8 May 22, 2024 at 08:37PM
Show HN: B-field, a novel probabilistic key-value data structure (`rust-bfield`) https://ift.tt/vWqU4CV
Show HN: B-field, a novel probabilistic key-value data structure (`rust-bfield`) `rust-bfield` is a Rust implementation of our novel "B-field" data structure, which functions like a Bloom filter for key-value lookups instead of set membership queries. The B-field allows you to compactly store data using only a few bytes per key-value pair. We've successfully utilized it in genomics to associate billions of "k-mers" with taxonomic identifiers while maintaining an efficient memory footprint. But the data structure is also useful beyond computational biology, particularly where you have large unique key domains and constrained value ranges. Available under an Apache 2 license. We hope it proves useful, and we're happy to answer any questions! https://ift.tt/8SePW0N May 22, 2024 at 11:23PM
Tuesday, May 21, 2024
Show HN: Adblock for Podcasts https://ift.tt/a1wUKPp
Show HN: Adblock for Podcasts This is a small app that achieves surprisingly good podcast adblocking. It transcribes the podcast, identifies ad segments in the transcript, then creates a new version of the podcast without the ads. https://ift.tt/fapLz1h May 22, 2024 at 05:31AM
Show HN: An online billboard I built in 2 weeks https://ift.tt/JtWMOdB
Show HN: An online billboard I built in 2 weeks Never built something this quick from the ground up! https://ift.tt/TgIMz5Z May 22, 2024 at 01:19AM
Show HN: I recreated Jeffery Ventrella's "Particle Life" https://ift.tt/LHkFNJ3
Show HN: I recreated Jeffery Ventrella's "Particle Life" This weekend's coding session was dedicated to recreating Jeffery Ventrella's "Particle Life". As you can imagine, I had a lot of fun with it. I recently saw this here on Hacker News and found it strange that I’d never come across it before. Source code: https://ift.tt/due2GV3 The color palette is by Alex Cristache. https://twitter.com/AlexCristache/status/1791122643816431930 https://ift.tt/v2ehfCV May 18, 2024 at 01:47AM
Monday, May 20, 2024
Show HN: Optigraph – optimum graph network generator https://ift.tt/jQlnT4y
Show HN: Optigraph – optimum graph network generator I've created a tool that helps plan graph networks for the best possible connections between nodes. The idea is for it to be used as a kind of underground system planner. I am still working on improving the algorithms it uses, but please consider checking it out for new ideas/bug catching. https://ift.tt/kgVHd17 May 19, 2024 at 03:00PM
Show HN: SQLFrame – I ran PySpark without Spark on a SQL database https://ift.tt/bDHr6M5
Show HN: SQLFrame – I ran PySpark without Spark on a SQL database Recently I open-sourced SQLFrame, a DataFrame library that implements the PySpark DataFrame API but removes Spark as a dependency. It does this by generating the corresponding SQL for the DataFrame operations using SQLGlot. Since the output is SQL this also means that the PySpark DataFrame API can now be used directly against other databases without the Spark middleman. I built this because of two common problems I have faced in my career: 1. I prefer to write complex pipelines in PySpark but they can be hard to read for SQL-proficient co-workers. Therefore I find myself in a tradeoff between maintainability and accessibility. 2. I really enjoy using the PySpark DataFrame API but not every project requires Spark and therefore I'm not able to use the DataFrame library I am most proficient in. The library currently focuses on transformation pipelines (reading from and writing to tables) and data analysis as key use cases. It does offer some ability to read from files directly but they must be small although this can be improved over time if there is demand for it. SQLFrame currently supports BigQuery, DuckDB, and Postgres with Clickhouse, Redshift, Snowflake, Spark, and Trino in development or planned. You can use the "Standalone" session to test running against any engine supported by SQLGlot but there could be issues with more advanced functions that will be resolved once officially supported by SQLFrame. Blog post for more details: https://ift.tt/H6hnLtG... Would love to answer any questions or hear any feedback you may have! https://ift.tt/nW5XYBH May 21, 2024 at 06:39AM
Show HN: Recall Memory – Your Personal Local Time Machine for Mac https://ift.tt/uOVi7J0
Show HN: Recall Memory – Your Personal Local Time Machine for Mac Recall Memory is a free Sandboxed Mac App which let's you scroll through time and allows you to "Recall" what you were doing earlier. Recall works by capturing the active window every second and only saves screenshots with significant changes. Making it easy to scroll through what you were doing earlier. All data is processed and always stored locally. https://ift.tt/R1doNTG May 21, 2024 at 05:18AM
Show HN: Schedule SSH Execution of Bash/PowerShell/SQL Scripts https://ift.tt/ptKQrJx
Show HN: Schedule SSH Execution of Bash/PowerShell/SQL Scripts https://ctfreak.com May 21, 2024 at 02:04AM
Sunday, May 19, 2024
Show HN: DeLorean – Super Performant IPv4->IPv6 Reverse Proxy in Golang https://ift.tt/iZGlHWV
Show HN: DeLorean – Super Performant IPv4->IPv6 Reverse Proxy in Golang https://ift.tt/iGsgAnU May 20, 2024 at 08:25AM
Show HN: ffmpeg-english "capture from /dev/video0 every 1 second to jpg files" https://ift.tt/y0pI5e6
Show HN: ffmpeg-english "capture from /dev/video0 every 1 second to jpg files" https://ift.tt/M8Jkfup May 20, 2024 at 05:20AM
Show HN: A VS Code extension to check incompatible CSS https://ift.tt/O4XUPKW
Show HN: A VS Code extension to check incompatible CSS I've developed a handy tool for Visual Studio Code that makes checking CSS compatibility very easy for developers. It provides instant feedback on syntax, keywords, types, and function compatibility. It even highlights deprecated, non-standard, and experimental features. https://ift.tt/whrRsBt May 19, 2024 at 11:24PM
Saturday, May 18, 2024
Show HN: I Built a Tool to Stop Cold Email Spam https://ift.tt/Fu4ZEyO
Show HN: I Built a Tool to Stop Cold Email Spam Hi HN! I'm Louw, founder of the enterprise insurtech scale-up Root[0]. Over the last 8 years, my inbox has been flooded with unsolicited emails, especially since early 2023. Recruitment services, outsourced software development agencies, and a crazy amount of lead generation services (thanks, Apollo!) drowned my inbox. To solve this, I created Unspam. Initially, it was a simple tool for myself and fellow founders to reduce noise. And it worked — about 10% of my emails were swiftly and accurately categorized as unsolicited messages. Given its success, I've decided to package and share Unspam with the broader community, evolving it into Unspam.io. How it works: 1. Hook up your Gmail 2. Unspam monitors received mail in the background 3. Unsolicited emails are labeled and archived Please try it out and let me know your feedback. What would you improve? https://unspam.io --- [0] https://ift.tt/xNEgvCf [1] PS: I value privacy intensely. Unspam doesn’t record, store, or train on your emails. No need to. https://unspam.io May 19, 2024 at 12:30AM
Show HN: A Golang CP/M emulator https://ift.tt/8xOI7sz
Show HN: A Golang CP/M emulator https://ift.tt/k86LS5F May 18, 2024 at 11:18PM
Friday, May 17, 2024
Show HN: I built an analytics tool to track cost and usage of any LLM provider https://ift.tt/bHp395K
Show HN: I built an analytics tool to track cost and usage of any LLM provider https://viewpointhq.com May 18, 2024 at 02:38AM
Show HN: Drivr – VR with real vehicles [video] https://ift.tt/sKc1pza
Show HN: Drivr – VR with real vehicles [video] This project combines VR with a real vehicle that you are controlling (or is controlling itself, in some scenarios). One advantage this has over traditional VR motion experiences is that your senses all agree with each other, thus greatly reducing the likelihood of motion sickness. The go-kart seen in this video is drive-by-wire and steer-by-wire, so the system will not let the player exit the defined safe area. If a player goes off course, the vehicle will take control, and return them to the start. The autonomous capabilities also allow for games where the player can focus on other objectives other than driving, such as target shooting. No infrastructure is required other than the vehicle and an open place to drive (which honestly has been the most challenging part lately). If you're interested in this project, I'd love to connect! https://www.youtube.com/watch?v=Q76X0cnSGHk May 17, 2024 at 12:49AM
Show HN: Open-Source RAG Evaluation Toolkit https://ift.tt/haP6dxC
Show HN: Open-Source RAG Evaluation Toolkit https://ift.tt/n1P7RdA May 17, 2024 at 09:18PM
Thursday, May 16, 2024
Show HN: Syntax highlighting tool for code snippets in HTML https://ift.tt/0Ze9FaT
Show HN: Syntax highlighting tool for code snippets in HTML Hey! My name is Vojtěch. When I'm sharing code on my blog or elsewhere, I find it really annoying to format and highlight all the words in the code snippet. That's why I made CodeGlow, to make sharing sharing code easy and painless. https://ift.tt/5GrIQKS May 16, 2024 at 08:48PM
Show HN: I made an AI-based domain name generator with availability check https://ift.tt/GgiW3yh
Show HN: I made an AI-based domain name generator with availability check This project came from my own personal need. There are many AI based domain name generators on the market but most of them don't check for availability. Hopefully it helps someone else. https://ift.tt/aNdOREj May 16, 2024 at 10:02PM
Wednesday, May 15, 2024
Show HN: Smart website search powered by open models https://ift.tt/6pVcqCg
Show HN: Smart website search powered by open models https://ift.tt/IHF182w May 16, 2024 at 12:33AM
Show HN: Lua for row-level transformations during Postgres CDC https://ift.tt/e0zjib5
Show HN: Lua for row-level transformations during Postgres CDC https://ift.tt/P0S3HUa May 15, 2024 at 09:21PM
Tuesday, May 14, 2024
Show HN: I open sourced Athena Crisis, a game built with React and CSS https://ift.tt/oAbuE5P
Show HN: I open sourced Athena Crisis, a game built with React and CSS Hey HN! I'm so excited to open source Athena Crisis under the MIT-License and fund contributions to the game and the genre. If you like the game and want to support its development, please check it out on Steam or on athenacrisis.com. https://ift.tt/NsaMpoO May 15, 2024 at 02:48AM
Show HN: I made a Sudoku game you can play using Vim https://ift.tt/KQl5Xn6
Show HN: I made a Sudoku game you can play using Vim Source: https://ift.tt/0R9ksDW https://vimsudoku.com May 15, 2024 at 01:07AM
Show HN: LaTeX Book 2024, first release https://ift.tt/JtMAsHc
Show HN: LaTeX Book 2024, first release https://ift.tt/RKwQr2X May 14, 2024 at 11:12PM
Monday, May 13, 2024
Show HN: PuppySignal, an open-source QR Tag for your pets https://ift.tt/Fck0IdC
Show HN: PuppySignal, an open-source QR Tag for your pets A few years ago, I started working on a side-project just for my own use: a QR Tag for my pets. I decided to open-source it for anyone who might find it useful. The functionality is pretty simple: when you log in, you create a profile for your pet, and a QR code will be generated and linked to its profile. When someone scans this code and decides to share your pet's location, you will receive a notification on your phone with your pet's location, and the person who scanned it will see your contact information. https://ift.tt/9mkqAwG May 13, 2024 at 10:50PM
Show HN: I built a simple task capture inbox app https://ift.tt/I1FkgX9
Show HN: I built a simple task capture inbox app I've always been frustrated with the complexity of todo mobile apps. I use Todoist and Notion to manage my work, for instance, but every time I'm out and about and think of a task I need to capture, the mobile apps feel too complex. Or I might think of a feature to add to a product, but don't want to deal with Linear's mobile web view. So, I built Defer: a simple iOS "capture" app that syncs to your menu bar on your Mac. No signup needed, it all "just works" with your Apple ID. Intentionally simple and lightweight. https://deferapp.com/ May 14, 2024 at 12:08AM
Show HN: How to Build a Writing Habit https://ift.tt/uU72x3N
Show HN: How to Build a Writing Habit https://ift.tt/824RWcg May 13, 2024 at 11:56PM
Sunday, May 12, 2024
Show HN: Git Searcher, search commits for an added or removed string https://ift.tt/ZuegHOE
Show HN: Git Searcher, search commits for an added or removed string Hello all, I created a command line utility called Git Searcher that can find in which commit any line of code was added; it can also find where a line of code was removed. I have found this very helpful for determining where code originated from and for debugging. I hope you find this useful! Many thanks, Sam https://ift.tt/Xe6ZRav May 12, 2024 at 11:20PM
Show HN: I Built an AI Tool That Humorously Roasts Your Product's Design https://ift.tt/sdQTfYe
Show HN: I Built an AI Tool That Humorously Roasts Your Product's Design https://ift.tt/ni26MXD May 12, 2024 at 11:26PM
Show HN: Insteadofvery.com https://ift.tt/uX4kmya
Show HN: Insteadofvery.com As non-native English speakers, we're often advised to avoid overusing intensifiers like "very". This is a simple app to find synonyms of "very x" phrases that are not always possible to find using a standard thesaurus. Built it using OpenAI, FastAPI, and MongoDB (to cache the results). https://ift.tt/NQr4CoV May 12, 2024 at 11:25PM
Saturday, May 11, 2024
Show HN: Attempt to bring a cinematic experience in 256 bytes (WASM) https://ift.tt/5t37yor
Show HN: Attempt to bring a cinematic experience in 256 bytes (WASM) https://ift.tt/4eAfCHW May 12, 2024 at 02:18AM
Show HN: A graph based arbitrage calculator https://ift.tt/l1XVoaQ
Show HN: A graph based arbitrage calculator It works by finding negative cycles in a graph https://ift.tt/WXTtcr6 May 12, 2024 at 03:42AM
Show HN: Project Random – Random, obscure content from around the web https://ift.tt/lAuacON
Show HN: Project Random – Random, obscure content from around the web https://ift.tt/dzRN7FV May 11, 2024 at 11:58PM
Show HN: Building a Jarvis-Like AI Program with ZeroLM and ChatGPT https://ift.tt/NiG2Kbz
Show HN: Building a Jarvis-Like AI Program with ZeroLM and ChatGPT https://ift.tt/BYz2am9 May 11, 2024 at 02:23PM
Show HN: MinimalChat – A Simple and Customizable LLM Chat Application https://ift.tt/hts5nXD
Show HN: MinimalChat – A Simple and Customizable LLM Chat Application Hello everyone! I have a hobby project that has become fairly full featured that I figured I would share. The idea of MinimalChat has been to create a project that is a lightweight and dead simple application that can be deployed locally in a few seconds (with docker). While of course also having most of the nice to have features and looking pretty nice. A nice bonus is it a Progressive Web Application so it can be installed like a normal application to your mobile device. It has a full mobile UI. For those using Chrome and Edge you can also locally download, load and host entirely via your browser models like LLama-3-8b with hardware acceleration via WebGPU. It's pretty experimental but it does work! I won't bloat this post reiterating it's features, the GitHub Readme gives a good idea of the application abilities. I know chat applications are a dime a dozen but...here's another one hah! https://ift.tt/WRqPbJ0 May 11, 2024 at 09:19AM
Friday, May 10, 2024
Show HN: Jacinda, a functional Awk (text stream processing on the comamnd-line) https://ift.tt/ZPiuwB7
Show HN: Jacinda, a functional Awk (text stream processing on the comamnd-line) Typed, functional (folds, scans) stream processing backed by Andrew Gallant/burntsushi's regular expressions library. There's a guide here! https://ift.tt/GQ3ry0e https://ift.tt/Eo8Igd9 May 10, 2024 at 10:39PM
Subscribe to:
Posts (Atom)
Show HN: Kstack – Skill pack for monitoring/troubleshooting K8s in Claude Code https://ift.tt/GQauRgE
Show HN: Kstack – Skill pack for monitoring/troubleshooting K8s in Claude Code Hi All, Recently I've been using Claude Code a lot for de...
-
Show HN: A directory of 800 free APIs, no auth required Explore reliable free APIs for developers — ideal for web and software development, ...
-
Show HN: I built Dirac, Hash Anchored AST native coding agent, costs -64.8 pct Fully open source, a hard fork of cline. Full evals on the gi...
-
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...