frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: A 34 MB search engine that can't make a network call

https://www.korvo.xyz/embed
2•akshay_bhardwaj•13m ago•0 comments

Show HN: Red-team LLM reasoning and agent actions (honest scoring, local-first)

https://github.com/rudrasatani13/cot-redteam-agent
3•rudrasatani•14m ago•0 comments

Show HN: Open-source AMDGCN kernels for optimizing LLM inference

https://github.com/NetraRuntime/netra-kernel
3•rbisri•40m ago•0 comments

Show HN: GitHub Dashboard aka GitBiased

3•skyfantom•59m ago•0 comments

Show HN: Sktime-CLI A command line tool to do all time-series tasks

https://github.com/siddharth7113/sktime-cli
2•siddharth7113•1h ago•0 comments

Show HN: I wrote a BASIC interpreter that boots on UEFI machines

https://tarjan.itch.io/thoreaubasic
91•Gorsefound•1d ago•31 comments

Show HN: Wirespan, a daily power grid optimization puzzle I made for my son

https://wirespan.app/?r=hnn
6•dualarte•1h ago•6 comments

Show HN: ReadPlusOne – Spanish stories built around the words you're learning

https://readplusone.com/
3•brandonc7•1h ago•4 comments

Show HN: "Flying Toasters!" reverse-engineered 1:1, in the browser

https://backslasher.github.io/flying-toasters-reverse-engineered/
3•Backslasher•2h ago•1 comments

Show HN: Building USoC Part 1: The Wishbone Bus

http://axiomfactory.co/wishbone
5•dvc94ch•2h ago•0 comments

Show HN: Shepherdr – A mobile-first web UI for agents on Herdr

https://github.com/luiscleto/shepherdr
2•lfcc•2h ago•1 comments

Show HN: A techno machine in one HTML file, with verifiable renders

https://ssx360.github.io/rack-02/?src=hn
213•ssx360•1d ago•39 comments

Show HN: PicoMQ – Durable Streams over HTTP, on object storage

https://picomq.com/
140•adesh_nalpet•22h ago•28 comments

Show HN: Screen memory without screenshots, just text to Markdown

https://github.com/dragthelake/ambient-context
58•Dramatize•10h ago•23 comments

Show HN: A Modern GUI Library for Ada: CSS Styling, XML UI, SDL3

https://github.com/ovenpasta/adi2
56•ovenpasta•22h ago•21 comments

Show HN: Dotenv-Diff v3.4.0

https://github.com/Chrilleweb/dotenv-diff
2•chrillemn•3h ago•0 comments

Show HN: GlassBox – what the browser reveals, and how identifiable you are

https://glassbox.codecanary.org
118•tke248•22h ago•56 comments

Show HN: Flostep – Diagrams people can actually walk through

https://flostep.dev/
22•pandurang90•15h ago•7 comments

Show HN: MajinBook = Anna's Archive and Goodreads

https://github.com/mazieres/MajinBook
6•mazr•5h ago•0 comments

Show HN: SteppeWM – a stacking IceWM-like Wayland compositor

https://github.com/uncognic/steppewm
22•uncognic•3d ago•6 comments

Show HN: Kern – container and resource runtime in a 1.5 MB binary, no daemon

https://github.com/getkern/kern
66•realexweb•20h ago•7 comments

Show HN: Vanilla OS 3 Reunion – Immutable and Reproducible Operating System

https://vanillaos.org/blog/article/2026-08-24/vanilla-os-3-reunion---stable-release
29•NN708•1d ago•13 comments

Show HN: See how much your AI knows about you

https://www.withcorpus.com/knows
18•cgnry•20h ago•11 comments

Show HN: I built a lite LPU that can do inference on Karpathy's MicroGPT

https://www.lpulite.com
16•sakshambatraa•20h ago•2 comments

Show HN: How to mentally calculate the day of the week for any date

https://tinkerandsee.com/weekday/
79•yang140•23h ago•23 comments

Show HN: Tblue – 614 passive security scanners for any website, runs locally

https://github.com/taylannuhogluofficial-png/Tblue
14•taylannuhoglu•23h ago•4 comments

Show HN: Pyrift – static analyser for silent Python/PyPy behaviour differences

https://github.com/BHUVANSH855/pyrift
3•BHUVANSH855•13h ago•1 comments

Show HN: A puzzle I couldn't solve for a year – cubers cracked it in an hour

https://skimmiq.com/pt/
18•Pawel_SkimmIQ•3d ago•17 comments

Show HN: My Emacs Zero to IDE Journey

https://github.com/KallDrexx/emacs-zero-to-ide-journey/blob/main/README.md
12•KallDrexx•1d ago•0 comments

Show HN: OutMap – a live map of 235 countries where anyone can place a link

https://outmap.lol
8•ifrosted•20h ago•9 comments
Open in hackernews

Show HN: Sktime-CLI A command line tool to do all time-series tasks

https://github.com/siddharth7113/sktime-cli
2•siddharth7113•1h ago
I am a contributor and part time employee at sktime, a framework for all time series related tasks, but it is collection of large number of estimators which sometimes make it difficult for new commers or people who want to do simple task to deal with. I built this unoffical cli to make time-series analysis easier for agents, especially for not so advanced models like qwen3.5-27B or other local models can handle these tasks. I feel big models can go already go inside library understand it enough and write wrappers around it automatically, so there might not be as much benifit there.

Feel free to test with local models and manually and see if you could do quick forecast and predictions, tutorials are live at https://sktime-cli.readthedocs.io

If something feels broken, please do report it.

Note: Parts of it is AI-assisted/Vibe coded but we did certain rounds of user-testing to ensure atleast it's functional in parts. I apologies if you find "load-bearing" in documentation, working on improving it.