frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

I have reimplemented Stable Diffusion 3.5 from scratch in pure PyTorch

https://github.com/yousef-rafat/miniDiffusion
115•yousef_g•2h ago•14 comments

Inside the Apollo "8-Ball" FDAI (Flight Director / Attitude Indicator)

https://www.righto.com/2025/06/inside-apollo-fdai.html
26•zdw•49m ago•5 comments

Unsupervised Elicitation of Language Models

https://arxiv.org/abs/2506.10139
74•kordlessagain•3h ago•5 comments

Solar Orbiter gets world-first views of the Sun's poles

https://www.esa.int/Science_Exploration/Space_Science/Solar_Orbiter/Solar_Orbiter_gets_world-first_views_of_the_Sun_s_poles
52•sohkamyung•2d ago•3 comments

Peano arithmetic is enough, because Peano arithmetic encodes computation

https://math.stackexchange.com/a/5075056/6708
162•btilly•1d ago•54 comments

Last fifty years of integer linear programming: Recent practical advances

https://inria.hal.science/hal-04776866v1
111•teleforce•10h ago•12 comments

How to Build Conscious Machines

https://osf.io/preprints/thesiscommons/wehmg_v1
37•hardmaru•5h ago•31 comments

The Many Sides of Erik Satie

https://thereader.mitpress.mit.edu/the-many-sides-of-erik-satie/
83•anarbadalov•6d ago•16 comments

SIMD-friendly algorithms for substring searching (2018)

http://0x80.pl/notesen/2016-11-28-simd-strfind.html
151•Rendello•13h ago•27 comments

Slowing the flow of core-dump-related CVEs

https://lwn.net/SubscriberLink/1024160/f18b880c8cd1eef1/
56•jwilk•3d ago•8 comments

Endometriosis is an interesting disease

https://www.owlposting.com/p/endometriosis-is-an-incredibly-interesting
247•crescit_eundo•17h ago•134 comments

Texting myself the weather every day

https://bensilverman.co.uk/posts/daily-weather-sms/
17•benslv•2d ago•19 comments

Model Once, Represent Everywhere: UDA (Unified Data Architecture) at Netflix

https://netflixtechblog.com/uda-unified-data-architecture-6a6aee261d8d
101•Bogdanp•5h ago•66 comments

Me an' Algernon – grappling with (temporary) cognitive decline

https://tidyfirst.substack.com/p/me-an-algernon
65•KentBeck•4d ago•34 comments

Solidroad (YC W25) Is Hiring

https://solidroad.com/careers
1•pjfin•4h ago

TimeGuessr

https://timeguessr.com/
171•stefanpie•4d ago•34 comments

Filedb: Disk-based key-value store inspired by Bitcask

https://github.com/rajivharlalka/filedb
90•todsacerdoti•13h ago•9 comments

"Language and Image Minus Cognition." Leif Weatherby on LLMs

https://www.jhiblog.org/2025/06/11/language-and-image-minus-cognition-an-interview-with-leif-weatherby/
5•Traces•3d ago•0 comments

Liquid Glass – WWDC25 [video]

https://developer.apple.com/videos/play/wwdc2025/219
118•lnrd•4d ago•212 comments

Implementing Logic Programming

https://btmc.substack.com/p/implementing-logic-programming
161•sirwhinesalot•18h ago•51 comments

Self-Adapting Language Models

https://arxiv.org/abs/2506.10943
182•archon1410•21h ago•49 comments

The Army’s Newest Recruits: Tech Execs From Meta, OpenAI and More

https://www.wsj.com/tech/army-reserve-tech-executives-meta-palantir-796f5360
150•aspenmayer•1d ago•151 comments

Student discovers fungus predicted by Albert Hoffman

https://wvutoday.wvu.edu/stories/2025/06/02/wvu-student-makes-long-awaited-discovery-of-mystery-fungus-sought-by-lsd-s-inventor
127•zafka•3d ago•95 comments

Mollusk shell assemblages as a tool for identifying unaltered seagrass beds

https://www.int-res.com/abstracts/meps/v760/meps14839
10•PaulHoule•2d ago•0 comments

The international standard for identifying postal items

https://www.akpain.net/blog/s10-upu/
81•surprisetalk•2d ago•17 comments

What Is Open Source?

https://werd.io/what-is-open-source/
5•benwerd•43m ago•0 comments

If the moon were only 1 pixel: A tediously accurate solar system model (2014)

https://joshworth.com/dev/pixelspace/pixelspace_solarsystem.html
811•sdoering•1d ago•244 comments

Whatever Happened to Sandboxfs?

https://blogsystem5.substack.com/p/whatever-happened-to-sandboxfs
62•zdw•2d ago•8 comments

I convinced HP's board to buy Palm and watched them kill it

https://philmckinney.substack.com/p/i-convinced-hps-board-to-buy-palm
610•AndrewDucker•22h ago•474 comments

Protecting your code from other people's bugs

https://doi.org/10.1145/3733699
19•MiguelX413•3d ago•2 comments
Open in hackernews

Simulink (Matlab) Copilot

https://github.com/Kaamuli/Bloxi
38•kaamuli•21h ago

Comments

kaamuli•21h ago
Before I start - Yes, I know the differential equation in the video is wrong. I’ve already fixed it by tweaking the prompt and the script so the inputs depend on what’s being asked. The original issue was that blocks like Sum were being pasted in without matching the right number of inputs and outputs.

I’m a 2nd-year aero-engineering student at Imperial College London, I enjoy problem solving (did BPhO - gold and UKMT Gold) I'm a full-stack dev (or atleast trying to be lol) who hacked together Bloxi, an AI copilot that sits on top of Simulink and turns plain-English prompts into working control-system models and can easily debug them in real time. I felt the pain myself this term, watching top-tier students burn hours wiring blocks instead of engineering. With today’s multimodal LLMs finally able to “see” diagrams, this is the first moment an assistant like Bloxi can exist and the fastest way to give millions of engineers the same productivity leap coders just got.

I built this mainly to get comfortable with LLMs and “prompt-engineering,” and I think I’ve hit the point where I’m done tinkering—especially now that MathWorks have announced they’re working on their own version. So I figured I’d share what I’ve got in case anyone wants to take it further and also just to like give it out to the world innit.

How it works

Two scripts + simple backend: 1. One builds the Simulink model. 2. The other handles the chat + simple UI. 3. Backend that glues together the OpenAI API and frontend

Drop in your own OpenAI API key and you’re off. I used it to debug and build a few uni-project models, and it’s been surprisingly handy.

At first it just spat out a finished Simulink file, but I wanted that ChatGPT “walk-through” vibe make it feel 'magical'. So I added a couple of for loops: one to drop in blocks step-by-step, and another to wire them up.

Since raw code isn’t visible in Simulink (to the best of my knowledge), within one of my scripts I had it walk through the simulink file and screenshot each stage leveraging the fact openAI's API is multimodal, pipe them through the LLM, and let it spot inconsistencies. Works better than I expected. Perhaps someone can do better or find a better way?

Youtube video of me using it: https://youtu.be/TX0fviaFSyg

Here’s the GitHub link if you want to play with it, poke around or build on it: https://github.com/Kaamuli/Bloxi

To use download & open scripts then just do openChatbox().

mrchucklepants•18h ago
Nicely done. Simulink really needs something like this.
stochtastic•20h ago
This is very cool, thanks for sharing. There are many industries and academic fields where Matlab has gone out of fashion (I work in one), and my experience has been that there's a lot of over the top negativity about Mathworks products, centering mostly on the license and business model. But I think there's a lack of awareness of just how superior Matlab and Simulink are to all alternatives in some domains. All that to say: don't let the Matlab hate get to you, you're using the right tool for the job.
mrchucklepants•18h ago
There really is no alternative to Simulink. When you add Simulink Compiler and Embedded Coder, you can do some amazing things. If I am doing anything else, I use Python.
steamrolled•16h ago
The complaints about licensing seem a bit weird given that the company actually accommodates hobbyists. They have a $100-something perpetual home license that doesn't require internet access.

Most other vendors of niche "pro" software just give the middle finger to hobbyists and want you to pony up thousands of dollars for an annual subscription.

I think it's perfectly OK to say "I don't need this, open-source tools work for me". Just like you can use KiCad instead of Cadence for PCB design. But getting angry at Mathworks for wanting money from commercial users seems weird.

inamberclad•13h ago
I'm frustrated that they push their product on undergrad engineering classes so heavily. Except for a few poorly taught weeks of C++, most of my classmates never leaned anything else. Admittedly, Matlab is a very good product for modeling and learning about controls, but they use this advantage to make sure all the fresh undergrads only know how to program in their product.