frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

"They screwed us": Personality clashes sent Anthropic's models offline

https://simonwillison.net/2026/Jun/15/axios-clashes-anthropics/
1•lumpa•31s ago•0 comments

Chebyshev Polynomials and Their Derivatives in C

https://leetarxiv.substack.com/p/chebyshev-polynomials-are-ferraris
1•theanonymousone•46s ago•0 comments

Boot Naked Linux

https://nick.zoic.org/art/boot-naked-linux/
2•abnercoimbre•2m ago•0 comments

HTTPS: //webhook.site live testing of web hooks

https://webhook.site
2•janandonly•3m ago•0 comments

AI Slop Has Taken over LinkedIn

https://keegan.codes/blog/a-slop-has-taken-over-linkedin
2•mooreds•4m ago•0 comments

Show HN: Machine0 – Persistent NixOS VMs You Control from the CLI

https://machine0.io
2•bwm•4m ago•0 comments

GPT-5 Nano Vulnerability test results you should know before deploying

https://lateos.ai/llm-research/gpt5-nano/
2•lateos-ai•4m ago•0 comments

Show HN: An interactive Snake circuit you can take apart, no CPU

https://simten.dev/blog/snake-in-hardware
2•charlesfrisbee•4m ago•0 comments

Why Dragon Quest Has Always Been More Popular in Japan (2023)

https://www.denofgeek.com/games/dragon-quest-popularity-japan-explained/
2•mooreds•4m ago•0 comments

Verifiable Execution: Proving How Work Happened in Workflows and Agents

https://www.cncf.io/blog/2026/06/11/introducing-verifiable-execution-in-dapr-1-18/
2•yaronsc•5m ago•0 comments

Ficus Elastica

https://en.wikipedia.org/wiki/Ficus_elastica
2•mooreds•5m ago•0 comments

"I reverse engineered Verizon's VoWiFi and called from a laptop modem"

https://twitter.com/AliceInDisarray/status/2066417720292163960
2•ent101•5m ago•0 comments

Linux 7.0 Adds Support for BPF Filtering to IO_uring

https://www.phoronix.com/news/Linux-7.0-IO-uring-BPF-Filter
2•teleforce•6m ago•0 comments

Code a Database in 45 Steps

https://trialofcode.org/database/
2•firephox•9m ago•0 comments

AI GPUs probably live longer than three years

https://www.seangoedecke.com/ai-gpus-live-longer-than-three-years/
1•Brajeshwar•10m ago•0 comments

UK unveils social media ban for users under 16

https://techcrunch.com/2026/06/15/uk-unveils-sweeping-social-media-ban-for-users-under-16/
1•SilverElfin•13m ago•1 comments

Show HN: We put voice agent on our website, learned retrieval isn't bottleneck

https://www.moss.dev/blog/founding-agent
4•srimalireddi•13m ago•0 comments

Large Text Compression Benchmark

https://www.mattmahoney.net/dc/text.html
1•nathan-barry•14m ago•0 comments

Locus Founder from Locus (YC F25)

https://locusfounder.com/
2•wezabis•14m ago•0 comments

Britain Announces Social Media Ban for Children

https://www.nytimes.com/2026/06/15/world/europe/uk-social-media-children.html
1•1vuio0pswjnm7•14m ago•0 comments

AI Won't Fix a Company That Can't Ship

https://agileproductdevelopment.substack.com/p/ai-wont-fix-a-company-that-cant-ship
1•speckx•14m ago•0 comments

The Bright Side of ADHD: Dr. Ned Hallowell on Embracing and Succeeding with Add

https://additudemag.libsyn.com/the-bright-side-of-adhd-dr-ned-hallowell-on-embracing-and-succeedi...
1•yablak•15m ago•0 comments

Show HN: Continuous Nvidia CUDA PC Sampling Profiler

https://www.polarsignals.com/blog/posts/2026/06/10/nvidia-cuda-pc-sampling
2•gnurizen•16m ago•1 comments

SHOW HN: I created a Show HN social app where you can show your projects

https://kritive.com
1•sambhav10•16m ago•0 comments

Show HN: PDF Export YouTube Transcriptions

1•cristyg0101•17m ago•0 comments

Sand Bubbler Crab

https://en.wikipedia.org/wiki/Sand_bubbler_crab
1•thunderbong•19m ago•0 comments

Growing the Cloudflare AI Team with Talent from Ensemble AI

https://blog.cloudflare.com/ensemble-ai-talent-joins-cloudflare/
1•jgrahamc•20m ago•0 comments

Mythos-class models will diffuse throughout the world by 2029

https://spateder.com/projects/20260611/openweightmodels
1•gmays•20m ago•0 comments

Show HN: Prodgate, a CLI that catches Express auth regressions in PRs

https://github.com/prodgate-dev/prodgate
1•anans04•21m ago•0 comments

Othello World

https://flowtwo.io/post/othello-world
1•thomasjb•22m ago•0 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!