Viewing profile — notnoop
notnoop
HN member- Joined
- Tue, Mar 16, 2010, 3:59 AM UTC
- HN karma
- 122
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About notnoop
No profile information was provided.
Recent public activity
-
comment
Comment #8567719
The published database is actually for the Foreign Labor Certification application (a.k.a LCA), which precedes making an H-1B application, and mostly approved. A certified LCA may …
-
comment
Comment #7573712
There have have few proposals that give blanket approval for spouses of H1-B: The Senate bill of 2013 does, and few House proposals as well, like the House SKILLS Visa Act ( https:…
-
comment
Comment #7573591
I maybe pessimistic, but I haven't seen any progress in H-4 employment proposals recently and the article doesn't point to any particular proposal. The Senate bill for Immigration …
-
comment
Comment #5474720
SEEKING WORK - Boston, NYC, OR Remote Experience with many technologies: - iOS and Android development - Web development with Django - server languages of choice: Scala/Python/Java…
- story
-
comment
Comment #5151440
SEEKING WORK - Boston, NYC, OR Remote My general interests are in building mobile apps and large scalable distributed server systems. Experience with many technologies: - iOS and A…
-
comment
Comment #4053356
SEEKING WORK - Boston, NYC, OR Remote My general interests are in building mobile apps and large scalable distributed server systems. Experience with many technologies: - iOS and A…
-
comment
Comment #3539144
SEEKING WORK - Boston, NYC, OR Remote EXperience with many technologies: - iOS and Android development - Web development with Django - server languages of choice: Scala/Python/Java…
- story
- comment
-
comment
Comment #2136466
What's the benefit of opting out? Opting Out results into Google not providing better ads to you; Google may still track and categorize users and the collected information may stil…
-
story
Ask HN: Learning Web Design
I'm a developer who is interested in doing some web (and CSS) design. Are there good introductory online tutorials/courses for learning design and best practices? Any long term tut…
-
comment
Comment #1594178
Pushing iPhone notification requires (somewhat persistent) socket connections. Some environments forbid that, like Google App Engine.
-
story
Review Startup: said.fm - themed listening
Check it out at http://said.fm. Basically, said.fm makes it easy to find high-quality podcasts and audio clips that are relavent to your interests. All feedback is appreciated.
-
comment
Comment #1289992
I published my notifo notification code at http://gist.github.com/377357 .
-
comment
Comment #1263554
Scala has pretty nice concurrent programming support with its actors, which can even run distributed across machines: http://akkasource.org/ . Scala actors are modeled after Erlang…
-
comment
Comment #1207233
A bit unrelated, but I found http://pivotallabs.com/talks/88-demystifying-online-billing to offer a good explanation for managing recurring payments and what to watch out for.