frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Behind the Curtain: America's big lie

https://www.axios.com/2026/03/11/america-social-media-polarization
1•1vuio0pswjnm7•53s ago•0 comments

Yann LeCun's AMI Labs raises $1.03B to build world models

https://techcrunch.com/2026/03/09/yann-lecuns-ami-labs-raises-1-03-billion-to-build-world-models/
1•sylvainkalache•1m ago•0 comments

Understanding Container Images: Layers, Configs, Manifests, and More

https://labs.iximiuz.com/tutorials/container-image-from-scratch
1•birdculture•3m ago•0 comments

Manipulating AI memory for profit: The rise of AI Recommendation Poisoning

https://www.microsoft.com/en-us/security/blog/2026/02/10/ai-recommendation-poisoning/
1•doener•6m ago•0 comments

European Space Agency, China achieve gigabit links to geostationary satellites

https://www.theregister.com/2026/03/04/gigabit_laser_links_geostationary_satellites/
1•pseudolus•6m ago•0 comments

Just Use Postgres

https://nesbitt.io/2026/03/10/just-use-postgres.html
2•watchful_moose•7m ago•0 comments

Ask HN: Agencies/MSPs, how do you manage VPN access across many clients?

1•k4roshi•7m ago•0 comments

I (Still) Use Aider in 2026

https://semyonsinchenko.github.io/ssinchenko/post/aider_2026_and_other_topics/
1•s-sem•7m ago•0 comments

Why should operating systems and websites track the user age?

https://wiki.alcidesfonseca.com/blog/age-verification-in-operating-systems-and-the-internet/
1•alcidesfonseca•8m ago•0 comments

Scientists discover how falling cats almost always make perfect landings

https://phys.org/news/2026-03-japanese-scientists-falling-cats.html
1•pseudolus•10m ago•0 comments

Hacker Infrastructure

1•yjtpesesu2•10m ago•1 comments

Show HN: Aver – a language designed for AI to write and humans to review

https://github.com/jasisz/aver
1•jasisz•10m ago•1 comments

Getweeks: A life calendar that connects your goals to weekly lifestyle changes

https://www.getweeks.com/fr
1•benlatger•13m ago•1 comments

Wikipedia faces a double threat: the rise of AI and the decline of local media

https://www.cbc.ca/radio/sunday/wikipedia-25-year-ai-effect-9.7117795
1•1vuio0pswjnm7•14m ago•0 comments

'Demand Management' is doomed

https://loosemore.com/2026/03/11/demand-management-is-doomed-heres-how-to-get-over-it/
1•robin_reala•14m ago•0 comments

The Mini Cheetah Robot (2019)

https://robot-daycare.com/posts/2019-12-16-the-mini-cheetah-robot/
1•o4c•19m ago•0 comments

Compile and flash an STM32 in 8s from a single prompt using function calling

https://github.com/PrettyMyGirlZyy4Embedded/garycli/tree/main
1•gary_cli•20m ago•0 comments

Lunches.fyi

https://walzr.com/lunches-fyi/
1•coyney•21m ago•0 comments

LMF – LLM Markup Format

https://github.com/sarfraznawaz2005/lmf
1•sarfraz_nawaz•23m ago•0 comments

What nearly broke you in your first year as CTO?

1•Cannonball2134•23m ago•0 comments

Zipp 2001 Restoration

https://robot-daycare.com/posts/zipp-2001-restoration-part-1/
1•o4c•24m ago•0 comments

Black Hat USA 2025 – Breaking Control Flow Integrity by Abusing Modern C++ [video]

https://www.youtube.com/watch?v=hxIPoi4ONNA
1•pjmlp•27m ago•0 comments

As US missiles leave South Korea, the Philippines asks: are we next?

https://www.scmp.com/week-asia/politics/article/3346226/us-missiles-leave-south-korea-philippines...
10•etiam•29m ago•0 comments

Show HN: AIWatermarkDetector: Detect AI Watermarks in text or code

https://github.com/ulrischa/AIWatermarkDetector
1•ulrischa•34m ago•1 comments

Whitehall can't cost digital ID until it decides how to build it

https://www.theregister.com/2026/03/11/digital_id_cost/
1•jjgreen•34m ago•0 comments

Meta Acquires Moltbook

https://arstechnica.com/ai/2026/03/meta-acquires-moltbook-the-ai-agent-social-network/
1•lnrd•34m ago•0 comments

The Anthropic Institute

https://www.anthropic.com/institute
1•pretext•35m ago•0 comments

The return-to-the-office trend backfires

https://thehill.com/opinion/technology/5775420-remote-first-productivity-growth/
4•PretzelFisch•36m ago•0 comments

Tensorlake

https://tensorlake.ai/
1•handfuloflight•38m ago•0 comments

Now I have a clear picture. Let me understand the issue

1•noduerme•38m ago•0 comments
Open in hackernews

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

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