I'm working on pure.md[1], which lets your scripts, APIs, apps, agents, etc reliably access web content in markdown format. Simply prefix any URL with `pure.md/` and you get the unblocked markdown content of that webpage. It avoids bot detection and renders JavaScript-heavy websites, and can convert HTML, PDFs, images, and more into pure markdown. pure.md acts as a global caching layer between LLMs and web content. I…
It seems to miss URLs? At: https://willadams.gitbook.io/design-into-3d/2d-drawing the links for: https://mathcs.clarku.edu/~djoyce/java/elements/elements.htm... https://mathcs.clarku.edu/~djoyce/java/elements/bookI/bookI.... https://mathcs.clarku.edu/~djoyce/java/elements/bookI/defI1.... are rendered as: _Elements_ _:_ _Book I_ _:_ _Definition 1_ Maybe detect when a page is on gitbook or some other site where there i…
Ask HN: What are you working on? (March 2025)
801–810 of 1001 posts
Re: Ask HN: What are you working on? (March 2025)
#802I love how MonkeyType lets you see exactly how much you’ve improved over time at typing and it’s inspired me to take a similar approach to this hobby of mine as well
Re: Ask HN: What are you working on? (March 2025)
#803Re: Ask HN: What are you working on? (March 2025)
#804This is a Fibonacci example. This code evaluates to 8:
[1 1 (x-1$ + x-2$)] 5
Re: Ask HN: What are you working on? (March 2025)
#805I released an iOS app last October for users who use Apple Watch to record their workouts - https://mergefit.itwenty.me It lets users merge two or more workouts into a single one. There have been times when I have been out riding, hiking or whatever and accidentally end the activity on my apple watch instead of pausing it. Starting a new workout means having your stats split across the two workouts. The "usual" way t…
Great idea! One other thing that annoys me is the inability to trim workouts, mostly walking workouts which I forgot to stop. Even when the Apple Watch asks you if you want to end the workout, it doesn’t cut off the end where nothing happened anymore. It should be possible to do this (semi-)automatically using the heart rate and movement data.
Re: Ask HN: What are you working on? (March 2025)
#806Re: Ask HN: What are you working on? (March 2025)
#807I'm vibe coding a "social media engine." Basically, I've noticed a bunch of social media protocols like ATProtocol, ActivityPub and Nostr are coming out and I think while having these protocols is a good idea, one thing limiting adoption is lack of differentiated social media sites on these protocols. Basically everyone keeps building twitter on a new protocol without offering anything novel. One bottleneck, I though…
Re: Ask HN: What are you working on? (March 2025)
#808I am finishing up a 32 year old stretch project (as of this month). 99.9% sure I nailed it. Technically a 42 year old project, but it took me 10 years to find the right way to think about it and craft a formal definition. The theory seems to check, but I can't/won't be convinced until the tools based on it are complete and working without friction or exception. Many times it has felt like I was tilting at windmills,…