Viewing profile — 33degrees
33degrees
HN member- Joined
- Wed, Feb 13, 2013, 6:07 PM UTC
- HN karma
- 670
- Public activity
- 267 items
- HN profile
- View on Hacker News ↗
About 33degrees
No profile information was provided.
Recent public activity
-
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…
-
comment
Comment #30749800
In Ruby that would be sleep 3.seconds Hard to to be more concise than that
-
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.
-
comment
Comment #29808417
Yeah, I find they’re best used for data where the creation time is public information, like chat messages or logs
-
comment
Comment #28918582
Does browserstack not work for you?
-
comment
Comment #28056124
It's supported, but only for NGINX Plus. You can kind of work around it by using proxy_cache_bypass though
-
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
-
comment
Comment #27276986
A couple of lists with tons of resources: https://github.com/olilarkin/awesome-musicdsp https://github.com/DolbyIO/awesome-audio
-
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
-
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…
-
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…
-
comment
Comment #25536782
Interesting! I imagine this is specific to France as I’ve never heard this in Québec...
-
comment
Comment #24912091
This is good advice! I'll check out the book.
-
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,…
-
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…
- story
-
comment
Comment #22646173
Covid-19 is not an influenza virus, coronaviruses are a different family
-
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…
-
comment
Comment #22494167
Yes, and many municipalities have rent regulations
-
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
-
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
-
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_…
-
comment
Comment #22060075
The gap has closed but afaik yarn is sill a bit faster
-
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.
-
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