Viewing profile — simpleenigma
simpleenigma
HN member- Joined
- Wed, Jul 18, 2007, 4:45 PM UTC
- HN karma
- 92
- Public activity
- 57 items
- HN profile
- View on Hacker News ↗
About simpleenigma
No profile information was provided.
Recent public activity
-
comment
Comment #4510984
This has been my hesitation for doing any reserved instances. I expect to need larger instances in teh next 6 to 12 months, so any reserved instances I purchase today would have ex…
-
comment
Comment #4270775
I've been a long time proponent of CloudFlare. Usually they just speed things up and life is good. I've had a few minor problems where they 'clean up' some JavaScript and break it …
-
comment
Comment #4268752
I recently got an message from a client who has a business email blocked because of a Spamhaus SBL listing for CloudFlare. I know they have already responded to this at http://blog…
- story
-
comment
Comment #4055458
I know the developer and I just let him know that he is getting attention here ... and to get a donation link up ASAP ... He is a good guy and this has been an awful experience for…
-
comment
Comment #3403990
I've been moving my domain away for months as they expire ... I have a few that are ready to expire and I waited for today to do it ... Plus I'm going to move a few other important…
-
comment
Comment #3193719
I recently launched a B2B platform that required a VPN connection to each of my customers back end server running a proprietary software package on top of MSSQL. In order for my ap…
- story
-
comment
Comment #3043430
I second that
-
comment
Comment #2437458
I use 3 Flip cameras to create a video podcast for my church each week. I'm not going for great quality, I'm going for good enough with a simple form factor and and ease of use. Th…
-
comment
Comment #2219251
I installed the extension and blocked experts exchange first thing ... not sure if I'll even use it for any other sites ...
-
comment
Comment #1858945
I've been working on an e-commerce project for a client that ended up having some major issues with database imports and the client wanted results now. Anyway, we got all of the it…
-
comment
Comment #423507
I ran into a project where I needed a cross platform GUI kit (needed Windows and Mac) and settled on wxWidgets after talking to a few developers. It's been great to work with, alth…
-
comment
Comment #408888
I've always thought that these certification programs were more of a game of trivial pursuit then a good gage of abilities.
-
comment
Comment #360568
If you are interested in this you might check out King Corn. It is a documentary about two guys who grow 1 acre of corn to see how it is done and where it goes. They also get into …
-
comment
Comment #221960
This is my typical work flow and I am currently in a lull. I haven't figured out exactly how to get out of a lull except to wait it out and work on whatever hold my interest for th…
-
comment
Comment #219753
Among the other things I'm doing right now, I actually have a book deal to write a book on yoga, that includes information on meditation and breath control along with the standard …
-
comment
Comment #193386
I have done quite a bit of work in Erlang over the past 4 or so years. I even wrote an anti-spam engine hat was heavy on parsing. The best thing Erlang has going in the parsing are…
-
comment
Comment #93694
I personally believe that this is where the data you collect about a persons voting should be used to recommend articles for them specifically. Then you can go to the main page to …
-
comment
Comment #91525
The things you would end up learning about Erlang while writing a web server aren't as much about processes but more about pattern matching. Most people focus on Erlang as an easy …
-
comment
Comment #91522
A friend of mine is working on a comet server in Erlang at http://code.google.com/p/erlycomet/
-
comment
Comment #91501
For those of us who program in Erlang calling it 'weird' is a compliment :-) I think it's like complaining about parenthesis to a Lisper ... Both Lisp and Erlang make you think is …
-
comment
Comment #87473
LOL ... He hit most of my points except for the insane complexity of the FETCH and SEARCH commands. Each of these commands could be broken down into smaller commands that could be …
-
comment
Comment #73220
At the moment I am currently writing an IMAP server in Erlang (google Erlang IMAP and you'll find me pretty fast) and the IMAP protocol is crazy complicated. Although after you get…
-
comment
Comment #64290
Curently writting my own in Erlang ... again ...