[-] Lightfire228@pawb.social 16 points 6 months ago* (last edited 6 months ago)

The distinction is meaningless in the land of Opcode's and memory addresses

For example, a struct is just an imaginary "overlay" on top of a contiguous section of memory

Say you have a struct

struct Thing {
  int a;
  int b;
  Thing* child;
}

Thing foo {}

You could easily get a reference to foo->child->b by doing pointer arithmetic

*((*((*foo) + size(int)*2)) +size(int))

(I've not used C much so I've probably got the syntax wrong)

[-] Lightfire228@pawb.social 19 points 8 months ago

This looks more like a solar eclipse

[-] Lightfire228@pawb.social 19 points 9 months ago* (last edited 9 months ago)

Use a towel

Just make sure it's not damp, or the resulting steam will burn you

[-] Lightfire228@pawb.social 17 points 9 months ago* (last edited 9 months ago)

You can either patch the binary

sudo patchelf --replace-needed libalpm.so.14 libalpm.so.15 "$(which paru)"

Or install paru-git

sudo pacman -S --needed base-devel
git clone https://aur.archlinux.org/paru-git.git
cd paru-git
makepkg -si

Or do both, patch the binary, then use it to install paru-git (which is what i did)

[-] Lightfire228@pawb.social 17 points 9 months ago

As a furry, i approve this message

[-] Lightfire228@pawb.social 17 points 1 year ago

Timezones make intuitive sense for humans

UTC / Unix timestamps make intuitive sense for computers

The issue is bridging the gap

[-] Lightfire228@pawb.social 19 points 1 year ago

Just a software dev furry passing by

[-] Lightfire228@pawb.social 16 points 1 year ago

This one hits scarily close to home

I even use a non-POSIX shell (https://www.nushell.sh/), with my config synced with Syncthing

[-] Lightfire228@pawb.social 20 points 1 year ago

I feel like that would cause false positives

Then again, not that many people mess with their router

[-] Lightfire228@pawb.social 16 points 1 year ago

How is she reading without glasses?

view more: ‹ prev next ›

Lightfire228

joined 2 years ago