frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Palantir Will No Longer Profit Off of New Yorkers' Health Data

https://theintercept.com/2026/03/24/palantir-new-york-city-hospitals-contract/
2•cdrnsf•44s ago•0 comments

Game Theory (Open Access textbook with 165 solved exercises)

https://arxiv.org/abs/1512.06808
1•ibobev•1m ago•0 comments

Writing Without Writing: An Essay Written Through Conversation

https://stilldecoding.com/posts/writing-without-writing/
1•lorenzotenti•1m ago•0 comments

Akai just released a portable and relatively budget

https://www.engadget.com/audio/akai-just-released-a-portable-and-relatively-budget-friendly-mpc-s...
1•01-_-•1m ago•0 comments

Show HN: Wowza it's hard to track equity and investments

https://signed.com
1•holman•1m ago•0 comments

Hong Kong book shop staff arrested over 'seditious' publications

https://hongkongfp.com/2026/03/24/breaking-independent-book-shop-staff-arrested-over-seditious-pu...
1•ilamont•1m ago•0 comments

I stopped using fancy dev tools and became more productive

https://alexandmanu.com/blog/why-i-stopped-using-fancy-dev-tools/
1•leksje•3m ago•0 comments

Amazon says AWS Bahrain region 'disrupted' following drone activity

https://www.aljazeera.com/news/2026/3/24/amazon-says-aws-bahrain-region-disrupted-following-drone...
1•laurex•3m ago•0 comments

Airbnb in firing line as Cape Town's housing crisis catches up with middle class

https://www.theguardian.com/world/2026/mar/24/airbnb-cape-town-housing-crisis-middle-class
1•edward•4m ago•0 comments

After hackers hit an Iowa company, cars around the country failed to start

https://arstechnica.com/security/2026/03/after-hack-some-ignition-interlock-users-couldnt-start-t...
1•Brajeshwar•4m ago•0 comments

Auto-balancing and load-testing Ridiculous Space Battles

https://www.positech.co.uk/cliffsblog/2026/03/21/auto-balancing-and-load-testing-ridiculous-space...
2•speckx•6m ago•0 comments

Powering Product Discovery in ChatGPT

https://openai.com/index/powering-product-discovery-in-chatgpt/
1•babelfish•6m ago•0 comments

My First LLM Experiment

https://www.scottrlarson.com/publications/publication-my-first-llm-experiment/
1•trinsic2•6m ago•0 comments

So I Created an AI project to Waste Spam Callers' Time that kept calling me [video]

https://www.youtube.com/watch?v=AldNjRm4gzQ
1•mknweb•7m ago•1 comments

Google open sources Android Automotive for core car functions

https://blog.google/products-and-platforms/platforms/android/android-automotive-os/
1•xnx•7m ago•0 comments

Agents and Ants Antagonists in Assembly – The Swarm Challenge

https://hallofdreams.org/posts/agents-and-ants/
2•TheCog•8m ago•1 comments

Introduction to Compilers and Language Design

https://dthain.github.io/books/compiler/
1•ibobev•8m ago•0 comments

First Ever Antiproton Transport

https://www.uni-hannover.de/en/universitaet/aktuelles/presseinformationen/presseinfo-singleview/n...
1•FinnKuhn•9m ago•0 comments

Meta's Rogue AI Agent Gave Engineers Access They Shouldn't Have Had

https://grith.ai/blog/meta-ai-agent-unauthorized-access?march24=
1•edf13•10m ago•0 comments

Details That Make Interfaces Feel Better

https://jakub.kr/writing/details-that-make-interfaces-feel-better
1•eustoria•10m ago•0 comments

Shortest-Path on the GPU: Two buckets is all you need

https://www.execfoo.de/blog/nearfar.html
1•softwarehippie•10m ago•0 comments

The HTML Review 05

https://thehtml.review/05/
1•eustoria•10m ago•0 comments

Fast regex search: indexing text for agent tools

https://cursor.com/en-US/blog/fast-regex-search
1•davikr•11m ago•0 comments

Idempotent Slices with Applications to Code-Size Reduction

https://arxiv.org/abs/2603.09726
1•matt_d•12m ago•0 comments

Mining of Datasets

http://www.mmds.org/
1•ibobev•12m ago•0 comments

Someone left the company and I inherited a part of their vibe coded work

https://twitter.com/JonasBadalic/status/2036454746916339855
5•tosh•12m ago•1 comments

ShowTracker – Free social tracker for TV, movies, anime, and manga

https://eu-west-1a.online.tableau.com/#/site/3visionshowtracker/views/ShowTracker-NewDesign/HomePage
1•brigen•12m ago•0 comments

Show HN: Email.md – Markdown to responsive, email-safe HTML

https://www.emailmd.dev/
3•dancablam•12m ago•1 comments

Emerging AI dev tool categories, market map, and meditations on the space

https://12gramsofcarbon.com/p/agentics-6-emerging-agent-dev-tool
1•theahura•12m ago•0 comments

Stop "Vibe Coding" – Give your AI Agents structured context from messy docs

https://knowhereto.ai/
1•Cindy_Yingxin•14m ago•1 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.