Viewing profile — e4m
e4m
HN member- Joined
- Fri, Dec 05, 2008, 12:37 AM UTC
- HN karma
- 76
- Public activity
- 33 items
- HN profile
- View on Hacker News ↗
About e4m
No profile information was provided.
Recent public activity
-
comment
Comment #703567
"If, for example, I laid down some pretty useful code and open sourced it - then a startup came along, used it to bootleg their code and made millions I'd be pretty upset." I wonde…
-
comment
Comment #696927
Even though it's fashionable to make fun of C++, I have to admit that next to Python, it's my favorite language ;)
-
comment
Comment #676018
An omission of fact is a lie in a "strict legal sense" or any sense for that matter. Explaining the perfume smell on your clothes to your wife while leaving out the part about fuck…
-
comment
Comment #675982
I will bring Michael Jackson back from the dead if you give it to me.
-
comment
Comment #666874
Clients? You mean IP. NAT anyone?
-
comment
Comment #663703
Very neat site. I wonder if anyone knows of sites that show common windows dialog/message boxes translated in various languages? I'd like to see something like that. We often get r…
-
comment
Comment #650970
Amen. The best decisions of my life were spur of the moment ones. You can't generalize. People are vastly different from one another. Two guys with the same degree from the same sc…
-
comment
Comment #649928
Many of the lost accounts opted for the economy plan that did not include backup... they got what they paid for. No backup unless they took it upon themselves.
-
comment
Comment #649915
I once used that a lot on my C64. Made sense back in 1982 and in limited cases, makes sense today.
-
comment
Comment #649444
The banks are not aware of the underlying organizations. Even if they were, they probably would not care. They only see the lawyer in the suit at the loan office signing paperwork …
-
comment
Comment #641539
Wow... thank you very much! I've never heard of this library. Looks ideal. I really do appreciate it. I've been struggling with WX.
-
comment
Comment #641503
It's C++. I do have a GUI written using WXwidgets, but it's only 75% done. I thought I'd try to sell the CLI version first and if it is popular and pays for itself somewhat, then f…
-
comment
Comment #641468
The wife told me I can't spend any more time working on it, unless I can break even on web hosting, etc. So to clarify. I have to pay for web hosting, bandwidth, storage... as thos…
-
comment
Comment #641465
It calculates trajectory, drop, etc of a bullet depending upon caliber, grain, powder, etc. It's command line only. It's windows only. No GUI, but it's very simple to use and accur…
-
story
Pricing a Simple, Useful Desktop App
I've grown tired of giving software away. So, I want to experiment with recouping some of the costs. I'm wrestling with pricing. I don't want to go too low as I'm concerned people …
-
comment
Comment #638609
Brute force it. 5 chars... all numeric. There can only be 100,000 possibilities. Of course, they may have logon limits to prevent this. 10^5
-
comment
Comment #638414
Ruby thinks it can... it thinks it can... it thinks it can. Maybe if it pretends "hard enough" that it is fast some day it will be. I'm just joking ;) but there is some truth to th…
-
comment
Comment #637956
I find it easy. The bad thing about c++ is its size. It's large and that tends to make it complex. However, I find that I only use about 40 to 60 percent of what c++ can actually d…
-
comment
Comment #637904
I'm not sure that's accurate. c++ is a large language. Finding developers who use the parts of c++ that you need to get the task done is easy (boost, qt, stl, wx, etc). Finding dev…
-
comment
Comment #637876
I have done this in c++... not write an entire web framework, just use compiled c++ code to do some heavy lifting on a shared web server. It worked great. Before, I was using pytho…
-
comment
Comment #627808
Ma Kiz e Moe
-
comment
Comment #622665
Copyright © 1995
-
story
Tsutomu Shimomura of Kevin Mitnick Fame
Does anyone know what happened to this guy? After helping capture Kevin Mitnick in 1995, he seems to have fallen off the face of the planet. Google and wikipedia are no help. I ask…
-
comment
Comment #605446
Can anyone link statically in XCode? Why did Apple break static linking in ld?
-
comment
Comment #603435
You forgot that C++ is used in Jet Fighters, and other little inconsequential things such as that ;) cite: http://www.research.att.com/~bs/JSF-AV-rules.pdf Edit... not just any jet…