12 Followers
13 Following
104 Posts
hello! this is lake, i am 20 and i use any/all pronouns.
i love programming and researching about computer science topics.
i speak
🇬🇧 and 🇹🇷
studyingcomputer science
usingfedora | arch | debian | freebsd
lovingeveryone
sitehttps://lake.xccr.dev/
istanbul
i am right here.
@cuddle good to see you again <3
while linux kernel is using 64-bit time structures internally on 32-bit systems; glibc still defaults to 32-bit time_t, thus userland programs are still at risk for the Y2038 bug.

you have to override glibc defaults by passing
_TIME_BITS=64 and _FILE_OFFSET_BITS=64 to the compiler. all affected software requires to be rebuilt with necessary flags.
@AmyZenunim istg this company is soon going to discontinue itself and self-destruct lmao
i need to join a freebsd community
@cuddle

well uhh :DD
nothing better than cross compiling
cross compiling towards thousand different systems
because, everybody deserves software.
@cuddle that sucks, proton was banned by the government of turkey and i had to use a vpn for a while to read my mails loll
@cuddle ive never heard of tinycc before! i gotta give it a shot on my freebsd system and check if i can reproduce your issue