frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

200. Milliseconds

https://200ms.thenodebook.com
1•thunderbong•45s ago•0 comments

Prompt Engineering Is Not Enough. Here Is How to Build Loop Engineering Instead

https://lightrains.com/blogs/prompt-engineering-to-loop-engineering/
1•niksmac•46s ago•0 comments

Selling to the Assistant

https://dmonn.com/selling-to-the-assistant/
1•dmonn•1m ago•0 comments

3D-Printed Micro Manipulator Can Achieve Accurate Sub-Micron Movement

https://www.hackster.io/news/this-3d-printed-micro-manipulator-can-achieve-accurate-sub-micron-mo...
1•robocat•1m ago•0 comments

How LLMs Work

https://arpitbhayani.me/blogs/how-llms-work/
1•aishwarydongre•3m ago•0 comments

I Built the Only 2026 WWII Jeep

https://www.theautopian.com/i-bet-my-company-on-an-impossible-jeep-build-then-a-miracle-happened/
1•martey•5m ago•0 comments

RAG

https://www.pinecone.io/learn/retrieval-augmented-generation/
1•kcxjbskxc•9m ago•0 comments

Show HN: Tune agents trained on public data to work better with your code

1•iamalizaidi•9m ago•0 comments

AI STS Stack for underserved languages paper

https://kamalg2.substack.com/p/choosing-a-real-time-voice-ai-stack
1•Internet_horse•11m ago•0 comments

What history tells us about the AI investment boom

https://www.fa-mag.com/news/what-history-tells-us-about-the-ai-investment-boom-87567.html
1•rwmj•12m ago•0 comments

Show HN: Build a Slack Agent

https://www.buildaslackagent.dev/
1•iacguy•12m ago•0 comments

Las Vegas Business Owner Sentenced to 15 Years for Tax Fraud Scheme (2009)

https://www.justice.gov/archive/usao/nv/news/2009/11162009.html
1•greyface-•15m ago•0 comments

Australian Insurance Brands – AI Search Ranks

https://somantra.ai/aeo-research/australia/insurance/may-2026
1•prasaar•19m ago•0 comments

Learning another language appears to slow brain ageing by up to 13 years

https://www.theguardian.com/education/2026/jul/06/learning-another-language-appears-to-slow-brain...
1•giuliomagnifico•21m ago•2 comments

Microsoft PhotoDNA flags users child sexual abusers on images containing a grid

https://twitter.com/tallcowyt/status/2073904860182008174
1•miohtama•22m ago•1 comments

The Art of Computer Programming by Donald E. Knuth

https://www-cs-faculty.stanford.edu/~knuth/taocp.html
2•archargelod•24m ago•0 comments

Every AI Company Needs a Context Graph. None of Them Need the Same One

https://hydradb.com/blog/ai-context-graph-ontology-infrastructure
2•manveerc•28m ago•0 comments

Show HN: FCS – an open protocol for splitting contributions in pre-company teams

https://github.com/zlaska/FCS
1•zlaska•29m ago•1 comments

Effect HTTP Recorder

https://github.com/anomalyco/effect-http-recorder
1•handfuloflight•29m ago•0 comments

Maestro: Agentic Mobile UI Testing

https://maestro.dev/
2•handfuloflight•31m ago•0 comments

GPTBot is the most blocked crawler among websites that get organic traffic

https://sitestatsdb.com/explore/blocked-bots
1•keywordian•32m ago•0 comments

Steam Summer Sale Simulator

https://steamsalesimulator.com/
1•evo_9•33m ago•0 comments

EU to delay pre-authorised travel system after border chaos

https://www.ft.com/content/de332c29-8270-44d8-b535-aabc42692f03
2•JumpCrisscross•34m ago•1 comments

Why Gen Z is falling in love with film photography

https://theconversation.com/why-gen-z-is-falling-in-love-with-film-photography-282454
3•0in•36m ago•0 comments

Odin 1.0 Announcement

https://www.youtube.com/watch?v=dLPAqXi9In0
4•jhack•37m ago•2 comments

Loan – Stashfin

https://play.google.com/store/apps/details?id=com.stashfin.android&hl=en
1•Chirag12boss•44m ago•0 comments

Jet Engine on a Tractor: AI's Big Productivity Trap

https://www.uptimelabs.io/articles/jet-engine-on-a-tractor-ais-big-productivity-trap
1•aravindputrevu•46m ago•0 comments

Hayabusa2 captures images of asteroid Torifune

https://global.jaxa.jp/press/2026/07/20260706-3_j.html
1•pinewurst•48m ago•0 comments

How Prompt Tuning Improved GPT-5.5 in VS Code

https://code.visualstudio.com/blogs/2026/07/06/optimizing-vscode-coding-harness-model-providers
1•PieUser•48m ago•0 comments

Show HN: Slidown – Markdown to PowerPoint in pure Go, no AI in generation

https://github.com/Songmu/slidown
1•Songmu•48m 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.