Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
njs12345
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
njs12345
1y ago
When not per tenant you still have this problem, and typically resolve by releasing database migrations separately to the code that uses changes (ensuring backwards compatibility). I guess per-tenant you would handle similarly but build som
2.
▲
by
njs12345
3y ago
Confessionalism is probably just as large a confounder as communism in this context though..
3.
▲
by
njs12345
3y ago
There is the Images Batch API that isn't subject to the 1200 requests/5 minutes limit: https://developers.cloudflare.com/images/cloudflare-images/u...
4.
▲
by
njs12345
3y ago
I could see a combination of this approach and one of the audit approaches like `cargo crev` working well in the unsafe case: - Require audit if there is new unsafe code - Otherwise, rely on cackle to enforce no use of fs/net etc in sa
5.
▲
by
njs12345
3y ago
The lenders will come out alright. Even if the utilities end up being renationalised their debt will be converted into government bonds. The mugs here are the public, which end up paying to service the debt that has been used to issue divid
6.
▲
by
njs12345
4y ago
https://ourworldindata.org/grapher/carbon-intensity-electric... With an ageing nuclear fleet built mostly in the 70s and 80s France has the cleanest electricity of any country in Europe (except those with abundant hydr
7.
▲
by
njs12345
4y ago
A good place to start with Coq is Software Foundations: https://softwarefoundations.cis.upenn.edu/
8.
▲
by
njs12345
4y ago
The atomics themselves sure, but I guess often they'll be used as a barrier to protect an UnsafeCell or something, like in the implementation of Lazy<T>: https://docs.rs/lazy-init/0.5.0/src/lazy_ini
9.
▲
by
njs12345
4y ago
> Even rust's memory model has places where it can't do what C++ can. (you can't use atomic to write data from two different threads at the same time) Perhaps not in safe Rust, but can you provide an example of something R
10.
▲
by
njs12345
5y ago
China has just hooked a pebble bed reactor up to its grid: https://en.wikipedia.org/wiki/HTR-PM
11.
▲
by
njs12345
5y ago
A fun Postgres extension to require this: https://github.com/eradman/pg-safeupdate
12.
▲
by
njs12345
5y ago
Football Radar | Systems Engineer | London | Remote (UK) | Full-time We're looking for an experienced Systems Engineer / Site Reliability Engineer to help us deliver high quality software and shape our technical roadmap over the c
13.
▲
by
njs12345
6y ago
Land value taxes also seem like they would work very well, have some nice incentive effects and are hard to game: https://en.wikipedia.org/wiki/Land_value_tax
14.
▲
by
njs12345
6y ago
This isn't quite the same, because it's just an alias - you can pass a UserID to a function accepting a PostID: https://play.golang.org/p/nSOgcJs_66y It still provides a documentation benefit of course. EDIT:
15.
▲
by
njs12345
6y ago
We have to register to vote in the UK: https://www.gov.uk/electoral-register The same sort of dogwhistles about 'voter fraud' have been getting airtime in the media as well so I'm sure it won't be long b
16.
▲
by
njs12345
7y ago
Just count yourself lucky that you don't have an Exchange Only (EO) line, that doesn't have a cabinet and runs directly to the exchange.. I'm in Whitechapel (Zone 1) and get 8/1
17.
▲
by
njs12345
8y ago
I agree in general with your comment, but.. > If you can already tell ahead of time which company's stocks are going up, just take more cash and use it to buy those stocks. These are pre-IPO companies so you can't easily buy th
18.
▲
by
njs12345
8y ago
It might not necessarily be high in fat - it's probably the calorie restriction that works, as in this trial: https://www.nhs.uk/news/diabetes/radical-low-calorie-diet-ma...
19.
▲
by
njs12345
9y ago
If you have any concurrency in your system then you aren't going to cover all the states using unit tests. You'll need some sort of formal model for that.
20.
▲
by
njs12345
9y ago
The base language is actually very small - you do need to know a lot on top to get anything done but arguably that's true with most languages.
21.
▲
by
njs12345
9y ago
CPU also causes a similar problem - for instance Java (and lots of runtime Java libraries) use the number of available CPUs to decide how many threads to use for various tasks, which can cause terrible performance if you're giving a co
22.
▲
by
njs12345
9y ago
If you enjoyed this you might enjoy Jeffrey Archer's prison diaries - he was a British politician jailed for perjury in the 2000s who wrote up his time inside: https://www.amazon.co.uk/Prison-Diary-1-Hell/dp/0
23.
▲
by
njs12345
9y ago
If you wanted to, you could even use a trigger to compute that field, and then backfill it - no changes to app code required!
24.
▲
by
njs12345
9y ago
Ecuador didn't do too badly under Correa: http://cepr.net/images/stories/reports/ecuador-2017-02.pdf
25.
▲
by
njs12345
9y ago
I imagine JSON serialisation overhead is pretty small when compared to parsing/typechecking a Rust program, which is probably what the Rust Language Server has to do whenever anything changes.. Not to mention that a lot of people capab
26.
▲
by
njs12345
9y ago
There are ways of doing this in a monorepo (by copying code to a new target for instance) - the difference is that you don't need to pay the price of versioning with every change.
27.
▲
by
njs12345
9y ago
Looks like you would be allowed to use it: https://code.google.com/codejam/terms 'You may use any programming language to solve a Code Jam problem. However, for any round after the qualification round, the compile
28.
▲
by
njs12345
9y ago
All of the places you listed have massive problems with NIMBYism. If the places a 30 minute cycle away from the City of London had the residential density of Hong Kong, what do you think house prices would be like?
29.
▲
by
njs12345
9y ago
You might like Jonathan Haidt's book 'The Righteous Mind' - http://righteousmind.com/ It has a lot on how people make ethical arguments in particular which I found quite eye opening (if a bit bleak in terms o
30.
▲
by
njs12345
10y ago
Is there anything really wrong with sharing a PIN for all your cards? What sort of attack does this make easier? Maybe if someone sees you entering a PIN for one of your cards and then steals your wallet?
More ›