Julian Gruber

Results 317 comments of Julian Gruber

this is for perf, right? If so, I'm curious where it's used in a perf relevant way

ideally: remove stuff in the middle, like osx does

also, fix font size and color

I would like to throw in having `{ "private": true }` inside `dat.json`, similar to robots.txt

Do you think "private" should mean it's simply unlisted, like an unlisted youtube video, or should it be like with git where you need to be signed in to see...

> Do need a centralized storage location, mostly because processing requires big guns. does that mean that storage and processing need happen on the same machine? Except for this, this...

I _guess_ we could talk about a hosted data pipeline for dat as well...

Some of the modules exist independently from dat, like for example hypercore and hyperdrive

Since nodejs is also foundational to the dat project, shall we rename it to `dat-node`? :P

Dat-node is a library that sets `{ latest: true, indexing: true }`, and this is where the issue was discovered: ```js const fs = require('fs') const src = `/tmp/${Math.random()}/` console.log(src)...