frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

What LLM Inference Costs

https://twitter.com/Akashi203/status/2083213197171884505
1•OsamaJaber•51s ago•0 comments

Neuro-Inspired Inverse Learning for Planning and Control

https://arxiv.org/abs/2605.24152
1•kensai•1m ago•0 comments

Concerns grow over AI giants' hidden debts

https://www.semafor.com/article/07/21/2026/tech-stocks-rebound-after-ai-bubble-fear-induced-slump
1•mapping365•3m ago•0 comments

The EU is making the Right to Repair the new standard in Europe

https://ec.social-network.europa.eu/@EUCommission/117013565926587088
1•thisislife2•4m ago•0 comments

Sessiongrep: Local-first memory layer for CLI agents

https://github.com/braincompany/sessiongrep
1•matthewolfe•5m ago•0 comments

AI bubble will burst if 10-year moves above 5%, says Breakout Capital's Sharma

https://www.cnbc.com/video/2026/07/31/ai-bubble-will-burst-if-10-year-moves-above-5-percent-says-...
1•mapping365•5m ago•0 comments

Everyone is building LLM routers, we deprecated ours

https://manifest.build/blog/why-we-deprecated-our-llm-router/
2•brunaxLorax•5m ago•0 comments

How Fox Run Treatment Center Traumatized Troubled Children

https://www.themarshallproject.org/2026/07/30/fox-run-youth-residential-treatment-runaways
1•Jimmc414•6m ago•0 comments

qm

https://github.com/yc-software/qm
1•tosh•7m ago•0 comments

They Forgot What Happened Last Time: Hacking the Windows 365 Link [video]

https://media.ccc.de/v/emf2026-93-1-they-forgot-what-happened-last-time
1•Jimmc414•7m ago•0 comments

Britain Became a Poor Country

https://www.youtube.com/watch?v=vry5deT8lc0
2•penguin_booze•8m ago•0 comments

ESP-KVM – An IP-KVM on the ESP32-P4

https://espkvm.io/
2•Jimmc414•8m ago•0 comments

How to make a perfect cup of tea [pdf]

https://web.archive.org/web/20140811033029/http://www.rsc.org/pdf/pressoffice/2003/tea.pdf
2•marysminefnuf•9m ago•0 comments

Open-Source-Radar

https://opensourceradar.substack.com/p/open-source-radar
1•spran1•9m ago•0 comments

Show HN: Jacobian – I built tools to help anyone explore and solve conjectures

https://github.com/morluto/jacobian
1•Mplto•10m ago•0 comments

Tell HN: HackerOne Announces Mandatory identity verification

2•0xmattf•11m ago•0 comments

Chinese military researchers tap US AI models to train defense systems

https://www.defensenews.com/industry/techwatch/2026/07/31/chinese-military-researchers-tap-us-ai-...
2•0in•11m ago•0 comments

Suno loses lawsuit brought by GEMA

https://www.heise.de/en/news/AI-Music-GEMA-wins-legal-dispute-against-Suno-11389111.html
1•Aldipower•11m ago•0 comments

Make Every PR Prove Itself

https://builders.abnormal.ai/p/make-every-pr-prove-itself
2•sshh12•11m ago•0 comments

A.I. Hedge Fund Situational Awareness Rescued by Rival

https://www.nytimes.com/2026/07/30/business/artificial-intelligence-situational-awareness-citadel...
2•paulpauper•12m ago•0 comments

A New Theory of Economics

https://wilsoniumite.com/2026/07/31/a-new-theory-of-economics/
1•Wilsoniumite•14m ago•0 comments

KimiK3 Commercial License

https://twitter.com/rohanpaul_ai/status/2082024746410295754
2•savin-goyal•15m ago•0 comments

IPC-7351B Electronic Component Zero Orientation [pdf]

https://scancad.net/wp-content/uploads/2019/02/zero-orientation-cad-libaray.pdf
1•gregsadetsky•17m ago•0 comments

A playable retelling of Homer's Odyssey (with cleverly hidden Easter eggs)

https://sail-to-ithaca.vercel.app
1•mayilian•19m ago•0 comments

Fitch's Private Credit Default Rate Hit Record in Second Quarter

https://www.bloomberg.com/news/articles/2026-07-30/fitch-s-private-credit-default-rate-hit-record...
2•petethomas•19m ago•0 comments

The 1940s Elevator-Mirror Story and What It Teaches About Human Happiness

https://atticusli.com/blog/posts/idleness-aversion-chris-hsee-elevator-mirrors-customer-experience/
1•Leftium•21m ago•0 comments

Graph Engineering: The Missing Skill in AI

https://twitter.com/AnatoliKopadze/status/2080668775796314331
1•v-mdev•24m ago•0 comments

WebDuck: DuckDB as a Service

https://webduck.autumo.ch/
1•theanonymousone•25m ago•0 comments

Unsloth: DeepSeek V4 Flash 0731

https://unsloth.ai/docs/models/deepseek-v4
1•tosh•25m ago•0 comments

Task Manager for Mac (from author of Windows TaskManager)

https://tmog.org/
2•valgaze•26m ago•1 comments
Open in hackernews

Show HN: The Goal is simple, there should be an actual free editor

https://sylixide.com
5•Sai-09•1h ago
Hey HN, I'm Saai, one of the creators of Sylix. I made this open-minded version of Cursor where you can get all of the core features of Cursor but in a fully customizable IDE (Ctrl+K, @docs, parallel agents). We love Cursor so much, but there are so many other features we're building, including all things like multi-edit, parallel swaps, agent indexing (but not the traditional one), parallel LSP, or maybe... we might give agents a better understanding of the codebase via multi-semantic memory instead, alongside in-search grep for your system files or workspace. Sylix will be open source once it's stable, but it's a fully customizable tool we've been wanting!

Sorry for the delay; well, it's almost a year now. Well, I know developers were waiting for this.

The hard part: we're building Sylix not as a traditional fork of VS Code but as a mixer of all things; Sylix is built on top of Monaco Editor along with the Monaco Editor API, backed natively in Rust. The VS Code repo helps a lot, along with its great documentation about the src/workbench files extension, but it's great as we got into it pretty deep. Since we leveraged the monaco-vscode-api, it was easy for us to embed it nicely into our React code. So it was a pretty decent thing for adding a new feature alongside a new UI. For Sylix, all the core systems behind all things built in Rust are done; building just a little polish over the UI is a task since we are not UI designers,s though. Now two things left: a polished UI and the marketplace for Sylix, since we already figured out how we canroute then extension core; just the UI left. One thing we're excited about is how we make things work out after trying over and over a VS Code fork, Void fork, and VS Code 1.58; after trying all those things, it finally works. It's like this: maybe the 6th or 7th version of Sylix works for us.

The other benefit is that Sylix is going to be open source once it has a stable version, so we don't need to hide our prompts from what we built. We let you use Cursor's core features and functions right on your machine along with any of your existing subscriptions (like Codex, Claude Code, Kimi K3, DeepSeek) while we are working on it so that you can also use OpenCode Go as a provider. Sylix supports over 120+ models via your own providers; any model you want this lets you completely control your own data, and on-prem, a hosted model.

There is a lot to talk about: how we build, and full disclosure, we have passed most of the early phase and currently have around 43 developers using it with their own subscription... thank you to them; we have come so far through their feedback. But we're super excited to cover the gap alongside Cursor.

Let us know if there is anything you want to see Cursor-style in an actual Free Editor. Or feel free to shoot us a message.