frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Green is a Clojure library for building idempotent DevOps CLIs

https://github.com/amiorin/green
1•amiorin•57s ago•0 comments

Missouri declares state of emergency after life-threatening flash floods [video]

https://www.youtube.com/watch?v=yzx-XelvnMg
1•Bender•1m ago•0 comments

Red is a TypeScript/Bun library for building idempotent DevOps CLIs

https://github.com/amiorin/red
1•amiorin•1m ago•0 comments

Show HN: I made Claude explain like I'm 5, and AI fatigue disappeared

https://github.com/amebahead/explain-like-iam-five-rules
1•amebahead•3m ago•0 comments

OpenAI and Google sell AI models to blacklisted China groups

https://www.ft.com/content/5d6aafa1-5d47-4585-aa95-6ec06a6cd20f
2•1vuio0pswjnm7•6m ago•0 comments

Show HN: Rilavek – Stream FTP/SFTP/TUS uploads straight to S3, no disk buffer

https://rilavek.com
1•rilavek•10m ago•0 comments

DeepSeek-AI/DeepSeek-v3.2

https://huggingbay.xyz/artifact/hf-model-deepseek-ai-deepseek-v3-2
1•ASHOKGOUDK•10m ago•0 comments

Yiddish resource for elements of chaldean neo-aramaic and Biblical aramaic (1911

https://archive.org/details/nybc211294
1•marysminefnuf•10m ago•0 comments

Gilbert Strang Joins Anthropic

https://twitter.com/GilStrangMIT/status/2075666580990464489
1•elzed•11m ago•0 comments

Parsoid

https://www.mediawiki.org/wiki/Parsoid
2•debo_•13m ago•0 comments

What Every Python Developer Should Know About the CPython ABI

https://labs.quansight.org/blog/python-abi-abi3t
1•signa11•15m ago•0 comments

Show HN: Schedule tasks for your AI agents from Google Calendar

https://agentcaly.com/
2•matt413•17m ago•0 comments

Discord Goes Ban-Happy, Suspends People for Benign Images

https://gizmodo.com/discord-goes-ban-happy-suspends-people-for-benign-images-2000782587
1•gnabgib•17m ago•0 comments

Disappearing Polymorph

https://en.wikipedia.org/wiki/Disappearing_polymorph
1•moralestapia•18m ago•0 comments

Tripplet

https://www.tripplet.lol/
1•notnurb•21m ago•0 comments

User provider content is dangerous. Our experience

https://blast-radius.boomurl.me/
1•dorongrinstein•23m ago•1 comments

Shih Tzu History: From Royal Dogs to Beloved Companions

https://www.akc.org/expert-advice/dog-breeds/shih-tzu-history/
1•thunderbong•24m ago•0 comments

Show HN: I built a cold email platform with built-in inbox placement testing

https://spamcipher.com/
1•mainmin8t•25m ago•0 comments

Lite and Text Only News and Other Websites

https://bmk.neocities.org/
1•Bender•27m ago•0 comments

Show HN: Quantum-audit – CLI to scan NPM deps for quantum-vulnerable crypto

https://quantum-audit-site.vercel.app
1•Heavensinfinite•35m ago•0 comments

Meta found to breach EU laws with 'addictive' Instagram, Facebook designs

https://www.cnbc.com/2026/07/10/meta-instagram-facebook-addictive-design-breach-eu-laws.html
2•1vuio0pswjnm7•36m ago•0 comments

The Company That Owns AOL Gets a Million Job Applications–and Rejects 99.9%

https://www.wsj.com/business/bending-spoons-jobs-hiring-stock-eaed2b8e
1•JumpCrisscross•37m ago•2 comments

MDN has a page that shows every web API update as it hits each browser

https://developer.mozilla.org/en-US/plus/updates
4•luispa•48m ago•0 comments

Overview of 2026 wrench (physical) attacks on crypto holders

https://www.certik.com/blog/2026-wrench-attacks-overview
2•decimalenough•50m ago•0 comments

NYT article on opening of dachau (1933)

https://www.nytimes.com/1933/07/27/archives/nazi-prison-camps-to-be-permanent-building-going-on-a...
3•marysminefnuf•52m ago•0 comments

Scutoid Papercraft

https://www.patreon.com/vihart/posts/scutoid-and-111945080
2•ry-gr•53m ago•0 comments

Using a Vision Pro to help install a POE doorbell

https://old.reddit.com/r/Ubiquiti/comments/1ut1atj/how_i_retrofit_poe_doorbells/
2•js2•55m ago•1 comments

I've been building this alone for months. Roast it before I lose any more time

https://peakd.io
2•GroguMaster•1h ago•0 comments

Plain Text Sports

https://plaintextsports.com/
3•bwoah•1h ago•0 comments

Hacked Paxel as tribute for my YC Startup School 26' application

https://obaid.wtf/jotbook/2026/07/11/yc-startup-school-26-application-i-hacked-paxel.html
4•wtfobaid•1h 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!