frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Wallflower – A Social Reader

https://thewallflower.app/about
1•tldrthelaw•8m ago•0 comments

Rhombus 1.1 is now available

https://blog.racket-lang.org/2026/08/rhombus-v1.1.html
2•spdegabrielle•9m ago•1 comments

Social Processes and Proofs of Theorems and Programs (1979)

https://dl.acm.org/doi/10.1145/359104.359106
3•lioeters•20m ago•0 comments

Harvestman Spider with a 'Black Bunny' Head Captured on Video

https://allthatsinteresting.com/bunny-harvestman-spider
1•thunderbong•21m ago•0 comments

Applying a photosynthetic process to treat "dry eye"

https://www.science.org/content/blog-post/taking-tip-plants-eyes
1•gumby•22m ago•0 comments

Show HN: Convertix – Fast, 100% in-browser media and QR tools

https://convertix-fast-imager-co.blogspot.com/p/blog-page.html
1•convertix123•25m ago•0 comments

The CLI your AI agent drives to manage your knowledge graph

https://useokf.com/
1•jhgaylor•25m ago•0 comments

The System from Nowhere

https://mail.cyberneticforests.com/the-system-from-nowhere/
1•peterm4•31m ago•0 comments

The Life and Death of Direct File [pdf]

https://www.ischool.berkeley.edu/sites/default/files/vinton_report_5.pdf
9•ronbenton•40m ago•0 comments

Hawaii flooded by Lala with thousands without power [video]

https://www.youtube.com/watch?v=gKzA4zDHyUc
1•Bender•40m ago•0 comments

The federal keyword lists that canceled billions in research funding

https://www.highereddive.com/news/inside-the-federal-keyword-lists-that-canceled-billions-in-rese...
3•walrus01•43m ago•0 comments

Harnessing the Power of Slop Driven Development

https://hank.bond/posts/harnessing-the-power-of-slop-driven-development/
2•hankbond•48m ago•1 comments

Kindred Sciences Unveils First Dogs Genetically Edited to Remove Dog Allergen

https://www.businesswire.com/news/home/20260805451804/en/Kindred-Companion-Sciences-Unveils-First...
2•ca98am79•48m ago•0 comments

TSMC Uses Old Fabs to Make New Chips [video]

https://www.youtube.com/watch?v=cDxVYQrxeiQ
5•eig•50m ago•2 comments

Webmaster a Manifesto for Everyone

https://brennan.day/webmaster-a-manifesto-for-everyone/
7•OuterVale•53m ago•1 comments

Conversion of CO2 to CO by Solvated Electrons in Molten Salts

https://pubs.acs.org/aelccp/article/11/8/5297/5243806/
1•car•58m ago•0 comments

Reticulum – Decentralized Mesh Network

https://reticulum.network/
3•sudo_cowsay•58m ago•1 comments

The Chauffeur Problem

https://engines.egr.uh.edu/episode/1495
1•leowoo91•1h ago•0 comments

Can you fit a song into a QR code? [YouTube]

https://www.youtube.com/watch?v=w5hIdQcUnRE
2•qingcharles•1h ago•0 comments

Show HN: A visual ping utility that is pretty

https://source.tube/ache/rusty-ping
1•_ache_•1h ago•0 comments

With OpenRouter, Is Stripe Becoming the Amazon of AI

https://github.com/getlago/lago/wiki/With-OpenRouter,-is-Stripe-becoming-the-Amazon-of-AI
2•AnhTho_FR•1h ago•2 comments

The Metabase SQLi: Exploited in the Wild

https://www.wiz.io/blog/inside-the-metabase-sqli-exploited-in-the-wild
1•ghiculescu•1h ago•0 comments

Qwen 3.8 27B is excellent, but it defaults to overthinking things

https://simonwillison.net/2026/Aug/16/qwen-38-27b/
5•bilsbie•1h ago•2 comments

Slop Rolls Downhill

https://nadeeshacabral.com/posts/slop-rolls-downhill/
5•lunarcave•1h ago•1 comments

Context for Claude – give eyes and ears to your agents

https://www.contextforclaude.com/
4•Archit_lal_•1h ago•2 comments

Open-source Shopify Hydrogen theme with RTL, internationalization, seeding CLI

https://github.com/ozgursagiroglu/shopify-hydrogen-fashion-theme
1•ozgursagiroglu•1h ago•0 comments

Rubygem typosquat campaign deploys Windows stealer

https://opensourcemalware.com/blog/stubmaker-rubygems-windows-infostealer
1•6mile•1h ago•0 comments

A Tour of Magit's Status Interface

https://heiwiper.com/posts/magit-status-tour/
1•birdculture•1h ago•0 comments

BanProof – AI that scans TikTok Shop videos for violation points before you post

https://banproof.io/
1•Pratham3690•1h ago•0 comments

Credentio: Open-Source C++ Library for C2PA Content Credentials from Google

https://developers.googleblog.com/introducing-credentio-open-source-c-library-for-c2pa-content-cr...
1•vinayakborkar•1h 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!