frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ask HN: Suggestion for a cheap (long) video creation AI platform?

1•squarefoot•19s ago•0 comments

Japan's Chief Cabinet Secretary Sees Worrying One-Way, Sudden Yen Moves

https://www.bloomberg.com/news/articles/2025-11-20/japan-s-kihara-says-he-sees-worrying-one-way-s...
1•novia•1m ago•0 comments

Automating Code Migrations at Scale

https://blog.allegro.tech/2024/09/automating-code-migrations-at-scale.html
1•janisz•3m ago•0 comments

Ask HN: Why Being in the US Mandatory for YC Companies? Even for Remote Jobs

1•cryptography•3m ago•0 comments

Learn C++ Itanium Symbol Mangling

https://noratrieb.github.io/womangling/
1•g0xA52A2A•4m ago•0 comments

Pareto Principle: 20% of Code Causes 80% of Bugs; 1% Causes 99% of Crashes

https://read.perspectiveship.com/p/pareto
1•birdculture•5m ago•0 comments

My Favorite Software Subreddits

https://notes.eatonphil.com/high-quality-subreddits-you-should-be-following.html
1•ibobev•5m ago•0 comments

Writing Airflow Dags with Excel and Minecraft

https://www.astronomer.io/blog/abstraction-with-dag-factory-from-excel-to-minecraft/
1•jlaneve•5m ago•0 comments

We are replacing OOP with something worse

https://blog.jsbarretto.com/post/actors
1•ibobev•6m ago•0 comments

Ntoh*/hton* is a bad API

https://purplesyringa.moe/blog/ntoh-hton-is-a-bad-api/
1•ibobev•6m ago•0 comments

Nvidia Sonic: Motion Tracking for Natural Humanoid Whole-Body Control

https://nvlabs.github.io/SONIC/
1•oumua_don17•7m ago•0 comments

Turn any link, PDF, or YouTube video into an infographic (with Nano Banana Pro)

https://unrav.io/convert-to-infographic
1•rriley•9m ago•1 comments

Inside Nvidia GPU: Blackwell's Limitations & Future Rubin's Microarchitecture

https://github.com/zartbot/blog/issues/3
2•matt_d•11m ago•0 comments

EU designates 19 tech providers as critical infrastructure

https://www.scworld.com/news/eu-designates-19-tech-providers-as-critical-infrastructure
1•Bender•11m ago•0 comments

Ransomware gangs integrating AWS features into their toolkits

https://www.scworld.com/news/ransomware-gangs-now-integrate-native-aws-features-like-s3-buckets-i...
1•Bender•12m ago•0 comments

Things I learned as an Airbnb host 2021-2022

https://michael-lewis.com/posts/things-i-learned-as-an-airbnb-host/
2•speckx•13m ago•0 comments

Trump revives unpopular Ted Cruz plan to punish states that impose AI laws

https://arstechnica.com/tech-policy/2025/11/trump-revives-unpopular-ted-cruz-plan-to-punish-state...
1•Bender•13m ago•1 comments

Should we eat dinner earlier in winter?

https://theconversation.com/should-we-eat-dinner-earlier-in-winter-why-timing-might-matter-more-t...
1•wjb3•16m ago•0 comments

AI Agents Are the New Web Stack

https://h3manth.com/scribe/blog/ai-agents-web-architecture/
2•init0•17m ago•0 comments

Enzyme-mediated aminoglycoside resistance without target mimicry

https://www.nature.com/articles/s42004-025-01666-0
1•PaulHoule•17m ago•0 comments

Rive – Why Scripting Runs on Luau

https://rive.app/blog/why-scripting-runs-on-luau
1•vyrotek•20m ago•0 comments

Kitsune: Enabling Dataflow Execution on GPUs with Spatial Pipelines

https://dl.acm.org/doi/10.1145/3777466
1•matt_d•23m ago•0 comments

The AI bubble is bigger than you think

https://prospect.org/2025/11/19/ai-bubble-bigger-than-you-think/
4•DarkContinent•23m ago•0 comments

Ask HN: Universal testing machines OEM software needed?

1•DrNuke•24m ago•0 comments

Highlights from Git 2.52

https://github.blog/open-source/git/highlights-from-git-2-52/
1•ossusermivami•25m ago•0 comments

Early science acceleration experiments with GPT-5 [pdf]

https://cdn.openai.com/pdf/4a25f921-e4e0-479a-9b38-5367b47e8fd0/early-science-acceleration-experi...
1•gronky_•26m ago•0 comments

CBP is monitoring US drivers and detaining those with suspicious travel patterns

https://apnews.com/article/immigration-border-patrol-surveillance-drivers-ice-trump-9f5d05469ce8c...
139•jjwiseman•29m ago•38 comments

Google cracked Apple's AirDrop and is adding it to Pixel phones

https://www.theverge.com/news/825228/iphone-airdrop-android-quick-share-pixel-10
6•CharlesW•34m ago•2 comments

Evidence of Fatigue Cracks a 'Major Clue' in Fatal UPS Jet Crash

https://www.reuters.com/business/aerospace-defense/us-ntsb-finds-evidence-fatigue-cracks-fatal-up...
2•sarimkx•35m ago•1 comments

Coding Trance Music from Scratch (Again) [video]

https://www.youtube.com/watch?v=iu5rnQkfO6M
1•raphar•36m ago•1 comments
Open in hackernews

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

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