Sunday, March 31, 2024

Show HN: Turn your work into a multiplayer adventure https://ift.tt/Dyq4Ifk

Show HN: Turn your work into a multiplayer adventure I was on the eternal quest of searching for a properly gamified productivity app that keeps me motivated throughout the day and in the long term. After a few months of a fruitless search, I made up my mind and decided to build it myself! I've since launched FocuMon a little over a month ago. Quite a few early users told me it has helped them stay focused, so I'm excited to share it on HN for ya'll to try it out and let me know how I can make it better! FocuMon is like an idle Pokémon game where you can collect, level up, and evolve cute monsters by being productive! It puts a reward layer on top of your work which helps to give you an initial boost to get into focus; it then gets out of your way once you are in the flow :) I'm actively developing more features & game modes for FocuMon. It is also a multiplayer-first app where you can adventure together with people from all over the world! Cheers and thanks for your time! Milton https://ift.tt/0aw5Wcd March 31, 2024 at 09:58PM

Show HN: Libmui is a macOS Classic widget lib for Linux https://ift.tt/KxjNoYb

Show HN: Libmui is a macOS Classic widget lib for Linux Not sure if I would post this for the last day of #marchintosh OR wait for tomorrow the 1st of April. Both apply equally. Anyway, here's a pet project of mine, I made it as a glued on for another pet project of mine, but it developed a life of it's own now and can soar skyward toward success, fame, and glory. https://ift.tt/UkfgIeC March 31, 2024 at 11:33PM

Sunday, March 24, 2024

Long Island volleyball coach accused of raping player dies by suicide



from Yahoo News - Latest News & Headlines https://ift.tt/PtDXgUA
via IFTTT

Show HN: Automate your WordPress blog in less than 5 minutes https://ift.tt/GRkK3MU

Show HN: Automate your WordPress blog in less than 5 minutes https://sebora.ai/ March 25, 2024 at 12:32AM

Show HN: Math I'm creating, Space Numbers https://ift.tt/O1Nq7Uf

Show HN: Math I'm creating, Space Numbers Hi HN! I had a math idea whose thread I've been pulling on, and ended up creating this concept of Space Numbers. To read about it, see the pdf at the linked repo: https://ift.tt/mQWa319 I'd appreciate feedback and ideas about the concepts, as well as further mathematical topics to take a look at that might be related, thank you all!! https://ift.tt/mQWa319 March 24, 2024 at 10:52PM

Wednesday, March 20, 2024

Elon Musk weighs in on Cybertruck door panel gap after reviewer calls it the 'worst I've ever seen in a production vehicle'



from Yahoo News - Latest News & Headlines https://ift.tt/cs3QdBP
via IFTTT

Why Israel is so determined to launch an offensive in Rafah



from Yahoo News - Latest News & Headlines https://ift.tt/KkNJvXn
via IFTTT

Show HN: Automated Software Documentation for GitHub Codebases https://ift.tt/4uF801w

Show HN: Automated Software Documentation for GitHub Codebases Hey Hackers, My team and I have been working on an automated software documentation and impact analysis platform for the last 3 years. Our long-term goal is to enter safety/mission-critical applications, where improper documentation can lead to disastrous outcomes, e.g., costly reworks/overruns or endangering human lives. But, in an effort to recognize revenue in the near term with our existing functionality, we have found initial traction with use cases focused on reverse engineering legacy systems. Where getting up to speed with an existing system requires a team of engineers to manually review large amounts of code, taking weeks or months to come to grips with. ______________________________________________ Our Self-Service release is a no-frills offering to leverage a subset of our document generation capabilities. Using only the code, SAFA is able to: -Summarize Code Files -Generate an overall project summary -Generate Upstream Documentation, like Features and Functional Requirements -Map relationships between all code and generated documentation with explanations Our approach leverages our own LLM pipeline, which applies a variety of clustering/refinement techniques, embedding models, and LLMs to keep your entire system within context when generating documentation, change summaries, api flow, and more. We do not use customer data to train or refine our models. We currently only support Github integrations for self-service but will implement flat-file support in the near term. When using self-service, you will receive Code Summaries and a Project Overview for free, but we charge for generating documentation and relationships: 20 cents per code file and generated document (100 File Codebase = $35). Currently, self-service has a 1000 code file limit. ________________________________________________ If you want to see the quality of the documents SAFA generates before trying it with your code, feel free to check out our public codebases page ( https://ift.tt/UDoCYq0 ). We have serious ones like Autoware's AV Control Module, and more fun ones, like Super Mario 64. Otherwise, our app is directly accessible via https://app.safa.ai (apologies, we do require an account to be made). I very much look forward to your feedback and insights. Feel free to email me directly at aarik@safa.ai. https://www.safa.ai March 20, 2024 at 10:54PM

Sunday, March 10, 2024

How the US military is scrambling to build a floating dock for urgently needed aid to Gaza



from Yahoo News - Latest News & Headlines https://ift.tt/wsmcl60
via IFTTT

Jan. 6 committee allegedly suppressed testimony showing Trump admin pushed for National Guard presence: report



from Yahoo News - Latest News & Headlines https://ift.tt/AhL0j34
via IFTTT

Show HN: Timelock.dev – Send a secret into the future using timelock encryption https://ift.tt/yIeUpxc

Show HN: Timelock.dev – Send a secret into the future using timelock encryption This is simply a web interface built on top of the timelock encryption system posted by Cloudflare last week. https://ift.tt/z5C098s https://timelock.dev/ March 10, 2024 at 10:46PM

Saturday, March 9, 2024

Show HN: Halve-Z – a retro theme for Zola https://ift.tt/iy4ZJ0U

Show HN: Halve-Z – a retro theme for Zola https://ift.tt/YWELnCH March 9, 2024 at 10:31PM

A surge of illegal homemade machine guns has helped fuel gun violence in the US



from Yahoo News - Latest News & Headlines https://ift.tt/n6EoCme
via IFTTT

Show HN: I made a website even my tech un-savvy parents can use to find a laptop https://ift.tt/IlwAYXB

Show HN: I made a website even my tech un-savvy parents can use to find a laptop Whenever my parents need a new laptop, they ask me for a recommendation because they’re not very tech savvy. Last time around, I had a realization that I’m fairly algorithmic with my recommendations: I gather information about their preferences and functional needs and then match those to options I can find online. This website ( https://ift.tt/DkL9gEn ) attempts to provide a simple UI to intake information about what someone needs and apply the results to a matching algorithm against a list of products. I think it’s cool because sites like Amazon have tons of options but very little in the way of an intuitive UI for people who don’t know what the heck a dedicated vs integrated GPU is or how much RAM they need to do their jobs. Technically, this is just a single page app on static hosting. The product details come form a JSON file that I periodically refresh using the Amazon Product Advertising API (inspired by the diskprices site that was recently posted online!). I am definitely still working out the kinks in a few different ways: handling different OS needs, improving the way I discover products and update prices/out-of-stock, figuring out weighting and sorting better, and other UI considerations (I’m definitely not a designer). Anyway, I would appreciate any thoughts you have on the site! https://ift.tt/5bXMqpW March 9, 2024 at 11:08PM

Show HN: Digital Superpowers, a free book highlighting various FOSS tools https://ift.tt/IwKWFZm

Show HN: Digital Superpowers, a free book highlighting various FOSS tools I wrote this intermediate-level book as a showcase of various FOSS, mostly command line tools. I'm a nuclear engineer and found myself teaching other nuclear, mechanical, and electrical engineers these tools again and again, so I wanted to package them into book form. I attempted to make it even broader interest, so it's not just about engineering. In the end, it's a fairly eclectic set of topics. Anyway, after selling for a few years, I just decided to release a slightly updated version of it in full for free. You'll find full HTML, PDF and ePub versions (all built with Sphinx) at the link. https://ift.tt/WPv5iTh March 9, 2024 at 10:16PM

Thursday, March 7, 2024

Mexico's most dangerous city for police refuses to give up or negotiate with cartels



from Yahoo News - Latest News & Headlines https://ift.tt/isA3hOp
via IFTTT

Indians killed in Ukraine were forced to fight for Russia, families say



from Yahoo News - Latest News & Headlines https://ift.tt/kKwiNhP
via IFTTT

Show HN: My first software project- a website to set goals and track progress https://ift.tt/1DCLics

Show HN: My first software project- a website to set goals and track progress Two years ago, I started building this site that allows people to document their learning and progress in real time. The idea is: as you learn new things, you document your progress piece by piece, creating a collection of failures, breakthroughs, and knowledge. Along the way, your friends can cheer you on, and the community can give you tips and feedback. Over time, we'll create a public collection on how different problems were solved. With each progress, the site prompts you to reflect on questions like, "If you could go back in time, what do you wish you had known?" This was my first web dev project, and everything was self-taught. It's been both a great passion and a significant learning experience! All feedback is welcome, big or small. I hope you enjoy it and find it useful. Stack: Angular, Python/Postgres, AWS, PWA service workers for notifications. March 7, 2024 at 09:15PM

Saturday, March 2, 2024

Trump slams E. Jean Carroll’s objection to his request to delay posting bond as ‘inconsistent’



from Yahoo News - Latest News & Headlines https://ift.tt/sHFpliB
via IFTTT

I Can't Stop Laughing At The 51 Things These People Actually Posted On Twitter This Month



from Yahoo News - Latest News & Headlines https://ift.tt/PT0UhDl
via IFTTT

Ignore the Nutty Conspiracies, MH370 Was Likely a ‘Zombie Flight’



from Yahoo News - Latest News & Headlines https://ift.tt/VEStrZR
via IFTTT

Show HN: Open-Source Decentralized Forum https://ift.tt/rvSeC56

Show HN: Open-Source Decentralized Forum I'm working on an open-source "decentralized" app that allows viewing and posting text messages. Posts are stored in the blockchain and not censurable to some extent. Fetching of the blockchain data is done through polling of public apis (blockfrost or koios). Posting a message requires a Cardano transaction which implies fees but this would also prevent spam. Private messages between users are encrypted with a public key generated from each user wallet signature. The whole app is hosted on github pages and open source: https://ift.tt/4wyXiaN Any feedback or thoughts are welcomed. https://decon.app/ March 2, 2024 at 09:59PM