Live data from Hacker News

Viewing profile — 33degrees

33degrees

HN member
Joined
Wed, Feb 13, 2013, 6:07 PM UTC
HN karma
670
Public activity
267 items

About 33degrees

No profile information was provided.

Recent public activity

  1. comment
    Comment #31767414

    > Is this a by-product of some compliance or self-regulatory requirement like ESRB? Yes, Steam addressed this an announcement a few years ago: > Q: Why do you KEEP asking my damn a…

  2. comment
    Comment #30749800

    In Ruby that would be sleep 3.seconds Hard to to be more concise than that

  3. comment
    Comment #29859533

    I’m definitely not an expert and I haven’t found running postgres any more difficult than mysql. There are some differences that take a bit of getting used to, though.

  4. comment
    Comment #29808417

    Yeah, I find they’re best used for data where the creation time is public information, like chat messages or logs

  5. comment
    Comment #28918582

    Does browserstack not work for you?

  6. comment
    Comment #28056124

    It's supported, but only for NGINX Plus. You can kind of work around it by using proxy_cache_bypass though

  7. comment
    Comment #27502760

    I'd love something like this but for docker. I know of Qovery but I've had problems with it, and a CLI application would be better

  8. comment
    Comment #27276986

    A couple of lists with tons of resources: https://github.com/olilarkin/awesome-musicdsp https://github.com/DolbyIO/awesome-audio

  9. comment
    Comment #26823355

    https://blitzjs.com/ does something similar, where you can write server side code inside components and it turns it into an API

  10. comment
    Comment #26128570

    I have first hand experience this ,as I was recently diagnosed with reactive hypoglycaemia[1]. The recommended treatment was eating protein and vegetables before carbohydrates, alo…

  11. comment
    Comment #25536972

    I’ll add to this and say that people are mostly looking for validation when discussing problems, and that should always be your first response. If you feel you have valuable advice…

  12. comment
    Comment #25536782

    Interesting! I imagine this is specific to France as I’ve never heard this in Québec...

  13. comment
    Comment #24912091

    This is good advice! I'll check out the book.

  14. comment
    Comment #24132884

    I think part of the issue is that a huge chunk of Mozilla's revenue comes from their deal with Google, which expires in a few months is unlikely to be renewed with similar numbers,…

  15. comment
    Comment #23355373

    Elevators are a huge problem: a friend of mine told me her employer calculated it would take 24 hours for all employees to arrive at their desks if they follow social distancing ru…

  16. story
  17. comment
    Comment #22646173

    Covid-19 is not an influenza virus, coronaviruses are a different family

  18. comment
    Comment #22594140

    South Korea has been doing extensive testing, not just of people presenting symptoms but also tracking their movements to find those they've been in contact with. https://www.franc…

  19. comment
    Comment #22494167

    Yes, and many municipalities have rent regulations

  20. comment
    Comment #22397006

    If you use npm, there are packages for most (if not all?) google fonts via the Typefaces project, which makes them trivial to self host. https://github.com/KyleAMathews/typefaces

  21. comment
    Comment #22276843

    There’s this article on the bbc’s website which I believe covers the same research https://www.bbc.com/news/magazine-26089486

  22. comment
    Comment #22091793

    Not knowing if something is a property or method is a feature, it’s the principle of uniform access as elaborated by Bertrand Meyer. https://en.m.wikipedia.org/wiki/Uniform_access_…

  23. comment
    Comment #22060075

    The gap has closed but afaik yarn is sill a bit faster

  24. comment
    Comment #22060028

    Nice that they've added CSS Module support. I've been using them for my react projects and find them a good solution when you don't need lots of dynamic styling.

  25. comment
    Comment #21969090

    For APIs, calver can make a lot of sense, as detailed in Stripe’s blog post on the subject https://stripe.com/en-ca/blog/api-versioning