frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The C64 Dead Test Font

https://www.masswerk.at/nowgobang/2026/c64-dead-test-font
3•masswerk•13m ago•0 comments

The Random Camera Shop Discovery That Inspired Star Wars' Lightsaber Design

https://www.bgr.com/2143613/star-wars-lightsaber-design-inspiration-camera-shop-discovery/
1•gnabgib•15m ago•0 comments

All the Star Wars Lightsaber Designs

https://kottke.org/26/05/all-the-star-wars-lightsaber-designs
1•vinhnx•22m ago•0 comments

How a fake investigation into India, Myanmar rebels went around the world

https://www.altnews.in/the-conspiracy-that-wasnt-how-a-fake-investigation-into-india-myanmar-rebe...
1•thunderbong•24m ago•0 comments

AI as a Design Medium

https://www.harvarddesignmagazine.org/articles/ai-as-a-design-medium-rodenbeck/
1•vinhnx•24m ago•0 comments

Scam calls hunt the lonely, not the gullible

https://pilgrimsage.substack.com/p/the-faceless-voice
1•momentmaker•26m ago•0 comments

Base Fatality List

https://bfl.baseaddict.com/
3•OsrsNeedsf2P•37m ago•0 comments

Investigating Trump's Stock Trades and Public Announcement Timings [video]

https://www.youtube.com/shorts/LEIn9wHJTbw
1•Cider9986•40m ago•0 comments

Syllaby

https://syllaby.io/
1•Austinrmstrong•40m ago•0 comments

New Project Announcement: Radar Pipeline

https://github.com/omid2007hope/My-best-works
2•omid2007hope•46m ago•0 comments

Alexander Grothendieck Revolutionized 20th-Century Mathematics

https://www.quantamagazine.org/how-alexander-grothendieck-revolutionized-20th-century-mathematics...
3•anujbans•51m ago•0 comments

How I Host

https://davepeck.org/2026/05/23/how-i-host/
3•davepeck•53m ago•0 comments

Lenovo releases new 14-inch ThinkPad laptop with up to 120 Hz OLED and 96 GB RAM

https://www.notebookcheck.net/Lenovo-releases-new-14-inch-laptop-with-up-to-120-Hz-OLED-and-96-GB...
2•teleforce•54m ago•3 comments

From Vibe Coding to AI-Assisted Engineering: Lessons from Real Projects

https://medium.com/@eritonsilva/from-vibe-coding-to-ai-assisted-engineering-lessons-from-real-pro...
3•Eritsil•57m ago•0 comments

Micron Virginia expansion advances DDR4 memory made in the USA

https://www.micron.com/us-expansion/va
3•walterbell•59m ago•1 comments

Linus Torvalds: Linux 7.1-rc4

https://lkml.org/lkml/2026/5/17/896
7•vnykmshr•1h ago•1 comments

Who Is the King of Memorial Day Weekend Movies? We Ranked the Biggest Stars

https://editorial.rottentomatoes.com/article/memorial-day-weekend-movie-stars-ranked/
3•evo_9•1h ago•0 comments

Anthropic Says Mythos Has Found More Than 10k Vulnerabilities

https://www.engadget.com/2180028/anthropic-claude-mythos-preview-project-glasswing-update/
3•jonbaer•1h ago•3 comments

Clickup Reduced Headcount by 22%

https://twitter.com/DJ_CURFEW/status/2057522382315929802
4•ankit84•1h ago•2 comments

Show HN: Slow Code, a monthly meetup to practice coding by hand

3•virgil_disgr4ce•1h ago•1 comments

Video Generator

https://github.com/BestGiter/VideoGenerator
2•b3stc0der•1h ago•0 comments

Role of Reconstruction in the Inertness of Gold Toward Oxygen

https://journals.aps.org/prl/abstract/10.1103/g3bc-t1qv
2•bookofjoe•1h ago•0 comments

SF Bay Area Webcams

https://sfcam.live/
3•striking•2h ago•0 comments

Applying metaphors from other fields into software development

https://codeutopia.net/blog/2026/05/23/applying-metaphors-from-other-fields-into-software-develop...
2•nreece•2h ago•0 comments

SSV: Sparse Speculative Verification for Efficient LLM Inference

https://arxiv.org/abs/2605.19893
3•matt_d•2h ago•0 comments

Characterizing Real-World Bugs in Tile Programs for Automated Bug Detection

https://arxiv.org/abs/2605.19652
2•matt_d•2h ago•0 comments

The day my ping took countermeasures

https://blog.cloudflare.com/the-day-my-ping-took-countermeasures/
12•moonleay•2h ago•3 comments

Trump Post Shows Him Gazing at Greenland After Local 'No Means No' Protests

https://www.newsweek.com/trump-post-shows-him-gazing-at-greenland-after-local-no-means-no-protest...
5•SilverElfin•2h ago•0 comments

Characterization of machine learning compilers for LLM inference on NVIDIA GPUs

https://link.springer.com/article/10.1007/s11227-026-08559-6
3•matt_d•2h ago•0 comments

Shannon Got AI This Far. Kolmogorov Shows Where It Stops

https://medium.com/@vishalmisra/shannon-got-ai-this-far-kolmogorov-shows-where-it-stops-c81825f89ca0
3•dnw•2h ago•0 comments
Open in hackernews

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

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