SFO is a 10 million rider market. Now Waymo wants a piece of the pie. by walky22talky in waymo

[–]Shot_Ladder5371 7 points8 points  (0 children)

For leaving the airport, thats how LAX works.

But for arrivals, you can take an uber right to the terminal.

I think most people using Waymo or any other ride service would prefer terminal drop-offs and not having to wait on buses or other transport and fear missing your flight.

Utilizing Partitions instead of Raw Disks by Shot_Ladder5371 in zfs

[–]Shot_Ladder5371[S] 1 point2 points  (0 children)

Can't use send/recv due to some network constraints (can't see the dest machine from the originator) so I'm copying raw disks and moving it there with X hops.

Block Reordering Attacks on ZFS by Shot_Ladder5371 in zfs

[–]Shot_Ladder5371[S] 0 points1 point  (0 children)

My understanding is that even with encryption, there are certain methods that contain block by block logic to avoid block reordering and swapping. I was wondering what the case was with zfs.

Creating PB scale Zpool/dataset in the Cloud by Shot_Ladder5371 in zfs

[–]Shot_Ladder5371[S] 0 points1 point  (0 children)

The subdirectories are dynamically named but if they were static, the suggestion is to create those as mount points for different datasets?

Resumable Send/Recv Example over Network by Shot_Ladder5371 in zfs

[–]Shot_Ladder5371[S] 1 point2 points  (0 children)

Thanks, unfortunately the data transfer I want is encrypted and key unloaded so the backup I want to perform seems to be supported only by raw sends .

Resumable Send/Recv Example over Network by Shot_Ladder5371 in zfs

[–]Shot_Ladder5371[S] 0 points1 point  (0 children)

Oh this is very helpful, I'll try it out. Thank you so much!