frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Anthropic Says Iran Used Its American AI Model to Target U.S. Navy Warships

https://www.wsj.com/politics/national-security/anthropic-says-iran-used-its-american-ai-model-to-...
2•mrln•1m ago•0 comments

I Fixed a Tractor Using John Deere's Self-Repair Service. Farmers Aren't Sold

https://www.wired.com/story/i-fixed-a-tractor-john-deere-self-repair-service/
1•sbulaev•2m ago•0 comments

Show HN: See how much of your Claude, Codex, or Copilot subscription is left

https://github.com/allixsenos/asu
1•allixsenos•5m ago•0 comments

190proof opinionated unified interface to interact with multiple AI providers

https://github.com/0xmmo/190proof
1•Bluestein•7m ago•0 comments

Data becomes information,insight and better decisions

https://fromdata2ai.substack.com/p/what-is-data-really
3•qikouki•8m ago•0 comments

Show HN: Bastiontrace – Forensics for prompt-injected AI agents

https://github.com/Rinkia/bastiontrace
2•Rinkia•10m ago•0 comments

Show HN: Agent First Shopify Competitor?

https://docs.mercemur.com/
3•thejasonsamuel•11m ago•0 comments

LLM is the front door while SaaS controls the underlying CRM data and actions

https://www.a16z.news/p/the-incumbents-are-coming
3•deepmem•12m ago•0 comments

The Blast Radius

https://mg-crea.com/blog/the-blast-radius/
2•olouv•12m ago•0 comments

The Multiplayer AI Manifesto

https://fullstackdeeplearning.com/working-with-ai-agents/multiplayer-ai-manifesto/
3•jameshart•13m ago•0 comments

A.I.'s warning shot... we might not get another one

https://www.nytimes.com/2026/09/11/opinion/ai-safety-threat-technology.html
2•eigenhombre•13m ago•0 comments

For safety: Keep AI lonely

https://nonlineartransform.substack.com/p/keep-ai-lonely
2•program_whiz•14m ago•0 comments

Show HN: Clawfight.ai MCP-driven agentic game play

https://clawfight.ai/agents.md
2•wesleyhales•14m ago•0 comments

Chamilo 3.0 – open-source LMS with native MCP server (PAuth2.1)

https://github.com/chamilo/chamilo-lms/releases/tag/v3.0.0
3•ChamiloLMS•15m ago•0 comments

Show HN: TriageBox – AI checker for Gmail that flags phishing and clutter

https://triagebox.pfa87.cc/
2•pfa87•15m ago•0 comments

Artifactkit – A UI kit for AI agents that write HTML

https://github.com/vespassassina/artifactkit
2•vespassassina•16m ago•1 comments

The Front Pages of Sept. 12, 2001

https://frontpages.freedomforum.org/gallery?collection=911&page=0
2•Sick-Poster•16m ago•0 comments

Regulators Are Investigating Nvidia's Licensing Deal with Groq

https://www.nytimes.com/2026/09/09/business/nvidia-groq-antitrust.html
2•elffjs•16m ago•1 comments

How to design for cars in people-centered places

https://twitter.com/LUrbaniste/status/2098394009857053029
2•MrBuddyCasino•16m ago•0 comments

Show HN: Kage – Real product design inspiration turned into prompts for agents

https://kage.design/
5•bustylasercanon•18m ago•3 comments

Show HN: CuTile for Java Port

https://www.reddit.com/r/CUDA/comments/1wdbqbb/possible_cutile_integration_in_java_after_rust/
3•mikepapadim•19m ago•0 comments

Mesop is no longer maintained

https://github.com/mesop-dev/mesop
2•Thicken2320•21m ago•0 comments

Fast Unrounded Scaling: Proof by Ivy

https://research.swtch.com/fp-proof
3•torutofu•21m ago•0 comments

Why Bullshit Jobs Are (Finally) Dying [video]

https://www.youtube.com/watch?v=QecDVkcGPxY
4•mpweiher•21m ago•0 comments

Anthropic's Claude Opus 5 needs to be retracted

2•theGeatZhopa•22m ago•1 comments

My HTML Boilerplate

https://vale.rocks/posts/html-boilerplate
4•birdculture•23m ago•0 comments

AI Bloopers [pdf]

https://courses.cs.duke.edu/cps270/compsci570/current/AIBloopers.pdf
2•subdomain•23m ago•0 comments

Universals and Cultural Variation in Turn-Taking in Conversation (2009)

https://www.pnas.org/doi/10.1073/pnas.0903616106
2•lluisantoni•25m ago•1 comments

Show HN: ClaudeStatsBar: your session is 486k deep and nothing told you

https://github.com/Field-Logic-Ltd/ClaudeStatsBar
6•edf13•25m ago•3 comments

Show HN: OSM Edit MCP

https://github.com/skywinder/osm-edit-mcp
2•skywinder•25m ago•0 comments
Open in hackernews

Show HN: A Modern C++ course with videos and interactive GitHub homeworks

https://github.com/cpp-for-yourself
2•soinus•50m ago
Hi HN. Over the last couple of years in my free time, I’ve been designing and recording a complete modern C++ course. I wanted to share it here in case people still care about things like this in this brave new age of AI.

The course is absolutely free and consists of: A GitHub org that holds written lectures and all other resources and tools: https://github.com/cpp-for-yourself

The accompanying YouTube course (43 videos to date): https://www.youtube.com/playlist?list=PLwhKb0RIaIS1sJkejUmWj...

My main goal was to design a course that leaves nobody behind. Every single lecture relies strictly on concepts explained in previous ones. We start from an absolute beginner baseline (a simple "hello world", variables, functions, and control flow), move through manual command-line compilation, libraries, CMake, and unit testing with Google Test, and then push into deeper territory: memory management, smart pointers, the mechanics of move semantics, dynamic vs. static polymorphism, and parallelism.

While there is always more to know with C++, I believe that the course, as it stands now, covers the majority of the things a C++ engineer should know to succeed at an average work place. At least when talking about C++17 (and C++20 to a degree). I chose C++17 as the baseline partially because I started the course some years ago and partially to also cover the needs of people in automotive, military, and medical branches as those are usually lagging behind in their allowed standard version.

Throughout the course, I aimed to use simple yet realistic examples, both in the lectures and for the interactive projects. I also deliberately favored simplified intuitive explanations over rigorous pedantic language, which I found makes modern C++ far less intimidating to learn, while hopefully not encouraging bad habits.

A few practical details on how it’s built:

- The Lectures: The material lives in Markdown files containing full lecture scripts and code snippets. All code is checked validated to build and every animation is typescript code written with Motion Canvas. The repo with code is here: https://github.com/cpp-for-yourself/lectures-and-homeworks

- The Homeworks: The course includes practical projects. You create your own homework repository from a provided template, work on the assignments, and open PRs there. A custom CI setup automatically builds your code, runs your tests, injects my own test suite to validate your solution, and reports the results back in a dashboard directly on your PR. See the template repo here: https://github.com/cpp-for-yourself/homeworks

Because this project spanned a couple of years, things changed along the way. For example, I lost some hair and gained glasses. But jokes aside, my recording setup and teaching style evolved a lot. The earliest videos feel quite different from the later ones. I stand by the technical content of the early lectures but vastly prefer the later style of delivery, geared a bit more towards entertainment while staying factual. If you want to sample this newer style, start from the second half of the course, somewhere after the move semantics lecture.

Please tell me if you think such an endeavor is useful and if the format suits your liking. I take HN community criticism very seriously and will definitely account for it in any future videos that I record (or rerecord) for this course. Thank you for your time!

P.S. I went back and forth on whether to use "Show HN" here, but ultimately decided to use it because the course is completely original, built from scratch, and structured around an interactive GitHub codebase akin to an open-source technical book. Happy to adjust if the moderators feel otherwise.

Comments

soinus•49m ago
Hey HN, author here. It's always a bit nerve wrecking to post to HN, so please to not hesitate to tell me what you think about all the things above. I'm happy to answer any questions or get your criticism directly! Thank you!

An if you like what you see and know someone who could benefit from this - do share it!