FreeBSD adopts a 'Code of Conduct', based on the example in Feminism Wiki, talking about systemic oppression etc.
2 0 comments 17 Feb 2018 15:51 u/zak_the_mac (..) in v/programmingA raytracer printed on the back of a business card
0 0 comments 20 Jun 2017 09:40 u/zak_the_mac (..) in v/programmingComment on: The head of the Drupal project threw out a member for consensual BDSM practices in his spare time. The community has signed a letter indicating mass resignations if this isn't reversed
6 14 Apr 2017 15:03 u/zak_the_mac in v/programmingThe head of the Drupal project threw out a member for consensual BDSM practices in his spare time. The community has signed a letter indicating mass resignations if this isn't reversed
36 31 comments 14 Apr 2017 13:18 u/zak_the_mac (..) in v/programmingComment on: Should I negotiate for higher salary if I have no previous work experience?
It's easy to get something to negotiate with: apply for a number of jobs, and compare the salaries they offer you. If the job you particularly wanted didn't match the salary offer from another company that you didn't want so much, you could ask the company you wanted to work for to match it.
Comment on: Extreme programming
I've always thought the critical flaw of Extreme Programming is that most programmers are introverts, and tire of being in another person's company. I know I think best when sitting quietly on my own.
Comment on: [Poll] Do you write hexadecimal numbers in upper- or lowercase?
I originally preferred upper case, cause capital letters look more like numbers, so the number looked more consistent.
But then I found that everyone used lower case (in C++ code), so I gave up and switched to lower case.
Comment on: 0 experience, getting into C++, really just not understanding why you'd want/need to use void
The question didn't ask specifically about void as a return type though, but rather about all general usages of void. There is lots of 'void *' action in C that's replaced in C++, and that's what bioemerl is referring (correctly) to.
Comment on: 0 experience, getting into C++, really just not understanding why you'd want/need to use void
Void is more of a C feature than a C++ feature. Chances are, if you find some code that uses void, it could be better written with C++ features such as templating, overloading, etc. It's mostly included in C++ for backwards compatibility with C.
Edit: As others have pointed out, this is apart from its usage as a return type from a function, where it means 'this function doesn't return anything'.
Comment on: Hate GitHub being taken over by gender politics? Don't worry, you're not alone.
Nah, it's 'percentage of peak'. All Google Trends graphs show the highest point as 100.
Hate GitHub being taken over by gender politics? Don't worry, you're not alone.
117 37 comments 20 Feb 2016 14:32 u/zak_the_mac (..) in v/programmingComment on: What Is "Memory Stomp"?
I usually see this kind of error referred to as an 'array overrun' rather than the more generic 'memory stomp'.
Comment on: These 'women are better programmers than men' articles everywhere aren't necessarily accurate
Yeah there haven't been any articles, until a big spate of them recently, all based on the Github 'study'. The same Github that's embroiled in a divisive controversy about diversity just before it published that study.
Yeah I got the feeling they were trying to use SJW language, in order to blockade it being used against them.