Posts
 
Reputation
Joined
Last Seen
Ranked #11
Strength to Increase Rep
+16
Strength to Decrease Rep
-4
97% Quality Score
Upvotes Received
2K
Posts with Upvotes
2K
Upvoting Members
523
Downvotes Received
43
Posts with Downvotes
40
Downvoting Members
29
523 Commented Posts
~2.05M People Reached
About Me

C++ programmer with about 17 years of experience, generally with 3D game programming and engineering software for multi-body dynamics, robotics control systems and artificial intelligence.

Interests
Robotics and software
PC Specs
Intel Core i7-5820K, 32GB DDR4, GeForce GTX 970, Kubuntu 17.10
Favorite Tags
Member Avatar for happygeek

Just an update on this. This program by Dell didn't last very long. Word has it that MS came down hard on them. Considering that the profit margin of Dell is directly tied to how good a deal they can make with MS to buy the Windows installations for their …

Member Avatar for simhakidsden
8
3K
Member Avatar for samaru
Member Avatar for Reverend Jim

I guess you watch a lot of cops-and-robber shows. I'm surprised you missed this one: However much I enjoy spectacular car chases in movies / shows, I absolutely hate how incredibly reckless they are. Some perp robs a bank, steals a car or escapes a drug bust in a car, …

Member Avatar for KomalBhatt
9
3K
Member Avatar for Duki

> Some refreshing Club-Mate Is that only to give yourself some gravitas as a programmer? Club-mate is the iconic hacker's drink. > are you familiar with mate-tea? Yes, I used to drink "yerba mate" tea almost everyday... but then I ran out and didn't buy new stock. Thanks for the …

Member Avatar for Dani
22
17K
Member Avatar for vegaseat

Here are some of my favorites: "Hero­ism breaks its heart, and ide­al­ism its back, on the intran­si­gence of the cred­u­lous and the mediocre, manip­u­lated by the cyn­i­cal and the corrupt." - Christopher Hitchens (R.I.P.) "You know you're a programmer if you always start counting from 0." - Geek saying "When …

Member Avatar for Reverend Jim
15
13K
Member Avatar for najiawad0

Ubuntu, like most Linux distributions, is great for programming. Fundamentally, Linux is an OS by programmers, for programmers (even though it has gotten very user-friendly for anyone else too, now). I tend to prefer Kubuntu (the KDE version of Ubuntu), as it is a bit more development-oriented, and the nativeness …

Member Avatar for NehaPande
0
711
Member Avatar for Tomi1988

Calling the destructor does not erase the object. It is just like calling any other member function on the object. What makes the destructor special is that it gets called automatically when the object is deleted. An object is deleted when the memory it occupies is freed. In the case …

Member Avatar for S_915
0
5K
Member Avatar for pwolf

> over the next 3 years?! That's the punch-line!! From your description, it's more like in the next 30 years (at which point, most of it will be obsolete anyways, I guess). I haven't even done half of that, and I've been at it pretty hard for about 15 years. …

Member Avatar for bendunk71
0
309
Member Avatar for LastMitch

I watched ["A Fistful of Dynamite"](http://www.imdb.com/title/tt0067140/) yesterday... man, I never get tired of this movie, a timeless classic, like most of [Sergio Leone](http://www.imdb.com/name/nm0001466/)'s work.

Member Avatar for LoanHensley
6
6K
Member Avatar for london-G

It depends on the code that you are testing. In general, it's a matter of how deterministic the code is, how sensitive to input it is, pathological cases or error conditions, and so on. An arbitrary number does not really make that much sense, but sometimes it boils down to …

Member Avatar for phinisdo
0
231
Member Avatar for Dmiller071

I agree with firstPerson. One of the biggest hurdles for many seems to be the math involved in doing 3D graphics. Don't underestimate how much math permeates almost all areas of 3D graphics programming. If you are not comfortable / able / interested in the math that you have to …

Member Avatar for oussama_5
0
224
Member Avatar for Reverend Jim

I think that Trump's biggest advantage is his appeal to headline-chasing media coupled with his brazen ability to just say anything and nothing at the same time, and with full confidence. Mainstream media lays down for him at every turn. And when they like to pretend to do journalism by …

Member Avatar for rproffitt
1
22K
Member Avatar for Reverend Jim

Isn't the standard tool "ffmpeg" available for Windows too? At least, [it appears to be](http://www.ffmpeg.org/download.html). That's the swiss army knife tool I use for all my video conversion needs.

Member Avatar for Reverend Jim
2
1K
Member Avatar for Dani

I'm starting to hate the whole new "convergence" and "personalized" strategies for google searches and others. When I search for a coding issue, it is usually some obscure and very specific issue. It is true that SO often offers one or two reasonably related threads that can be useful to …

Member Avatar for j.khurram
11
5K
Member Avatar for WolfShield

So much confusion, you seem to have confused yourself too. Cracker and Black Hat Hacker are not synonymous at all. The term Hacker (black or white or whatever) refers to someone with the technical skills and ingenuity required to deconstruct systems in order to find weaknesses in them which can …

Member Avatar for Raunikkapoor
0
416
Member Avatar for Reverend Jim

> Over the past 50 years, gun owners have been responsible for over $2 billion in wildlife conservation in the United States due to 10% tax on guns and ammo. That's great! But the target is wrong. Statistically, one of the primary uses for firearms is to commit suicide. So, …

Member Avatar for John_smith
10
21K
Member Avatar for camelNotation

For video capture, I just use [RecordItNow](http://recorditnow.sourceforge.net/). For snapshot, I just use the "print screen" button, which pops up the [KSnapshot](http://www.kde.org/applications/graphics/ksnapshot/) utility. As you may have guessed from those links, I use Linux with KDE as desktop environment.

Member Avatar for Andre_14
0
2K
Member Avatar for nimeshghelani

If you [read the documentation](http://www.cplusplus.com/reference/istream/istream/operator-free/) for the istream operator, then you would learn that you need to first call the "width()" function on the input stream to tell it how many characters you can accomodate with the read operation. Otherwise, the width will be zero and the stream will go …

Member Avatar for STEAMForward
0
421
Member Avatar for Weird Nerd

Basically, the examples you gave are all part of the same family of tricks: non-linear projections. As you know, the projection matrix takes objects (vertices) from the 3D world (cartesian) space to a projective space (the frustum, with 2D screen coordinates and depth). But the projection matrix is a linear …

Member Avatar for WaszStary
0
2K
Member Avatar for clintonharry99

Game developers / companies target the biggest markets. And porting a game from one platform to another is usually a pretty costly undertaking, because AAA games are generally very highly optimized for the specific platforms they target. These two factors are mainly what prevents AAA games from becoming available on …

Member Avatar for lewashby
0
384
Member Avatar for ddanbe

> Can anyone tell me how a self driving car will park itself on the parking of a supermarket or on an airport? Easy. I wrote much of the software for doing that. It's a solved problem. The decision making part is just an A-star on a road network graph …

Member Avatar for mike_2000_17
0
2K
Member Avatar for ckide

In many ways, C++ is the mother of all modern languages, in most application domains. So, is it enough by itself? Not really, but it's a really good start or foundation. In any case, I don't think you can really become an expert C++ programmer without being exposed to a …

Member Avatar for rubberman
0
474
Member Avatar for Sarlacc

There was a proposal to add barrier / latch to the C++ threading library (see [n3817](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3817.html)), but it came in too late for the C++14 standard release. I don't know it's current status, but I would imagine it will make it into the C++17 standard. But, obviously, that doesn't help …

Member Avatar for Ben_27
0
7K
Member Avatar for montjoile

Ok, so lets see if we can break-up this statement into pieces (which is NOT equivalent to &*raiz, but it illustrates a point): [CODE] nodo** raiz; //from your code, this is basically the type of raiz nodo*& tmp = *raiz; //when you dereference raiz, this is what happens nodo** ptmp …

Member Avatar for Tushar_4
0
2K
Member Avatar for sheltask

I'm sorry to hear that.... We're supposed to answer questions on this forum, and I didn't see any question in your post. But I can comment. What baffles me is that you have such an interest for programming that you've persevered for over a year dabbling in it, but at …

Member Avatar for Less_1
1
818
Member Avatar for mike_2000_17

I was just roaming the internet for some interesting reads and I came across [this very interesting paper](http://www.priv.gc.ca/information/research-recherche/2011/forcese_201107_e.asp) about how to define a legal framework for the "reasonable expectation of privacy" when it comes to our new cyber-existence. I thought I'd share it with you guys, and see what you …

Member Avatar for Reverend Jim
2
2K
Member Avatar for Syberia

I agree with rubberman. Don't expect much from that computer. I mean Atom processors are meant for very small netbooks and for embedded systems. I've seen plenty of Atom CPUs used in embedded system (e.g., robotics), because they are top of the line CPUs for that kind of a small …

Member Avatar for rproffitt
0
277
Member Avatar for Saluki

There is also a [verified repository](https://github.com/AuditProject/truecrypt-verified-mirror) that was created by the auditing team. There, you can find the last unchanged version of TrueCrypt, i.e., version 7.1a, with verified hashes. The version on the sourceforge site has been altered by the TrueCrypt developers to disable the ability to create new containers …

Member Avatar for pritaeas
0
495
Member Avatar for AleMonteiro

I would agree with rubberman. You should maybe try to increase the RAM a bit, especially if you want to be using VMs a lot. And you should consider a bigger SSD than 80GB. I'm guessing you intend to put the OS install and the swap / virtual-memory space on …

Member Avatar for AleMonteiro
0
236
Member Avatar for rproffitt

> But I suppose this will never happen again in future missions. I wish... I know from good sources that this kind of thing happens again and again about a thousand times for every mission of the European Space Agency. Some are caught before the launch, but most problems are …

Member Avatar for Raul Perez
0
295