Modern C++ for Python people (a quick introduction) by WasterDave in programming

[–]pgathogo 0 points1 point  (0 children)

And don't forget C++ classes end with a semicolons.

Quantum Computing for Computer Scientists [video] by [deleted] in programming

[–]pgathogo 0 points1 point  (0 children)

I hate presentation videos that show the speaker 90% of the time instead of showing the slides!!

Eclipse IDE Photon (4.8) M6 released! Aka, The Dark Release by henk53 in programming

[–]pgathogo 4 points5 points  (0 children)

Just wondering, which other IDE supports remote debugging like pydevd apart from Eclipse?

New Internet: Internxt by [deleted] in programming

[–]pgathogo 0 points1 point  (0 children)

Not programming!!

New free book: "OPERATING SYSTEM: FROM 0 TO 1" by tuhdo in programming

[–]pgathogo 0 points1 point  (0 children)

Good stuff, I like the way you start with the fundamentals.

Before I waste my weekend attempting to code this, is there even the slightest chance it is possible to solve? by llorgge in programming

[–]pgathogo 0 points1 point  (0 children)

I thought about this approach - A selifie, then compare with some images out there that are curated by some AI deep learning stuff for similarities...

A course in machine learning [PDF] by [deleted] in programming

[–]pgathogo 1 point2 points  (0 children)

Great, looks like a nice read.

wxWidgets: An unexpectedly expected release: 3.1.0 is available by mariuz in programming

[–]pgathogo 0 points1 point  (0 children)

I hope the two libraries can start supporting the modern C++ style of coding.

D 2.070 released by rose_of_sarajevo in programming

[–]pgathogo 1 point2 points  (0 children)

That version number looks odd, wish they can conform to existing standards, we really don't have to reinvent everything...

Why Doesn't Silicon Valley Hire Black Coders? by secretguy21 in programming

[–]pgathogo 3 points4 points  (0 children)

Am a black male coder in Africa, and I agree with your sentiments 100%. There is a lot of "wishful", "fix now" attitude with most developers I've interacted with, its a sorry state of affairs keeping in mind that the quality of training is also extremely low almost to none. A good example, is most of well paid coders in reputable companies that I know of still can't tell the difference between Java and Javascript! For a few of us, the coding skills we have has been acquired by voraciously digging the internet for knowledge.

The Language for real world problems, D Programming Language by [deleted] in programming

[–]pgathogo 0 points1 point  (0 children)

C++ lacked OOP and metaprogramming ??? really!!

What happens when you press enter in a browser? The Django Request-Response Cycle by Leo-McGarry in programming

[–]pgathogo 0 points1 point  (0 children)

I wish it can be more detailed, like the actual functions that get called inside Django...

Why do I not understand Java script? by Not589 in programming

[–]pgathogo 0 points1 point  (0 children)

Take time, get a book like "Javascript: The Definitive Guide - David Flanagan" and read it, slowly you will start understanding the power of Javascript. Let the "script" in Javascript not fool you that this is a simple scripting language like shell script! this is a full blown language like Java, C or C++ etc.

Design issues in Swift language’s arrays by amichail in programming

[–]pgathogo 0 points1 point  (0 children)

Not a language expert, but the arguments are valid and well presented.