Live data from Hacker News

Viewing profile — Jonas_ba

Jonas_ba

HN member
Joined
Thu, Jun 08, 2017, 3:09 PM UTC
HN karma
46
Public activity
21 items

About Jonas_ba

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #35218207

    I love the work OP is doing (I'm biased as I work on profiling), but from my experience pretty much every JS project suffer from some of the problems described in this series of ar…

  3. comment
    Comment #30425345

    I found the community behind https://www.extremecarving.com/ to be the most "nerdiest" of them all. Small group of people working endlessly to craft the perfect carving board, perf…

  4. comment
    Comment #29878080

    Go doesnt do this by default, but there are some analyzers that help you do this - https://github.com/orijtech/structslop

  5. story
  6. comment
    Comment #25615635

    There's been plenty of very different approaches on gov and company levels, but I feel like this summarizes the key points pretty well. "Responding quickly establishes you as the t…

  7. story
  8. comment
    Comment #25038692

    Blog post: https://medium.com/orijtech-developers/efficient-struct-pack...

  9. story
  10. comment
    Comment #17734369

    I guess any other city than US. I'm fine with paying up front for multiple months, but I was asked multiple times to provide details of my salary for the last 3 months, working for…

  11. comment
    Comment #17734289

    Expat who moved to Paris here. The tech scene is definitely very active, lots of events and meetups to join and some very active companies with good products around as well as acti…

  12. comment
    Comment #15152334

    Algolia | multiple roles | SF, Paris, NY, Atlanta, London | Onsite only, Full time Hey HN, at Algolia we are facing a major challenge of scaling our team to follow our growth and o…

  13. story
  14. comment
    Comment #15085009

    Undoubtedly a very bad thing to do from the intern, however I feel that if we treated this correctly we could open a debate and encourage GCP to add support. Let's not forget that …

  15. comment
    Comment #15081332

    Could be, we haven't nurtured this much as the "experimental" layout didn't seem to get much traction

  16. comment
    Comment #15079772

    We have done something similar for the hn search at Algolia but flagged it under style -> experimental in the settings panel. It's not a grid layout, but more a refresher to the cu…

  17. comment
    Comment #15027919

    While passive event listeners are an improvement, they are not a complete solution. It's more like the "least of evils". There is a new set of primitives that is being implemented …

  18. comment
    Comment #14997304

    Very interesting from a tech perspective, make sure you lazy load the gif if you plan on using it after window load event otherwise it's never going to happen and you'll just get t…

  19. comment
    Comment #14863945

    Go for the good experience first, define a good UI and make the site good to use. Once it's good to use, make it fast so that using it doesn't feel slow and users can get to what t…

  20. comment
    Comment #14859834

    I would say it depends on the current experience. For instance, if you have a slow site, make it faster but don't go into nanoseconds. If it's still slow afterwards, try faking spe…

  21. comment
    Comment #14859599

    Indeed, actually right now our trackers represent quite a big chunk of the website size, but we made sure that they are all async loaded so they don't impact the site that much. It…