frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The Unreasonable Effectiveness of ProseMirror Model in Rich Text Transformation

https://smoores.dev/post/unreasonable_effectiveness_of_prosemirror/
1•birdculture•53s ago•0 comments

Nespresso Coffee Capsule Info

https://docs.google.com/spreadsheets/d/1kZJCdTmqQla2ha3DDYyixQDIUuf9wLvt3122akBkhgM/edit?gid=7456...
1•skogstokig•53s ago•0 comments

Perhaps the Poll Voting plugin should be ready soon

https://postwits.com
1•eagle10ne•1m ago•0 comments

Marketing

1•ajjuramdam•1m ago•0 comments

Sony's 1000X the ColleXion Headphones Make the AirPods Max 2 Look Affordable

https://gizmodo.com/sonys-1000x-the-collexion-wireless-headphones-make-the-airpods-max-2-look-aff...
1•giwook•1m ago•0 comments

Edmund Phelps, Who Upended the Way We View Inflation, Dies at 92

https://www.nytimes.com/2026/05/18/business/economy/edmund-phelps-dead.html
1•paulpauper•2m ago•0 comments

AI-written story published in Granta, wins major literary prize

https://twitter.com/ATabarrok/status/2056399339174469827
1•paulpauper•2m ago•0 comments

SaaSpocalypse now? These founders don't think so

https://betakit.com/saaspocalypse-now-these-founders-dont-think-so/
1•builtbystef•3m ago•0 comments

WTF happened to Claude Code ext in antigravity?

https://antigravity.google/docs/ide-getting-started?app=antigravity
1•ajalexander•4m ago•0 comments

Is It Worth Investing in Index Funds? What 90% of Investors Get Wrong About Fees

https://comuniq.xyz/post?t=1109
1•01-_-•4m ago•0 comments

Ask HN: Is there a good code intelligence MCP server yet?

1•fariswyatt•8m ago•0 comments

Dumb Ways for an Open Source Project to Die

https://nesbitt.io/2026/05/19/dumb-ways-for-an-open-source-project-to-die.html
2•chmaynard•8m ago•0 comments

The Relevance of BPMN in the Age of AI

https://medium.com/spiffworkflow/the-relevance-of-bpmn-in-the-age-of-ai-1f28440440e5
1•danfunk•9m ago•1 comments

We Got Lost in AI

https://hmmr.online/posts/we-got-lost/
1•ZanderHammer•10m ago•0 comments

ZPL – a deterministic engine for binary-matrix bias scoring

https://zeropointlogic.io
1•cicicalex•12m ago•1 comments

Spring Cleaning

https://blog.bayindirh.io/blog/spring-cleaning/
1•bayindirh•12m ago•0 comments

Mistral AI Acquires Emmi AI to Create the Leading AI Stack

https://www.emmi.ai/news/mistral-ai-acquires-emmi-ai
2•doener•17m ago•0 comments

Minnesota becomes first state to ban prediction markets

https://www.npr.org/2026/05/19/nx-s1-5821265/minnesota-ban-prediction-markets
2•ortusdux•17m ago•0 comments

The State of Statefulness in AI Agents

https://twitter.com/yoheinakajima/status/2056598291316634079
1•programmarchy•18m ago•0 comments

Tesla (TSLA) is building its giant solar panel factory in Houston

https://electrek.co/2026/05/19/tesla-tsla-solar-panel-factory-houston-brookshire-100-gw/
1•dotcoma•19m ago•0 comments

QUIC has a lot going for it, but it is a large library (six figure LoC)

https://twitter.com/ID_AA_Carmack/status/2056780156535279812
1•tosh•21m ago•0 comments

Unlocking Asynchronicity in Continuous Batching

https://huggingface.co/blog/continuous_async
1•gmays•21m ago•0 comments

Tools to understand how content was created and edited

https://blog.google/innovation-and-ai/products/identifying-ai-generated-media-online/
1•7777777phil•22m ago•0 comments

Big Tech's AI Trap

https://crib.social/notice/B6SoGrSEip75oKAcGO
2•gslepak•23m ago•0 comments

Depression linked to bacterium-chemical interaction in personal care products

https://tech-paper.com/new-research-found-that-depression-may-begin-in-your-gut-when-a-common-bac...
1•cachecrab•23m ago•0 comments

The Sunk Cost Fallacy and How It Influences Our Decisions

https://almossawi.substack.com/p/the-sunk-cost-fallacy
1•anarbadalov•24m ago•0 comments

Andrej Karpathy Joins Anthropic

https://www.thevccorner.com/p/breaking-andrej-karpathy-joins-anthropic
2•vinni2•25m ago•0 comments

Google Antigravity CLI

https://antigravity.google/blog/introducing-google-antigravity-cli
2•jbirnick•26m ago•0 comments

Google introduces Gemini Spark, a 24/7 agentic assistant with Gmail integration

https://techcrunch.com/2026/05/19/google-introduces-gemini-spark-a-24-7-agentic-assistant-with-gm...
1•gfortaine•27m ago•0 comments

Show HN: Logbox – let Claude monitor your dev logs

https://github.com/struct-dot-ai/logbox
2•nimeshmc•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.