frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Google: Helping startups build what's next with the AI Futures Fund

https://blog.google/technology/google-labs/ai-futures-fund/
1•ZeroCool2u•1m ago•0 comments

On-device jpg to WebP to PNG etc.

https://apps.apple.com/ca/app/imageraptor-image-converter/id6744852761?mt=12
1•wayviator•3m ago•1 comments

Devlog: A Better Collision Detection

https://fomenko.fr/devlogs/better-collision-detection/
1•kooparse•4m ago•0 comments

How to Build a Legal Document Chat with Ducky.ai

https://ducky.ai/blog/fineprint-how-to-build-a-legal-document-chat-with-ducky-ai
1•handfuloflight•6m ago•0 comments

Understanding LucasArts' iMUSE System

https://github.com/meshula/LabMidi/blob/main/LabMuse/imuse-technical.md
2•todsacerdoti•7m ago•0 comments

Slack Is Down

https://slack-status.com/2025-05/7b32241eb41a54aa
1•wgjordan•7m ago•0 comments

Army cuts athletic trainers from fitness teams, with medics to take up Slack

https://taskandpurpose.com/news/army-holistic-fitness-trainers/
1•PaulHoule•7m ago•0 comments

Observation.org biodiversity project free animal/plant image recognition apps

https://observation.org/apps/
1•retro_guy•8m ago•1 comments

Show HN: Open-source AI code review agent that's aware of your entire codebase

https://docs.sourcebot.dev/docs/agents/review-agent
2•msukkarieh•10m ago•0 comments

Show HN: I built ThumblifyAI to generate scroll-stopping YT thumbnails with AI

https://thumblifyai.com/
1•alizaid•12m ago•0 comments

Long Before Intel, Ronler Acres and the Land Had a Rich History

https://hillsboroherald.com/long-before-intel-ronler-acres-and-the-land-had-a-rich-history/
1•osnium123•14m ago•1 comments

My little script turned into a Profitable SaaS

3•MoJony•14m ago•0 comments

Ask HN: Is Slack Down?

21•abatilo•19m ago•17 comments

Ex-FBI agent: Musk was the target of Russian agents

https://www.zdf.de/nachrichten/politik/trump-musk-putin-100.html
2•doener•20m ago•0 comments

What Is Work?

https://blog.curtisduggan.com/what-is-work/
1•wayviator•23m ago•0 comments

Should you backup your S3 buckets or trust they will never fail?

https://twitter.com/levelsio/status/1921692656041599049
1•nomilk•24m ago•0 comments

US popularity collapses worldwide in wake of Trump's return

https://www.politico.eu/article/usa-popularity-collapse-worldwide-trump-return/
4•doener•25m ago•0 comments

The Orange Pi RV2 RISC-V SBC

https://taoofmac.com/space/reviews/2025/05/12/2230
1•rcarmo•32m ago•0 comments

Wtfis: Passive hostname, domain and IP lookup tool for non-robots

https://github.com/pirxthepilot/wtfis
2•todsacerdoti•33m ago•0 comments

Indiscriminate killers? – The reality of cluster munitions

https://militaryrealism.blog/2025/05/08/indiscriminate-killers/
2•baud147258•33m ago•0 comments

States Chase OpenAI's $100B AI American Dream

https://www.washingtonpost.com/technology/2025/05/10/stargate-openai-data-centers-states/
1•bookofjoe•35m ago•1 comments

Ask HN: Not sure about the future of tech

3•xblpob•35m ago•0 comments

4chan Is Dead. Its Toxic Legacy Is Everywhere

https://www.wired.com/story/4chan-is-dead-its-toxic-legacy-is-everywhere/
4•colinprince•37m ago•0 comments

Three things we learned about Sam Altman by scoping his kitchen

https://www.ft.com/content/b1804820-c74b-4d37-b112-1df882629541
2•colinprince•39m ago•0 comments

Taleb: IQ is largely a pseudoscientific swindle (Argument Closed)

https://medium.com/incerto/iq-is-largely-a-pseudoscientific-swindle-f131c101ba39
4•david927•40m ago•1 comments

Show HN: Joyloop.ai Custom Animated Musical GIF Cards for Any Occasion

https://joyloop.ai
1•refrosh•42m ago•0 comments

You can now export your deep research reports as well-formatted PDFs

https://twitter.com/OpenAI/status/1921998278628901322
2•mfiguiere•42m ago•0 comments

Our Genetic Constitution

https://www.palladiummag.com/2025/05/11/our-genetic-constitution/
2•minifyre•52m ago•0 comments

Qatar-gifted Air Force One may be security, upgrade disaster

https://www.defensenews.com/air/2025/05/12/experts-qatar-gifted-air-force-one-may-be-security-upgrade-disaster/
4•howard941•54m ago•0 comments

VPNSecure cancels lifetime subscriptions after changing owners

https://arstechnica.com/gadgets/2025/05/vpn-firm-says-it-didnt-know-customers-had-lifetime-subscriptions-cancels-them/
3•ndr42•55m ago•1 comments
Open in hackernews

Reasons to ignore computer science degrees

https://www.cio.com/article/3979014/12-reasons-to-ignore-computer-science-degrees.html
4•WaitWaitWha•4h ago

Comments

Jtsummers•4h ago
> When I use them — which is every day — I find I’m three to ten times faster. Not only that, I can forget entire courses. I needed a data structure the other day and the LLM suggested the right one. Then it wrote the code for that data structure in a language I barely know. Two complete semester courses replaced by machine learning.

How did you know it was the right data structure? Perhaps you had some courses that put you in a position to evaluate the selection...

> A biologist once asked me to solve a problem in DNA sequence matching and I came back with the claim that it was NP-complete, a class of problems that can take a very long time to solve. He didn’t care. He needed to solve it. And it turns out that most NP-complete problems are fairly easy to solve most of the time. But theoreticians are obsessed with the thin set that confound the simple algorithms, despite being rarely observed in everyday life.

Did a fresh grad write this? The idea that instances of NP-complete problems are often practically solvable is well known. They're upset because they spouted off their half-baked idea and someone, probably not them, figured out it wasn't a real limiter on the task at hand.

> Turing machines present the same problems. Dutiful CS students learn nihilistic results like Rice’s Theorem, which shows that we really can’t analyze computer algorithms at all.

That's not what Rice's theorem shows. Like the halting problem, it means a general solution can't be found for many categories of analyses we want to perform. There are still a lot of things we can determine about algorithms and code despite Rice's theorem.

> Even Apple used stock open-source tools when it created the compiler for Swift.

Stock open-source tools whose development it funded and developers it employed...

rvz•3h ago
Reasons to ignore this ridiculous article:

> Author Anonymous

> Opinion

foxyv•2h ago
College is rarely about learning specific facts and procedures that you will directly use in your future employment. If you want that, go to a trade school or a boot camp. A good college CS program will train you how to think, learn, problem solve and make educated decisions in general.

While you do not need college to learn how to do this, college gives students the resources and time to learn these skills.