Live data from Hacker News

Viewing profile — bohinjc

bohinjc

HN member
Joined
Wed, Mar 21, 2012, 10:07 AM UTC
HN karma
124
Public activity
23 items

About bohinjc

meet.hn/city/fr-Paris

Socials: - linkedin.com/in/jcbohin

Interests: Climate Tech, Entrepreneurship, Hiking, Investment, Mentorship, Social Impact, Startups, Technology

---

Recent public activity

  1. story
  2. 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 …

  3. comment
    Comment #18919276

    Problem is that the export does not preserve node nesting, which is a problem for an outliner

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

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

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

  8. comment
    Comment #15569706

    This reminds me about https://www.xkcd.com/1168/

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

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

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

  12. story
  13. story
  14. comment
    Comment #9808243

    Regarding dates, I would have mentioned Arrow - http://crsmithdev.com/arrow/

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

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

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

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

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

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

  21. story
  22. story
  23. comment
    Comment #4760739

    I think you missed the Channel API : https://developers.google.com/appengine/docs/go/channel/ (also available for Python and Java)