computer-science

Tag

Cards List
#computer-science

A long division story

Lobsters Hottest · 21h ago Cached

A developer discovers a decades-old bug in Knuth's Algorithm D for long division, leading to a new theorem added to the TAOCP errata, and also uncovers a related bug in LLVM's implementation.

0 favorites 0 likes
#computer-science

NP-Overrated

Hacker News Top · yesterday Cached

An essay arguing that NP-hard problems are often not as intractable in practice as commonly believed, citing modern solvers and algorithmic advances that handle real-world instances efficiently.

0 favorites 0 likes
#computer-science

A Tale of Dynamic Programming (2022)

Hacker News Top · 5d ago Cached

A deep-dive educational article exploring dynamic programming as a unifying principle behind shortest-path algorithms, neural network training, and context-free grammar parsing, tying together automata, optimal control, and linear programming.

0 favorites 0 likes
#computer-science

AI & The University

Lobsters Hottest · 2026-08-07 Cached

In his talk, Carson Gross discussed the impact of AI on university computer science education, arguing that in the AI era, students still need to be taught to write and read code, while also noting that AI brings an assessment crisis and opportunities for pedagogical change.

0 favorites 0 likes
#computer-science

@vivekgalatage: Algorithms by Jeff Erickson - one of the best algorithm books out there. The illustrations are simply great - I highly …

X AI KOLs Timeline · 2026-08-07 Cached

A tweet recommending Jeff Erickson's free online algorithms textbook, highlighting its great illustrations and overall quality.

0 favorites 0 likes
#computer-science

Computer science enrollment is plunging, but AI is taking over the rest of the college campus as it reshapes how students learn and work

Reddit r/ArtificialInteligence · 2026-08-06 Cached

Computer science enrollment is declining at U.S. universities, but schools like Colby College are integrating AI education across disciplines to prepare students for a changing workforce.

0 favorites 0 likes
#computer-science

@OpenAI: An internal version of our next major model produced 10 new results on long-standing open problems in mathematics and t…

X AI KOLs Following · 2026-08-03 Cached

OpenAI's internal next major model produced 10 new results on long-standing open problems in mathematics and theoretical computer science, using roughly $2,000 worth of tokens at GPT-5.6 Sol API rates.

0 favorites 0 likes
#computer-science

Ten advances in mathematics and theoretical computer science

OpenAI Blog · 2026-08-01 Cached

OpenAI announces ten results on long-standing open problems in mathematics and theoretical computer science, achieved by an internal version of its next model Astra, with proofs formalized in Lean.

0 favorites 0 likes
#computer-science

@CompSciFact: Floating point numbers are a leaky abstraction

X AI KOLs Timeline · 2026-07-30 Cached

An article explaining why floating point numbers are a leaky abstraction, covering precision limits, subtraction issues, and overflow/underflow, with references to Goldberg's classic paper.

0 favorites 0 likes
#computer-science

@PKU1898: Turing Award Laureate Gilles Brassard Visits PKU Peking University's Center on Frontiers of Computing Studies (CFCS) we…

X AI KOLs Timeline · 2026-07-29 Cached

Turing Award laureate Gilles Brassard visited Peking University's Center on Frontiers of Computing Studies for a lecture on Alan Turing's legacy, and was appointed as a PKU Turing Mentor.

0 favorites 0 likes
#computer-science

@GithubProjects: Coding Interview University is a self-directed study plan that covers the computer science topics needed to pass techni…

X AI KOLs Timeline · 2026-07-28 Cached

A detailed overview of Coding Interview University, a free open-source GitHub repository that provides a self-directed 8-month study plan covering data structures, algorithms, and system design to help prepare for technical interviews at major tech companies.

0 favorites 0 likes
#computer-science

Functional programming from first principles, part 1 – motivation

Lobsters Hottest · 2026-07-27 Cached

This article introduces functional programming from first principles, covering the mathematical definition of functions and the classification of programming language paradigms. It is the first part of a series aimed at imperative programmers.

0 favorites 0 likes
#computer-science

@hasantoxr: MIT has a free 650+ page textbook that teaches you how to think like a computer scientist. It's called Structure and In…

X AI KOLs Timeline · 2026-07-24 Cached

MIT offers the free textbook 'Structure and Interpretation of Computer Programs' (SICP) for learning computer science fundamentals like recursion, abstraction, and language design.

0 favorites 0 likes
#computer-science

@stanfordnlp: Where Did All the Computer Science Professors Go? With comments from @Stanford’s Chris Gregg. The AI industry is exciti…

X AI KOLs Timeline · 2026-07-24 Cached

The article examines the trend of computer science professors leaving academia for lucrative positions at AI companies like Anthropic, OpenAI, Meta, and DeepMind, which is leading to a concentration of research in industry and a decline in open academic research.

0 favorites 0 likes
#computer-science

Professor Emeritus Dimitri Bertsekas, influential computer scientist and prolific author, dies at 83

MIT News — Artificial Intelligence · 2026-07-22 Cached

Professor Emeritus Dimitri Bertsekas, a pioneering computer scientist known for his work in optimization, reinforcement learning, and AI, and author of over 20 influential books, has passed away at age 83.

0 favorites 0 likes
#computer-science

@XAMTO_AI: Self-taught programming - who hasn't been knocked down by reality a few times when starting out? A Peking University undergraduate dove into computers from his freshman year, and after four grueling years, the very obstacles that tripped him up and almost made him give up became his most valuable lessons. He organized all the truly effective learning materials and courses into an open-source document, arranged in a practical learning sequence. The fundamentals...

X AI KOLs Timeline · 2026-07-22 Cached

A Peking University undergraduate compiled high-quality open-source course resources (from MIT, Stanford, Berkeley, etc.) accumulated over four years of self-taught computer science into an open-source document arranged in a practical order, aiming to help beginners learn programming systematically from scratch.

0 favorites 0 likes
#computer-science

@TheVixhal: This is the only article you'll need to learn about State Machines.

X AI KOLs Timeline · 2026-07-20

Promotional tweet claiming a single article is all you need to learn about State Machines.

0 favorites 0 likes
#computer-science

@clcoding: Mathematics for Computer Science Get This PDF Book for Free: https://clcoding.com/2026/07/mathematics-for-computer-scie…

X AI KOLs Timeline · 2026-07-20 Cached

A free PDF of the textbook 'Mathematics for Computer Science' by Eric Lehman, F. Thomson Leighton, and Albert R. Meyer is available via MIT OpenCourseWare, providing essential discrete mathematics foundations for computer science.

0 favorites 0 likes
#computer-science

@Alacritic_Super: Want to learn Operating Systems for free? Don't miss Berkeley CS162. If you are tired of just reading textbooks, CS162 …

X AI KOLs Timeline · 2026-07-20 Cached

Berkeley CS162 offers a free comprehensive online operating systems course with lectures, projects, and assignments covering key OS concepts like processes, virtual memory, scheduling, and distributed systems.

0 favorites 0 likes
#computer-science

Mathematicians still don’t know the fastest way to multiply numbers

Lobsters Hottest · 2026-07-19 Cached

The article explores the unsolved problem in computer science of finding the fastest possible multiplication algorithm, tracing its history from the grade-school O(n²) method to modern breakthroughs like Karatsuba's 1960 discovery and the recent 2024 result, and explains why this matters for AI, encryption, and other digital tasks.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback