Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
33degrees
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
33degrees
4y ago
> 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 age throughout the store? > A: We're with you o
2.
▲
by
33degrees
4y ago
In Ruby that would be sleep 3.seconds Hard to to be more concise than that
3.
▲
by
33degrees
5y ago
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.
▲
by
33degrees
5y ago
Yeah, I find they’re best used for data where the creation time is public information, like chat messages or logs
5.
▲
by
33degrees
5y ago
Does browserstack not work for you?
6.
▲
by
33degrees
5y ago
It's supported, but only for NGINX Plus. You can kind of work around it by using proxy_cache_bypass though
7.
▲
by
33degrees
5y ago
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.
▲
by
33degrees
5y ago
A couple of lists with tons of resources: https://github.com/olilarkin/awesome-musicdsp https://github.com/DolbyIO/awesome-audio
9.
▲
by
33degrees
5y ago
https://blitzjs.com/ does something similar, where you can write server side code inside components and it turns it into an API
10.
▲
by
33degrees
6y ago
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, along with daily 12 hour fasting, and within week my symptoms w
11.
▲
by
33degrees
6y ago
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 to give, ask them if they want it and make sure they’ll act
12.
▲
by
33degrees
6y ago
Interesting! I imagine this is specific to France as I’ve never heard this in Québec...
13.
▲
by
33degrees
6y ago
This is good advice! I'll check out the book.
14.
▲
by
33degrees
6y ago
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, if at all.
15.
▲
by
33degrees
6y ago
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 rules.
16.
▲
How does economic collapse alter the mortality rate?
(arstechnica.com)
1 points
by
33degrees
6y ago
|
0 comments
17.
▲
by
33degrees
6y ago
Covid-19 is not an influenza virus, coronaviruses are a different family
18.
▲
by
33degrees
7y ago
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.france24.com/en/20200311-coronavirus-ca
19.
▲
by
33degrees
7y ago
Yes, and many municipalities have rent regulations
20.
▲
by
33degrees
7y ago
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.
▲
by
33degrees
7y ago
There’s this article on the bbc’s website which I believe covers the same research https://www.bbc.com/news/magazine-26089486
22.
▲
by
33degrees
7y ago
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_principle it takes some getting used t
23.
▲
by
33degrees
7y ago
The gap has closed but afaik yarn is sill a bit faster
24.
▲
by
33degrees
7y ago
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.
▲
by
33degrees
7y ago
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
26.
▲
by
33degrees
7y ago
In Ruby, nil is a singleton instance of NilClass, and defines #nil?, as well as methods to cast to different types e.g. nil.to_a == []. Rails goes a bit further and adds #blank?, which is handy for things that might be nil or empty strings.
27.
▲
by
33degrees
7y ago
Personally, as a full stack developer I prefer having the complexity on the back end, as I find it easier to manage there.
28.
▲
by
33degrees
7y ago
Idempotent means that a given request always has the same result. This GET request fits that definition, since making the same request several times will always return the same thing. The fact that it modifies data means that it’s not safe,
29.
▲
My name causes an issue with any booking (names end with MR and MRS)
(travel.stackexchange.com)
5 points
by
33degrees
7y ago
|
0 comments
30.
▲
by
33degrees
7y ago
Intelligence based on public sources as opposed to clandestine ones. Nothing to do with open source software.
More ›