49 Followers
24 Following
126 Posts

19lvl, 🇵🇱, they/them, furry :3
most stereotypical femboy Rust developer you can imagine.

Co-founder of the C4TG1RL5 project
Extensive computer-toucher (mainly: networking, web, audio/video, codecs, UI/UX, low-level, DIY electronics)
I also do photography and make music ^^

pfp is me, maybe slightly edited

WWWhttps://lemonsh.moe
C4TG1RL5https://catgirls.systems
E-mail // XMPP[email protected]
Matrix@lemon:envs.net
it turns out you can attach audio to mastodon posts. neat

Oh no, the API used for async IO on Windows is fascist /s

https://2023.notgull.net/device-afd/

(jokes aside, this is a fantastic read)

\Device\Afd, or, the Deal with the Devil that makes async Rust work on Windows

The monster in the closet that no one wants to make eye contact.

notgull
im so proud of this
hot take: YouTube videos shouldn't have background music. I want to play my own, not listen to your questionable youtube audio library pick and I absolutely hate it when it clashes.
Via flickr https://flic.kr/p/111bAYMEJ (Arctic Wolf)
#Fox #Bot

Didn't know the kernel build system provides background checks for the criminal history of compilers.

> In order to compile ARM Linux, you will need a compiler capable of generating ARM ELF code with GNU extensions. GCC 3.3 is known to be a good compiler. Fortunately, you needn’t guess. The kernel will report an error if your compiler is a recognized offender.

[https://docs.kernel.org/arch/arm/arm.html]

ARM Linux 2.6 and upper — The Linux Kernel documentation

Dora the Explorer: Found UART (pmOS edition)

Also worth reiterating that the concept of "well-known" is a incredibly stupid UNIX-ism that doesn't really deserve to exist today however some extremely fringe (and silly) cases around backwards compatibility (that are depending on authenticating based on a port number)

you can fix the stupidity by setting

sysctl net.ipv4.ip_unprivileged_port_start=23

There is some argument to set it just below SSH (port 22) to prevent some stupid service from being able to bind on to port 22, But anything above that should be fair game lifting this limitation stops you from having to give applications root when they start up, or bless them with some systems capability flag through the file system