Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
csnweb
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
csnweb
5mo ago
We do very much have credit rating in Germany, might be very different than the one in the US, don’t know theirs.
2.
▲
by
csnweb
7mo ago
Are you may be comparing the pro model to the non pro model with thinking? Granted it’s a bit confusing but the pro model is 10 times more expensive and probably much larger as well.
3.
▲
by
csnweb
11mo ago
You can activate the uv venv from anywhere just fine, just do source path_to_sandbox/.venv/bin/activate. Probably makes sense to define a shortcut for that like activate sandbox. Your conda env is also linked to a directory,
4.
▲
by
csnweb
11mo ago
Because the gp comment is not about grapheneos, but its creator and could be taken as insulting (considering none of them is likely to be actually schizophrene).
5.
▲
by
csnweb
11mo ago
That might take a few days or weeks, it seems like they put in some decent effort into it this time. From skimming the supplement I wouldn’t be suprised if the speedup is only 100x though. That’s still significant, but clearly less than the
6.
▲
by
csnweb
1y ago
But if you happen to have n=2^c, then an algorithm with logarithmic complexity only needs c time. Thats why this is usually referred to as exponential speedup in complexity theory, just like from O(2^n) to O(n). More concretely if the first
7.
▲
by
csnweb
1y ago
If you replace an n^2 algorithm with a log(n) lookup you get an exponential speed up. Although a hashmap lookup is usually O(1), which is even faster.
8.
▲
by
csnweb
2y ago
The knowledge is stored in the model, the one mentioned here is rather large, the full version needs over 700GB of disk space. Most people use compressed versions, but even those will often be 10-30GB in size.
9.
▲
by
csnweb
2y ago
I think you probably don’t want the application user to inherit from the superuser you may use for migrations since some migrations require a superuser.
10.
▲
by
csnweb
2y ago
It won’t answer questions that are not somehow related to code or computing, I usually don’t need anything else so I didn’t really test the limits of that so far.
11.
▲
by
csnweb
2y ago
The chat part (mostly) uses GPT-4, you can also see which model is called in the request logs. Here is the official announcement: https://github.blog/changelog/2023-11-30-github-copilot-nove...
12.
▲
by
csnweb
3y ago
For me it really is extremely close to 100% for timers, I barely remember it being wrong and I use it several times per day. Finding my phone via the HomePod also works pretty much every time, may be 90% for me but it doesn’t recognize my w
13.
▲
by
csnweb
3y ago
There are tools for Postgres unit testing https://wiki.postgresql.org/wiki/Test_Frameworks . Which is not to say there isn’t any room for improving them.
14.
▲
by
csnweb
3y ago
It’s extremely hard to root, I think that’s why it got removed from the supported robot page. As for ios, just saving the page on the Home Screen really works fine, no need for a native app here imho.
15.
▲
by
csnweb
3y ago
Same here, I also don’t understand why the home app is rather lacking. The light switches in the control center are okay, but that quickly becomes too full. I mostly use voice commands to manage my lights and third party apps like the one f
16.
▲
by
csnweb
3y ago
I agree, probably the biggest point Digitalocean is lacking. I think the only workaround is creating several projects? But that probably becomes annoying and hard to manage quite easily if you want a lot of separation.
17.
▲
by
csnweb
3y ago
Many of my friends in Germany have Telegram as well and I think that it’s mainly because it has by far the best multi device (esp. Desktop / Notebook) UX. Switching devices with Telegram and using it on several devices concurrently has
18.
▲
by
csnweb
3y ago
Hetzner (German data center provider) claims to achieve a PUE of 1.1 ( https://www.golem.de/news/besuch-im-rechenzentrum-so-betreib... ), admittedly their cloud offerings are quite limited but I think they are expanding
19.
▲
by
csnweb
3y ago
The short answer is very likely no, at least not without any other major breakthroughs. The reason why Viterbi is fast is because the underlying probabilistic model is rather simple, which does not hold for quantum situations in general.
20.
▲
by
csnweb
4y ago
While that might not fit your needs I map unions to Postgres with an enum encoding the type and then adding constraints on which additional columns must be set (and also must not be set) depending on the type. For your example the enum migh
21.
▲
by
csnweb
4y ago
For Postgres there is https://github.com/adelsz/pgtyped , sounds pretty much like what you describe?
22.
▲
by
csnweb
4y ago
Your sql query example doesn’t seem to actually need timezones. If all orders are stored in the correct UTC regardless where they come from. An order is always made at a specific point in time that is the same globally.
23.
▲
by
csnweb
4y ago
If you have a 5k 27 inch screen directly next to it you will see a difference, but it’s not huge and I agree that 4k at 27 inches is sufficient from a pixel density perspective. But the scaling is not so nice, 5k at 27 inches allows integer
24.
▲
by
csnweb
4y ago
It seems to be priced relatively cheap already with 32GB Ram and a 512GB SSD. A Mac mini with only 16GB of memory already costs nearly twice as much and I really wish there were a 32 gb mini at all. I like my Mac mini, but I hit the memory
25.
▲
by
csnweb
4y ago
It definitely can scale much better, we are using around 1800 kWh (2 parents, 1 small child) and I think it’s safe to say going below 1300 for one of us would be hard, especially when working from home. But we live in a flat and there are m
26.
▲
by
csnweb
4y ago
I never tried 1password, but I am using Bitwarden right now. What features are important to you that Bitwarden is missing? Just wondering if I should give 1password a try as well.
27.
▲
by
csnweb
4y ago
I think it’s great that you publish and maintain this library and nobody can or should tell you to put more work into it. That said a package that did have explicit methods for every endpoint with documentation of what it does and what the
28.
▲
by
csnweb
4y ago
I think you may be should give a code first GraphQL a try, you can pretty much everything you want that way. You can write high level functions for pagination or whatever that way and have a base object that you can extend for all Types imp
29.
▲
by
csnweb
4y ago
Does home have some label for that? Can you say turn of the floorstanding lamp and it works? If so that would indeed be very weird. I have a sleeping room in home and said it should turn of the light in the sleeping room in 5 minutes and it
30.
▲
by
csnweb
4y ago
> turn off the bedroom light in 5 minutes This actually works already with Siri (and as mentioned in a sibling comment with google Home as well). I just tried that for fun a few days ago and was surprised that it actually worked.
More ›