frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Mental Health Clothing Brand

https://nosaddays.com/
2•samdreamin•3m ago•1 comments

The uphill climb of making diff lines performant

https://github.blog/engineering/architecture-optimization/the-uphill-climb-of-making-diff-lines-p...
2•angristan•5m ago•0 comments

How the Apple Watch defined modern health tech

https://www.theverge.com/column/906391/apple-watch-optimizer-apple-50-health-tech-wearables
2•brandonb•7m ago•0 comments

NextCloud, Proton and others fork OnlyOffice as true sovereign office suite

https://nextcloud.com/blog/press_releases/industry-initiative-launches-euro-office-as-true-sovere...
2•maxloh•7m ago•0 comments

Oracle Files H-1B Visa Petitions Amid Mass Layoffs

https://nationaltoday.com/us/tx/austin/news/2026/04/03/oracle-files-thousands-of-h-1b-visa-petiti...
4•kklisura•7m ago•0 comments

Artemis II Multimedia: Crew Photos, Videos and Mission Highlights

https://www.nasa.gov/artemis-ii-multimedia/
2•mpweiher•9m ago•0 comments

Show HN: Screenshot web components with one click

https://chromewebstore.google.com/detail/webcap/hiofbhgfmcaiohmbdlajagfbhkikpcim
2•ayakut•10m ago•1 comments

DropSmith – Generate structured NPC dialogue for games via MCP

https://www.npmjs.com/package/dropsmith-mcp
2•dropsmith•11m ago•0 comments

Show HN: Language Operator – Kubernetes operator for managing agents at scale

https://github.com/language-operator/language-operator
3•fretlessjazz•13m ago•0 comments

Carnus: Exploring the Privacy Threats of Browser Extension Fingerprinting [pdf]

https://www.cs.uic.edu/~polakis/papers/karami-ndss21.pdf
3•1vuio0pswjnm7•13m ago•0 comments

Run multi-service projects locally with AI-friendly unified dashboard

https://github.com/ykosyakov/simple-local
3•ykosyakov•15m ago•0 comments

Automatic Textbook Formalization

https://github.com/facebookresearch/repoprover
4•tzury•15m ago•1 comments

A simple and fast terminal-based note-taking app, build with rust

https://github.com/bakudas/ztlgr
2•bakudas•15m ago•0 comments

Show HN: LangChain Is Dead, Long Live TmuxIsFree

https://github.com/cochranblock/tmuxisfree
2•cochranblock•15m ago•0 comments

The Great Human Divorce

https://earthchronicles.substack.com/p/the-great-human-divorce
2•taguniversalsw•17m ago•1 comments

OpenAI's Fidji Simo Is Taking Medical Leave Amid an Executive Shake-Up

https://www.wired.com/story/openais-fidji-simo-is-taking-a-leave-of-absence/
3•philip1209•17m ago•0 comments

LLM coding is the wrong layer of abstraction

https://bbuyukliev.blogspot.com/2026/04/llm-coding-is-wrong-layer-of-abstraction.html
2•bluetomcat•17m ago•1 comments

Pupils in England losing their thinking skills because of AI, survey suggests

https://www.theguardian.com/technology/2026/apr/02/pupils-england-losing-thinking-skills-because-...
6•gnabgib•17m ago•0 comments

Tracing a Coordinated BLE Device Deployment Across Los Angeles

https://github.com/AndriiKempa/BLEIOT/discussions/34
2•KempaAndrii•17m ago•0 comments

Show HN: Autheona – The API That Stops Fake Sign-Ups

https://autheona.com/
2•lasgawe•17m ago•0 comments

Bike Safety Rules in Cities

https://decasia.org/tech/2026/04/bike-safety.html
2•decasia•20m ago•0 comments

Gajim 2.4.5 has been released – GTK XMPP/Jabber Chat Client – Communication

https://gajim.org/posts/2026-03-30-gajim-2.4.5-released/
2•neustradamus•21m ago•0 comments

Can a machine "understand" like a human? The Chinese room argument

https://en.wikipedia.org/wiki/Chinese_room
2•Muhammad523•21m ago•1 comments

A new Postcrossing stamp from the USA

https://www.postcrossing.com/blog/2026/03/31/a-new-postcrossing-stamp-from-the-usa
1•Tomte•25m ago•0 comments

New digital hall passes track bathroom breaks, gather data in NYC schools

https://gothamist.com/news/new-digital-hall-passes-track-bathroom-breaks-gather-data-in-nyc-schools
2•gnabgib•30m ago•1 comments

Show HN: Mrg – Clean miscellaneous files created by macOS

https://github.com/ilotoki0804/mrg
1•ilotoki0804•30m ago•0 comments

Review into mental health conditions, ADHD and autism: interim report

https://www.gov.uk/government/publications/independent-review-into-mental-health-conditions-adhd-...
1•irickt•31m ago•1 comments

New microwave frying technique could make French fries much healthier

https://www.sciencedaily.com/releases/2026/04/260402042803.htm
3•AdmiralAsshat•31m ago•0 comments

Show HN: Run Claude Code autonomously inside your Docker Compose stack (OSS)

https://github.com/sayil/dangerously
4•sayil•31m ago•0 comments

DiscoDB – Relational database stored 100% in a Discord guild

https://github.com/lasect/discodb
3•jedeusus•33m 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•11mo ago

Comments

staplung•11mo 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•11mo 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•11mo ago
A good resource is Gerard Sleijpen's course: https://webspace.science.uu.nl/~sleij101/Opgaven/NumLinAlg/
me3meme•11mo 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•11mo 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•11mo 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•11mo 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•11mo 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.