Posts
21912
Following
433
Followers
824
25. θΔδ*& *NIX Developer.Average Paw Enjoyer. ♿ HSD

lotte adds rac- to words a lot but it doesn’t alter meaning

NSFW posts are not for minors (they will be blocked on sight).

Opinions expressed in this profile are representative of those of your employer.

“u are my favorite therianizing biohazard” — @sodiboo@gaysex.cloud
“you know, maybe i will finally learn to read the content warning before clicking 'view' [—] thanks for this lesson @charlotte” — @ariadne@social.treehouse.systems

pfp by @stickerraccoon.bsky.social
re: eupol snark
Show content

@awoo using emergency regulation powers to force through a bill that has been repeatedly voted down (including that time)

0
0
2

rust proposal

fn get_null_ref<T: ?Sized>() -> &'static T {
  Null
}

fn check_null_ref() {
  assert_eq!(get_null_ref::<u8>(), Null);
  assert_ne!(get_null_ref::<[u8]>(), Null);
  // this following panics:
  // println!("waow: {}", get_null_ref::<[u8]>().len());

  // Actual, for real, null check
  let unknown_reference: &'static [u8] = get_null_ref();
  let unknown_reference_ptr_addr = (&raw const unknown_reference).cast::<usize>();
  if unsafe { *unknown_reference_ptr_addr } == 0 {
    println!("This is a null reference!");
  } else {
    println!("This is *not* a null reference!");
  }
}
2
3
4

@flesh every single http request and response contains a timestamp in the form of Sat, 11 Jul 2026 14:12:10 GMT. this is required per the HTTP spec and virtually all clients and servers send this.

you need a working implementation of the gregorian calendar in order to calculate the week day in it. There is also no reason to have it there. not even for a human reader who could just look at a wall calendar to figure that info out. in effect it is read by a machine however who has genuinely no use for this data

this is, from what i can tell, still the case with http/2 and h3 for some bizarre reason. this overly complex way of encoding timestamps is also part of other, more useful, headers.

0
0
2

if you ever feel down, just remember that someone implemented a full gregorian calendar only for a computer to look at it and ignore all extraneous information

1
0
1

interesting keyboard uwu

1
11
4

@novenary a fun pleroma fe bug is when a draft references media that doesn’t exist on the server, it’ll just brick and you need to either clear the drafts in dev tools or clear cookien for the site

1
0
0
re: tf, puppy, you
Show content
0
0
0

we are racclassified as a bed-invasive species so there is no protective period where u aren’t allowed to snuggle

0
1
1

are we sure that the lunar capsule landed on the moon, and the moon didn’t land on the lunar capsule neoraccoon_thinking

0
0
0

is there a coyoteh?

0
0
0

is a coyote a 90° rotated yote or a yote with the arrows reversed

1
0
3
Edited 2 months ago

we’ll be in vienna from next saturday afternoon to tuesday morning if u wanna meet up and hug just huu

1
1
0

@sterophonick @jded with laptop cards one thing to note is that some vendors (particularly lenovo) have a built-in wifi card whitelist that afaik isn’t possible to circumvent

1
0
1

using sir/ma’am to mean that i don’t like them

0
0
3

@sterophonick had a regression recently where it just didn’t work at all

otherwise it is functional i guess

0
0
1

@EeveeEuphoria neopossum just a day away! i am so happy about this information

1
0
1

@eri pokes holes in you cubely (here raccomes the wrecking raccube)

0
2
3

species affirming surgery for bovines where extra stomachs are added

0
0
2
Show older