artemis everfree (@everfreeartemis) 's Twitter Profile
artemis everfree

@everfreeartemis

she/they | hardware witches | server maids | disabled and tired, but dont let that stop you | feed may be 18+ | pfp art is my own | DM for matrix/discord

ID: 1481902993049939968

linkhttps://artemis.sh calendar_today14-01-2022 08:16:58

981 Tweet

434 Takipçi

40 Takip Edilen

gabby (@gabriellag439) 's Twitter Profile Photo

I am begging language designers to use the same syntax for function application and type parameters In other words,if your functions look like this: f(x,y,z) ... then type parameters should look like this: List(t) ... and not this: List<t> ... nor this: t list

artemis everfree (@everfreeartemis) 's Twitter Profile Photo

openSeaChest provides necessary tools to adjust seagate hard drive block size between 512e and 4Kn. compiled and executed successfully on aarch64 armbian.

artemis everfree (@everfreeartemis) 's Twitter Profile Photo

anyone know of a filesystem for linux that can be instructed to write zeroes to the underlying block device upon deletion of a file?

artemis everfree (@everfreeartemis) 's Twitter Profile Photo

Someone I know was working through some code exercises and was baffled by some output their code was generating. - char c = getc() - char passed to hex printf() with an integer input argument - the signed char is implicitly upcast to int - the sign bit gets extended - ffffffed

Someone I know was working through some code exercises and was baffled by some output their code was generating.

- char c = getc()
- char passed to hex printf() with an integer input argument
- the signed char is implicitly upcast to int
- the sign bit gets extended
- ffffffed
artemis everfree (@everfreeartemis) 's Twitter Profile Photo

feel like im going insane trying to find a way to measure low density things with decigram accuracy im sitting here contemplating purchasing a third scale after trouble with the first 2. actually im sitting here contemplating buying a fucking triple-beam balance

Mara (@m_ou_se) 's Twitter Profile Photo

🦀📢 New blog post! 📝✨ Do we need a "Rust Standard"? My views on whether we need a Rust standard, or a Rust specification, and an overview of what we already have and do in terms of stability, specification, and language evolution. blog.m-ou.se/rust-standard/