Recent Posts

  • | 2 min read

    iOS Jailbreak Updates (Post-Checkm8)

    This follows Lars Fröder's @opa334dev latest update about the status of the Dopamine jailbreak and the future of iOS exploitation. Lars and a few other committed developers have been working on this...

    read article
  • | 3 min read

    I hate the news

    Some people turn on the radio first thing in morning. Others collapse with the evening news. While some mindlessly scroll through social media, others remain "informed" by viewing CNN and...

    read article
  • | 2 min read

    Starlink vs Fibre vs 4G/5G vs Copper

    I recently watched a Youtube video from a foreign tech reviewer, Joshua De Lisle, who finally ditched copper broadband and switched to Starlink because the speeds are total garbage — 17 Mbps download,...

    read article
  • | 5 min read
    #administrativia

    Ads, Dopamine Traps, and Memetic Hazards

    Sometimes, things just get a little fucked up, and it seems like there’s nothing I can do and it all just weighs in. I think, personally, this is in part due three things of which we shall explore...

    read article
  • | 2 min read

    NFDs

    Brian Cantwell Smith is one of the many people who are far smarter than I am. His MIT thesis Procedural Reflection in Programming Languages—which is something else—is how I first became aware of...

    read article
  • | 2 min read
    #linux

    Linux on External HDD

    I wanted to install Linux on a portable SSD I had and make it bootable from my laptop, so it needed UEFI support. I didn’t find a nice method of doing it online, so I found my own way. Before going...

    read article
  • | 1 min read
    #automotive #security

    Source Code for 2020+ Subaru Head Units and other Core Functionality

    I found it a year ago, made minor modifications and compiled successfully. However, to get it deployed is another large task which I didn’t follow through with, there are probably people who have done...

    read article
  • | 1 min read
    #software

    Software Design by Trial and Error

    Me and my mentor often talk about software design. He's skeptical about Agile Software Design, calling it “software design by trial and error”. I share his skepticism. Yesterday, I took a two-hour...

    read article
  • | 3 min read

    My Favorite Programming Pattern

    So at work we were talking about interviewer questions for fresh graduates, and one of them was the standard test to weed out those who faked it 'til they made it. It went something like this: You are...

    read article
  • | 1 min read
    #assembly

    Assembly version of Hello World

    datas segment use16 str1 db "hello world!", 0dh, 0ah, "$" datas ends stacks segment use16 db 256 dup(0) stacks ends codes segment use16 assume cs:codes, ds:datas,...

    read article
View All Posts