frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Capsules: Compile-time lock discipline in OxCaml

https://kcsrk.info/ocaml/oxcaml/modes/blogging/2026/05/08/capsules-in-oxcaml/
1•matt_d•1m ago•0 comments

let-go: Almost Clojure written in Go

https://github.com/nooga/let-go
1•tosh•2m ago•0 comments

Helix 02 Bedroom Tidy [video]

https://www.youtube.com/watch?v=8xEuFQz4E4A
1•selimonder•2m ago•0 comments

Show HN: Rubberduck – Software design agent where you make the decisions

https://userubberduck.com/
1•acolytic•2m ago•0 comments

The Tomahawk Turbine Engine Could Dramatically Chop Fuel Use and Emissions

https://www.motortrend.com/news/tomahawk-tx-trick-cycle-turbine-engine-less-fuel-emissions
1•ckozlowski•2m ago•0 comments

Debian: Linux Vulnerability Mitigation (Dirty Frag)

https://blog.daniel-baumann.ch/posts/20260508-1.html
1•speckx•4m ago•0 comments

Can LLMs model real-world systems in TLA+?

https://www.sigops.org/2026/can-llms-model-real-world-systems-in-tla/
2•mad•4m ago•0 comments

Bernstein: Deterministic orchestrator for 40 CLI AI agents

https://github.com/sipyourdrink-ltd/bernstein
2•nateb2022•5m ago•0 comments

k on PDP-11

https://ktye.github.io/pdp11/index.html
1•tosh•5m ago•0 comments

Support Xdg_projects_dir in Gnome

https://gitlab.gnome.org/GNOME/glib/-/merge_requests/5141
2•petepete•7m ago•0 comments

Support is wild in an age of AI

https://successfulsoftware.net/2026/05/08/support-is-wild-in-an-age-of-ai/
1•hermitcrab•8m ago•0 comments

Handwritten SDKs Are Dead

https://workos.com/blog/handwritten-sdks-are-dead
1•grinich•9m ago•0 comments

Show HN: GETadb.com – every GET request creates a DB

https://www.getadb.com/
1•nezaj•9m ago•1 comments

Code has always been worthless

https://roganov.me/blog/code-always-worthless/
1•IFC_LLC•10m ago•0 comments

Building a Harper Desktop App

https://elijahpotter.dev/articles/building-a-harper-desktop-app
1•chilipepperhott•11m ago•0 comments

Show HN: Notion-to-site – sync any Notion database to local Markdown/MDX/JSON

https://github.com/rashidazarang/notion-to-site
1•rashidae•14m ago•0 comments

I didn't think I could get addicted to weed. I was wrong – and I'm not alone

https://www.theguardian.com/wellness/2026/may/08/cannabis-addiction-recovery
4•n1b0m•15m ago•0 comments

Gmail on Android lost access to O365 mailboxes

https://issuetracker.google.com/issues/461996029
1•sega_sai•16m ago•1 comments

Behind the Scenes Hardening Firefox with Claude Mythos Preview

https://simonwillison.net/2026/May/7/firefox-claude-mythos/
1•Brajeshwar•18m ago•0 comments

Show HN: Vpg – Pglite for Native Code

https://github.com/Ladybug-Memory/vpg
1•adsharma•18m ago•0 comments

Three Resume Tips

https://sumnerevans.com/posts/software-engineering/resume-tips/
2•chilipepperhott•18m ago•0 comments

Noyb: "LinkedIn locks GDPR rights behind a paywall"

https://www.heise.de/en/news/Noyb-LinkedIn-locks-GDPR-rights-behind-a-paywall-11284972.html
1•thm•18m ago•1 comments

Why the Hantavirus Cruise Ship Outbreak Isn't Likely to Become a Global Crisis

https://www.wired.com/story/hantavirus-cruise-ship-what-you-need-to-know/
2•Anon84•19m ago•0 comments

PropertyPal AI – Leading AI voice agent for estate agents

https://www.propertypalai.co.uk/
1•jamesawallner•19m ago•0 comments

Claude Code's creator is sick of the phrase 'vibe coding.'

https://www.businessinsider.com/claude-code-creator-boris-cherny-vibe-coding-anthropic-ai-2026-5
2•CharlesW•19m ago•1 comments

Lidar threatens to rewrite everything we know about photography

https://www.digitalcameraworld.com/cameras/cmos-camera-sensors-will-become-obsolete-revolutionary...
1•leopoldj•23m ago•1 comments

showhn: Updates to react library for visualising server racks/networks

https://react-networks-lib.rackout.net/racks
1•matt-p•23m ago•0 comments

Darknet Map

2•KAGEjin•25m ago•1 comments

Agent-to-agent discovery and real-time bidding marketplace

https://github.com/open-experiments/agent-exchange
2•parlakisik•26m ago•0 comments

Thermal Power and Climate Change

https://eartharxiv.org/repository/view/10865/
2•measurablefunc•28m 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.