frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Illumos Doors: Unix Built-In RPC Mechanism

https://blog.daveeddy.com/2026/07/06/illumos-doors/
1•stephenlf•24s ago•0 comments

"Sava's Titanic" emerges in Serbia as Europe's rivers run dry

https://www.cbsnews.com/news/shipwreck-savas-titanic-emerges-serbia-europe-drought-heat/
1•gmays•1m ago•0 comments

A calculator that tells you how much you must wager to clear a casino bonus

https://slotdrop.online/tools/wagering-calculator
1•AlexanderNovak•1m ago•0 comments

Unauthenticated clone of a public repo intermittently returns 401

https://github.com/orgs/community/discussions/206581
1•Xunie•1m ago•0 comments

Run any LLM in t3's Codex and Claude tabs through a local gateway

https://github.com/0xhsn/proxy-llms
1•7asan•1m ago•0 comments

What's My Number?

https://drorspei.com/whatsmynumber/
1•henrydark•2m ago•0 comments

I rented a car, and within hours my driver's license was for sale

https://arstechnica.com/security/2026/09/my-drivers-license-is-one-of-153-million-for-sale-on-a-n...
1•chha•3m ago•0 comments

Chinese Cars Could Be Huge in U.S., and That's the Problem, Officials Say

https://www.nytimes.com/2026/08/31/business/chinese-cars-us-sales-ban.html
3•bookofjoe•4m ago•1 comments

Assault Rifle in an Open-Cockpit Plane: Ukraine's Unlikely Drone Hunters [video]

https://www.youtube.com/watch?v=gBxQixJfOzk
2•JumpinJack_Cash•4m ago•0 comments

Finger: The 1971 Social network that never died

https://en.andros.dev/blog/54572bc7/finger-the-1971-social-network-that-never-died/?_hsenc=p2ANqt...
1•rmason•6m ago•0 comments

New things for regular expressions in PostgreSQL: pg_tre and pg_re2

https://www.depesz.com/2026/08/25/new-things-for-regular-expressions-in-postgresql-pg_tre-and-pg_...
1•fanf2•6m ago•0 comments

Pushing the Limits of Serving DeepSeek-V4-Pro

https://www.lmsys.org/blog/2026-08-19-deepseek-v4-pro-engine-optimization-h20/
1•gmays•7m ago•0 comments

How A Tweet Changed My Life

https://hugorcd.com/writing/how-a-tweet-changed-my-life
1•rmason•7m ago•0 comments

Woman Who Exposed FBI Official for Working with Russian Oligarch Found Dead

https://www.newsweek.com/allison-guerriero-michael-mcgonigal-fbi-exposed-working-russian-oligarch...
4•1e1a•9m ago•0 comments

Show HN: Mousetrapped: Cursor Recovery Utility for macOS- Open Source

https://github.com/uncSoft/Mousetrapped
1•uncSoft•10m ago•0 comments

Why Is Staff Scheduling Hard?

https://www.mjc2.com/staff-planning-complexity.htm
1•dualarte•11m ago•0 comments

Svelte Custom Renderers

https://svelte-custom-renderers.com/
1•dabinat•13m ago•0 comments

Show HN: AlparAI – Autonomous Swarm OS with Quantum Verification

https://www.alparai.com/en
1•ercumenterden•13m ago•0 comments

Vidact – a compiler that turns React into direct DOM operations

https://www.vidact.dev/
1•mohebifar•14m ago•0 comments

Show HN: AI coach that adapts workouts and meals to your injuries and

https://rizin.app/
1•wowinter15•14m ago•0 comments

The Death of Educational Content on YouTube (Fern) [video]

https://www.youtube.com/watch?v=-Gnrp_caPvo
1•K3UL•15m ago•1 comments

RonanRX (YC S26) – Full Stack Pharmaceutical Company for Personalized GLP-1s

https://ronanrx.com/
1•lloydarmbrust•15m ago•1 comments

The First Pancake (2021)

https://www.gkogan.co/first-pancake/
1•gk1•16m ago•0 comments

The Ceiling Was Never the Model

https://www.pinecone.io/blog/the-ceiling-was-never-the-model/
1•gk1•16m ago•0 comments

Wise Application to Charter a Subsidiary National Trust Bank [pdf]

https://www.occ.gov/topics/charters-and-licensing/interpretations-and-decisions/2026/cd1381.pdf
1•toomuchtodo•18m ago•0 comments

Show HN: Local business leads, one API call away

https://sensecollect.com
1•chrislxy•19m ago•0 comments

MapQuest is now the No. 1 U.S. app after bucking Trump's 'Lake America' renaming

https://techcrunch.com/2026/09/02/mapquest-is-now-the-no-1-u-s-app-after-bucking-trumps-lake-amer...
3•speckx•23m ago•0 comments

Pedagogical Provinces in Dangerous Times

https://peterberard.substack.com/p/pedagogical-provinces-in-dangerous
1•EthanHeilman•23m ago•0 comments

Disclosure Pilot AI

https://github.com/p-dirac/disclosure-pilot-ai
1•p-dirac•23m ago•0 comments

Lean AI Formalization Leaderboard

https://lean-lang.org/eval/legacy/
1•frozenseven•24m 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.