frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ask HN: Is September 8th AGI Day?

1•rvz•35s ago•0 comments

Up to $40 btc everyhour claim

https://dropbtc.io/
1•ilaysyou•1m ago•0 comments

Canvas Browser

https://canvas-browser.com
1•bookofjoe•1m ago•0 comments

LG TV shown scanning LAN for third-party phones and other devices

https://arstechnica.com/gadgets/2026/09/lg-tv-shown-capable-of-tracking-user-activity-even-when-o...
5•Bender•6m ago•0 comments

Show HN: I found a weird old startup's LaserDisc

https://www.youtube.com/watch?v=AXOoyxisEMg
1•markchristian•6m ago•0 comments

Q&A with Mark Zuckerberg on Muse, the data center backlash

https://sources.news/p/mark-zuckerberg-meta-muse-ai-podcast-interview
1•utiiiD•6m ago•0 comments

EXtreme Go Horse (XGH) Process

http://brunomb.com/xgh/
1•variety8675•7m ago•0 comments

Colliding the Sum Checksum (2019)

https://mcpherrin.ca/2019/11/23/sum-collisions.html
1•mooreds•8m ago•0 comments

What nobody tells you about writing agent skills

https://newsletter.posthog.com/p/what-nobody-tells-you-about-writing
1•AntonZ234•8m ago•0 comments

How to manage a growing fleet of AI agents with Latitude

https://latitude.so/blog/how-to-manage-a-fleet-of-agents-with-latitude
1•mooreds•9m ago•0 comments

The Lottery of Life

https://substack.com/@rutgerbregman/note/c-332235472
1•higginsniggins•9m ago•0 comments

MCP Client Registration: Dinner Party or Nightclub?

https://fusionauth.io/blog/cimd-vs-dcr
1•mooreds•11m ago•0 comments

Hacking Cable: AI in post-exploitation operations

https://palisaderesearch.org/blog/hacking-cable
1•syumei•13m ago•0 comments

Show HN: Spatial memory for document OCR pipelines (zero dependencies)

https://github.com/aws-samples/sample-textract-field-memory
1•avnban•15m ago•0 comments

Stop making swap partitions–use swap files instead

https://gist.github.com/joshenders/c4960cec9c63a7b7d68ffa9543356c43
1•jenders•15m ago•0 comments

The Solo-Dev Ship Checklist – a 10-item pre-launch checklist for indie devs

https://merlin-ship-checklist.surge.sh
2•clawforger_mthx•15m ago•0 comments

Solo.io Pushes Agentic AI Governance to the Desktop: Open-Source Agentdesktop

https://techstrong.ai/articles/solo-io-pushes-agentic-ai-governance-to-the-desktop-with-open-sour...
1•CrankyBear•16m ago•0 comments

Running agents in a sandbox or VM is the wrong pattern

https://funky.dev/blog/running-agents-in-a-sandbox-or-vm-is-the-wrong-pattern
1•xij•16m ago•0 comments

Despite the chatter, AI pricing is not converging on a model

https://www.solvimon.com/blog/ai-pricing-not-converging-on-single-model
1•arnon•18m ago•0 comments

Refeeding Syndrome

https://en.wikipedia.org/wiki/Refeeding_syndrome
1•chistev•18m ago•0 comments

Show HN: An interactive visualization of Caribbean imperial history

https://contestedworlds.com/
1•jamesgpearce•19m ago•0 comments

Open Models Change the Economics of AI [video]

https://www.youtube.com/watch?v=rY0wnfFHYbs
1•gmays•19m ago•0 comments

A Topological Picture Book, Rendered

https://e-infinity.space/picture-book/
1•mathgenius•20m ago•0 comments

How I Built First-Party Analytics for a Personal Blog

https://gkoreli.com/first-party-analytics-for-a-personal-blog
1•gogakoreli•23m ago•0 comments

The DOJ's AI Fair Use Brief Is Correct, but from a DOJ That Has No Credibility

https://www.techdirt.com/2026/09/08/the-dojs-ai-fair-use-brief-is-correct-but-from-a-doj-that-has...
2•hn_acker•25m ago•0 comments

25 Years Since 9/11: 13 Numbers That Tell the Story

https://zeteo.com/p/25-years-since-911-13-numbers-that
1•abdelhousni•26m ago•0 comments

Why this month's Microsoft patch release is a doozy

https://arstechnica.com/security/2026/09/microsoft-patches-a-record-972-vulnerabilities-112-of-th...
1•canucker2016•26m ago•0 comments

Microsoft Plugs Nearly 1000 Security Holes

https://krebsonsecurity.com/2026/09/microsoft-plugs-nearly-1000-security-holes/
1•jnord•28m ago•0 comments

A Doctor Sued 700 Patients for Debts; 81 Were Arrested. Now He's a Senator

https://www.nytimes.com/2026/09/08/us/politics/roger-marshall-obgyn-doctor-debts.html
6•rawgabbit•30m ago•1 comments

NASA's Nancy Grace Roman Space Telescope: Why It's So Cool

https://www.windriver.com/blog/NASA-Nancy-Grace-Roman-Space-Telescope
2•ohjeez•32m ago•0 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•1y 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•1y 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.