HackerTrans
TopNewTrendsCommentsPastAskShowJobs

pdeva1

no profile record

Submissions

S3 Express Append has issues

blog.astradot.com
14 points·by pdeva1·2 tahun yang lalu·4 comments

Why We Moved from Gradle to Maven

blog.astradot.com
1 points·by pdeva1·6 tahun yang lalu·0 comments

Why we use JOOQ instead of Hibernate

blog.astradot.com
4 points·by pdeva1·6 tahun yang lalu·0 comments

The era of the JVM is coming to an end

movingfulcrum.com
6 points·by pdeva1·6 tahun yang lalu·0 comments

Show HN: A tool to centralize Kafka topic configuration

github.com
4 points·by pdeva1·6 tahun yang lalu·0 comments

Kafka benchmarked against pulsar and rabbitmq

confluent.io
6 points·by pdeva1·6 tahun yang lalu·0 comments

comments

pdeva1
·5 bulan yang lalu·discuss
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 bulan yang lalu·discuss
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 bulan yang lalu·discuss
is Composer a fine tune of an existing open source base model?
pdeva1
·2 tahun yang lalu·discuss
this algorithm is flawed. i created a test which can read failed write https://gist.github.com/pdeva/58854fa644d074cf07aa0ecca9a465...
pdeva1
·3 tahun yang lalu·discuss
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 tahun yang lalu·discuss
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 tahun yang lalu·discuss
1. what payload size and flush interval is that latency measured against?
pdeva1
·3 tahun yang lalu·discuss
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 tahun yang lalu·discuss
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 tahun yang lalu·discuss
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 tahun yang lalu·discuss
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 tahun yang lalu·discuss
I do think Facebook has the correct direction on this.
pdeva1
·5 tahun yang lalu·discuss
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