Posts
1429
Following
133
Followers
172
of the @kitsunecafe@tech.lgbt notoriety

"what a fascinating yet quietly terrifying being neofox_pleading" @kirakira@furry.engineer
"turbo queer" @kasdeya@cryptid.cafe

eli (ˈe̝ːli), vampire kitsune

Edited 5 months ago

gf just called something i wrote “junji ito code” and i’ve never felt so flattered

0
1
6

eli (ˈe̝ːli), vampire kitsune

confounding to silicon and carbon based lifeforms

0
0
1

eli (ˈe̝ːli), vampire kitsune

its my life’s goal to write the most cursed things in every possible language – natural or programming

2
0
4

eli (ˈe̝ːli), vampire kitsune

anyway i’m mad about c# because i’m running into a problem that has nothing to do with the language and is purely because i have no idea what im doing

0
0
3

eli (ˈe̝ːli), vampire kitsune

Edited 5 months ago

“let’s add a sql-like duck-typed query dsl inside the language”

“we should add a keyword that just turns off type checking in our strongly typed language”

partial classes

2
2
6

@salad_bar_breath @jepyang taking turns driving while road tripping by cycling who is the kidnapper and the kidnapped

1
2
7

eli (ˈe̝ːli), vampire kitsune

c# is the okayest language of all time. i don’t mean that it’s completely average in every way – more like it has the most ridiculous fucking design decisions that would occasionally make javascript blush

1
0
5

@rowan "yeah, I'm a public transit employee...what did I get paid?...I dunno, just the joy of listening to my girlfriend's delighted giggles coming from my trunk."

0
1
1

eli (ˈe̝ːli), vampire kitsune

re: code snippet
Show content

@ilobmirt hehehe! 💜 in c#, default parameters need to be a statically analyzable constant value; i assume this is probably to help ease static analysis and parsing efforts of the compiler when it comes to type checking and dealing with potential side effects from code

in javascript and python, you can do really cursed amazing things with default parameters

function sideEffect(value) {
  console.log(value)
}

function someFunc(value, optionalValue = sideEffect(value)) {}

someFunc(1) // console prints '1'
1
0
1

@salad_bar_breath neofox_thumbsdown “public transit” - free, accessible transportation to ensure that all participants of society have equal access to all services

neofox_bottom public transit - gf locking me in her trunk and kidnapping me because its hot

1
2
5

Everybody is all "public transit this" and "public transit that" until they want a hot femme to lock them up in her trunk

2
1
2

eli (ˈe̝ːli), vampire kitsune

i realized last night that i never actually finished infodumping about obscure messaging / comm formats. acp127 based formats are pretty fun. i kinda wanna do a writeup on that

0
0
2

eli (ˈe̝ːli), vampire kitsune

toxic yuri (rowan writing computer software)

0
0
4

Look, just because I'm a femme does not mean that I won't pick you up and whisk you away to my trunk and lock you in there.

5
2
1

eli (ˈe̝ːli), vampire kitsune

@salad_bar_breath (right into the trunk with it)

0
0
1

eli (ˈe̝ːli), vampire kitsune

code snippet
Show content
bool IsApproxEqual(float a, float b, float epsilon = Mathf.Epsilon) // Default parameter value for 'epsilon' must be a compile-time constant

unity. why. why is your epsilon value a readonly static.

1
0
3
Show older