frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Brussels launched an age checking app. Hackers took 2 minutes to break it

https://www.politico.eu/article/eu-brussels-launched-age-checking-app-hackers-say-took-them-2-min...
1•axbyte•2m ago•0 comments

Show HN: Free AI image background remover online

https://bgremoval.net/
1•cottomzhang•2m ago•0 comments

AI quota inflation is no token effort. It's baked in

https://www.theregister.com/2026/04/20/inflation_ai_quota/
1•jjgreen•3m ago•0 comments

A quantum computer can be used to steal your Bitcoin in '9 minutes'

https://www.coindesk.com/tech/2026/04/18/how-a-quantum-computer-can-be-used-to-actually-steal-you...
1•stubbi•6m ago•0 comments

Show HN: Command-line interfaces for macOS native apps

https://github.com/evilmarty/apple-cli
1•evilmarty•7m ago•0 comments

A Berserker Mushroom Poem

1•aimmia•10m ago•0 comments

What Is an XY Problem?

https://meta.stackexchange.com/questions/66377/what-is-the-xy-problem
1•nomilk•15m ago•0 comments

Japan Is Building a War Machine in the East China Sea

https://jacobin.com/2026/04/japan-takaichi-military-us-china
1•robtherobber•17m ago•0 comments

Tackling the Biggest Unsolved Problems in Math with 3Blue1Brown

https://www.youtube.com/watch?v=7DEWW1yUN74
1•eigenBasis•18m ago•0 comments

Ukraine Has Finally Given Up on Trump

https://www.theatlantic.com/ideas/2026/04/ukraine-trump-us-oil-russia/686854/
3•breve•18m ago•0 comments

From paper to pixels, how the 1926 Census was brought to life

https://www.rte.ie/brainstorm/2026/0416/1566263-1926-census-national-archives-conservation-digita...
1•austinallegro•21m ago•0 comments

"The Amalgamation" SQLite 3.0 238K lines of code, 64K Tcl debugging

https://sqlite.org/amalgamation.html
1•rballpug•23m ago•0 comments

GitHub's Fake Star Economy

https://awesomeagents.ai/news/github-fake-stars-investigation/
2•Liriel•25m ago•0 comments

Magnitude 7.5 earthquake in Japan. 3M tsunami expected

https://mainichi.jp/english/articles/20260420/p2g/00m/0na/020000c
2•fagnerbrack•25m ago•0 comments

Creativity with AI vs. IRL (video production)

https://www.geekbeard.dev/p/ai-creativity-effort
2•drunx•26m ago•0 comments

FBI's "Suicide Letter" to Dr. Martin Luther King, Jr (2014)

https://www.eff.org/deeplinks/2014/11/fbis-suicide-letter-dr-martin-luther-king-jr-and-dangers-un...
3•chistev•26m ago•1 comments

Coconut Ventures: A game where you start your own VC Fund in Bengaluru

https://www.coconutventures.in/
1•Anunayj•27m ago•1 comments

AI Agent Traps (DeepMind)

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=6372438
1•armcat•27m ago•0 comments

C++: Growing in a world of competition, safety, and AI (herb-sutter) [pdf]

https://becpp.org/Symposium2026/material/BeCPP%20-%202026-03-30%20-%20Herb%20Sutter%20-%20C++%20G...
1•signa11•28m ago•0 comments

M 7.4 – 100 km ENE of Miyako, Japan

https://earthquake.usgs.gov/earthquakes/eventpage/us6000sri7/executive
1•spacejunkjim•28m ago•0 comments

Next.js developer Vercel warns of customer credential compromise

https://www.theregister.com/2026/04/20/vercel_context_ai_security_incident/
1•omer_k•30m ago•0 comments

Dethroned by AI

https://jigarkdoshi.bearblog.dev/dethroned/
2•j_juggernaut•32m ago•0 comments

The Process Is the Art

https://animationobsessive.substack.com/p/the-process-is-the-art
1•vinhnx•38m ago•0 comments

Operator-Use

https://github.com/CursorTouch/Operator-Use
1•jeomon•44m ago•1 comments

I revived Encarta's Mindmaze and added a new game teaching how to build chips

https://laurentiu-raducu.medium.com/i-added-games-to-select-supply-and-heres-why-bc6db06f8bd4
1•laurentiurad•45m ago•1 comments

How to hire people who are better than you

https://longform.asmartbear.com/hire-better-than-you/
1•doppp•45m ago•0 comments

Tracking when Trump chickens out

https://www.thetacotracker.com/
4•JMiao•50m ago•0 comments

Trusteando Protocol for a new semantic web

https://github.com/confidencenode/Trusteando_Protocol
1•Trusteando•54m ago•0 comments

Jammermfg1

https://www.jammermfg.com/fr/
1•gitana•56m ago•0 comments

AI Tutor

http://66.179.255.201/aitutor
1•mraza_uw•56m ago•0 comments
Open in hackernews

Purdue University CS240 Class over 50% of students 'caught' using AI on homework

https://old.reddit.com/r/Purdue/comments/1sogfb4/comment/ogsvymy/
3•twaldin•2d ago

Comments

twaldin•2d ago
If anyone is interested, the professor, Jeff Turkstra, wrote a paper called 'Tracking Large Class Projects in Real-Time Using Fine-Grained Source Control' https://turkeyland.net/research/encourse.pdf and it's the suspected way the students got found out.
Lerc•2d ago
So surveillance then?

It would be interesting to see what regulations and ethics rules this comes under. Frequently these sorts of rights can be signed away in the US, but there are also academic bodies with their own rules that might have a say.

twaldin•1d ago
Sort of, I'm hesitant to say surveillance, since its less of 'running spyware' or something similar and more 'tracking student commit history'; where it gets weird is this section of the paper:

In our system, the Makefile or Project file that compiles the project contains Git commit and push commands to automatically commit changes into the student repository. Using this system, changes are tracked every time the project is compiled. When a student modifies a source file as a part of the program-build-test- debug cycle, the Makefile commits and pushes the recent changes into source control. This creates a fine-grained sequence of commits that tell the story of how the program was developed.

They basically force-commit to your repo whenever you build your code, so they are able to 'track' your development?

Lerc•1d ago
>They basically force-commit to your repo whenever you build your code, so they are able to 'track' your development

I think there is a difference between accessing a record that someone has chosen to make, and causing a record to be made.

I think that should be the distinction between search and surveillance. I think both need regulation but surveillance should require a higher standard of of regulation

twaldin•1d ago
Yea this makes sense to me; if they were just analyzing student commit history, but 'hiding & executing code' is conceptually dangerous, facilitates their surveillance, even if they might say "It's just git commit & git push".