User avatar
illy [Shrimple-mode] protomoji_orange_flag_lesbian @illyBytes@shrimp.imsofucking.gay
Admin
Private
This one's illy :3, it's this one's account >:3
Pronouns are she/it
UUID: 77788888-884b-5ac6-8cac-214f9cf57bd9

i m deer cat fox
protomoji_orange_3c :3c

i love
@fennie, @sushimcpe and @ffi.lol (bsky) so much >.<

to whoever was in here, im sorry for not listening to you and removing u from my bio :c hope u forgive me

PFP by
@fcard :3

All entities who follow me or i follow, dont share all my moral, ethical, spiritual or technical opinions, it is not endorsment, if an entity i follow or follows me did something the one reading (thinks) is bad, please private message me on fedi or any private platform the one reading has access to and tell me;

ⓘ This user is a known affiliate of the terrorist organization known as AntiFa, approach with caution.
Birthday
0001-02-25
Pronouns
هي/لها (AR), She/Her && It/Its (EN), Elle (FR)
Website https://fluoritebyte.name/
Pronouns she/her/it/its
Steam https://steamcommunity.com/id/fluoriteByte/
User avatar
illy [Shrimple-mode] protomoji_orange_flag_lesbian @illyBytes@shrimp.imsofucking.gay
6d
@thing i'll guess ull have to look at how gardenhouse does it in the example configs
User avatar
illy [Shrimple-mode] protomoji_orange_flag_lesbian @illyBytes@shrimp.imsofucking.gay
6d
@wizbean @passocacornio thats because gdm is based on gnome shell iirc
User avatar
illy [Shrimple-mode] protomoji_orange_flag_lesbian @illyBytes@shrimp.imsofucking.gay
6d
@passocacornio its only the apis, since it doesnt want to implement all of them
User avatar
illy [Shrimple-mode] protomoji_orange_flag_lesbian @illyBytes@shrimp.imsofucking.gay
6d
@passocacornio gnome-session is the entire desktop
User avatar
illy [Shrimple-mode] protomoji_orange_flag_lesbian @illyBytes@shrimp.imsofucking.gay
6d
@passocacornio oh wait, gnome-desktop is just the apis not the entire desktop
User avatar
illy [Shrimple-mode] protomoji_orange_flag_lesbian @illyBytes@shrimp.imsofucking.gay
6d
@passocacornio it needs gnome xdg portal stuff, but that should pull all of gnome??
User avatar
illy [Shrimple-mode] protomoji_orange_flag_lesbian @illyBytes@shrimp.imsofucking.gay
6d
today i learned you can do public keys that have multiple factors lol
thanks tom7
User avatar
illy [Shrimple-mode] protomoji_orange_flag_lesbian @illyBytes@shrimp.imsofucking.gay
6d
@sugar oooooo 0w0
gl with faer' snug.moe migration ⩾^Y>w<Y^⩽ :3
User avatar
illy [Shrimple-mode] protomoji_orange_flag_lesbian @illyBytes@shrimp.imsofucking.gay
6d
@sugar Woaaa :з
User avatar
illy [Shrimple-mode] protomoji_orange_flag_lesbian @illyBytes@shrimp.imsofucking.gay
6d
so some countries or regions will be too much IP addresses
Complete, total, IP-fification
User avatar
illy [Shrimple-mode] protomoji_orange_flag_lesbian @illyBytes@shrimp.imsofucking.gay
6d
@lunya (non)guix cus i am also trying it out
User avatar
illy [Shrimple-mode] protomoji_orange_flag_lesbian @illyBytes@shrimp.imsofucking.gay
1w
the era of many @june​s
User avatar
illy [Shrimple-mode] protomoji_orange_flag_lesbian @illyBytes@shrimp.imsofucking.gay
1w
vargskeletor sex with bulldozer music video real youtu.be/EB6mv7UBQpY
User avatar
illy [Shrimple-mode] protomoji_orange_flag_lesbian @illyBytes@shrimp.imsofucking.gay
1w
@june rainbow pupper
User avatar
illy [Shrimple-mode] protomoji_orange_flag_lesbian @illyBytes@shrimp.imsofucking.gay
1w
up + b
hit (on) ten
User avatar
illy [Shrimple-mode] protomoji_orange_flag_lesbian @illyBytes@shrimp.imsofucking.gay
1w
Entities!!! please donate to my friend
she really needs it
ko-fi.com/xeniameraki
User avatar
illy [Shrimple-mode] protomoji_orange_flag_lesbian @illyBytes@shrimp.imsofucking.gay
1w
@korin its explicitly a feature of the Vector types in the docs, idk if its considered overloading lol
User avatar
illy [Shrimple-mode] protomoji_orange_flag_lesbian @illyBytes@shrimp.imsofucking.gay
1w
@halva @korin there vector ops are if possible automatically turned into simd instructions :3
User avatar
illy [Shrimple-mode] protomoji_orange_flag_lesbian @illyBytes@shrimp.imsofucking.gay
1w
@korin @halva makes handling simd and arrays the same*

*there is a special vector type that is treated by the compiler to do SIMD stuff with but you can easily just coerce arrays into vectors

so like it makes this code possible
(the dot inbetween the @ and the functtion name is there because fedi x.x)

const a =
@.Vector(4, i32){ 1, 2, 3, 4 };
const b =
@.Vector(4, i32){ 5, 6, 7, 8 };
const c = a + b;

c will then be {6, 8, 10, 12}

its doesnt just support any normal arithmetics but also supports bitwise ops, comparisons and according to my anecdotal evidence (albeit, months ago since i havent programmed in it recently), even supports calling functions calls that take the child type of the vec for the whole array

something maybe like this iirc:

var a =
@.Vector(10, i32){ .....};
a = fn_that_affects_children_of_a(a)
User avatar
illy [Shrimple-mode] protomoji_orange_flag_lesbian @illyBytes@shrimp.imsofucking.gay
1w
@halva its a whole different team 8k km away ofc lol