frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The last-ever penny will be minted today in Philadelphia

https://www.cnn.com/2025/11/12/business/last-penny-minted
263•andrewl•3h ago•387 comments

Maestro Technology Sells Used SSD Drives as New

https://kozubik.com/items/MaestroTechnology/
75•walterbell•1h ago•32 comments

Steam Machine

https://store.steampowered.com/sale/steammachine
542•davikr•2h ago•238 comments

Steam Frame

https://store.steampowered.com/sale/steamframe
392•Philpax•2h ago•107 comments

Learn Prolog Now

https://lpn.swi-prolog.org/lpnpage.php?pageid=top
187•rramadass•5h ago•107 comments

Project Euler

https://projecteuler.net
66•swatson741•2h ago•20 comments

Yt-dlp: External JavaScript runtime now required for full YouTube support

https://github.com/yt-dlp/yt-dlp/issues/15012
703•bertman•9h ago•443 comments

Launch HN: JSX Tool (YC F25) – A Browser Dev-Panel IDE for React

28•jsunderland323•2h ago•20 comments

Async and Finaliser Deadlocks

https://tratt.net/laurie/blog/2025/async_and_finaliser_deadlocks.html
29•emailed•1h ago•5 comments

Ioannis Yannas invented artificial skin for treatment of burns–dies at 90

https://news.mit.edu/2025/professor-ioannis-yannas-dies-1027
89•bookofjoe•1w ago•4 comments

Blasting Yeast with UV Light

https://chillphysicsenjoyer.substack.com/p/results-from-blasting-yeast-with
7•Gormisdomai•1h ago•0 comments

GPT-5.1: A smarter, more conversational ChatGPT

https://openai.com/index/gpt-5-1/
108•tedsanders•54m ago•122 comments

Fighting the New York Times' invasion of user privacy

https://openai.com/index/fighting-nyt-user-privacy-invasion
178•meetpateltech•5h ago•187 comments

.NET 10

https://devblogs.microsoft.com/dotnet/announcing-dotnet-10/
416•runesoerensen•1d ago•344 comments

A brief look at FreeBSD

https://yorickpeterse.com/articles/a-brief-look-at-freebsd/
35•todsacerdoti•7h ago•9 comments

Valve Announces New Steam Machine, Steam Controller and Steam Frame

https://www.phoronix.com/news/Steam-Machines-Frame-2026
74•doener•1h ago•1 comments

Waymo robotaxis are now giving rides on freeways in LA, SF and Phoenix

https://techcrunch.com/2025/11/12/waymo-robotaxis-are-now-giving-rides-on-freeways-in-these-3-cit...
218•nharada•3h ago•246 comments

How Tube Amplifiers Work

https://robrobinette.com/How_Amps_Work.htm
10•gokhan•1h ago•0 comments

What happened to Transmeta, the last big dotcom IPO

https://dfarq.homeip.net/what-happened-to-transmeta-the-last-big-dotcom-ipo/
175•onename•10h ago•91 comments

Yann LeCun to depart Meta and launch AI startup focused on 'world models'

https://www.nasdaq.com/articles/metas-chief-ai-scientist-yann-lecun-depart-and-launch-ai-start-fo...
744•MindBreaker2605•12h ago•556 comments

Micro.blog launches new 'Studio' tier with video hosting

https://heydingus.net/blog/2025/11/micro-blog-offers-an-indie-alternative-to-youtube-with-its-stu...
83•justin-reeves•6h ago•27 comments

The Single Byte That Kills Your Exploit: Understanding Endianness

https://pwnforfunandprofit.substack.com/p/the-single-byte-that-kills-your-exploit
15•andwati•3d ago•2 comments

Archive or Delete?

https://email-is-good.com/2025/11/05/archive-or-delete/
6•speckx•1w ago•0 comments

Is your electric bill going up? AI is partly to blame

https://www.npr.org/2025/11/06/nx-s1-5597971/electricity-bills-utilities-ai
18•ilamont•38m ago•16 comments

The Geometry Behind Normal Maps

https://www.shlom.dev/articles/geometry-behind-normal-maps/
86•betamark•6h ago•5 comments

NetHack4 Philosophy

http://nethack4.org/philosophy.html
47•suioir•1w ago•21 comments

UK pauses intelligence-sharing with US on suspected drug vessels in Caribbean

https://www.theguardian.com/uk-news/2025/nov/11/uk-suspends-intelligence-sharing-with-us-amid-air...
53•beardyw•1h ago•4 comments

Building a CI/CD Pipeline Runner from Scratch in Python

https://muhammadraza.me/2025/building-cicd-pipeline-runner-python/
22•mr_o47•3d ago•3 comments

Show HN: Cancer diagnosis makes for an interesting RL environment for LLMs

18•dchu17•2h ago•3 comments

Hard drives on backorder for two years as AI data centers trigger HDD shortage

https://www.tomshardware.com/pc-components/hdds/ai-triggers-hard-drive-shortage-amidst-dram-squee...
95•pabs3•14h ago•80 comments
Open in hackernews

Project Euler

https://projecteuler.net
66•swatson741•2h ago

Comments

thornewolf•1h ago
I have done Project Euler very sporadically since high school. To date I've only done problems 1-54. Despite this, I think the website was a big contributor to my love of programming. I found it before knowing about leetcode and I think it prepared me well. I think I owe Project Euler a decent %-age of my eventual entry into Software Engineering as a field.
Gormisdomai•1h ago
This website was a part of my education as a computer scientist and seeing it here again I'm curious for the full story of how this site was made. Who made it, what do they do now, is it part of a broader project they have?

There is only very basic info here: https://en.wikipedia.org/wiki/Project_Euler

observationist•1h ago
https://archive.is/iEQxy

This article is excellent. It mentions the creator, Colin Hughes, and the story behind the project, but it boils down to a passion project for him.

campbel•5m ago
Back in early 2000s, before hackerrank and similar coding sites, this is what my professors recommended for training programming skills.
Sparkle-san•50m ago
Like many others here, Project Euler was foundational in my education and growth as a programmer.

Leonhard Euler himself is an incredible figure and arguably the most prodigious contributor to mathematics throughout history. So much so that people started naming things discovered by him after the next person to have proved them.

https://en.wikipedia.org/wiki/List_of_topics_named_after_Leo...

graycat•47m ago
Glanced at the exercises. It appears that two of them have numbers arranged in a triangle and ask for a longest path.

Hmm. Given such a triangle, let m be the largest number in the triangle. For each x in the triangle, replace it with m - x. For the resulting triangle, solve it to give the shortest path using one of the well known network shortest path algorithms.

bre1010•42m ago
I discovered project euler as a novice programmer in high school around 15 years ago. I loved how solving a problem unlocks a secret forum only available to other solvers. I would spend hours reading through everyone's prior solutions and trying to understand them. One guy had tagged his profile as "haskell" but would always provide his solutions in ruby which threw child-me for quite a loop (I actually thought ruby and haskell were the same language for some time)!
zkmon•28m ago
A great one of my favorite websites of the past. Wonder how they are coping with the issue of their users using AI to solve problems.
Schiphol•12m ago
I suppose I wonder how those users are coping with having the robots do all the stuff instead of them doing some of the stuff.
unkulunkulu•22m ago
The most fun on this site is solving a problem and then having your mind blown by solutions in Apl/j/k and trying to guess what they mean without knowing anything about those languages
matthewaveryusa•19m ago
I attribute project euler for instilling the playful enjoyment of writing programs in college while I was studying electrical and computer engineering. I owe my career to it!
0x1ch•11m ago
I remember visiting Project Euler back in 2013/14 or so. Was really my first introduction to programming exercises as youngin. Probably did fifteen or so of them before ADHD kicked in though. A small gem on the web.
codexb•4m ago
Wow, I can't believe this is still around! I'm glad to see artifacts from the past like this are still out there on the internet.

Makes me miss Google CodeJam though.

ketanmaheshwari•2m ago
I solved a few using AWK, fun: https://github.com/ketancmaheshwari/projecteuler