Viewing profile — bohinjc
bohinjc
HN member- Joined
- Wed, Mar 21, 2012, 10:07 AM UTC
- HN karma
- 124
- Public activity
- 23 items
- HN profile
- View on Hacker News ↗
About bohinjc
Socials: - linkedin.com/in/jcbohin
Interests: Climate Tech, Entrepreneurship, Hiking, Investment, Mentorship, Social Impact, Startups, Technology
---
Recent public activity
- story
-
comment
Comment #38795231
I might be able to share some insights on this one : I worked on the uses-cases, tech design and first deployments of RFID at decathlon, back in… 2008-2009 I guess. We faced major …
-
comment
Comment #18919276
Problem is that the export does not preserve node nesting, which is a problem for an outliner
-
comment
Comment #18874301
Not OP but I use multiple sources when doing consulting on mobile strategy. Not sure if every source allows to copy/paste data here so I'll just name the sources here : - comScore …
-
story
Ask HN: What is your favorite open-source job scheduler
Too many business scripts rely on cron(8) to run. Classic cron cannot handle task duration, fail (only with email), same-task piling, linting, ... So what is your favorite open-sou…
- story
-
comment
Comment #18494741
well, "sur-" in french means a lot of things, alone or as a prefix : on, over, more, about, upon, onto, against, ... So I'm pretty sure there is a pun intended here. About "surbook…
-
comment
Comment #15569706
This reminds me about https://www.xkcd.com/1168/
-
comment
Comment #13796955
Inovia | Front Dev JS, Front React Dev, Front React-Native Dev, Backend JS/Node Dev, Backend PHP Dev, Operations Engineer | Paris, France | ONSITE http://inovia.fr/ Our mission is …
-
comment
Comment #12685419
We currently use a mix of a home-made redmine extension for scheduling, redmine tickets for time logging and google sheet with custom addon for compiling everything per project / p…
-
story
Ask HN: What timesheet / staff schedule tools do you use?
We are looking for an easy-to use, extensive, staff schedule and timesheet solution. We are a software consulting company with about 80 devs, and every single tool I find seems eit…
- story
- story
-
comment
Comment #9808243
Regarding dates, I would have mentioned Arrow - http://crsmithdev.com/arrow/
-
comment
Comment #9107341
AFAIK Flask does not aim for performance first, it aims for developer productivity and code readability first. The whole thread-local thing is a good example of those trade-offs. I…
-
comment
Comment #9020528
Parsys Telemedicine ( http://parsys.com ) - Paris, France - Internship or Part Time - Ops/sysadmin We're building solutions for real-time telemedicine using modern web technologies…
-
comment
Comment #9020525
Parsys Telemedicine ( http://parsys.com ) - Paris, France - Full Time - Front End JS Developer We're building solutions for real-time telemedicine using modern web technologies. Ou…
-
comment
Comment #8990189
off-topic, but it always amaze me how ' chappeau ' finished with 2 'p', as did a lot of English words derived from middle/old french (single to double-n or double-p are common). Ou…
-
comment
Comment #8987043
I usually do set WWW-Authenticate to None or WebForm (to prevent browsers to pop-up basic auth dialog). And I agree with ambiguous spec on those concerns.
-
comment
Comment #8985439
The application may return a different HTTP Error code depending on the authentication attempt response. It may respond with a 200 for a positive result and a *403* for a negative …
- story
- story
-
comment
Comment #4760739
I think you missed the Channel API : https://developers.google.com/appengine/docs/go/channel/ (also available for Python and Java)