Viewing profile — bladeaod
bladeaod
HN member- Joined
- Tue, Jun 16, 2009, 3:26 PM UTC
- HN karma
- 11
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About bladeaod
Recent public activity
-
comment
Comment #33971290
You have to have a certain number of employees for these laws to apply
-
comment
Comment #14150450
It seems to me that this is a bridge between Redshift/S3, so you can join data from both sources. I believe Athena is S3 only
-
comment
Comment #660781
While I never got a call regarding my app, after hearing about app rejections for no reason and waiting 1 month to get a response I was nervous after my first submission. It only t…
-
comment
Comment #660402
At first glance, yes, unless there is a longer word in there
-
comment
Comment #660385
So by the nature of the app, the string I am checking will often increase by 1 letter, and then I check the string again. Right now I save a list of strings I have checked, because…
-
story
Ask HN: Most efficient way to test if a string contains a word?
For an app I wrote I need to check if a String contains a word, finding the longest word it contains. Currently I check the whole string against a dictionary, then check every subs…