Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Lmjtfy – Ask Jev a yes or no question(lmjtfy.dev ↗)
    discuss
  2. China's CAS institute charts DUV route to 3nm GAA without EUV(digitimes.com ↗)
    discuss
  3. Stop waiting to live (before AGI decides for you)(youtube.com ↗)
    discuss
  4. 2026 Global Cities Index(oxfordeconomics.com ↗)
    discuss
  5. TypeSafe / Jev latency-focused demos built by Devin(github.com/dabit3 ↗)
    discuss
  6. iPhone Duo is design nerd catnip(gq-magazine.co.uk ↗)
    discuss
  7. Bengaluru Deep-Tech Residency(variance.house ↗)
    discuss
  8. Z.ai says ZCode uploaded repo data, plans to open-source it after backlash(twitter.com/miaai_lab ↗)
    discuss
  9. The Future of Software Engineering [video](youtube.com ↗)
    discuss
  10. I guess we live in the P = NP world after all(nicknash.github.io ↗)
    discuss
  11. What people built with Jev since it launched(madewithjev.com ↗)
    discuss
  12. Seeing Circles, Sines, and Signals(jackschaedler.github.io ↗)
    discuss
  13. Show HN: A public bulletin board for AI agents(agent-bbs.com ↗)
    discuss
  14. America's job and housing markets are stuck. What if that's the new normal?(businessinsider.com ↗)
    discuss
  15. Ask HN: Am I bad for asking chatbot a question on AI porn
    discuss
  16. Gemini 3.8 Flash outperforms SOTA models at agentic CAD coding(partforge.ai ↗)
    discuss
  17. Ctenophores Aren't Just Beautiful. They're Biological Wonders(quantamagazine.org ↗)
    discuss
  18. Grok Voice Transcribe 2.0(x.ai ↗)
    1comments
  19. Red and Blue America Have Found Something to Agree On: Flock Cameras Must Go(wsj.com ↗)
    discuss
  20. A non-established environment for Reinforcement Learning of PC-98 Touhou games(github.com/touhourl ↗)
    discuss
  21. Epipe on write might mean you're doing it wrong(rachelbythebay.com ↗)
    discuss
  22. GPT-6 Astra: 3D, Embodied AI, and Beyond(wentao.live ↗)
    discuss
  23. TikTok users' cameras hacked with open weight model(washingtonpost.com ↗)
    discuss
  24. Copaganda, Punishment, and Policing in the United States(teenvogue.com ↗)
    discuss
  25. Trump Calls AI Fears a Hoax. Inside the White House, the Debate Is More Complex(nytimes.com ↗)
    discuss
  26. Show HN: Signal – Audience Intelligence for Film, TV and Game Releases(skipthecritics.com ↗)
    discuss
  27. Gavin Newsom Wants AI Kill Switch to Boost CA AI Safety(bloomberg.com ↗)
    discuss
  28. At Dreamforce business leaders say last year's models are enough(cnbc.com ↗)
    discuss
  29. Show HN: Jeff – A read-only CLI for semantic code review using Jev(github.com/alurith ↗)
    discuss
  30. Conway's Law and Programming Languages(weblog.lol ↗)
    discuss

Show HN: Timeline, a team project planner with a fast canvas Gantt view

2 pointsby 53m agogithub.com
1 comments
I manage a few projects at work. I really am unsatisfied with modern tools available to me for that purpose. I had always envisioned a tool that I could interact with visually for this purpose. I started building one many years ago but the graphics programming was beyond my capabilities and nothing I made hit the mark. Along came modern AI to help get me the product and I wanted. I decided to open-source the results.

Features: This tool has a Gantt chart style to it that you can interact with on the DOM. There is a feature that allows you to assign tasks to people on your team and manage the amount of tasking assigned to each person. I also included templates that allow you to re-use someone's project once they find one that works. List view allows use on your mobile device.

This is built in Django and has a REST API that goes with it for adding on capability. There are directions to easily install it using Docker and take it for a spin.

The events are "sticky" so they don't get moved around by accident. hold Ctrl or Command to drag an event around the timeline.

I am looking forward to hearing comments and feedback on the utility of the program and how to improve it.

2m agoHN ↗

Author here.

Correction to my post. The timeline is built on canvas not DOM. That is what drives the smoothness.

I built this with the thought that I wanted I to feel like Adobe Premiere’s workflow.

What are your thoughts on the response time? Is the sticky key required to prevent accidental movement of the items?