frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Salvager, Undo for AI agents that edit your files

https://www.salvager.sh/
1•gorkamb•2m ago•0 comments

Show HN: Criterion Closet as a website – pull any of 1,247 films off the shelf

https://the-criterion-closet.vercel.app/
1•olievans•2m ago•0 comments

Hydra – a one-line Gradle RASP that seals app secrets until the device is clean

https://github.com/iamjosephmj/hydra
1•iamjosephmj1•4m ago•0 comments

Treating Agent Reasoning as a Span

https://forestmars.substack.com/p/ai-agents-run-to-completion
1•polynomial•7m ago•1 comments

Compiles any HuggingFace model into a single persistent megakernel

https://twitter.com/Akashi203/status/2067379010762338681
1•OsamaJaber•7m ago•0 comments

Apple Reveals Plans to Raise Prices

https://www.wsj.com/tech/apple-reveals-plans-to-raise-prices-1fbcc1d4
2•mfiguiere•8m ago•0 comments

Show HN: Righthand – Autonomous AI assistants with skills, goals, and a CLI

https://www.rigthhand.ai
2•notanaiagent•10m ago•0 comments

Vyrse – Social Bible reader for skeptics

https://vyrse.app
1•StudioHeat•11m ago•0 comments

Play Snake in Your Favicon

https://franciscouzo.github.io/favisnake/
1•toilet•13m ago•0 comments

China: Free AI for developing world; G7: who gets access to American models?

https://thenextweb.com/news/china-ai-global-cooperation-vs-g7-export-controls
1•skeledrew•15m ago•0 comments

Show HN: WaylandClientKit – a Swift Wayland client substrate for Linux

https://github.com/conxlgtm/WaylandClientKit
2•Nocerg•17m ago•0 comments

List of video game console color palettes

https://en.wikipedia.org/wiki/List_of_video_game_console_palettes
1•kibwen•19m ago•0 comments

HandoffKit: Coordinate agents by passing messages, not sharing memory

https://platformpilot.ai/blog/open-sourcing-handoffkit
1•ricardo-larosa•21m ago•1 comments

America's bull market has entered its manic phase

https://www.economist.com/finance-and-economics/2026/06/16/americas-bull-market-has-entered-its-m...
1•andsoitis•22m ago•1 comments

BytePack: Header-only message serialization library for C++17

https://github.com/alkonosst/BytePack
1•sohkamyung•23m ago•0 comments

Border Enforcement Does Affect American Workers' Wallets

https://www.wsj.com/opinion/border-enforcement-does-affect-american-workers-wallets-cc45d6b0
2•PKop•25m ago•0 comments

A Chrome extension for AI routing that reduces friction when selecting AI models

https://chromewebstore.google.com/detail/promptrouter/bojhdblkfdngamonhpbpofcnjonjbkff
1•rheorix•25m ago•0 comments

Chinese open source model better than Fable [video][13 mins]

https://www.youtube.com/watch?v=plcuiOXn_Pk
1•Bender•25m ago•0 comments

Report on Titan Submarine Destruction

https://www.tsb.gc.ca/eng/rapports-reports/marine/2023/m23a0169/m23a0169.html
1•bluenose69•26m ago•0 comments

Rust Foundation Welcomes OpenAI as Platinum Member, Announces Donation to Rust

https://rustfoundation.org/media/rust-foundation-welcomes-openai-as-platinum-member-announces-don...
1•ndesaulniers•26m ago•0 comments

Show HN: Canipls – see caniuse.com global support percentages as you type

https://github.com/taylorplewe/canipls
1•taylorplewe•27m ago•0 comments

Italian noble investigated over Sarajevo 'human Safari' killings

https://www.thetimes.com/world/europe/article/italian-noble-investigated-over-sarajevo-human-safa...
1•cwwc•30m ago•0 comments

A framework for verifiable analysis of AI behavior

https://transluce.org/docent/blog/analysis-plans
1•mengk•30m ago•0 comments

Show HN: Reyn – local-first AI that journals and recalls your work

https://www.usereyn.com/
3•toluwajibodu•32m ago•0 comments

Norrin: Regain control of claude code. Prevent hours of review.

https://www.norrin.dev/
1•gagewoodard•32m ago•0 comments

Tour the Atmosphere

https://aturi.to/
1•doener•32m ago•0 comments

Founder Validation vs. Conviction – Every builder must know

https://360foundersguide.substack.com/p/everyone-says-my-startup-wont-work
2•mvsingh•34m ago•1 comments

Private Plane Crush on Texas Highway

https://abcnews.com/US/1-dead-after-private-plane-crashes-texas-road/story?id=133952314
1•dzonga•35m ago•0 comments

Localtalk: A Mac app using local WisprKit, to talk to your computer PRIVATELY

https://github.com/rusackas/localtalk/
1•rusackas•36m ago•1 comments

Assembly Democrats unite to tax software, health plans

https://www.sacbee.com/news/politics-government/capitol-alert/article316153155.html
1•tlogan•37m ago•1 comments
Open in hackernews

Show HN: OptiSYS – an open source Windows optimizer that isn't snake oil

https://dttdrv.xyz/optisys
1•dttdrv•1h ago

Comments

dttdrv•1h ago
"windows optimizer"sounds shady, believe me, I know, and the category is 99% scams, so the bar is on the floor. my program shoves wasteful background apps into Windows' own efficiency mode, trims memory before pressure hits instead of after, and optionally kills the background wifi scans that cause those periodic lag spikes. thats the whole feature list. i set up some rules regarding everything that the program can do and can't do: everything is reversible, it never touches a setting you can see in the windows UI and can change thru there, and it backs off entirely when you're gaming. it's built mainly with c# and I aimed for a native Windows feel. MIT license as well. basically started as three separate tools I made that I got sick of running side by side. repo: https://github.com/dttdrv/optiSYS site: https://dttdrv.xyz/optisys hopefully it helps people as much as it helped me