Viewing profile — amit-bansil
amit-bansil
HN member- Joined
- Thu, Aug 27, 2009, 6:05 PM UTC
- HN karma
- 86
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About amit-bansil
Based in Boston.
About me: https://www.linkedin.com/in/amitbansil/
YC W'12 Founder.
Email: amit+yc@bansil.org
Recent public activity
-
comment
Comment #46857862
IntusCare | Tech Lead | REMOTE (US) | Full-Time | $160K–$190K + Bonus + Equity | https://intuscare.com Intus is building the OS for PACE, the Program for all Inclusive Care for the…
- story
-
comment
Comment #30168413
SEEKING FREELANCER(S) - Boston - Remote OK I'm looking for javascript developers to join a small team building a product recommendation engine for a fortune 500. Stack: React / Typ…
-
comment
Comment #24970908
SEEKING FREELANCER | Remote | Boston | Javascript Programmer I'm a web developer looking for some help with a CRUD project. Nice to Have: Typescript, Postgres, GraphQL, React Need …
-
comment
Comment #24964369
I'm not a Tesla owner, so I have no idea what the context for this UI is, but toggles are hard. I think a good rule is always follow the platform convention and if there isn't one …
-
comment
Comment #21420695
SEEKING FREELANCER | Boston, MA | Remote or Local I'm looking for 1 or 2 people to do some quick subcontract work on a CRUD app. Tasks: - Creating a script to sync an Airtable.com …
-
comment
Comment #20084795
SEEKING FREELANCER. Boston. Local Only. I'm a software consultant looking for some help on some of my projects. One role is for a python data engineer to un-mangle megabyte to giga…
-
comment
Comment #19095981
I taught myself to program. Badly. I spend my time doing grunt work. I used to think computer science research was the domain of theorists celebrating toy problems, but, if you loo…
- story
-
comment
Comment #18680320
Names are hard. Maybe "Google Bundle"?
-
comment
Comment #9289187
Yeah, managing memory with malloc and free directly was a nightmare. Back when I worked with Java, however, GC still suffered from unpredictable performance as well as a requiremen…
-
comment
Comment #9286520
Fantastic examples! I would also add möbius strips, toroidal spaces, and of course, the venerated circle. Sorry, my thoughts above are poorly worded. Perhaps what I am trying to sa…
-
comment
Comment #9286469
I cannot imagine creating any sort of complex system that does not, at some conceptual level, contain cycles. What I am suggesting is that the author of a complex system should, wh…
-
comment
Comment #9284158
That is wonderfully clear. I haven't touched much Java post nio but could the app just use something like java.nio.ByteBuffer to model the raw memory at the bottom of the graph, th…
-
comment
Comment #9283940
I've done a fair bit of work interfacing memory managed languages like Java & Python with "unsafe" native code and found that this problem actually crops up often. The first issue …