I always have mixed feelings about trans awareness week and trans day of visibility, because most cis people who talk about it go exclusively for the "you are valid" angle instead of the "trans healthcare has collapsed entirely and we need to do something about that" angle. Like I appreciate the first one, don't get me wrong, but sometimes it reads as a little shallow when you don't also talk about the second. You get me?
You can just be a girl if you want. It’s okay. Or a boy, or something else, or no gender at all. You’re not too old, or too young, or too much, or not enough, or trespassing, or appropriating, or causing trouble. It’s okay. Really.
But the important thing is: do what you want, not what you think you’re allowed. Find the joy and follow that. You can experiment and you can change your mind. That’s okay too.
I found out the other day that Numerical Control - ie CNC machines - were pushed by the US Air Force as a means to break shop floor unions. The early ones had no economic advantage but DID shift the type of labour from the floor to the office (who weren’t unionised).
Just a fun thought when one considers “software is eating the world” and AI/ML trends.
Hey journalists! Mastodon is not a “platform”. Platforms were invented in the wake of the last financial crisis to consolidate power among specific companies by mining people of of their personal data for profit online. Mastodon does not consolidate, only connects. It does not amplify algorithmically, or mine people. Any “learning curve” should include reflection on why you ever accepted “services” aimed at data extraction as “natural” or even “social” to begin with. #twittermigration
Here is a take on whether we should replace everything with functional programming(from https://m.slashdot.org/story/407123)
My last corporate job actually switched everyone from Windows to their semi-custom Linux distro, but if I had to use windows now, I'd basically use it as a HAL to boot into a full-screen linux vm ;)
Being a great #engineer does not start with you being top at maths and science. It starts with you wanting something to be better in some way and then you finding an urge to seek out what that way is. I need enthusiastic and relentless seekers far more than I need equations.
Additionally, in case this isn't obvious on the minifigboards.com website, all my stuff is open source: https://github.com/bwshockley/Mini-SAM has some details. As soon as the RP2040 board is proven out, I'll commit the files and add more details.
USPol, transphobia
Over the years, these attacks escalated and evolved.
In 2021, Arkansas became the first state to legislatively ban gender-affirming care for minors.
The legislators behind the effort were fueled by religious right activism.
But they couched their approach in "just asking questions" about the standard of care that every mainstream medical organization in the country accepted.
USPol, transphobia
I just read the New York Times piece raising doubts about gender-affirming care (although the article doesn't call it that).
Amazingly, the article does not mention religion, the Christian right, or contain any hint that a religious movement is driving the assault on trans rights in state legislatures.
It mentions Republican legislators and governors just twice.
https://www.nytimes.com/2022/11/14/health/puberty-blockers-transgender.html
@derickflorian Frequently C projects with more than one file are managed by a Makefile. You define the rules by which your project gets built based on what files depend on what other files to compile. When you run the make command, it will comprehend the dependencies, check the file time stamps, and figure out the minimum amount of work to build the project. There are also newer technologies that have developed, see CMake, ninja, tup and others as well as Visual Studio.
@derickflorian Been a long time since I've worked in C, but if I recall correctly, it processes all of the header files first, using them to build a map of functions and variables and classes that can be invoked (and which external libraries they require).
Then, it compiles the actual code files down into machine-readable binary code.
Then, the linker goes through and actually links that map from the headers with the built code (and any included libraries).
So, yes, the names of the c files don't matter that much. The names of the header files matter, primarily for include purposes.
In C++, the names of the cpp files matter more from a style perspective because the classes are more self-contained and should generally be in matching code/header files.
Choose your fighter. #Poll #Polls #MastoMonday
#introduction
PhD candidate in the Pornillos Lab. #cryoEM and #biochem to study #HIV capsid-host interactions. #Girldad #Horselife #biking #homerenovation #homestead
Just broke into software development. Currently struggling to grasp C!