frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

A man with an army of Yarbo robot lawn mowers

https://www.theverge.com/tech/925696/yarbo-robot-lawn-mower-hack-remote-control-camera-access-mqtt
1•pavel_lishin•27s ago•0 comments

ShinyHunters claims data theft from 8,800 schools (Instructure/Canvas)

https://www.bleepingcomputer.com/news/security/instructure-hacker-claims-data-theft-from-8-800-sc...
1•tfirst•53s ago•0 comments

What's the best heat pump brand?

https://old.reddit.com/r/heatpumps/comments/1t6ea55/whats_the_best_heat_pump_brand/
1•ssuds•3m ago•0 comments

S&P Dow Jones Indices Public Consultation on Treatment of MegaCap Companies [pdf]

https://www.spglobal.com/spdji/en/documents/indexnews/announcements/20260430-1483123/1483123_spdj...
2•JumpCrisscross•4m ago•0 comments

OpenXR OS X lets you play PCVR games on Mac

https://skarredghost.com/2026/05/07/openxr-osx-vr-mac/
1•LorenDB•4m ago•0 comments

Show HN: Veris – Agent sandboxes with simulated external services

https://veris.ai/sandbox
6•jrm-veris•5m ago•0 comments

ReMarkable's new Paper Pure tablet goes back to basics with a monochrome screen

https://techcrunch.com/2026/05/06/remarkables-new-paper-pure-tablet-goes-back-to-basics-with-a-mo...
1•evo_9•5m ago•0 comments

Directory of personal websites (top is crazy)

https://webofdevs.com
1•sebzuddas•6m ago•1 comments

Draw Marc Andreessen on an Egg

https://eieio.games/blog/marc-andreessen-egg-game/
2•LorenDB•6m ago•0 comments

Golden Globes Set AI Rules: ‘AI Doesn’t Automatically Disqualify’ Movie or Show

https://variety.com/2026/film/news/golden-globes-ai-rules-1236740750/
2•spankibalt•6m ago•0 comments

Natty.codes: Artisanal software, hand-crafted by humans

https://natty.codes/
2•lnvdpwl•8m ago•0 comments

Apple's Camera-Equipped AirPods Reach Late Testing in AI Device Push

https://www.bloomberg.com/news/articles/2026-05-07/apple-s-camera-equipped-airpods-reach-advanced...
2•mfiguiere•11m ago•0 comments

World Cup 2026 Airbnb Price Premiums

https://www.airroi.com/world-cup-2026-airbnb-data
2•airjason•12m ago•0 comments

Show HN: Making journaling as easy as texting your friends

https://journal.cubitoo.com/en
2•pawelkomarnicki•12m ago•0 comments

Ask HN: Would you use a government digital ID to sign on to HN?

2•lifeisstillgood•14m ago•3 comments

Firefox integrates an ad-blocker, but not to block ads

https://www.theregister.com/software/2026/05/06/firefox-integrates-an-ad-blocker-but-not-to-block...
3•Bender•16m ago•0 comments

Elon Musk Summoned to France to Face Criminal Charges

https://www.wsj.com/tech/elon-musk-summoned-to-france-to-face-criminal-charges-589acd6c
4•spankibalt•16m ago•0 comments

Cooking the Hashish Cookbook

https://cookingthehashishcookbook.com/
2•benbreen•18m ago•0 comments

I (Spiritually) Won Comma.ai's Compression Challenge

https://aaronleslie.dev/blog/comma-compression
3•qwertyforce•19m ago•1 comments

Use Redis with SQL

https://redis.io/blog/use-redis-with-sql/
1•tanelpoder•19m ago•0 comments

Google's $9.99-per-month AI health coach launches May 19

https://techcrunch.com/2026/05/07/googles-9-99-per-month-ai-health-coach-launches-may-19/
2•sizzle•20m ago•2 comments

The Pulse: AI load breaks GitHub – why not other vendors?

https://newsletter.pragmaticengineer.com/p/the-pulse-ai-load-breaks-github-why
2•rbanffy•20m ago•0 comments

Show HN: Crypto Trading Simulator – 11 coins, candlestick charts, zero risk

https://flightsmoothie-dot.github.io/crypto-trading-sim/
2•repurpose_ai•21m ago•0 comments

What 16,808 Kafka Clusters Tell Us About Streaming

https://aiven.io/blog/what-16780-kafka-clusters-tell-us-about-data-streaming
2•filipyonov•22m ago•0 comments

Art Affairs: What Separates Flesh from Code?

https://www.spiegeloog.amsterdam/art-affairs-what-separates-flesh-from-code/
2•jruohonen•22m ago•0 comments

JPMorgan Offered $1M Settlement Before Sexual Assault Claims Went Viral

https://www.wsj.com/business/jpmorgan-offered-1-million-settlement-before-sexual-assault-claims-w...
2•sizzle•24m ago•2 comments

Why concurrent updates and inserts can impact PostgreSQL performance

https://medium.com/fever-engineering/why-concurrent-updates-and-inserts-can-severely-impact-postg...
1•onsancti•24m ago•0 comments

Dirty Frag: Universal Linux LPE

https://github.com/V4bel/dirtyfrag/tree/master
5•nahikoa•25m ago•1 comments

Molecular quantum nanosensors functioning in living cells

https://www.science.org/doi/10.1126/sciadv.aeb5422
2•PaulHoule•30m ago•0 comments

A new era for memory-management maintainership

https://lwn.net/SubscriberLink/1070994/9b6713c0c4db24dc/
1•jzb•32m ago•0 comments
Open in hackernews

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

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