asyncrosaurus

joined 1 year ago
[–] asyncrosaurus@programming.dev 1 points 1 week ago (1 children)

I took a compiler course focused on optimization and porting. So I worked with x86 and ARM. There's very little reason in modern computing to write assembly by hand, but it's still useful to be able to read and understand.

[–] asyncrosaurus@programming.dev 5 points 1 week ago* (last edited 1 week ago) (3 children)

I was hacking scripts and web shit together in perl, python and php for many years before learning C, and just a couple months learning C/C++ made me understand so many more basic concepts than all previous years experiences combined.

Address are written for humans.

For machines, the address line and postal code is the only important part, the rest is encoded in the postal code and can be left off.

[–] asyncrosaurus@programming.dev 6 points 1 month ago* (last edited 1 month ago) (1 children)

Nah, our generation had to tinker with shit to get it working. Kids these days have it easy, which is good from a user perspective, but fails to train them how any of it actually works at a deeper level.

No one has to install a device driver anymore.

[–] asyncrosaurus@programming.dev 39 points 1 month ago (1 children)

It's a beginners book filled with a mix of bad and good advice, which takes considerable experience to separate the two. Those who can point out all the bad advice already don't need the book, and newer developers will pick up absolutely atrocious coding advice. There's simply better books that target beginners better, like The Pragmatic Programmer.

So when you are on-boarding junior devs that have bought into the clean code/SOLID dogma, you're spending several months beating all their terrible coding habits out of them.

[–] asyncrosaurus@programming.dev 8 points 2 months ago (2 children)

Ivermectin is an anti-parasite drug used in treating heartworm. It was one of the early conspiracy cures for covid, despite the fact viruses are notoriously different from parasitic roundworm. There was also a constrained supply of the drug used for human treatments, so the qanon types were buying the version of the treatment meant or horses.

[–] asyncrosaurus@programming.dev 1 points 2 months ago

He's using the ancient rhetorical device of "I know you are, but what am I?".

[–] asyncrosaurus@programming.dev 3 points 2 months ago* (last edited 2 months ago) (1 children)

public string GetDayOfWeek(DateTime date) => "saturday";

I also calculated it, his result checks out.

[–] asyncrosaurus@programming.dev 37 points 2 months ago (3 children)

Programming is mostly research. Researching curses to cast on the guy who wrote the Incomprehensible mess you're currently debugging.

[–] asyncrosaurus@programming.dev 2 points 2 months ago (1 children)

I've used various Linux distress on a half dozen laptops over rhe last 10 years and I've never had Wi-Fi driver issues

[–] asyncrosaurus@programming.dev 4 points 2 months ago* (last edited 2 months ago) (1 children)

apt remove sudo

sudo is not installed on several distributions by default, so hardly surprising it's not there or that you can remove it.

[–] asyncrosaurus@programming.dev 3 points 2 months ago

Doctors used to refuse to wash their hands before performing surgery.

 

Also some fun takeaways: it also makes external calls to azure to load configuration and stays silent after updating for 2 weeks before showing warnings.

Moq is unusable. Needs to be forked or repoaced. Time to switch to NSubstitute.

view more: next ›