This is a autopost bolg frinds we are trying to all latest sports,news,all new update provide for you
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
Subscribe to:
Posts (Atom)
Show HN: A lie detector game that reads your pulse through your phone camera https://ift.tt/rzFTDLm
Show HN: A lie detector game that reads your pulse through your phone camera https://kouh.me/tells May 8, 2026 at 11:31PM
-
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...