Live data from Hacker News

Viewing profile — bladeaod

bladeaod

HN member
Joined
Tue, Jun 16, 2009, 3:26 PM UTC
HN karma
11
Public activity
6 items

About bladeaod

http://grasswings.blogspot.com

Recent public activity

  1. comment
    Comment #33971290

    You have to have a certain number of employees for these laws to apply

  2. 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

  3. 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…

  4. comment
    Comment #660402

    At first glance, yes, unless there is a longer word in there

  5. 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…

  6. 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…