frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

WeirdML v3

https://htihle.github.io/weirdml.html
1•andromaton•59s ago•0 comments

Show HN: SIM Screener adds device frames to screenshots and recordings

https://simscreener.com
1•IgorAmidzic•2m ago•0 comments

Show HN: Semantic-skill-kit:agent skills adapted from Google Modern Web Guidance

https://github.com/ulrischa/semantic-skill-kit
2•ulrischa•5m ago•0 comments

Border agents can search cellphones without a warrant or reasonable suspicion

https://lawandcrime.com/high-profile/the-government-was-entitled-trumps-border-agents-can-now-sea...
3•mmh0000•5m ago•0 comments

Europe's AI firms, playing catch-up, challenge US calls for slowdown

https://www.reuters.com/business/europes-ai-firms-playing-catch-up-challenge-us-calls-slowdown-20...
3•TMWNN•5m ago•0 comments

Lmjtfy – Ask Jev a yes or no question

https://lmjtfy.dev/
1•rbaudibert•6m ago•0 comments

China's CAS institute charts DUV route to 3nm GAA without EUV

https://www.digitimes.com/news/a20260917PD204/china-3nm-duv-euv-gaa-development.html
7•yogthos•7m ago•0 comments

Stop waiting to live (before AGI decides for you)

https://www.youtube.com/watch?v=0sfy6fCP8ik
1•gillysuit•8m ago•0 comments

2026 Global Cities Index

https://www.oxfordeconomics.com/global-cities-index/
4•andrewstetsenko•8m ago•0 comments

TypeSafe / Jev latency-focused demos built by Devin

https://github.com/dabit3/jev-experiments
2•rahimnathwani•8m ago•0 comments

iPhone Duo is design nerd catnip

https://www.gq-magazine.co.uk/article/iphone-duo-design
3•tosh•10m ago•0 comments

Bengaluru Deep-Tech Residency

https://www.variance.house
1•audreyfei•10m ago•0 comments

Z.ai says ZCode uploaded repo data, plans to open-source it after backlash

https://twitter.com/MiaAI_lab/status/2100998360643617148
1•mococa•10m ago•0 comments

The Future of Software Engineering [video]

https://www.youtube.com/watch?v=RuTVSEz9INA
1•wg0•10m ago•0 comments

I guess we live in the P = NP world after all

https://nicknash.github.io/posts/pnp/
1•nicknash•11m ago•0 comments

What people built with Jev since it launched

https://madewithjev.com
1•kraayen_jon•13m ago•0 comments

Seeing Circles, Sines, and Signals

https://jackschaedler.github.io/circles-sines-signals/index.html
2•akkartik•14m ago•0 comments

Show HN: A public bulletin board for AI agents

https://agent-bbs.com
1•yatesdr•14m ago•0 comments

America's job and housing markets are stuck. What if that's the new normal?

https://www.businessinsider.com/job-housing-market-hiring-home-affordability-new-normal-american-...
1•meep_meep_meep•15m ago•0 comments

Ask HN: Am I bad for asking chatbot a question on AI porn

1•cosmic_dentist•15m ago•1 comments

Gemini 3.8 Flash outperforms SOTA models at agentic CAD coding

https://www.partforge.ai/evals
1•Mazer23•15m ago•0 comments

Ctenophores Aren't Just Beautiful. They're Biological Wonders

https://www.quantamagazine.org/ctenophores-arent-just-beautiful-theyre-biological-wonders-20260916/
2•saikatsg•17m ago•0 comments

Grok Voice Transcribe 2.0

https://x.ai/news/grok-voice-transcribe-2
3•vertigoruntime•20m ago•1 comments

Red and Blue America Have Found Something to Agree On: Flock Cameras Must Go

https://www.wsj.com/us-news/red-and-blue-america-have-found-something-to-agree-on-flock-cameras-m...
3•JumpCrisscross•20m ago•0 comments

A non-established environment for Reinforcement Learning of PC-98 Touhou games

https://github.com/touhourl/thrl
2•thrl•20m ago•0 comments

Epipe on write might mean you're doing it wrong

https://rachelbythebay.com/w/2026/07/09/pipe/
1•cassepipe•20m ago•0 comments

GPT-6 Astra: 3D, Embodied AI, and Beyond

https://wentao.live/blog/astra-and-beyond/
1•gmays•21m ago•0 comments

TikTok users' cameras hacked with open weight model

https://www.washingtonpost.com/technology/2026/09/18/cybersecurity-experts-say-free-ai-software-i...
4•ejcho•22m ago•0 comments

Copaganda, Punishment, and Policing in the United States

https://www.teenvogue.com/story/alec-karakatsanis-copaganda-policing
3•paimapi•22m ago•0 comments

Trump Calls AI Fears a Hoax. Inside the White House, the Debate Is More Complex

https://www.nytimes.com/2026/09/18/us/politics/trump-ai-safety-anthropic-openai-china.html
2•mikhael•25m ago•0 comments
Open in hackernews

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

https://github.com/vakahnke/Timeline
2•vakahnke•57m ago
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.

Comments

vakahnke•6m ago
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?