frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

First library for ads shown on ChatGPT

https://llmpulse.ai/chatgpt-ads-library
1•estevecastells•3m ago•0 comments

Show HN: Human-Readable QR Codes

https://qarttext.pages.dev/
1•dimview•4m ago•0 comments

WhatsApp raised some API rates 300% and will end free messages soon

https://wha.tools/blog/whatsapp-business-pricing-investigation-2026
4•ruccc•4m ago•0 comments

Building a startup in Europe: What visiting 58 Companies in 3 Weeks taught me

https://bensdl.substack.com/p/building-a-startup-in-europe-what
3•davedx•6m ago•0 comments

Show HN: Investment Bets – A performance tracker for market bets

https://investment-bets.com
1•php_survivor•6m ago•0 comments

Polar, the reading app that no longer exists

https://productimpossible.com/articles/polar-bookshelf-history/
1•compressedgas•6m ago•0 comments

Show HN: ssh sshfighter.com

3•thomasfromcdnjs•7m ago•0 comments

Surveillance Disguised as Safety: Cars Sold in EU to Spy on Drivers 24/7

https://europeanconservative.com/articles/news/surveillance-disguised-as-safety-cars-sold-in-eu-t...
3•nickslaughter02•9m ago•1 comments

Fighting with JSON, my personal war story

https://kim-kulling.medium.com/fighting-with-json-a-war-story-2967e295855a
1•kullingk•9m ago•0 comments

Elasticsearch Isn't Dead. You Probably Don't Need It

https://insight.jatinjainsaraf.com/elasticsearch-isnt-dead-you-probably-dont-need-it
1•karlmush•10m ago•0 comments

China Rejects Australian Bean Imports Due to Glyphosate Residues 5x Above Limit

https://www.scmp.com/economy/china-economy/article/3364292/chinas-no-australian-beans-what-import...
3•nomilk•11m ago•0 comments

Europe has the founders. It needs the environment

https://dealroom.co/resources/europe-talent-gap/
2•shadag•12m ago•0 comments

Welcome to pg_walviz: PostgreSQL WAL segment visualizer

https://bdrouvot.github.io/2026/08/13/welcome-to-pg-walviz-postgresql-wal-segment-visualizer/
1•karlmush•14m ago•0 comments

I'm Becoming AI-Blind

https://cymerys.com/w/im-becoming-ai-blind
4•rcymerys•15m ago•0 comments

OpenAI reaches 20M Codex users, credits all accounts with banked resets

https://twitter.com/thsottiaux/status/2090766694897619318
1•mak8•15m ago•0 comments

Codex Codex as a platform: build on the open agent harness

https://developers.openai.com/blog/codex-as-a-platform
1•nsoonhui•16m ago•0 comments

Delta Use AI to Cut Costs Set Diff Ticket Price–CEO Says Profits Could Rise 50%

https://viewfromthewing.com/delta-will-use-ai-to-cut-jobs-and-set-a-different-ticket-price-for-ev...
2•DemiGuru•16m ago•0 comments

TigerBeetle Core System Architecture: Deconstructing Performance Engineering

https://ixuvo.com/blog/tigerbeetle-core-system-architecture-performance-engineering
6•ksec•20m ago•0 comments

Show HN: Music Mini Games on the Web (1.0)

https://musicminigames.com/games/
1•calflegal•21m ago•2 comments

Apple Reportedly Lays Off 60 Vision Products Group Employees

https://www.macrumors.com/2026/08/21/apple-lays-off-vision-products-employees/
3•mgh2•23m ago•0 comments

A simple, free CV builder with no paywalls or watermarks

https://cvora.art/es
1•teapotv•25m ago•0 comments

China Hunts for Scientific Talent. The U.S. Is Making It Easier.

https://www.nytimes.com/2026/08/17/business/china-scientific-talent-competition.html
3•bookofjoe•26m ago•1 comments

Ask HN: What is the best AI Video studio

2•BrucecarlL•28m ago•0 comments

Unbounded Data – How to Stop Hitting Yourself with Infinite Punches

https://coward.mataroa.blog/blog/unbounded-data/
1•cowards_way_out•28m ago•0 comments

Rise of the Borderless Founder

https://a16z.com/rise-of-the-borderless-founder/
1•shadag•29m ago•0 comments

Waterfox 6.7.0 – Supernova

https://www.waterfox.com/releases/6.7.0/
1•kmfrk•30m ago•0 comments

It's not enjoyable to make music now (SUE SUNO) [video]

https://www.youtube.com/watch?v=GejdMIM2Tjk
1•askl•33m ago•0 comments

BoostBoard.io – a paid leaderboard where every rank shows its real traffic

https://boostboard.io
1•derlebach•33m ago•0 comments

Grok Imagine 1.5 prompts for product, UGC, and dialogue clips

https://seaimagine.com/model/grok-imagine-1-5/
1•taynes•34m ago•0 comments

Ask HN: How do you keep notes organized across long-running side projects?

1•hackerstest•35m 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!