Hacker Newsnew | past | comments | ask | show | jobs | submit | n_plus_1_acc's commentslogin

Like Rust if it has no Rc?


Rc is implemented in Rust so it would be possible to create an equivalent in your own code.


All of his talks are very good


thanks


Are you sure this update address the issue?


This is also problematic, because there might be padding and the calculated size might be too small:

`malloc(sizeof(*node) + data_size);`


There's no a problem with the author's current code, since the padding is already included in the node size, but it would be a problem after doing alignment more intelligently.


I agree wholeheartedly, but the XML library in them JS ecosystem is shit.


There German word for that is Verantwortungsdiffusion (responsibility diffusion)


I have reported your homophobic comment.


Interesting. How is that comment homophobic? Might be factually incorrect, but not homophobic. Quite the contrary, it implies that women prefer looking at women too.


I use aurora store to filter for ads and trackers


Trivial in LaTeX, does word not do that?


If it quaks like a disk image, it is a disk image


A filesystem is not a file.

(Yes, you can store a filesystem in a file - and that's a trivial sort of disk image, but one with some serious drawbacks like "you have to allocate all of the space up front". We can do better.)


Some of the most popular disk image formats are basically a sparse file abstraction for non-sparse files and nothing more. You have a bunch of blocks, a table mapping each block to its virtual location, and a couple convenience headers.

If those count as a disk image when you put a filesystem inside, then I say a normal file is also a disk image when you put a filesystem inside.

Especially because the sparse mapping is optional. For example, lots of VHDs are a raw file plus a 512 byte footer.


What?


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: