frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

'Engineer' is so 2025. In AI land, everyone's a 'builder' now

https://sfstandard.com/2026/03/05/engineer-2025-ai-land-everyone-s-builder-now/
1•geetee•1m ago•0 comments

OpenClaw Got Safer in Public

https://openclaw.ai/blog/openclaw-security-in-public
1•drippurp•1m ago•0 comments

Ask HN: Why would we care about "extended time horizons" and LLMs?

1•ozozozd•5m ago•0 comments

Why China Didn't Colonise the World

https://twitter.com/petruch10/status/2051127478132113892
1•MrBuddyCasino•7m ago•0 comments

Taiwan Could Learn from Ukraine. Informally, Connections Are Growing

https://www.nytimes.com/2026/05/05/world/europe/ukraine-taiwan-drones.html
2•mikhael•11m ago•0 comments

How's you experience building an app on Cloudflare? (Workers, D1,R2 etc.)

3•indieDevAttempt•12m ago•0 comments

Why is Apple's R&D run rate suddenly $40B/yr.?

https://asymco.com/2026/05/04/why-is-apples-rd-run-rate-suddenly-40-billion-yr/
1•ndr42•13m ago•0 comments

OpenAI can't build working RSS feeds

https://openai.com/news/rss.xml
5•johnnyAghands•13m ago•1 comments

Cybercrime investigations in practice: Insights from the LockerGoga case

https://www.sciencedirect.com/science/article/pii/S2666281726000685
1•Manheim•13m ago•0 comments

Anthropic Unveils $1.5B Joint Venture with Wall Street Firms

https://www.wsj.com/business/deals/anthropic-nears-1-5-billion-joint-venture-with-wall-street-fir...
2•erhuve•16m ago•0 comments

Kids bypass age verification with fake moustaches

https://www.theregister.com/2026/05/04/uk_online_safety_act_age_checks_subvert/
3•dreadsword•17m ago•0 comments

About 10% of AMC movie showings sell zero tickets. This site finds them

https://walzr.com/empty-screenings
11•MrBuddyCasino•20m ago•2 comments

(Author Is) Suing the DOJ and the FBI

https://this.weekinsecurity.com/plot-twist-i-am-suing-the-justice-department-and-fbi/
2•sans_souse•24m ago•1 comments

Ethan Mollick: Taste is becoming a key skill in the AI era

https://www.businessinsider.com/ethan-mollick-ai-expert-wharton-taste-skills-ai-2026-5
2•sahar_builds•25m ago•0 comments

2-D Mathematical Curves

https://www.2dcurves.com/
2•the-mitr•26m ago•0 comments

Lattice Semiconductor acquires AMI, maker of server firmware

https://www.oregonlive.com/silicon-forest/2026/05/oregon-based-lattice-semiconductor-buys-georgia...
1•ojn•41m ago•0 comments

// Bookmarks: Firefox Bookmark Manager

https://lebcit.github.io/post/bookmarks-firefox-bookmark-manager/
2•LebCit•41m ago•1 comments

Why Every Generation Says 'Cool' [video]

https://www.youtube.com/watch?v=-YQB2tE6-8U
2•gmays•42m ago•0 comments

OpenAI president discloses his stake in the company is worth $30B

https://apnews.com/article/brockman-musk-altman-openai-trial-837bdc3fbced2a02f0f93a1899260bdd
4•dmitrygr•43m ago•0 comments

Train Your Own LLM from Scratch

https://github.com/angelos-p/llm-from-scratch
10•kristianpaul•44m ago•0 comments

The AI rush is hitting a bottleneck

https://www.economist.com/business/2026/04/27/the-ai-rush-is-hitting-a-bottleneck
5•1vuio0pswjnm7•45m ago•0 comments

Proprietary Microsoft Software Breaks Itself, Similarly Bad Ideas for GNU/Linux

https://news.tuxmachines.org/n/2026/03/24/Proprietary_Microsoft_Software_Slop_Made_Slopware_Break...
1•rolph•50m ago•0 comments

Continual Learning Bench 1.0

https://continual-learning-bench.com/news/cl-bench-1-0/
2•matt_d•51m ago•0 comments

Hand Drawn QR Codes

https://sethmlarson.dev/hand-drawn-qr-codes
2•jollyjerry•52m ago•0 comments

Original Apollo 11 Guidance Computer Source Code for Command and Lunar Module

https://github.com/chrislgarry/Apollo-11
3•tjek•53m ago•0 comments

Disconnect Remote Vehicle Access for Toyotas

https://disconnectaccess.toyota.com/#/drva-landing
2•freeopinion•59m ago•0 comments

Microsoft Lead: "AI Will Never Replace Coders, Here's Why" [video]

https://www.youtube.com/watch?v=CPrePbvbbic
4•oxag3n•59m ago•0 comments

Introduction to My Personal Blog

https://mylightstillshines.wordpress.com/2026/05/05/introduction/
3•jaygirl•1h ago•0 comments

I'm looking for an AI Automation Engineer role or gig

4•Divinz•1h ago•0 comments

CVE-2026-31431: Copy Fail vs. rootless containers

https://www.dragonsreach.it/2026/05/04/cve-2026-31431-copy-fail-rootless-containers/
32•averi•1h ago•9 comments
Open in hackernews

Numerical Linear Algebra Class in Julia TUM

https://venkovic.github.io/NLA-for-CS-and-IE.html
145•darboux•1y ago

Comments

staplung•1y ago
Not exactly the same material but U. Michigan has their Robotics 101 course up as well: Computational Linear Algebra, also in Julia.

https://github.com/michiganrobotics/rob101/tree/main

ted_dunning•1y ago
This is a nicely comprehensive course, but it looks like it is pretty fast paced, especially in the last few lectures (some of those later slides definitely aren't finished).

As a reference, it looks very useful.

stabbles•1y ago
A good resource is Gerard Sleijpen's course: https://webspace.science.uu.nl/~sleij101/Opgaven/NumLinAlg/
me3meme•1y ago
I just selected lecture 07 to take a look: Lecture 07 is about QR factorizacion and Householder reflections. The author proves how to construct a reflection to make zeros in the first column and then he just claims that following this procedure for the other columns finish the proof. But he should prove or justify why the other reflections do not destroy the zeros of previous reflections. Also he proves that a vector v is the vector to construct the reflection (but there is a factor of 2 that was not correctly simplified, maybe a latex error), but I think that it should be more general and easier to prove that for any w the vector from w to its image f(w) is the orthogonal vector to the plane of the reflection.

I thank the author for the slides, but this little proof need some more care, I don't know about the quality of other sections or the overall quality of the slides. Anyway I like how he tries to make things easy but good work is hard.

Edited: I was wondering whether a LLM reading Lecture 7 would detect what was missing in the proof. I tried with deepseek but its first feedback on the Lecture 7 was positive, then when prompted about the incomplete proof it recognized it as a common error and explained how to complete the proof. Also I have to prompt it about the bad factor 2 for it to detect it. So it seems that deepseek is not a useful tool to judge quality of math content without very expert guidance, deepseek suggested to ask the LLM to compare this proof with another proof to detect important or vital differences.

Certhas•1y ago
That's an absolutely obvious step though? As in, detailed lecture notes should maybe elaborate with a sentence, but in a lecture I would not put this on the slides but mention the core point and expect students at this level (who should have seen some amount of more theoretical LinAlg courses by then) to understand how to do the 1 line calculation.

There aren't even any real details to fill in, you iterate on the lower right block so anything you do is orthogonal to the upper left block. Do a 2x2 block matrix multiplication to convince yourself that this preserves the form achieved so far.

me3meme•1y ago
-- Do a 2x2 block matrix multiplication to convince yourself that this preserves the form achieved so far.

I don't consider this a proof. Perhaps you have in mind two simple but key properties of reflections about the hyperplane orthogonal to a vector v: (a) The hyperplane of a reflection is the fixed point of the reflection (b) the hyperplane is the orthogonal vector space to the vector space spanned by v. From this two properties it follows that each step of making zeroes does not change previous zeroes.

Your claim that for advanced students there is no need to comment about details it is not falsifiable. Citing Mac Lane: A monad is just a monoid in the category of endofunctors.

But from a practical point of view one can see the very basic level and simplicity of the definitions and calculations prior to the proof. So at this level of detail I consider that noticing that one must be careful to not destroy previous zeros is matching the level of discourse at the proper level.

Certhas•12mo ago
10 LB = LB' 0Q 0A 0A'

The proof says iterate on A, so that obviously creates a lower dimensional rotation Q that will act on the full space as above.

Absolutely mention this in lecture notes/during the lecture.

slwvx•12mo ago
I guess the title would better be "Numerical Linear Algebra Class in Julia at TUM". I.e. the "TUM" in the title does not mean that there's some new "TUM" version of Julia, rather that the class is at the Technical University of Munich.