frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Guide to data tools landscape for developers

https://sinja.io/blog/data-landscape-guide-for-developers
1•OlegWock•7s ago•0 comments

Baba Is Solved by Fable 5 and GPT-5.6 Sol, but at what cost?

https://quesma.com/blog/baba-is-bench/
1•stared•8s ago•0 comments

Claude can now use your 1Password credentials for you

https://www.theverge.com/tech/966442/1password-anthropic-claude-browser-integration
1•pavel_lishin•16s ago•0 comments

Kimi K3

https://platform.kimi.ai/docs/models
1•berlianta•55s ago•0 comments

Self-hosted, fast clip generator for macOS

https://github.com/joonfjp/ripeclips
1•trndgtr•1m ago•0 comments

We're Building Postgres in Rust. Using the LLVM of Databases

https://turso.tech/blog/a-new-modern-version-of-postgres-in-rust
1•polyrand•2m ago•0 comments

Call GPT 5.6-Sol Pro, Fable 5, SuperGrok Subscripions from Codex, Claude

https://github.com/agentify-sh/desktop
1•agentifysh•3m ago•0 comments

Distinguishing Variables from Parameters

https://www.johndcook.com/blog/2026/06/30/variables-and-parameters/
1•ibobev•7m ago•0 comments

Silver Rectangles and the Ways of Kings

https://www.johndcook.com/blog/2026/06/30/silver-kings/
1•ibobev•7m ago•0 comments

Derivative Equals Inverse

https://www.johndcook.com/blog/2026/06/29/derivative-equals-inverse/
2•ibobev•7m ago•0 comments

Should You Recline Your Airplane Seat?

https://www.newyorker.com/culture/open-questions/should-you-recline-your-airplane-seat
1•bookofjoe•8m ago•1 comments

How to unionize your tech workplace

https://www.computerworld.com/article/4192438/how-to-unionize-your-tech-workplace.html
4•speckx•8m ago•0 comments

Sqleibniz – Static Analysis and LSP for SQL in Rust

https://github.com/xnacly/sqleibniz
1•xnacly•9m ago•0 comments

If you see a datacenter in orbit, it means something went wrong on Earth

https://systemsthinkingcollection.substack.com/p/space-datacenters
2•InputName•9m ago•0 comments

Show HN: Trying to fix the web scraping industry's benchmark problem

https://github.com/usestring/web-data-frontier-benchmark
5•rohitshenoy•9m ago•0 comments

I'd prefer to avoid AI comments on Reddit and HN

2•alance•11m ago•0 comments

We are officially writing a new version of Postgres. in Rust

https://twitter.com/glcst/status/2077759127682486561
2•tosh•11m ago•0 comments

Former OpenAI CTO builds open weight model in 9 months

https://techcrunch.com/2026/07/15/thinking-machines-amps-up-its-bet-against-one-size-fits-all-ai-...
1•noashavit•12m ago•0 comments

The discourse about software craftsmanship conveniently ignores distribution

https://kerkour.com/software-craftsmanship-last-mile-delivery
2•cold_pizz4•12m ago•0 comments

Chatto is Robots

https://www.hmans.dev/blog/chatto-is-robots
2•hendrikmans•12m ago•0 comments

Kimi K3 is now live

https://www.kimi.com/en
5•vincent_s•13m ago•0 comments

Reviewing a restaurant as "just ok" considered defamatory in Germany

https://twitter.com/eigen_moomin/status/2077471686295957749
2•kirlfiend_grill•14m ago•0 comments

Hardware Needs Its Vibe Coding Moment

https://opuslabs.substack.com/p/hardware-needs-its-vibe-coding-moment
1•opuslabs•15m ago•0 comments

AI and Microsoft's Hubris: Return of the Browser Wars

https://www.korte.co/2026/07/16/ai-and-microsofts-hubris-return-of-the-browser-wars/
1•speckx•16m ago•0 comments

MongoDB v. FerretDB: When Open Source Compatibility Becomes a Patent Risk

https://shujisado.org/2026/07/15/mongodb-v-ferretdb-when-open-source-compatibility-becomes-a-pate...
2•Brajeshwar•17m ago•0 comments

Smart Ring Aims to Replace the 150-Year-Old Blood Pressure Cuff

https://www.bloomberg.com/news/features/2026-07-16/vital-signals-announces-399-signal-ring-that-g...
1•brandonb•17m ago•1 comments

Title: Show HN: a zero-dependency, self-hosting JavaScript-to-native compiler

https://github.com/qorm/jsbin
1•qorm•18m ago•0 comments

GPT-5.6 unexpected file deletions

https://twitter.com/thsottiaux/status/2077630111499882637
2•lobo_tuerto•18m ago•1 comments

I've been thinking about null pointers

https://sebsite.pw/w/20260715-null.html
1•birdculture•19m ago•0 comments

U.S. approval of giant 'space mirror' satellite alarms astronomers

https://www.scientificamerican.com/article/u-s-approval-of-giant-space-mirror-satellite-alarms-as...
4•saikatsg•20m ago•2 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!