frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Lloyd's Lab: Accelerating innovation in the insurance industry (2023) [pdf]

https://assets.lloyds.com/media/dc22cd29-1c4e-441c-a872-e1bf5ce9142a/Lloyds%20Lab_impact%20report...
1•mooreds•6m ago•0 comments

When AI Agents Do the Work, What Do We Lose?

https://milvus.io/blog/when-ai-agents-do-the-work-what-do-we-lose.md
1•Fendy•9m ago•0 comments

Show HN: Crespo – Tree-sitter AST blueprints instead of raw code for LLMs

https://github.com/hrudulmmn/crespo
1•ByteJoseph•14m ago•0 comments

Show HN: I applied Lyapunov stability theory to detect when LLM agents spiral

https://github.com/vishal-dehurdle/state-harness
1•visha1v•15m ago•0 comments

Telegram founder accuses Meta of sabotaging access in India with BGP hijacks

https://www.theregister.com/networks/2026/06/19/telegram-founder-accuses-meta-of-sabotaging-acces...
2•thisislife2•16m ago•1 comments

Manifest for RISC-V Constant Time Floating-Point Operations

https://fprox.substack.com/p/manifest-for-risc-v-constant-time
1•hasheddan•30m ago•0 comments

The Flat Curve Society

https://steve-yegge.medium.com/the-flat-curve-society-36c8b01eb33b
7•fbuilesv•33m ago•1 comments

Why Gen Z Is Nostalgic for a Digital World They Never Knew

https://decodingvibes.com/blog/genz-and-frutiger-aero/
1•altmanaltman•37m ago•0 comments

The Story of the UK General Strike

https://www.nationalarchives.gov.uk/explore-the-collection/stories/the-general-strike/
1•petethomas•38m ago•0 comments

Show HN: Open-source Notion-style personal site / blog

https://github.com/terryds/notion-style-personal-site
1•terryds•39m ago•0 comments

Progressive Disclosure

https://en.wikipedia.org/wiki/Progressive_disclosure
1•Austin_Conlon•40m ago•0 comments

Trump Ally Wins Colombia Election, Heralding Pro-Market Turn

https://www.bloomberg.com/news/articles/2026-06-22/trump-ally-wins-colombian-election-heralding-p...
1•baristaGeek•47m ago•1 comments

Show HN: HyperSnatch – local-first evidence workstation for Windows

https://github.com/Z3r0DayZion-install/hypersnatch/releases/tag/v1.6.11
1•neuralshell•50m ago•0 comments

Show HN: Typevia live LaTeX editing with AI assistance

https://www.typevia.com/
2•Niqht•54m ago•0 comments

Geopolitical jitters push Europe's internet registry away from cloud strategy

https://www.theregister.com/networks/2026/06/19/geopolitical-jitters-push-europes-internet-regist...
2•mooreds•59m ago•0 comments

Therapy ferrets used to kill rats at UK's largest children's prison

https://www.theguardian.com/society/2026/jun/21/therapy-ferrets-kill-rats-uk-largest-children-pri...
3•mooreds•1h ago•3 comments

WebGPU feature detection was not enough to run small LLMs on phones

https://ludion.ai/blog/webgpu-reports-vs-reality/
1•Littice•1h ago•0 comments

Speculation Is All You Need

https://modal.com/blog/spec-is-all-u-need
1•birdculture•1h ago•0 comments

Fugu: Learn to assemble, route, and coordinate expert agents [pdf]

https://github.com/SakanaAI/fugu/blob/main/Fugu_technical_report.pdf
2•saran945•1h ago•0 comments

Extreme Time Value of Money: Late-Stage Career Planning (2021)

https://newsletter.kentbeck.com/p/extreme-time-value-of-money-late
1•mooreds•1h ago•0 comments

Manticore Search 27.1.5

https://manticoresearch.com/blog/manticore-search-27-1-5/
2•snikolaev•1h ago•1 comments

Chile turned to China for an undersea cable. The U.S. said no

https://restofworld.org/2026/chile-china-america-google-cable/
3•higginsniggins•1h ago•0 comments

AI Watchdog

https://www.theatlantic.com/category/ai-watchdog/
1•mikhael•1h ago•0 comments

Ask HN: What will AI coding look like when today's CS freshmen graduate?

1•linzhangrun•1h ago•0 comments

Show HN: Local-first LaTeX editor – open-source

https://apps.microsoft.com/detail/9p6038j2bxtp?hl=en-US&gl=US
2•leonardosalasd•1h ago•0 comments

Canadian government spent $46.8M on a secret Palantir contract

https://theijf.org/brief/canadian-palantir-contract-amendments-obd
4•logickkk1•1h ago•0 comments

Sakana Fugu

https://sakana.ai/fugu/
39•Finbarr•1h ago•9 comments

Show HN: Free AI courses that require a short reflection to earn a certificate

https://www.abc.com.py
1•pfannl•1h ago•0 comments

Why the Human Genome's Tangled Physicality May Confound AI

https://www.quantamagazine.org/why-the-human-genomes-tangled-physicality-may-confound-ai-20260618/
1•Jimmc414•1h ago•0 comments

Tlbic: A Time-Limited Basic Income System Designed with AI, v7.0

https://drive.google.com/file/d/1MtiNjQeQO9ilLuEFXwVeKgWOzec4F2Dn/view?usp=drive_link
2•michikawa59•1h ago•4 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.