Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
zeroimpl
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
13 ms
·
241.
▲
by
zeroimpl
6y ago
Is it common in the Windows world for you to be able to copy software which you purchased on one device onto another device and expect it to work? Last I checked DRM is still the norm over there. Note that if the OS didn’t do this, you can
242.
▲
by
zeroimpl
6y ago
A good bagel doesn’t need filling, nor even to be sliced. A few sesames on top is perfect.
243.
▲
by
zeroimpl
6y ago
Agreed. Why they wasting our time pointing out it’s “non-linear” when this statement is only true for some definitions of linear? Just pick a non-ambiguous word, or add an asterisk and footnote.
244.
▲
by
zeroimpl
6y ago
That's the whole point of the metaphor - comparing apples to apples is good, apples to oranges is bad.
245.
▲
by
zeroimpl
6y ago
I’m not sure about near-infrared specifically, but I’m certain that shining light on yourself at “good” wavelengths can be beneficial. Specifically the use of a 10000 lux led panel to mimic the sun in the morning definitely helps with seaso
246.
▲
by
zeroimpl
6y ago
They were not acquitted for the first murder, they served the full sentence. Then later subsequently threatened to murder the same individual whom they had supposedly already murdered.
247.
▲
by
zeroimpl
6y ago
> By defaulting to its search engine instead of Google on its devices, Apple will open itself to monopoly criticism from competition commissions in a variety of markets. So if they use their non-monopoly share of the phone market to form
248.
▲
by
zeroimpl
6y ago
64-bits is plenty as long as you code it properly. The ids should be generated as part of the INSERT statement itself. This means in the rare case which has a duplicate id generated, you will get a primary key error and the transaction will
249.
▲
by
zeroimpl
6y ago
Various groups donated masks to China in January, what's your point? Outside of China, nobody was talking about needing masks until March. I'm pretty sure the author is talking about the fact that by March, China had already produ
250.
▲
by
zeroimpl
6y ago
That's precisely why there is a control group.
251.
▲
by
zeroimpl
6y ago
30% of free is still free.
252.
▲
by
zeroimpl
6y ago
Is there any evidence that the submitter of the code did not want to make the change? It seems quite possible that the contributor wanted to make this change and volunteered their time. If that’s the case, the complexity of the change shoul
253.
▲
by
zeroimpl
6y ago
I'm of the perspective that people arguing against these changes are bullying. The changes are easy to make, represent goodwill and inclusivity, and yet people with nothing to gain or lose are saying no. That's bullying.
254.
▲
by
zeroimpl
6y ago
I'm pretty sure that most people, upon having one of their certs expire, do not find the private key and release it publicly. In fact they often generate a new cert from the same key...
255.
▲
by
zeroimpl
6y ago
They could have added namespaces to branch names. Right now branch names are just a free-for-all. Instead, if they insisted that branch names are always prefixed with "username/", then you wouldn't need forks and anybody
256.
▲
by
zeroimpl
6y ago
Not just that, they seem to suggest Github created Git... > the quality of the tech that is Git is a testament to GitHub being able to make it this far in the tech space But in reality, Github makes Git more complex, because now you have
257.
▲
by
zeroimpl
6y ago
How so? git handles binary files at least as well as any other VCS from what I’ve seen.
258.
▲
by
zeroimpl
6y ago
A better comparison would be: Hammers are designed for striking nails, but some customers have figured out they work well for cracking walnuts, so as a hammer manufacturer we should avoid using toxic ingredients such as lead.
259.
▲
by
zeroimpl
6y ago
Agreed - this HTTPS everywhere madness needs to stop as there are still valid use-cases for HTTP and no user-friendly workaround for enabling access to local IP addresses via HTTPS.
260.
▲
by
zeroimpl
6y ago
You cannot make an AJAX call from an HTTPS site to a HTTP site on a local IP address. One of the internal web applications I develop (which is hosted over HTTPS itself) has to workaround this by doing the connection from the browser to the
261.
▲
by
zeroimpl
6y ago
But what about those vulnerabilities is specific to being on a private network? If we can find a public website with the same vulnerability, will we start enforcing stricter CORS requirements everywhere?
262.
▲
by
zeroimpl
6y ago
> Low-light conditions are relatively rich in ultraviolet light, and UV vision is generally thought to be important to nocturnal animals. Clearly there is not enough UV light at night to activate the glow in most cases, as otherwise peop
263.
▲
by
zeroimpl
6y ago
I discovered this in my late teens and thought it was super cool and made me want to understand more about repeating decimals. After playing around for a bit I realized you could form arbitrary repeating decimals by dividing by 9, 99, 999 e
264.
▲
by
zeroimpl
6y ago
Cases allow personalization, are easy to wash, and frankly plastic feels nicer to hold then metal. Even without edge-to-edge screen, most people are going to add a case around the thing, so you might as well optimize by shrinking the extra
265.
▲
by
zeroimpl
6y ago
The other key to understanding this is that multidimensional arrays in Postgres are not simply arrays of arrays like typical programming languages. That’s why you can’t do things like array_agg on an array column.
266.
▲
by
zeroimpl
6y ago
I grow tomatoes and some herbs on my balcony. It’s fun and they taste better, but it is clearly orders of magnitude less efficient than basically any alternative. I pay about $10 for supplies and many hours worth of labor to produce maybe $
267.
▲
by
zeroimpl
6y ago
Yes the example in the article and parent comments ought to be referred to as escaping, not quoting. Most of the time, quoting with single quotes leads to something far easier on the eyes. Here's an example function for quoting from s
268.
▲
by
zeroimpl
6y ago
Not saying I agree with GP but there are 2 distinct notions of time. One is related to durations, and the other is absolute time (aka wall time). Clocks measure wall time, not durations. Cellular processes probably don’t care about wall tim
269.
▲
by
zeroimpl
6y ago
I think the usefulness of type annotations is directly related to whether you are using classes. In JavaScript or PHP, it’s usually easy to figure out if something is meant to be an int, string, array or object (yes we’ve probably all done
270.
▲
by
zeroimpl
6y ago
There are many situations where a car is infinitely more practical, such as when you need to transport goods (eg shopping). Before I had a car, I once bought a dumbbell set. Had to carry it 5 minutes to the bus stop. Box fell apart on the w
More ›