Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. HarnessTax: How Much Does the Harness Matter for Coding Agents?(harnesstax.github.io ↗)
    discuss
  2. Can I get insurance for company renting humanoids for parties?
    discuss
  3. The Phenomenon of Bullshit Jobs: A Work Rant (2013)(davidgraeber.org ↗)
    discuss
  4. Show HN: Fivetran CLI is released to Beta(pypi.org ↗)
    discuss
  5. Assistant Benchmark(assistantbenchmark.com ↗)
    discuss
  6. Typesafe-computer-use drives a Mac toward a goal for 1/50th of a cent per step(github.com/awlevin ↗)
    discuss
  7. OpenAI's Hugging Face Hack Is the Best AI Safety Opportunity So Far(cahlik.net ↗)
    discuss
  8. Huai Su's Autobiography (2017)(vincentpoon.com ↗)
    discuss
  9. ElevenLabs Launches Reception(twitter.com/elevenlabs ↗)
    1comments
  10. Show HN: Kosmic Kart – Mario Kart-style racing with friends in the browser(kosmi.io ↗)
    discuss
  11. God's Eye View(github.com/bilawalsidhu ↗)
    discuss
  12. Characterizing ~375 GB Kimi K2.5 on a 128 GB Ryzen AI MAX+ 395 PC(zenodo.org ↗)
    discuss
  13. Write Linters and Tools Before Code(cookie.engineer ↗)
    discuss
  14. LispBM is a concurrent Lisp for microcontrollers with message passing(lispbm.com ↗)
    1comments
  15. Design System Scalability Made iPhone Duo Possible(romain.garden ↗)
    discuss
  16. Common Crawl Data Stored on a Hugging Face Bucket(commoncrawl.org ↗)
    discuss
  17. Nowcast – Worldwide Lightning Detection and Thunderstorm Warnings(nowcast.de ↗)
    discuss
  18. The Publics Quest for Free, Verifiable, and Unfiltered Scientific Data(zenodo.org ↗)
    discuss
  19. AI is creating ghostwriting jobs on LinkedIn(ft.com ↗)
    discuss
  20. SensorTap: One command, every sensor your machine has(baselashraf.com ↗)
    1comments
  21. Royce on San Francisco(astralcodexten.com ↗)
    discuss
  22. Show HN: Make Art Not Apps(makeartnotapps.com ↗)
    discuss
  23. How Israel exports the technology of occupation around the world(universiteitleiden.nl ↗)
    discuss
  24. Destroying Humanity Is Against the Law(theatlantic.com ↗)
    discuss
  25. Apple's M6, M7 and M8 Chips Show How AI Is Reshaping the Company(twitter.com/markgurman ↗)
    discuss
  26. Elyx(elyx.design ↗)
    1comments
  27. Principles for a New Utopianism(deepmind.com ↗)
    discuss
  28. Trove of Never-Before-Seen Records Reveal How the Wealthiest Avoid Income Tax(propublica.org ↗)
    2comments
  29. Cookie converter and Claude session check I use(claudecookie.com ↗)
    discuss
  30. House Defies Automakers and Mandates AM Radio in New Cars(wsj.com ↗)
    2comments

Show HN: unSnag – Display tasks you can do and graph task dependencies

1 pointsby 58m agounsnag.app
0 comments
My garage has needed clearing out for quite a while, and to most people it looks like I've just been putting it off. But I'm not procrastinating; the truth is that I'm blocked from doing most of the work. There are two different people that need to remove some heavy equipment that's stored there. Until that's done, I can't access the mess behind the equipment. Since most of my garage clean-up tasks are downstream from the equipment removal, if I focus on those tasks, I feel frustrated because I just can't make progress on that myself. The solution to the frustration is to focus on the things that I actually can do: the things that aren't blocked by other tasks that need to get done first.

I think in visual terms, so I built a task/project manager called unSnag (https://unsnag.app) that creates a graph showing what tasks you can do right now and what tasks are blocked by prerequisite tasks.

You can add your task info manually, or you can have unSnag do it automatically. You can type or dictate all the tasks that are on your mind, how long they'll take, relative importance, due dates, how the tasks relate to other things on your plate, etc. It doesn't need to be in a clean, structured format. You can type or dictate it as a messy "brain dump" in your own language and unSnag will analyze it (currently using OpenAI models) and create the task entries. A deterministic engine then shows you a graph of your tasks, how they relate to each other, which tasks can be worked on right now ("ready"), what your critical paths are to meet your deadlines, and other helpful info.

unSnag is free to use, and there's no account needed. The task data lives in your browser and you can export your tasks to a local JSON to back them up, or if you want to sync your tasks across devices via the cloud, you can sign in with Google or using your email address.

Couple of honest caveats: This is a web app that looks best on a bigger screen. It'll work on your phone, but the graph view will need to be zoomed and panned because of the small screen. There's no sharing or collaboration. And (for now) it doesn't sync with your calendar or other to-do apps.

I'm continuing to build out features, but I'd love your feedback and suggestions. You can leave it here or use the Feedback option in the app. All feedback is welcome, including "I'd never use this"; if that's you, I would appreciate some suggestions for improvement.

A quiet thread, for now.Start the conversation on HN ↗