Viewing profile — techdebt5112
techdebt5112
HN member- Joined
- Sat, Jul 05, 2014, 5:33 PM UTC
- HN karma
- 4
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About techdebt5112
No profile information was provided.
Recent public activity
-
comment
Comment #8599099
people should be roughly as comfortable with this as with operating mysql on EC2 or using RDS, and I think that's quite common.
-
comment
Comment #8590819
it's more than 5x what Atlassian charges for the same product
-
comment
Comment #8443922
it's sort of like trying to argue that "Whose Line" is not a game without points. There are types there, but they don't matter at all. You can cast anything to anything and it will…
-
comment
Comment #8443759
as is C
-
comment
Comment #8407809
only in languages with first class functions.
-
comment
Comment #8407807
how badly does this destroy your stack traces?
-
comment
Comment #8290541
I'm guessing his assertion that the person of interest is no programmer has more to do with Gayle's book being full of platitudes and errors than her sex.
-
comment
Comment #8281306
nice try, hitler
-
comment
Comment #8268252
this type of encrypted messaging is super common between banks and third parties. it's usually done in a similar manner to what is implemented here but in SFTP and every bank has i…
- comment
-
comment
Comment #8246707
my guess is a thin wrapper around PTOSC.
-
comment
Comment #8090808
I can give you some sense of why I use Java and enjoy it today in an "enterprise" setting. The JVM is excellent. Java 8 in particular is quite fun to use, streams in particular. Th…
-
comment
Comment #7995721
No, you're missing the point -- using a regex does not allow you to read in less than all of the input (in the best case, even). If you grep a 1GB file with a regex you must read 1…
-
comment
Comment #7995574
I was suggesting that this is a fine way for things to be.
-
comment
Comment #7995266
Sounds like adult life.
-
comment
Comment #7995050
People are probably willing to pay you to do this, but not advertising it so much. Most tech companies (at least in the US) are desperate for work. Less than 40 hours is a week is …
-
comment
Comment #7992480
If you don't have the entire string in memory then Boyer-Moore is usually fastest because you can avoid doing a lot of I/O (since you skip comparing many subsequences, you don't ha…