HackerTrans
トップ新着トレンドコメント過去質問紹介求人

pdeva1

no profile record

投稿

S3 Express Append has issues

blog.astradot.com
14 ポイント·投稿者 pdeva1·2 年前·4 コメント

Why We Moved from Gradle to Maven

blog.astradot.com
1 ポイント·投稿者 pdeva1·6 年前·0 コメント

Why we use JOOQ instead of Hibernate

blog.astradot.com
4 ポイント·投稿者 pdeva1·6 年前·0 コメント

The era of the JVM is coming to an end

movingfulcrum.com
6 ポイント·投稿者 pdeva1·6 年前·0 コメント

Show HN: A tool to centralize Kafka topic configuration

github.com
4 ポイント·投稿者 pdeva1·6 年前·0 コメント

Kafka benchmarked against pulsar and rabbitmq

confluent.io
6 ポイント·投稿者 pdeva1·6 年前·0 コメント

コメント

pdeva1
·5 か月前·議論
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
pdeva1
·7 か月前·議論
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.aws.amazon.com/AWSEC2/latest/UserGuide/set-time...
pdeva1
·9 か月前·議論
is Composer a fine tune of an existing open source base model?
pdeva1
·2 年前·議論
this algorithm is flawed. i created a test which can read failed write https://gist.github.com/pdeva/58854fa644d074cf07aa0ecca9a465...
pdeva1
·3 年前·議論
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?
pdeva1
·3 年前·議論
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 write result in a PUT call to s3?
pdeva1
·3 年前·議論
1. what payload size and flush interval is that latency measured against?
pdeva1
·3 年前·議論
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?
pdeva1
·3 年前·議論
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 seems to take globs as input. Thus modifying even a single file inside ‘src’ dir will trigger rebuild/retest of the entire ‘project’
pdeva1
·5 年前·議論
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_oiZwUXA?t=3761
pdeva1
·5 年前·議論
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.
pdeva1
·5 年前·議論
I do think Facebook has the correct direction on this.
pdeva1
·5 年前·議論
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