Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
zeroimpl
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
151.
▲
by
zeroimpl
5y ago
Interesting, but that makes me wonder how a vision-impaired person could even shop at a grocery store? None of the products have braille on them.
152.
▲
by
zeroimpl
5y ago
To me the mistake here sounds like the fact that they rolled it out all at once. I’d have expected to see this implemented by slowly ramping up tariffs on non-organic fertilizers/pesticides over a number of years (like 5-10). It probab
153.
▲
by
zeroimpl
5y ago
Because then a missing comma somewhere becomes a weird bug, as opposed to a syntax error. Languages with implicit string concatenation using no operator have found it to be a common source of bugs, eg python. See https://news.yco
154.
▲
by
zeroimpl
5y ago
Same sort of problem. I have an account like that which was giving these messages and after trying a lot of things over few weeks I gave up. Some long time later (year+) I retried and got in. I attempted to change the security settings, but
155.
▲
by
zeroimpl
5y ago
I’m also curious how modern languages compare to older variants. Even modern English to Shakespeare stuff. I think to measure efficiency of a written language, you’d have to time how long it takes people to read it (and correctly answer som
156.
▲
by
zeroimpl
5y ago
Exactly. At least make it something like --jps for strings and --jpn for numbers.
157.
▲
by
zeroimpl
5y ago
There are certainly tradeoffs, which is why I said I’d like the option. Since I’m moderately familiar with the other language, I really just need the translation for words I don’t understand or mis-hear. There is such a thing as a real-time
158.
▲
by
zeroimpl
5y ago
A pet peeve of mine has been subtitles which flip the order of words, particularly when the sentence is broken into two lines. Like the spoken text in foreign language is “A murderer is... Joe” but it gets translated to “Joe is a... murdere
159.
▲
by
zeroimpl
5y ago
Do you have stock options and/or is it a small company where the success of the team may have a significant impact on the ability of the company to promote you in the future? If either of those is the case, I think there may be reason
160.
▲
by
zeroimpl
5y ago
In case you missed the discussion on Moxie’s comment: https://news.ycombinator.com/item?id=29845208
161.
▲
by
zeroimpl
5y ago
It sounds like these problems would be easier to address if the project maintainer adopted a CI/CD workflow. Just make sure that if it’s a public repo to setup proper access control.
162.
▲
by
zeroimpl
5y ago
I find the opposite pattern. The first week or so of a vacation I keep wondering about work and how the team is doing. It takes a while before I stop caring (and start ignoring work email). This is usually sped up by finding some side proje
163.
▲
by
zeroimpl
5y ago
Yeah I think something like this is the way to go. The table name needs to be listed in a consistent manner like all other joins, and I don't think the syntax should be different depending on which order the tables are listed in. With
164.
▲
by
zeroimpl
5y ago
I’d have gone with bq myself
165.
▲
by
zeroimpl
5y ago
[t rotateBy: a around: v] // This is Objective-C I’ve never seen Smalltalk before, but I did find the verbose syntax of ObjC had some benefits. That being said, typical C programmers don’t add all that whitespace, so the “who need
166.
▲
by
zeroimpl
5y ago
I tried turning on IPv6 on my VPS server running Docker. Not knowing much about IPv6, I naively assumed it’d just work. Evidently not, and you either need to run a NAT service or your containers become publicly routable, both having major c
167.
▲
by
zeroimpl
5y ago
Thanks, I’m not too knowledgeable on this subject, but given that the phrase 他不在這裏 can be understood entirely by looking up the definitions of the individual characters (which I don’t think have changed much over time), but not so for 佢唔喺呢度
168.
▲
by
zeroimpl
5y ago
I don’t follow. Written Chinese predates the CCP by a very long time. More specifically, 他不在這裏 is a phrase that I could imagine being used in official written text in past dynasties. But 佢唔喺呢度 does not.
169.
▲
by
zeroimpl
5y ago
You're not wrong, but sometimes simple formats aren't as simple as they look. It sounds like what you want is basically a format like /etc/os-release: NAME="Rocky Linux" VERSION="8.5 (Green Obsid
170.
▲
by
zeroimpl
5y ago
You'll prefer JSON the minute it becomes: cpu: 0.2 kb_read_s: 0.12 mac_addr: 10:AA:FF:00:55:66
171.
▲
by
zeroimpl
5y ago
Routers know how to figure out what route to use for a given IP. If they apply this algorithm to the source IP and find that the optimal route to the source is a different interface than it was received on, that’d potentially be a red flag.
172.
▲
by
zeroimpl
5y ago
Not exactly - the problem is mostly when doing variable expansion. The fact that bash treats "$x" and $x as different is a bit of a design flaw. Of course there's still an issue with evaluating dynamically generated code, but
173.
▲
by
zeroimpl
5y ago
Don’t you just treat the range as half-open? Eg a '[)' range in Postgres.
174.
▲
by
zeroimpl
5y ago
No. The target is normally a primary key but the source is not. The source is rarely even unique.
175.
▲
by
zeroimpl
5y ago
The actual content (eg pictures, videos and text) all look better on a retina screen. I don’t think people buy retina screens so that the UI elements look prettier.
176.
▲
by
zeroimpl
5y ago
Yeah I’ve run into this a few times. In Postgres, you can’t add a foreign key referencing columns that aren’t indexed. I assume this is for performance reasons so inserts/updates are efficient, but there is no such check that the sourc
177.
▲
by
zeroimpl
5y ago
Seems like salt was only invented 8000 years ago https://en.wikipedia.org/wiki/Salt
178.
▲
by
zeroimpl
5y ago
If you subnet it as 2.0.0.0/31 it should work as far as I’m aware.
179.
▲
by
zeroimpl
5y ago
Feels like next somebody should setup a DNS system at 2.0.
180.
▲
by
zeroimpl
5y ago
From my experience, if you give pretty-printed JSON to a YAML parser, it will explode.
More ›