frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Git Your Freedom Back: A Beginner's Guide to Sourcehut (2025)

https://btxx.org/posts/beginners-guide-sourcehut/
1•bradley_taunt•2m ago•0 comments

Fatigue Is a Brain-Derived Emotion That Regulates to Ensure Protection (2012)

https://pmc.ncbi.nlm.nih.gov/articles/PMC3323922/
1•downbad_•2m ago•1 comments

The Tiny Languages of Task Runners

https://www.massicotte.org/blog/task-runners/
1•ingve•7m ago•0 comments

The Last Software Engineer

https://www.epicproduct.engineer/the-last-software-engineer
1•vinhnx•7m ago•0 comments

Show HN: Updated – A dual crossword puzzle where two crosswords share one grid

https://forkle.co.uk/
1•daveoshawrus•9m ago•0 comments

Extracting Signal from the Noise: What We Learned Auto-Triaging Agent PRs

https://huggingface.co/spaces/huggingface/open-source-agent-contributions
1•eginhard•10m ago•0 comments

Show HN: A Wheel of Fortune game you can run in the browser

https://spinorama.io/
1•Wolfmans55•15m ago•0 comments

Show HN: Modeleon – Python DSL that compiles to live Excel formulas

https://github.com/modeleonai/modeleon
2•adilkhanovkz•17m ago•0 comments

Detailed New Features of Firebird 5

https://firebirdsql.org/en/community-news/free-book-detailed-features-of-firebird-5-is-published/
1•mariuz•18m ago•0 comments

I'm 17 and built a Palantir alternative for mid-market supply chains

https://risksim.ai/
1•ottocosta•22m ago•0 comments

One Developer, Two Dozen Agents, Zero Alignment

https://maggieappleton.com/zero-alignment
1•maxua•24m ago•0 comments

Om Malik – What Microsoft's 10-Q Says About OpenAI

https://om.co/2026/05/01/what-microsofts-10-q-says-about-openai/
4•rmason•24m ago•0 comments

What Is Z-Angle Memory and Why Is Intel Developing It?

https://www.hpcwire.com/2026/02/05/what-is-z-angle-memory-and-why-is-intel-developing-it/
2•rbanffy•29m ago•0 comments

Crypto Anarchy and Virtual Communities – Tim C May

https://nakamotoinstitute.org/library/virtual-communities/
1•hamiecod•29m ago•0 comments

Greek mountain snow cover halved in past four decades due to regional warming

https://egusphere.copernicus.org/preprints/2026/egusphere-2026-327/
1•littlexsparkee•30m ago•0 comments

Your Company Is a Skill Now

https://twitter.com/arlobish/status/2046270374174925196
1•arlobish•30m ago•0 comments

The Myth That Made Social Psychology Famous

https://www.speakandregret.michaelinzlicht.com/p/social-psychologys-favourite-murder
1•Anon84•31m ago•0 comments

EPR-2 QaaS Blockchain

https://github.com/Babayagga-bite/epr2-qaas-blockchain
1•babayagga-bite•31m ago•1 comments

I Work 10 Hours a Day for Others. and No, I Don't Regret It

https://comuniq.xyz/post?t=1010
1•01-_-•31m ago•0 comments

Show HN: Perfect Bluetooth MIDI for Windows

13•mayerwin•33m ago•1 comments

Show HN: Ghidora build system, An nx/Bazel alternative

https://ghidora.hyperforge.in
1•StellaMary•34m ago•0 comments

When NASA Told Its Astronauts to Quit Smoking (2014)

https://www.smithsonianmag.com/air-space-magazine/when-nasa-ordered-astronauts-quit-smoking-18095...
2•thunderbong•35m ago•0 comments

What's in a name? Dogs or wolves, painted or wild

https://africageographic.com/stories/whats-name-dogs-wolves-painted-wild/
1•altilunium•36m ago•0 comments

New Lithium-Plasma Engine Passes Key Mars Propulsion Test

https://www.universetoday.com/articles/new-lithium-plasma-engine-passes-key-mars-propulsion-test
2•rbanffy•37m ago•0 comments

Chinese Courts Rule Companies Cannot Fire Workers Simply to Replace Them with AI

https://www.caixinglobal.com/2026-04-30/chinese-courts-rule-companies-cannot-fire-workers-simply-...
3•virgildotcodes•43m ago•1 comments

The Rotary Un-Smartphone

https://skysedge.com/telecom/RUSP/index.html
8•tzury•46m ago•0 comments

Gremlin

https://en.wikipedia.org/wiki/Gremlin
2•jumploops•46m ago•0 comments

The Ethiopian Running Secret

https://aeon.co/essays/what-ethiopian-running-says-about-the-limits-of-human-ability
2•rifish•50m ago•0 comments

Learning my lesson that Python virtual environments aren't always movable

https://utcc.utoronto.ca/~cks/space/blog/python/VenvsNotEntirelyMovable
1•ingve•51m ago•0 comments

Raspberry Pi: A Foundation Model in Your Pocket – Colossus

https://colossus.com/article/raspberry-pi-eben-upton/
1•rbanffy•55m ago•0 comments
Open in hackernews

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

3•pplonski86•11mo 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!