frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Jank is off to a great start in 2026

https://jank-lang.org/blog/2026-03-06-great-start/
2•todsacerdoti•1m ago•0 comments

Swift at scale: building the TelemetryDeck analytics service

https://swift.org/blog/building-privacy-first-analytics-with-swift/
1•frizlab•2m ago•0 comments

GLP-1 drugs may fight addiction across every major substance

https://theconversation.com/glp-1-drugs-may-fight-addiction-across-every-major-substance-accordin...
1•gmays•3m ago•0 comments

Watch BYD's 5-min Flash Charging in action on the new Seal 07 EV

https://electrek.co/2026/03/06/byds-new-seal-07-ev-with-5-min-flash-charging-video/
1•breve•3m ago•0 comments

Reflections on Using Acme (2020)

https://blog.jacobvosmaer.nl/0006-acme/
1•tosh•4m ago•0 comments

Show HN: Graph-Oriented Generation – Beating RAG for Codebases by 89%

https://github.com/dchisholm125/graph-oriented-generation
1•dchisholm125•4m ago•0 comments

Most of My Coding Is Now Agentic

https://www.justinmath.com/most-of-my-coding-is-now-agentic/
1•speckx•6m ago•0 comments

Eating out of boredom isn't a thing

https://greyenlightenment.com/2026/01/28/eating-out-of-boredom-isnt-really-a-thing/
1•paulpauper•8m ago•0 comments

Claude Used to Hack Mexican Government

https://www.schneier.com/blog/archives/2026/03/claude-used-to-hack-mexican-government.html
1•Jimmc414•9m ago•0 comments

The Evolution of Go (2015) [video]

https://www.youtube.com/watch?v=0ReKdcpNyQg
1•tosh•10m ago•0 comments

3W for In-Browser AI: WebLLM and WASM and WebWorkers

https://blog.mozilla.ai/3w-for-in-browser-ai-webllm-wasm-webworkers/
1•hwclass•10m ago•0 comments

New (early) diabetes cure in China

https://hrnews1.substack.com/p/communist-china-just-cured-diabetes
1•donatello•10m ago•0 comments

Project Oberon Emulator in JavaScript and Java

https://schierlm.github.io/OberonEmulator/
1•tosh•12m ago•0 comments

White House autism briefing linked to Swift shifts in prescribing patterns

https://www.brown.edu/news/2026-03-05/autism-briefing-prescriptions
1•geox•12m ago•0 comments

Show HN: Open-source multi-model code review council (BYOK, free tier)

https://council.stardreamgames.com/
1•TheTrueObelus•12m ago•0 comments

Show HN: Remotely use my guitar tuner

https://realtuner.online/
1•smith-kyle•16m ago•0 comments

The Betting States of America [video]

https://www.youtube.com/watch?v=dVC9zOxJLo8
1•anarbadalov•16m ago•0 comments

Gum: A tool for glamorous shell scripts

https://github.com/charmbracelet/gum
1•thunderbong•16m ago•0 comments

Show HN: Contexa – Git-inspired context management for LLM agents

https://github.com/swadhinbiswas/contexa
1•0x0003r•16m ago•0 comments

Show HN: Mantle – Remap your Mac keyboard without editing Kanata config files

https://getmantle.app/
1•gsteezy•16m ago•0 comments

Apple users in the US can no longer download ByteDance's Chinese apps

https://www.wired.com/story/bytedance-apps-are-no-longer-available-in-us-app-stores/
1•LorenDB•17m ago•0 comments

Five CLIs Walk into a Context Window

https://theredbeard.io/blog/five-clis-walk-into-a-context-window/
1•ac29•17m ago•0 comments

Show HN: Hydra – Real-time ops dashboard for developers running AI agents

https://github.com/kunalnano/hydra
1•marinerk9•21m ago•0 comments

Noemon: ARC-AGI-2 top score at a fraction of the cost

https://twitter.com/noemon_ai/status/2029970169326379380
2•markerbrod•21m ago•1 comments

Browsercord.com – free in-browser screen recorder and editor with share links

https://browserecord.com
2•zygo•21m ago•1 comments

Asteroid defense mission shifted the orbit of more than its target

https://arstechnica.com/science/2026/03/nasas-dart-mission-shifted-the-orbits-of-two-asteroids/
3•LorenDB•21m ago•0 comments

TypeScript 6.0 RC

https://devblogs.microsoft.com/typescript/announcing-typescript-6-0-rc/
6•johnz•22m ago•0 comments

Why it takes you and an elephant the same amount of time to poop

https://www.pbs.org/newshour/health/takes-elephant-amount-time-poop
10•Tomte•24m ago•3 comments

A semantic history: How the term 'vibe coding' went from a tweet to prod

https://www.coderabbit.ai/blog/a-semantic-history-how-the-term-vibe-coding-went-from-a-tweet-to-prod
1•dmkravets•25m ago•0 comments

Fiber-free processed foods hit emotional memory fast, especially in older brains

https://medicalxpress.com/news/2026-02-fiber-free-foods-emotional-memory.html
1•PaulHoule•26m 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•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.