isithran reshared this.

lewd, computer aided design software
The media in this post is not displayed to visitors. To view it, please go to the original post.

reshared this

in reply to scarlet

See, they wanted to call the DirectX -> Vulkan layer "IndirectX" but found out the term was already used for something else!

Specifically, for Indirect X Rendering over the GLX/Xorg pipeline using the LIBGL_ALWAYS_INDIRECT=1 Mesa flag to use the older indirect OpenGL renderer for remote X connections

"We have IndirectX at home" :p

This entry was edited (Monday, June 24, 2024, 3:48 PM)
isithran reshared this.

ME: Hello computer! Please show me what I was doing recently

COMPUTER IN THE 1980's: l cease to exist when I am powered off. Please start whatever you were doing from scratch

COMPUTER IN THE 2000's: Yep here you go champ

COMPUTER IN THE 2020's: I stored 10,000 identical copies of what you were doing in 500 different global datacentres at a carbon footprint equivalent to leaving a semi-trailer idling 24/7 and also sent a copy to the FBI just to be safe. Let me know which one you want and I'll do my best to figure it out. By the way here are 10 things which are similar to what you were doing and 9 of them are ads. Do you like this? Please select "I love this very much" or "I'll be in love with this later" to continue

reshared this

isithran reshared this.

Please take a moment to familiarise yourself with your environments safety features and procedures.

- safety exit
- fire extinguisher, hose, alarm
- aed
- first aid kit
- intercom / communication devices
- isolators and emergency stops
- safety wardens
- union rep

isithran reshared this.

isithran reshared this.

The media in this post is not displayed to visitors. To view it, please go to the original post.

WE DID IT. My new zine “How Git Works" is out now!

You can get it here for $12: wizardzines.com/zines/git

reshared this

isithran reshared this.

Microsoft wants to lock your #DNS resolution to Microsoft-only and Microsoft-approved systems. arstechnica.com/security/2024/…
#dns

reshared this

isithran reshared this.

The media in this post is not displayed to visitors. To view it, please go to the original post.

She’s just like me fr fr (exception have no one to cuddle :neocat_cry: )

reshared this

isithran reshared this.

The media in this post is not displayed to visitors. To view it, please go to the original post.

If you are aged 30 or more, then 50% of all human fossil fuel emissions happened during your lifetime. (by Neil Kaye)

reshared this

isithran reshared this.

The media in this post is not displayed to visitors. To view it, please go to the original post.

Last orders!!

#Zilog is going to end #Z80 production. 😔

#8Bit #RetroComputing

reshared this

isithran reshared this.

The media in this post is not displayed to visitors. To view it, please go to the original post.

Sword of Damocles free #knitting pattern by Grace Lindley. This knit tapestry is brilliant. If you ever felt your #WIPs or to-do list were hanging over you like the Sword of Damocles, you can manifest it by knitting this double knit work of art. (This is not my work but a free pattern I found and wanted to share)
Link to free knitting pattern
ravelry.com/patterns/library/s…

reshared this

isithran reshared this.

The media in this post is not displayed to visitors. To view it, please go to the original post.

Finally made it to the @connections and woah, there’s a lot happening in there - tons of things to see and noise! Had a lovely tour through their aisles and aisles worth of equipment, and got to say hi to a few of the volunteers there too - we could have spent hours there omg ​:trans_nya:

reshared this

isithran reshared this.

no centralised social network could ever produce "the taliban deleted my account". that's a mastodon special.

reshared this

isithran reshared this.

The media in this post is not displayed to visitors. To view it, please go to the original post.

This evening I'm reverse engineering my smoke detectors audio status thingy (audiolink). It has information like battery status, dust, power fault count

isithran reshared this.

isithran reshared this.

@johnvoorhees's breakdown of Apple's response to the DMA on MacStories is a must-read, especially if you've had a hard time understanding all the ramifications of Apple's policy changes in the EU. macstories.net/stories/underst…

isithran reshared this.

isithran reshared this.

The media in this post is not displayed to visitors. To view it, please go to the original post.

Learn how QR codes work, and how to read them without a computer!

@piko and I just released the interactive explainer that we used in our workshop at #37c3!

qr.blinry.org

reshared this

isithran reshared this.

New blog post: An update about my Rust implementation of Galileo OSNMA. OSNMA is a protocol, currently in test, used to authenticate cryptographically the data in the Galileo EU GNSS. Two years ago I published a Rust implementation of this protocol.

reshared this

in reply to Daniel Estévez

Finally, I give an overview of the state of open-source OSNMA implementations. All other implementations I've found are in Python (not suitable for embedded microcontrollers) and under a copyleft license (or no license). So my galileo-osnma implementation in Rust with MIT + Apache license still occupies a singular position.

Read more: destevez.net/2024/01/an-update…

isithran reshared this.

Déjà un an que mon manuel de survie des femmes dans la tech a été publié o
duchess-france.fr/dossier/wome…
Il est toujours d'actualité, comme il l'était déjà il y a dix ans. Nous avons tous et toutes une part à jouer dedans.

reshared this

in reply to isithran

This looks pretty good, although I haven't quite yet figured out how it works.

I used to use Video Analyzer to explain video codecs to students, but it's unmaintained for 7 years, it also doesn't let you load just any video (needs a h265 yuv stream)
github.com/gabrieldiego/VideoA…

I found it slightly easier to get to the parts I want to explain (blocks, motion vectors), maybe it's also interesting to you.

You can see me using it here starting at 15:40 docs.claudiuscoenen.de/2022-WS… (german, sorry)

isithran reshared this.

The media in this post is not displayed to visitors. To view it, please go to the original post.

Understanding the internals of #Rust and learn how Rust code maps to assembly

eventhelix.com/rust/

#rustlang #reverseengineering

reshared this

TIFO the Arduino Ethernet library performs unbuffered byte-by-byte transfers when you're using print() and println(), leading to unreasonably increased turnaround count. I'll need to dig in the library's code, to check why, and I'll probably make a bug report.

This doesn't happen when using write() with an explicit buffer length, though.

PCAP: app.packetsafari.com/analyze/l…
"2 text/gemini\r" is written using println(), and the page content with write( void*, size_t).