HackerTrans
TopNewTrendsCommentsPastAskShowJobs

rockwotj

1,100 karmajoined 10 ปีที่แล้ว
Hello, my name is Tyler Rockwood. I love God.

Husband and Father. More @ https://rockwotj.com

Submissions

Tasklet Instant Apps

tasklet.ai
3 points·by rockwotj·5 เดือนที่ผ่านมา·1 comments

What If LLMs Could See Trust Boundaries?

rockwotj.com
3 points·by rockwotj·5 เดือนที่ผ่านมา·0 comments

comments

rockwotj
·3 วันที่ผ่านมา·discuss
9fs is better than NFSv3 but NFSv4 is a different beast and more powerful

Honestly the biggest limitation is its quite a big protocol and can be complicated, but I don’t see any major advantages you could do yourself protocolwise over a custom FUSE thing except for just simplification. In my case I am hoping the kernel client can save me a lot of work of building a good client
rockwotj
·4 วันที่ผ่านมา·discuss
> Wouldn't 9fs/plan9fs be more suitable for this use case from my limited understanding though?

Can you elaborate on why? NFS is really a great protocol with a lot of tricks to reduce round trips
rockwotj
·4 วันที่ผ่านมา·discuss
author here! Glad you liked the post :)

> Motivation for combining Chorus and SlateDB for NFS

I work on an AI agent (tasklet) and we give every agent a linux machine. Having durable storage that is cheap, fast and multi-tenant is really important for our product. NFS is a great protocol (if complicated), and object storage is just the cheapest. But making it fast and reliable is key.

> other use cases

Any use case for SlateDB that you are willing to pay more for less latency but keep disaggregated storage without another system.

> GCP specific

Actually AWS and Azure zonal storage also support append operations, so I think the approach could be extended to all three major clouds. I don’t have a need for that ATM

> pricing

Probably worth a whole separate blog TBH. It would be cheaper than Kafka but more expensive than just using the built in WAL for SlateDB or OSWALD
rockwotj
·7 วันที่ผ่านมา·discuss
But this is model behavior and just a public issue tracker which claude code has just without code? I don’t see how it’s any different than https://github.com/anthropics/claude-code for these issues.

I do appreciate that codex is open source generally, but I don’t think it matters for this class of issue as the model is closed still
rockwotj
·9 วันที่ผ่านมา·discuss
Because it’s harder. It’s a stateful protocol and has a lot more features
rockwotj
·9 วันที่ผ่านมา·discuss
Nothing wrong with that, but you should remove the “at rest in S3” footnote from the write latency on the frontpage of the website, because that is not what is measured
rockwotj
·9 วันที่ผ่านมา·discuss
Yeah in this case the footnote to the write latency specifically says “at rest in S3”, which is what caused me to go look at the source. To be clear I have no problem with the ZeroFS of only flushing on fsync.

I am very excited for object storage first systems like this to leverage low latency zonal storage for write ahead logs to keep the disaggregated storage but greatly reduce write latency. That ends up being more expensive, but is likely a good tradeoff in lots of cases I have seen
rockwotj
·9 วันที่ผ่านมา·discuss
The sub-millisecond writes with data in S3 is false and impossible. If you look at the benchmark the fsync is not timed, so this is just the latency of either the network or in kernel file operations depending on the mount settings
rockwotj
·13 วันที่ผ่านมา·discuss
Oh of course all deepseek and glm are. Multiple people have seen GLM self report that it is claude, which makes it super obvious.

I think the surprising thing is I expect flash to be a pure distillation and strictly worse quality but clearly it’s more nuanced than that.
rockwotj
·13 วันที่ผ่านมา·discuss
I have also found deepseek flash beat pro in some of my own internal evals for tasklet.ai it’s really surprising and I don’t understand it
rockwotj
·20 วันที่ผ่านมา·discuss
> will finally fracture.

If true, it will only be replaced with something else. With what is anyone’s guess.
rockwotj
·29 วันที่ผ่านมา·discuss
I actually just started doing this by having Fable roleplay as Jeff Dean and to use Codex as Sanjay driving the implementation and have them go back and forth. Works really well and it’s cool to see AI pair program
rockwotj
·เดือนที่แล้ว·discuss
This seems really great! I am a long time Bazel fan, but it’s not perfect, and I have always thought there was something simpler than bazel that would give a lot of these kinds of benefits. Having something that works for a hybrid rust/typescript codebase would be great.

I encourage you for you dev command to work with frontend setups like vite so it’s unified with backends and still supports HMR
rockwotj
·3 เดือนที่ผ่านมา·discuss
IIRC (it’s been awhile) this was an optimization that was inspired by someone noticing all of Google spent a lot of time in vDSO using https://research.google/pubs/google-wide-profiling-a-continu... Google generally doesn’t have any (well that I have ever heard of) hard realtime requirements like the high frequency trading or HPC systems do.

Cool stuff thanks for sharing!
rockwotj
·3 เดือนที่ผ่านมา·discuss
Related reading is absl’s linear approximation of gettime from cycle counters, which I thought is a neat trick: https://github.com/abseil/abseil-cpp/blob/351086314d46e73d43...
rockwotj
·3 เดือนที่ผ่านมา·discuss
> Production-grade 17 operation types. 40+ semantic validation rules. Auth, rate limiting, PostgreSQL storage.

Man where in the LLM training data did the “production ready “ come from? That whole list screams AI. Humans want social proof, not a list.
rockwotj
·3 เดือนที่ผ่านมา·discuss
https://www.datadoghq.com/blog/datadog-time-series-foundatio...

https://moment-timeseries-foundation-model.github.io/

https://arxiv.org/abs/2403.07815

A friend at work used one to predict when our CEO would post in Slack, which is verry entertaining to see if correct.
rockwotj
·3 เดือนที่ผ่านมา·discuss
Probably the better link: https://research.google/blog/a-decoder-only-foundation-model...
rockwotj
·4 เดือนที่ผ่านมา·discuss
> which isn't saying that much

I mean I also think this move doesn’t make sense, but I always find these type of comments interesting. Do people think they could do better in Mark’s shoes?
rockwotj
·4 เดือนที่ผ่านมา·discuss
Or it’s compiled in the cloud?