

Or just… teach them? play movie.mkv isn’t rocket science.
Instructions on how to switch to HDMI 1 are currently taped to the back of my mom’s TV remote


Or just… teach them? play movie.mkv isn’t rocket science.
Instructions on how to switch to HDMI 1 are currently taped to the back of my mom’s TV remote
Things like gradient boosting, supervised + reinforcement learning, NLP (sentiment analysis), etc have been used in algorithmic trading for decades.
Hell, much to the chagrin of statisticians, some people even lump linear regression under the AI umbrella
Also I think you are confusing fundamentals and technicals


There are low powered FM transmitters you can get for your car
FM transmitter plugs into cigarette lighter for power
iPod connects to FM transmitter via AUX cord
You tune your cars radio to whatever frequency the transmitter is set to, and it plays whatever your iPod is playing


It’s the best time I’ve had with a game since BG3 - gameplay is ‘just’ good, but the story and design are next level


Lenovo apparently offers the choice on some models, with the windows license adding $140 to the price of the laptop.
It’s Google analytics, and the meta/twitter/etc tracking pixels. Almost every site uses them because they provide useful data to the site owner and they are free.
the images in OPs post appear to be designed to match their site theme, meaning umatrix wouldn’t even block them, because they are being served from the sites actual domain/CDN and not from Facebook/Google’s tracking domain.
The buttons don’t do any tracking just from existing. They only exist to encourage a miniscule number of people to repost your content on social media, and in the event a share comes from that, they may include affiliate info
All the useful information comes from the tracking scripts, which developers are also placing themselves because they are infinitely more useful. They tell you where visitors are coming from, how/if they are converting, everything they are viewing/interacting with on your site, and what the ROI of your ad spend is. In addition to telling you if someone clicked the share button.
Tracking pixels have been decoupled from the “share” buttons for at least 10-15 years
Just loading the “share” icon from the social media website allows them to see that you are reading that specific article
The buttons aren’t necessary for this though. They can do that with a <script> tag, or a hidden 1x1 pixel <img>
You seem content to entirely gloss over the issue, which isn’t the pros/cons of a particular writing style, it’s that the maintainer could have said ANY of the things you said, but he didn’t
If I was the maintainer, I too would probably reject the PR because it didn’t remove the gender entirely.
Cool, but that isn’t what happened here. The PR was closed immediately because the maintainer considered using gender neutral pronouns “personal politics” - he had ample opportunity to clarify his stance, or simply comment ‘resubmit in passive voice’, but he didn’t. Clearly the problem wasn’t the active voice, it was the summary of the change, because when that exact same PR was re-submitted much later with a commit message of ‘Fix some minor ESL grammar issues’, it was accepted with no discussion
As an aside, I absolutely disagree with the use of passive voice. It’s more verbose, and harder for the reader to comprehend. It’s why every style guide (APA, Chicago, IEEE, etc) recommends sticking to active voice, especially in the context of ‘doing things’.
If goes against established norms here
What’s the established norm here. All people compiling software by source are male?
he said politically motivated changes aren’t welcome
What’s politically motivated about changing “he” to “they”. As you said, gender doesn’t apply here, so the neutral word is literally preferable.
Yes, I’m sure that PR would have been accepted instead /s
But you’re right, it doesn’t matter at all, the reasonable thing to do would have been for the guy to spend 3 seconds clicking the accept and merge button, or 6 seconds making your change. instead he wrote a comment stating that inclusive language has no place in his project
https://github.com/SerenityOS/serenity/pull/6814#issuecomment-830793992
Really?
This screams “women not wanted” to me


If the code doesn’t change, the resulting docker image will have the same hash, and a new image won’t be created
https://github.com/jackett/jackett/releases
Jackett is literally just releasing a new version every day


and I’ve encountered zero bugs so far
This is my only complaint - it crashes a lot for me


The content of the email is very laissez-faire, e.g. "we legally have to send these ¯\_(ツ)_/¯ "


I collect these like pokemon 🙃

Wonder if that includes Uber eats?


Especially because it’s to a newbie, who stands to benefit the most from using an OS with more user share and more available online resources.
I only took a cursory glance but a lot of that belongs to the UI framework (svelte)
Similar to react/vue, it’s used to render the content on the page, and automatically update what’s shown on the page when variables change value. This basically replaced jquery and the callback-hell that was mid-2000s web development