Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
pdeva1
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
pdeva1
7mo ago
This is closer to 5.1 mini it seems and tied to Pro account. GLM 4.7 is available on-demand on Cerebras today [1] and performs better and cheaper... [1] https://www.cerebras.ai/blog/glm-4-7
2.
▲
by
pdeva1
9mo ago
AWS has the Google TrueTime equivalent precision clock available for public use[1] which makes this problem much easier to solve now. Auora DSQL uses it. Even third party db's like YugabyteDb make use of it. [1] https://docs
3.
▲
by
pdeva1
11mo ago
is Composer a fine tune of an existing open source base model?
4.
▲
S3 Express Append has issues
(blog.astradot.com)
14 points
by
pdeva1
2y ago
|
4 comments
5.
▲
by
pdeva1
2y ago
this algorithm is flawed. i created a test which can read failed write https://gist.github.com/pdeva/58854fa644d074cf07aa0ecca9a465...
6.
▲
by
pdeva1
3y ago
2. ok. so can i rebuild a cluster with just state in s3? eg: i create a cluster with local disks and s3 backing. entire cluster gets deleted. if i recreate cluster and point to same s3 bucket, will it restore its state?
7.
▲
by
pdeva1
3y ago
1. can this be used without clickhouse as just a zookeeper replacement? 2. am i correct in that its using s3 as disk? so can it be run as stateless pods in k8s? 3. if it uses s3, how are latency and costs of PUTs affected? does every
8.
▲
by
pdeva1
3y ago
1. what payload size and flush interval is that latency measured against?
9.
▲
by
pdeva1
3y ago
1. dont producers now have much higher latency since they have to wait for writes to s3. 2. if the '5-10x cheaper' is mostly due to cross AZ savings, isnt that offered by AWS MSK offering too?
10.
▲
by
pdeva1
4y ago
one of the reasons Bazel needs BUILD files with explicit inputs /outputs defined per file is to do fine grained incremental builds and test runs. so if i change say foo.c, i only need to recompile foo.obj and run ‘foo-tests’. Moon seem
11.
▲
by
pdeva1
5y ago
actually that timestamp is deceptive since the frame it opens at is the real jensen. this timestamp shows the cgi jensen and its very obvious due to the distance and animation that it is indeed cgi. https://youtu.be/eAn_oiZw
12.
▲
by
pdeva1
5y ago
note that this is only for 14 seconds of the video, when it is very obvious in the video that it is indeed a cgi figure.
13.
▲
by
pdeva1
6y ago
I do think Facebook has the correct direction on this.
14.
▲
by
pdeva1
6y ago
how do you know which steps to skip or rerun each run. in your react example, how do you know when to reinstall yarn to latest version and when to skip. https://layerci.com/docs/examples/react
15.
▲
Why we use JOOQ instead of Hibernate
(blog.astradot.com)
4 points
by
pdeva1
6y ago
|
0 comments
16.
▲
The era of the JVM is coming to an end
(movingfulcrum.com)
6 points
by
pdeva1
6y ago
|
0 comments
17.
▲
Show HN: A tool to centralize Kafka topic configuration
(github.com)
4 points
by
pdeva1
6y ago
|
0 comments
18.
▲
Kafka benchmarked against pulsar and rabbitmq
(confluent.io)
6 points
by
pdeva1
6y ago
|
0 comments
19.
▲
GitHub Actions Remains an Insecure and Incomplete CI
(movingfulcrum.com)
2 points
by
pdeva1
6y ago
|
0 comments
20.
▲
by
pdeva1
7y ago
one thing that doesn't get talked about RDS is that network cost for replication of data for RDS multi A-Z deployments is free. Depending on how much you write to RDS, this cost can dominate cpu/memory costs on non-RDS installatio
21.
▲
by
pdeva1
7y ago
what do you mean by ‘extra memory overhead’
22.
▲
by
pdeva1
7y ago
on the comparison with Consolas section, it says consolas is wider than JBMono, and JBMono is taller. However, the lines of code in the example run longer in the JBMono version than Consolas. Why is that? is the comparison flawed?
23.
▲
by
pdeva1
7y ago
how does insurance work for the rental period? prices seem similar to hertz and enterprise, why would i chose it above those?
24.
▲
by
pdeva1
7y ago
thanks for clarifying. appreciate the detailed answer.
25.
▲
by
pdeva1
7y ago
correct me if i am wrong here: 1. burger case, i do: count = count-1 if both txs see count=1, we get count=0 at the end. 2. i didnt say banking per se. can involve a simple billing system of a startup. or any critical data where you need to
26.
▲
by
pdeva1
7y ago
>you just might not observe the state of the counter as it was a few milliseconds did you mean 'might observe' instead of 'might not'? stale read would result in the older value being read. i believe the anomaly would
27.
▲
by
pdeva1
7y ago
the db doesnt guarantee linearizability (assuming clock skew). even the post says stale counters values can be read. Doesn't that mean that following use cases are not possible: 1. keeping count of page views 2. vote count per
28.
▲
by
pdeva1
7y ago
what does the JDBC driver has to do with thread per connection in the database? jdbc doesnt care if you use threads or processes for the connection
29.
▲
by
pdeva1
7y ago
seems like yugabyte, like postgres, also spawns a process per connection; thus requiring use of external connection pool
30.
▲
The Unsolved Load Balancing Problem of WebSockets
(movingfulcrum.com)
3 points
by
pdeva1
7y ago
|
0 comments
More ›