frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Basic iPhone Tricks I Built with iOS 27's Revamped Shortcuts App

https://www.wired.com/story/7-basic-iphone-tricks-i-built-with-ios-27s-revamped-shortcuts-app/
1•joozio•2m ago•0 comments

20 years after Pluto was made a dwarf planet, some still can't let go

https://www.nbcnews.com/science/space/pluto-dwarf-planet-20-years-rcna593156
2•croes•3m ago•0 comments

Only Apple Can Abolish the Job Application

https://loitery.substack.com/p/only-apple-can-abolish-the-job-application
3•mchannon•5m ago•0 comments

Isometric Plotter

https://notion-images.laravel.cloud/
1•lopespm•5m ago•0 comments

Show HN: Tiny uptime monitor (account-less, agent-native)

https://upok.dev
1•flomllr•7m ago•0 comments

A website for debloated open source alternatives

https://debloat.dev/
1•ryanvogel•9m ago•0 comments

Show HN: Anagnorisis – local recommendation engine (v0.4.10 update)

https://github.com/volotat/Anagnorisis
1•volotat•9m ago•0 comments

GenAI in the Wild

https://koenvangilst.nl/lab/genai-in-the-wild
1•vnglst•10m ago•0 comments

RSoC 2026: Eevdf for Redox

https://www.redox-os.org/news/rsoc-eevdf/
1•akshitgaur2005•13m ago•1 comments

I've tested some local LLMs on prosumer hardware, here are some findings

1•felineflock•13m ago•0 comments

An Introduction to Canvas in GNU Emacs

https://monadicsheep.org/blog/an-introduction-to-canvas-in-emacs.html
1•birdculture•17m ago•0 comments

Best Friendship Quiz

1•HPhammad123•18m ago•0 comments

Show HN: Mnemosyne Local hierarchical memory engine for AI agents (MCP Native)

https://github.com/M4F-S/mnemosyne
1•mfathy7•19m ago•0 comments

Phoenix tried a reflective coating on black asphalt; noon surface heat fell 12°F

https://economictimes.indiatimes.com/news/international/us/phoenix-swapped-black-asphalt-for-a-re...
3•djoldman•19m ago•2 comments

A no sprite, no texture, no audio file isometric game kit for agents

https://www.reddit.com/r/ClaudeAI/s/90HUruevpF
1•achandratre•19m ago•1 comments

A Fast Unit Converter for Mac, iPhone, and iPad

https://medium.com/@chris.ahrweiler/a-fast-unit-converter-for-mac-iphone-and-ipad-eaa852b1dae0
1•docjojo•20m ago•0 comments

Why GitHub is the best knowledge base

https://ykdojo.github.io/claude-code-tips/content/why-github-is-the-best-knowledge-base.html
1•yoyoyosss•21m ago•1 comments

Show HN: Renotify – A WhatsApp operations platform for teams and agencies

https://renotify.app
1•richbowen•23m ago•0 comments

Keeping Shai-Hulud Off the Mélange

https://blog.barthe.ph/2026/08/23/keeping-shai-hulud-off-the-m%C3%A9lange/
1•jackjeff•24m ago•0 comments

Harvard's $699 startup bootcamp offers AI avatars of its instructors

https://techcrunch.com/2026/08/22/harvards-699-startup-bootcamp-offers-ai-avatars-of-its-instruct...
1•Brajeshwar•25m ago•0 comments

Why Silicon Valley Is Losing Public Trust in AI Data Centers and Surveillance CM

https://moztako.me/ai-data-centers-and-surveillance-cameras/
3•Jefmz•27m ago•1 comments

Robot boxing, football and sprinting at World Humanoid Games

https://www.bbc.co.uk/news/videos/c7vgvj6e1emo
1•mmarian•28m ago•0 comments

Vit D assoc w better cognition in those w sleep disturb./mild cognitive impair

https://www.sciencedirect.com/science/article/abs/pii/S1389945726001991?via%3Dihub
4•bookofjoe•32m ago•0 comments

Multi-Agent Debate Strategies: Survey, Taxonomy, and Challenges

https://arxiv.org/abs/2607.26212
1•wslh•32m ago•0 comments

Unlazy: Anti-laziness skill for AI agents

https://github.com/Leonxlnx/unlazy
1•mpgirro•33m ago•0 comments

Default Alive

https://alearningaday.blog/2026/08/23/default-alive/
1•herbertl•35m ago•0 comments

Free Pixelart-Style Icons

https://pixelarticons.com/
1•halfmage•36m ago•0 comments

Geometric Flow Visualization by Controllable Shape and Volumetric Appearance

https://momentsingraphics.de/STAG2022.html
1•ibobev•36m ago•0 comments

Vintage Computer Fair West 2026

https://bumbershootsoft.wordpress.com/2026/08/22/vintage-computer-fair-west-2026/
1•ibobev•36m ago•0 comments

Kodak DC50 now usable on the Apple II

https://www.colino.net/wordpress/archives/2026/08/23/kodak-dc50-now-usable-on-the-apple-ii/
3•ibobev•37m 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!