26 Followers
59 Following
63 Posts
Creating bugs and trying to make cluster scheduling go vrum vrum at the University of Utah with Rob Ricci

"The reason we don’t see exploding battery attacks more often is not because it’s technically hard, it’s because the erosion of public trust in everyday things isn’t worth it."

https://www.bunniestudios.com/blog/2024/turning-everyday-gadgets-into-bombs-is-a-bad-idea/

Most production systems have lots of code to handle important edge cases or improve performance, and this means that the code can be quite complicated. Building minimal versions of libraries or containers can be really educational, and these walkthrough tutorials like this one can be really enlightening, even though we should never run this kind of code in production.

If you're using OpenTelemetry, I highly recommend this post:

https://jeremymorrell.dev/blog/minimal-js-tracing/ by @jeremymorrell

OpenTelemetry Tracing in 200 lines of code | Jeremy Morrell

Distributed Tracing is scary and complicated... right?

Congratulations to @hamza for successfully defending his thesis!
I was trying to draw a figure in latex and this is how the internet decided to help me :)
I can slightly observe the aurora from the park next to my house in SLC #northernlights #aurora

Hands down the best picture of the YEAR. Couldn’t have done it without you! Grateful for all the support and guidance throughout my grad years.

Advice for graduate students: find you a professor like @ricci

Now back to Thesis work :)

This report about AI targeting is one of the worst things I’ve ever read

https://www.972mag.com/lavender-ai-israeli-army-gaza/

‘Lavender’: The AI machine directing Israel’s bombing spree in Gaza

The Israeli army has marked tens of thousands of Gazans as suspects for assassination, using an AI targeting system with little human oversight and a permissive policy for casualties, +972 and Local Call reveal.

+972 Magazine

I need some volunteers outside the US and EU! All you need to do is run a script that will download some popular websites and run some traceroutes.

We're doing a study about where web trackers are hosted, and we want to get data from around the world.

The US and EU are well-studied in this respect, so we don't need more volunteers from there - but if you have access to a machine at a residence, campus, etc. elsewhere in the world, and are interested, you can either email me ([email protected]) or DM me or @sachindhke here. All you need to be able to do is run a Python script on it.

Thanks!

Fun side effect of not linking with libc in Golang https://kgrz.io/go-file-read-max-size-buffer.html
Go can only read 1GiB per Read call

There's a 1GiB limit for a single `Read` call for an `os.File` entity (object? struct?) in Go, and this seems to be a deliberate choice.

After all these years, I've only just realised that the illustration for @beep's seminal Responsive Design article is itself responsive. 🤦

https://alistapart.com/article/responsive-web-design/

#typography #webdev #webdesign

Responsive Web Design

Designers have coveted print for its precision layouts, lamenting the varying user contexts on the web that compromise their designs. Ethan Marcotte advocates we shift our design thinking to approp…

A List Apart