๐ ๏ธ All DevTools
Showing 141–160 of 6080 tools
Last Updated
July 17, 2026 at 12:01 AM
nasa/fprime
GitHub TrendingFยด - A flight software and embedded systems framework
home-assistant/core
GitHub Trending๐ก Open source home automation that puts local control and privacy first.
Show HN: Axletic โ a local-first workout tracker for iPhone
Show HN (score: 5)Show HN: Axletic โ a local-first workout tracker for iPhone Hi HN,<p>I built Axletic, a native iPhone workout tracker focused on making workout logging feel quick and uncomplicated. I drew a lot of inspiration from clean, dark themed apps such as Linear. I felt like a lot of fitness apps out there were too complicated to get started with, messy UI, too many settings etc.<p>This one is made for people that just want to log what they do and understand how it is going. Kinda like a notes app for workout tracking.<p>The core idea is that recording a workout should not interrupt the workout. Axletic lets you log weight, reps, duration, distance, rest periods, and personal notes while keeping the interface deliberately minimal.<p>Beyond logging, it can:<p>- Visualize which muscle groups a workout targeted - Compare an exercise with a previous session or your historical average - Show long-term trends across different training metrics - Search a library of 800+ exercises with photos and instructions - Run rest timers through notifications and Live Activities - Store workout data locally, with optional iCloud sync and backup export/import<p>The app is built natively with SwiftUI, SwiftData, Swift Charts, and ActivityKit. Protecting workout history and keeping the data model reliable have been important parts of the project.<p>I would be super happy if you take a look and leave some feedback. I am happy to answer questions too. This is an early v1, so not perfect, but also not too bad.<p>I have been "living on the edge" with this one for a few months to try and find the right affordances in the UI. Searching for simplicity. 3 times a week I was the user, and wrote myself feedback on things to improve. Please let me know you what you think. I have many ideas for how to evolve this.<p>Thanks a bunch!
Your code is fast โ if you're lucky
Hacker News (score: 103)Your code is fast โ if you're lucky
The 4-Bitter Lesson: Balancing Stability and Performance in NVFP4 RL
Hacker News (score: 21)The 4-Bitter Lesson: Balancing Stability and Performance in NVFP4 RL
Einstein's relativity rules chemical bonds in heavy elements, new research shows
Hacker News (score: 142)Einstein's relativity rules chemical bonds in heavy elements, new research shows <a href="https://www.science.org/doi/10.1126/science.aei1285" rel="nofollow">https://www.science.org/doi/10.1126/science.aei1285</a>
China's Open AI Models Are Advancing Its Global Soft Power
Hacker News (score: 12)China's Open AI Models Are Advancing Its Global Soft Power
GPT-5.6, Grok 4.5, Claude, and Muse Spark build the same 4 apps
Hacker News (score: 127)GPT-5.6, Grok 4.5, Claude, and Muse Spark build the same 4 apps
An update on residential proxies and the scraper situation
Hacker News (score: 72)An update on residential proxies and the scraper situation
Mayor Mamdani Announces Landmark "Click-to-Cancel" Consumer Protection Rules
Hacker News (score: 15)Mayor Mamdani Announces Landmark "Click-to-Cancel" Consumer Protection Rules
45% of Enthusiasts 'Seriously Considering' Leaving Sony for PC
Hacker News (score: 12)45% of Enthusiasts 'Seriously Considering' Leaving Sony for PC
GPT-5.6 Sol Ultra produces proof of the Cycle Double Cover Conjecture [pdf]
Hacker News (score: 300)GPT-5.6 Sol Ultra produces proof of the Cycle Double Cover Conjecture [pdf] <a href="https://x.com/__eknight__/status/2075643450196971805" rel="nofollow">https://x.com/__eknight__/status/2075643450196971805</a>, <a href="https://xcancel.com/__eknight__/status/2075643450196971805" rel="nofollow">https://xcancel.com/__eknight__/status/2075643450196971805</a><p>Prompt: <a href="https://cdn.openai.com/pdf/04d1d1e4-bc75-476a-97cf-49055cd98d31/cdc_prompt.pdf" rel="nofollow">https://cdn.openai.com/pdf/04d1d1e4-bc75-476a-97cf-49055cd98...</a>
New York City to become first in US to ban deceptive subscription practices
Hacker News (score: 100)New York City to become first in US to ban deceptive subscription practices
An unusual way for your DHCP server to run out of dynamic IPs
Hacker News (score: 64)An unusual way for your DHCP server to run out of dynamic IPs <a href="https://web.archive.org/web/20260712034557/https://utcc.utoronto.ca/~cks/space/blog/sysadmin/DHCPServerAndScreamingHost" rel="nofollow">https://web.archive.org/web/20260712034557/https://utcc.utor...</a>
Snails' Teeth Beats Spider Silk as Nature's Strongest Material (2015)
Hacker News (score: 95)Snails' Teeth Beats Spider Silk as Nature's Strongest Material (2015)
Show HN: SubjectiveZero, an open-source agentic node editor for creative coding
Hacker News (score: 12)Show HN: SubjectiveZero, an open-source agentic node editor for creative coding Hey there,<p>My name is Clem, I've been a solo indie dev for a couple years now, exploring frontier tech like XR and agentic workflows in the context of creative / interactive work.<p>I've been building creation tools for a while and some common design challenge is to figure out the right level of abstraction for your tool. You can always make it super advanced and complex with low level concepts (shader composition, actual code etc.) but then you get something with a high complexity / learning curve. On the other hand, if you make your tool too high level, it might be easier to use at first, but people will most likely hit a wall eventually and start fighting with your tool to get their edge case done (you see that on mobile a lot actually).<p>With this prototype (called SubjectiveZero), I'd like to imagine that we can kind of move the "slider" on the abstraction layer, meaning that you can actually start with prompts that describe the goal, and you can go as high level (stay with abstract prompts) or low level as you'd like (more specific prompts, or even edit the generated code directly)! The agent orchestration actually understand your context and work along side with you to figure out what could be the best node graph structure for your project (that and some fun little procedural UI done at the node level).<p>If i had to pitch it in 30 seconds, I'd say "Think TouchDesigner and friends but with agent orchestration".<p>When you use it, it will generate real native code (Swift/Metal for now) that you can actually hot reload and iterate on either manually or through agents. It's still an early prototype and macOS only for now, but I'd love to get genuine feedback that could help me drive where this project should go next (or not).<p>Lastly, I'm absolutely open and upfront on the fact that I used agentic coding for this, but as people say: "kept on a short leash". The architecture and specs were relatively well thought out and I personally prefer to be in the loop and review all the code being written to make sure it's going in the right direction.<p>Oh and it's open source :-)<p>Hope you like it! <a href="https://sxp.studio/apps/subz" rel="nofollow">https://sxp.studio/apps/subz</a>
Surprising lessons from my research scientist job search
Hacker News (score: 20)Surprising lessons from my research scientist job search
Proton AG Services is currently experiencing some issues
Hacker News (score: 21)Proton AG Services is currently experiencing some issues