frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Multilingual people may have brains up to 13 years younger

https://www.sciencedaily.com/releases/2026/08/260821012226.htm
1•theanonymousone•28s ago•0 comments

Enlightenment

https://en.wikipedia.org/wiki/Enlightenment_(window_manager)
1•tosh•3m ago•0 comments

Show HN: New poems, written by real people

https://firstverse.app/
1•maverik•4m ago•0 comments

Wildfires across Europe detonate forgotten World War bombs

https://www.independent.co.uk/news/world/europe/europe-wildfires-world-war-bombs-b3037458.html
2•geox•6m ago•0 comments

Sea Turtle Sex Crisis: Why 99% Are Now Female

https://mazingamazingly.blogspot.com/2026/08/sea-turtle-sex-crisis-why-99-are-now.html
1•karakoram•7m ago•0 comments

The Optimization Theory of Everything

https://12gramsofcarbon.com/p/the-optimization-theory-of-everything
1•mltimdia•10m ago•0 comments

Gen-1.5 – The robot that one-shot learns with humans

https://generalistai.com/blog/gen-1.5
1•tuesdaynight•12m ago•0 comments

What the Newest Research on Wildfire Smoke Tells Us

https://www.nytimes.com/article/wildfire-smoke-health-effect.html
1•karakoram•12m ago•1 comments

Citadel Offloads 80% of Portfolio Scooped Up from Situational Awareness

https://www.ft.com/content/1603577e-89d8-4cfa-884b-b83fbb8dd20e
2•karakoram•14m ago•1 comments

Device Goes Past Equilibrium [Steve Mould] [video]

https://www.youtube.com/watch?v=NvkZaWLe0Sk
1•mdp2021•16m ago•0 comments

Show HN: I launched the most generous leaderboard

https://goodbid.lol/
3•xcanchal•18m ago•2 comments

FDA Approves Moderna's mRNA Flu Vaccine

https://www.nytimes.com/2026/08/05/health/mrna-flu-vaccine-moderna.html
1•gmays•21m ago•0 comments

Grasp: Simple protocol for code collaboration that uses interoperable servers

https://gitgrasp.com/
1•Bluestein•25m ago•0 comments

Song (server of Nostr-powered Git) is a simple personal Git server

https://gitworkshop.dev/npub180cvv07tjdrrgpa0j7j7tmnyl2yr6yr7l8j4s3evf6u64th6gkwsyjh6w6/song
1•Bluestein•26m ago•0 comments

Does Python still need to be async-first?

https://blog.grandimam.com/posts/does-python-still-need-to-be-async-first/
2•grandimam•29m ago•0 comments

Self-host your own software factory

https://github.com/vercel-labs/eve-software-factory-template/tree/main
1•flashbrew•31m ago•0 comments

Model Genome: Fingerprinting Whether an LLM Was Trained from Scratch or Derived

https://huggingface.co/blog/mayafree/model-dna
1•gmays•31m ago•0 comments

Show HN: ClearVoice TTS, SOTA voice cloning model running offline, in an iOS app

https://apps.apple.com/ie/app/clearvoice-text-to-speech/id6798899505
1•roryclear•32m ago•0 comments

Multi-Agent Harness for Visual Design

https://github.com/EightPotions/Myli
1•yelboudouri•33m ago•0 comments

The Rise of the Sovereign Individual

https://dergigi.com/2019/08/22/the-rise-of-the-sovereign-individual/
1•Bluestein•34m ago•0 comments

New physics: LBL/Davis showing fusion persists at ultra low energies

https://physicsworld.com/a/nuclear-fusion-persists-at-ultralow-energies-inside-metal-foils/
2•redwood•36m ago•0 comments

ssh sshfighter.com

https://sshfighter.com?hn
4•thomasfromcdnjs•36m ago•0 comments

Show HN: Free Vision TUI Library for Go

https://github.com/oldwired/fv-go
1•omnibrain•36m ago•0 comments

Terence Tao: Understanding 6 essential mathematical concepts

https://bigthink.com/series/full-interview/6-essential-mathematical-concepts/
2•ferryth•36m ago•0 comments

Omikron Game Data Explorer

https://github.com/razodactyl/mod-omikron-tools
1•razodactyl•37m ago•0 comments

A correct Android answer can still fail the interview

https://salari.dev/writing/a-correct-android-answer-can-still-fail/
2•salari_dev•39m ago•0 comments

The Remarkable Lives of 5-Year-Old Brain Organoids

https://nautil.us/the-remarkable-lives-of-5-year-old-brain-organoids-1284120
1•Brajeshwar•40m ago•0 comments

Success = (number of attempts) × (probability of success each time)

https://www.thetrueengineer.com/p/success-number-of-attempts-probability
1•adletbalzhanov•41m ago•3 comments

Show HN: VRAM calculator that counts the text encoder, not just the weights

https://nerdylive123.github.io/vram-calculator/clean/
1•Aadi1277•42m ago•0 comments

Show HN: Turn photos into the 'silly crayon drawing' style trending in Korea

https://somodus.com/store/agent/6a86eba3c9ad1102ef19eae7-silly-cute-turn-animals-people-and-objec...
1•eric2025•43m ago•1 comments
Open in hackernews

Show HN: Quiz Coding – Teacher Mode for AI Agent in Python Notebook

3•pplonski86•1y ago
Hi everyone,

I’m working on a desktop app that helps people with domain knowledge analyze their data - even if they don’t know Python. It’s a great option for anyone who wants something more powerful than Excel or SPSS.

My cofounder and I presented our app at PyCon US’25, we have booth on StartUp Row. One of our extensions, is a chat panel next to the Python notebook, so you can just ask the AI to load your data or run analysis for you.

During the conference, a visitor (who is a lecturer) suggested a really cool idea: Instead of showing the full code, he wanted the AI to show code with a missing part. His students would then have to guess what goes in the blank. We liked the idea so much that we started building “teacher mode” right after the event!

Here’s how it works:

We updated the AI prompt so it returns code with a missing part (marked as ***). The AI also suggests three possible answers (A, B, C), and only one is correct. Our app then shows the question and three buttons. If the student picks the right answer, the full code is inserted into the notebook and runs automatically.

You can read more about Teacher Mode here: https://mljar.com/docs/ai-teacher/

And if you want to try it, you can download the app here: https://platform.mljar.com/

The app comes with Python, Jupyter Lab, and our extensions that makes data analysis much easier :)

Would love to hear your feedback or ideas!