Making Mass Effect not require administrator rights, or maybe how to not write a boolean check

Uncovering Online Delivery Menu Best Practices with Machine Learning

Fun with Concepts: Do You Even Lift, Bool?

Issue #34

11/11/2020

A Byte of Coding Issue #34
( ͡❛ ͜ʖ ͡❛)✌
I got my first Patreon supporter today. Thanks Євген :)

Cha-ching ba-bling here's dat thing.


PS. Anyone got a recommendation for a CDN provider? Hit me up.

Making Mass Effect not require administrator rights, or maybe how to not write a boolean check

Published: 9 November 2020
Tags:
assembly
, c


Unfortunately I never got into modding video games (I wish I had, would've been fun), but that doesn't make me appreciate any less what what those devs do. Especially when you see some of the stuff they have to root around in. In this lengthy article, the author takes us along on a quest to discover the source of a register value issue triggering an unwanted action in a PC port of Mass Effect.

Read Full Article

Uncovering Online Delivery Menu Best Practices with Machine Learning

Published: 9 November 2020
Tags: ai, machine learning


I'll be straight to the point and say this one isn't programming heavy. However, Finn Qiao presents a real business problem, breaks it down into byte sized (ba-da-bum-chhh (although technically it should be bit)) pieces that are required for machine learning inputs, demonstrates the implementation, and divulges the results. Overall it's a great article for a real application of machine learning.

Read Full Article

Fun with Concepts: Do You Even Lift, Bool?

Published: 26 October 2020
Tags: cpp, c


Concepts are a new feature in C++20 that we've had a few articles about in the past in this newsletter. In this article, the author demonstrates how they can be used to create better types than the ones offered by default in C++, and suggests that they make "constraining overloads and specializations" easier than ever before.

Read Full Article
Thanks for your Support! 

Thanks to the supporters like Євген Грицай, this newsletter is provided to you for free. If you'd like to also show your support and help out, you can donate on the Patreon page. It's not necessary, but it lets me know that I'm doing a good job and that you're finding value in the content.
Donate Here






This email was sent to <<Email Address>>
why did I get this?    unsubscribe from this list    update subscription preferences
A Byte of Coding · 750 Fowler St NW · Atlanta, GA 30332-1914 · USA

Stats (updated daily)

Sent: 879

Opens: 399

Clicks: 195

Link Clicks Clicks % Unique Clicks Unique Clicks %
Making Mass Effect not require administrator rights, or maybe how to not write a boolean check 73 37.82% 65 38.24
Uncovering Online Delivery Menu Best Practices with Machine Learning 57 29.53% 49 28.82
Fun with Concepts: Do You Even Lift, Bool? 63 32.64% 56 32.94

Previous

Back to Issues

Next