frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ootils – An open source supply chain engine designed for AI agents (not humans)

https://github.com/ngoineau/ootils-core
1•ngoineau•2m ago•0 comments

A whirlwind tour of systemd-nspawn containers (2025)

https://quantum5.ca/2025/03/22/whirlwind-tour-of-systemd-nspawn-containers/
1•indigodaddy•4m ago•0 comments

Show HN: Vocab extractor for language learners using Stanza and frequency ranks

https://huggingface.co/spaces/vladvlasov256/vocab-nlp
2•crivlaldo•5m ago•0 comments

Can this technology end drone warfare? [video]

https://www.youtube.com/watch?v=unraT22a4zY
1•teleforce•5m ago•0 comments

Open-Sourcing Our Mail Client Mono Mail

https://github.com/erickim20/monomail-desktop
2•rhksnrla•13m ago•1 comments

Arena Zero Ep.1 [video]

https://www.youtube.com/watch?v=qqcH-1Rk-ow
1•thewanderer1983•14m ago•0 comments

M4 and M5 Macs cannot run 4k screens in HiDPI mode – limited to 3.3k

https://github.com/waydabber/BetterDisplay/discussions/4215
3•smcleod•15m ago•1 comments

Build123d: A Python CAD programming library

https://github.com/gumyr/build123d
2•Ivoah•16m ago•0 comments

Age verification, child protection and economic power

https://www.cyberverso.net/age-verification-child-protection-and-economic-power/
2•MatteoFrigo•17m ago•0 comments

TeamPCP Supply Chain Campaign: Update 002

https://isc.sans.edu/diary/32838
2•jruohonen•18m ago•0 comments

Samsung Magician disk utility takes 18 steps and two reboots to uninstall

https://chalmovsky.com/2026/03/29/samsung-magician.html
2•chalmovsky•18m ago•0 comments

Things I learned building a model validation library

https://wilsoniumite.com/2025/01/24/things-i-learned-building-a-model-validation-library/
2•Wilsoniumite•19m ago•0 comments

AI isn't killing jobs, it's 'unbundling' them into lower-paid chunks

https://www.theregister.com/2026/03/24/ai_job_unbundling/
5•gnabgib•22m ago•1 comments

Para-Academic Techno-Philosophy

https://elftheory.substack.com/p/para-academic-techno-philosophy
2•lentoutcry•22m ago•0 comments

Generating one token at a time is a blessing in disguise

https://kachkach.com/blog/generating-one-token-at-a-time-is-a-blessing-in-disguise
2•halflings•24m ago•1 comments

The Acceleration of Addictiveness (2010)

https://paulgraham.com/addiction.html
2•microsoftedging•25m ago•0 comments

Show HN: OpsScaleIQ – The operational intelligence OS for franchise operators

https://opsscaleiq.com
2•dsptl•25m ago•0 comments

Personal story: BR airlines sites sucks. Struggling to cancel seat selection

https://blog.thisago.com/story/20260329-cancellingFlightSeatSelection.txt
2•thisago•26m ago•0 comments

Show HN: Tabical – Tinder-style city micro-itineraries, personalized by swipe

https://tabical.com/
4•akhilpotturi•28m ago•0 comments

Hundreds of strangers flock to San Francisco beach to dig a really big hole

https://www.sfgate.com/sf-culture/article/hundreds-strangers-flock-sf-beach-dig-really-big-221583...
2•Stratoscope•28m ago•0 comments

Ask HN: What is TensorFlow still good for now?

1•asxndu•30m ago•1 comments

What category theory teaches us about dataframes

https://mchav.github.io/what-category-theory-teaches-us-about-dataframes/
5•fanf2•32m ago•0 comments

Show HN: Crazierl – An Erlang Operating System

https://crazierl.org/demo/
3•toast0•36m ago•1 comments

The Agentic Passive Voice

https://lethain.com/agentic-passive-voice/
1•jbernardo95•36m ago•0 comments

AI on deck: assessing impact of MLB's new ball-strike system

https://news.cornell.edu/stories/2026/03/ai-deck-assessing-impact-mlbs-new-ball-strike-system
1•rmason•36m ago•0 comments

Magellan: AI agents for autonomous cross-disciplinary scientific discovery

https://github.com/kakashi-ventures/magellan-cli
1•ameft•36m ago•1 comments

An uncatchable CoreML crash: MLIR compiler failures on the iPhone SE 2

https://medium.com/@wagaodongo/the-uncatchable-crash-why-my-coreml-app-works-on-every-iphone-exce...
2•volvogradSaint•40m ago•1 comments

The road signs that teach travellers about France

https://www.bbc.com/travel/article/20260327-the-road-signs-that-teach-travellers-about-france
2•1659447091•44m ago•0 comments

Cleveland Clinic and IBM debut new quantum simulation workflow

https://www.ibm.com/quantum/blog/cleveland-clinic-protein-qcsc
1•rbanffy•46m ago•0 comments

Visual reasoning benchmark based on Analog Clocks

https://clockbench.ai/
1•yrds96•47m 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•10mo ago

Comments

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