Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
zeroimpl
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
91.
▲
by
zeroimpl
3y ago
This is why you need a lawyer familiar with the local regulations, which clarify these things. Thus this test is invalid because there should be an “there is not enough information to answer” answer.
92.
▲
by
zeroimpl
3y ago
However, it's already the case that if a postgres process crashes, the whole cluster gets restarted. I've occasionally seen this message: WARNING: terminating connection because of crash of another server process DETAIL:
93.
▲
by
zeroimpl
3y ago
Agreed. I'm still using 2.0. I don't write the JSON directly (except for the JSON Schema part), nor do I look at it directly. These major backwards-incompatible changes don't seem like the right move to me, they fragment the
94.
▲
by
zeroimpl
3y ago
I think you’d have to have a fairly awkward API design in order for this to be an issue. For example, if “POST /posts” does something else, like flags a post for a moderator to review. That being said, I don’t see this feature being pa
95.
▲
by
zeroimpl
3y ago
TIL sending a POST request to a URL invalidates the cache for GET requests of the same URL. Going to have to review my REST APIs to make sure that’s not a problem.
96.
▲
by
zeroimpl
3y ago
Authy also supports their own auth system that isn’t TOTP but rather a server-push model which requires your device to be online to receive the token.
97.
▲
by
zeroimpl
3y ago
Comments can also be accessed at runtime :)
98.
▲
by
zeroimpl
3y ago
Might as well just use bash sleep $((RANDOM % 600)) && fetch-tcl-logs
99.
▲
by
zeroimpl
3y ago
Am I charged less for that data transfer when it’s 5G? To me the important consideration is the cost of the data. 1Gbps seems pointless if the cost is still $10+/GB.
100.
▲
by
zeroimpl
3y ago
> Oracle and MySQL do not have this problem in their MVCC implementation because their secondary indexes do not store the physical addresses of new versions. Instead, they store a logical identifier (e.g., tuple id, primary key) that the
101.
▲
by
zeroimpl
3y ago
I’m fully against using triggers to implement business logic, but find stored procedures can be great for encapsulating some elements of application/business logic. I’ve got several applications that access the same databases, and put
102.
▲
by
zeroimpl
3y ago
I know it sometimes feels easier to just implement something than file a JIRA ticket with enough detail to describe what needs to be done.
103.
▲
by
zeroimpl
3y ago
Ah I thought they meant flipping the finality of the final state, but I guess they said "states" so your interpretation makes more sense.
104.
▲
by
zeroimpl
3y ago
That example doesn’t really fit since one easily could compute the negation of “a|(aa)+” in linear time by simply returning the opposite of the top-level node in the tree. Perhaps something like “X|!Y” or similar might be impossible?
105.
▲
by
zeroimpl
4y ago
My point is mostly that the article implies Apple, Microsoft and Linux (or at least Linus) agree on using the term arm64, but the agreement doesn't seem to be too deep given that uname reports different values. Btw in updating a Docke
106.
▲
by
zeroimpl
4y ago
So when I run “uname -m” on Mac it says “arm64”, but running it in a docker container on the Mac it says “aarch64”. Doesn’t seem like everybody is in agreement.
107.
▲
by
zeroimpl
4y ago
You likely made the same incorrect assumption from the title that I did. Replace “backup server” with “backup appliance” and it will be more clear.
108.
▲
by
zeroimpl
4y ago
Ha I had a need for this yesterday. Just added a timestamptz column and text column. In my use case the text column preserves the input value for display to the user while the timestamp itself is used programmatically. But a “TIMESTAMP WITH
109.
▲
by
zeroimpl
4y ago
I believe the metadata about them is still written to various system catalog tables. Creating lots of temp tables will cause autovacuum activity on tables like pg_attr, for example.
110.
▲
by
zeroimpl
4y ago
Is this from experience? From a quick google search it seems that’s not automatic, and they also have a documented process for how this works for 3rd-party sellers too, giving them the option to dispute or accept it.
111.
▲
by
zeroimpl
4y ago
I dunno, if you “echo foo > /dev/null” then “cat /dev/null” you won’t get foo back. Plenty of assumptions about filesystem behaviour don’t work in all cases. That being said, I’d prefer if the symlink actually worked
112.
▲
by
zeroimpl
4y ago
While they are probably overpriced, if you buy from Dyson you know you are getting pretty good quality. My prior vacuums were from Shark and Hoover and they sucked in the wrong way. While I probably could have gotten a decent vacuum from on
113.
▲
by
zeroimpl
4y ago
That’s called a self-encrypting drive (SED) and is pretty common. It just costs more and/or is slower.
114.
▲
by
zeroimpl
4y ago
I didn’t even know <input type="date"> was a thing, I rely on JS datepicker libraries in various places. However there’s usually plenty of configuration that goes along with that, so I’m not surprised it isn’t optimal in all
115.
▲
by
zeroimpl
4y ago
I recall this being annoying for me as an app developer trying to perfect the app icon. You upload the app icon as a square image, and Apple applies the round corners when they distribute it. I wanted to preview how it’d look on the App Sto
116.
▲
by
zeroimpl
4y ago
I know it’s referred to as film grain, but digital cameras also have grain, and the amount of grain will vary from shot to shot depending on lighting, shutter speed etc. Adding extra fake noise to the movie solves a few problems such as ens
117.
▲
by
zeroimpl
4y ago
Also is it timeoutMs, timeoutMS, or timeoutMillis?
118.
▲
by
zeroimpl
4y ago
I’m confused because this is how it already worked. Unlike regular purchases, subscription pricing was always managed by choosing a price in one territory, letting it recommend prices for all the other territories (based on the exchange rat
119.
▲
by
zeroimpl
4y ago
How would the results differ if you looked at median instead of average? It seems like median would probably be about the same in many cases, when talking about # of friends.
120.
▲
by
zeroimpl
4y ago
Seems like it’d be easier/more effective to take out the launch vessel.
More ›