frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: K7d – Fork live Kubernetes clusters in <1s –> GRPO-train AI on infra

https://github.com/katakate/k7d
1•gbxk•37s ago•0 comments

Prospera: The Caribbean libertarian enclave backed by Silicon Valley [video]

https://www.youtube.com/watch?v=RH3pfIcVk7k
1•neom•53s ago•0 comments

Test Rocket: Rethinking the Test Pyramid for the AI Era

1•sudokar•2m ago•0 comments

NASA's IXPE detects 80% X-ray polarization from magnetar 1E 1547.0-5408

https://www.nature.com/articles/s41586-026-10859-z
1•khanhnguyen8386•2m ago•0 comments

The Shape of One Joint: Low-Level Control on a Unitree R1

https://www.ramonov.com/blog/one-joint-unitree-r1/
1•sabrina_ramonov•3m ago•0 comments

The A.I.s Are Already Out of Control

https://www.nytimes.com/2026/08/18/opinion/ezra-klein-podcast-helen-toner.html
2•jlev1•7m ago•1 comments

Anthropic crossed 40% of ARR from indirect channels

https://twitter.com/SemiAnalysis_/status/2089714350164492652
2•porridgeraisin•8m ago•0 comments

Show HN: Obidos – self-hosted secrets storage and sharing with fine-grained ACLs

https://github.com/spenego/Obidos
1•spenegosoftware•8m ago•0 comments

Remote work benefits are much bigger than a paycheck

https://thehill.com/opinion/technology/6033665-economic-value-personal-time-salary/
4•madihaa•9m ago•1 comments

Interfaces Cheat Sheet

https://interfaces.dev/cheat-sheet
1•thm•9m ago•0 comments

Show HN: Shoehorn – Quantize any model down to run on your machine

https://notactuallytreyanastasio.github.io/shoehorn/
2•rhgraysonii•10m ago•0 comments

How to build Online Stores Effectively in 2026

https://shopi.lk/blog/woocommerce-vs-ai-ecommerce-website-sri-lanka-2026/
2•ruzny-ramzan•11m ago•0 comments

Ask HN: Can I realistically make an app as a junior dev?

3•brooke1•12m ago•2 comments

StockHuntr, chat with SEC filings and get cited answers (free)

https://www.stockhuntr.net
1•KylieM•12m ago•0 comments

Human Agents

https://docs.ojin.ai
1•arbayi•14m ago•0 comments

Supper Cool Doodle Characters

https://github.com/albertobeiz/kindergrimm
1•boveyking•15m ago•0 comments

Muse Glimmer is a memory hierarchy disguised as a 30B Transformer

https://abstractextraordinary.com/blog/how-muse-glimmer-fits-an-agent-on-your-device/
2•stepnivlk•15m ago•0 comments

Firefox and Exa Partnership

https://blog.mozilla.org/en/firefox/firefox-exa-partnership/
3•pentagrama•16m ago•0 comments

Smaller Images for the Web

https://milofultz.com/2026-08-06-smaller-images-for-the-web.html
1•surprisetalk•16m ago•0 comments

Will you be wearing an exoskeleton in ten years?

https://www.nature.com/articles/d41586-026-02527-z
1•sohkamyung•17m ago•1 comments

One Video Per Day – An intentional alternative to infinite feeds

https://www.onevideoperday.com
1•flingflangflode•17m ago•0 comments

Show HN: CSS-in-JS Arena Bamboo, StyleX and Panda on Pixel-Identical Apps

https://github.com/gajus/css-in-js-arena
1•gajus•18m ago•1 comments

Show HN: Spyc – a vi-driven terminal file commander for your coding agents

https://github.com/Tripstack-Corp/spyc
1•agentdrek•18m ago•1 comments

Protein Slop Took over the Supermarket

https://thedailyunemployed.com/articles/how-protein-slop-took-over-the-supermarket
1•mikelgan•18m ago•2 comments

CDC: U.S. kindergarten vaccine exemptions hit record high as coverage falls

https://abc45.com/news/nation-world/cdc-us-kindergarten-vaccine-exemptions-hit-record-high-as-cov...
2•keploy•18m ago•0 comments

These Mammoth Ivory Carvings May Be the "Find of the Year"

https://nautil.us/these-mammoth-ivory-carvings-may-be-the-find-of-the-year-1283903
2•Brajeshwar•18m ago•0 comments

Music Theory for Programmers

https://runjs.app/blog/music-theory-for-programmers
1•lukehaas•18m ago•1 comments

Perplexity's free AI offer left it with millions more users in India

https://techcrunch.com/2026/08/18/perplexitys-free-ai-offer-left-it-with-millions-more-users-in-i...
1•speckx•19m ago•0 comments

She told no one about her agony except ChatGPT. What her death reveals about AI

https://www.npr.org/2026/08/18/nx-s1-5929575/ai-suicide-risks-mental-health
1•mttjj•20m ago•0 comments

ABC Files First Amendment Lawsuit Against FCC

https://variety.com/2026/tv/news/abc-first-amendment-lawsuit-fcc-1236837028/
3•keploy•21m ago•1 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.