"The guy who was showing me around pointed out where they were building "apartments for our people to live". "So they'll work on campus, they'll eat on campus, they'll socialise on campus and now they'll sleep on campus?" I asked. I wondered whether maybe that was kind of unhealthy. Creepy, even. My guide looked right at me, and for a moment, his megawatt smile faltered. When he first worked there, it reminded him of…
While this may sound creepy for a foreigner, getting a decent apartment in the SF Bay Area is really expensive and the commutes are horrible. So in this context, that could be a good thing.
Facebook Secretly Saved Videos Users Deleted
121–130 of 405 posts
Re: Facebook Secretly Saved Videos Users Deleted
#122Earlier quoted context omitted.
I always tell people to treat Facebook as if every person you ever meet will be able to see it. It's more or less my public persona. Twitter is more anonymous.
> Twitter is more anonymous. How did you arrive at that conclusion? I assume Twitter retains everything as well (even "deleted" tweets) and it's all associated with an email address. Or did you mean it in the sense that far fewer people have a Twitter account?
Re: Facebook Secretly Saved Videos Users Deleted
#123"The guy who was showing me around pointed out where they were building "apartments for our people to live". "So they'll work on campus, they'll eat on campus, they'll socialise on campus and now they'll sleep on campus?" I asked. I wondered whether maybe that was kind of unhealthy. Creepy, even. My guide looked right at me, and for a moment, his megawatt smile faltered. When he first worked there, it reminded him of…
I imagine doing such is in the long term cheaper than the amount currently spent on hotel services for the above population. But yes, long term on campus housing is a bit weird in this day and age (but many rural communities were built by companies needing to house their employees near the factor).
Re: Facebook Secretly Saved Videos Users Deleted
#124Earlier quoted context omitted.
I think the opposite is more likely to be true. This sounds creepy because it is creepy and the only place it seems reasonable is in the increasingly disconnected culture of Silicon Valley.
Many undergraduate, graduate and postgrads live on campus in housing provided by the university, and get paid by the same university. Soldiers in the military live in barracks, even some who would otherwise have the option to live off base. Even expats working for private energy companies abroad sometimes live in corporate housing campuses.
Re: Facebook Secretly Saved Videos Users Deleted
#125Earlier quoted context omitted.
I think the opposite is more likely to be true. This sounds creepy because it is creepy and the only place it seems reasonable is in the increasingly disconnected culture of Silicon Valley.
Many undergraduate, graduate and postgrads live on campus in housing provided by the university, and get paid by the same university. Soldiers in the military live in barracks, even some who would otherwise have the option to live off base. Even expats working for private energy companies abroad sometimes live in corporate housing campuses.
Soldiers in military often have a hard time adjusting to the freedom of civilian life, and it seems that structure is there out of institutional necessity (i.e. society could not exist without a military to protect it), not for the benefit of the individual soldier. Creating corporations that are both single-leader authoritarian and control more aspects of their employee's lives may not be how we want more of in our society. A lot of successful corporations seem relatively all-consuming for their employees (both small and big corps), so it seems like a subject without a solid path toward consensus.
Re: Facebook Secretly Saved Videos Users Deleted
#126Earlier quoted context omitted.
> That is intentional. It's funny you are so sure of this. And you essentially just called me wrong without providing a use case. My statement was I couldn't think of a use case for them to do this intentionally and your statement does nothing to disprove that. Hiding a video can and probably is just an "UPDATE videos SET visible=0 WHERE id=123" And it is extremely common to soft delete things for hard delete later i…
Okay, so if it wasn't intentional how else could old videos still be in the system. Videos is not a new feature and the videos date back as far as 2008. Facebook may be a bad player, but they have tons of talent working for them. Are you seriously suggesting that they stored a decade worth of videos that never saw a single view/download and nobody there realized it?
Compaction means copying huge quantities of data around and re-indexing everything in a particular stack, while at the same time maintaining good read performance. It's an expensive operation and not worth it unless you desperately need to reclaim space.
The alternative is to overwrite deleted content, but that carries a performance cost because new files may need breaking up to fit into smaller gaps left by deleted files, leading to IO devices spending more time seeking per-object. Defragmenting such a scheme is even more expensive than compacting a haystack-style scheme.
So yes - the system may not actually destroy the bytes on disk by design. However, it should not report those objects as still being available to layers above it since doing so may lead to inconsistency. This leads me to believe that nothing was actually even marked as deleted, it was simply never "published".
Re: Facebook Secretly Saved Videos Users Deleted
#127Earlier quoted context omitted.
Isn't this just a 21st century company town? What's old is new again.
A bit like university.
Re: Facebook Secretly Saved Videos Users Deleted
#128Earlier quoted context omitted.
>mansplaining even I am fascinated to know how you are going to wedge gender politics sideways into this completely gender neutral conversation. I agree that talking data storage strategies to people that aren't interested is unrewarding, but please mansplain to me how explaining technical concepts is mansplaining? Ideally, also define mansplaining in the process.
I believe the label mansplanting is used by non males to describe men teaching something in detail (often the complex idea is over the head of the person making the label comment). For some they would not like to be educated by males and men explaining technical details that no one asked for qualifies. Many males have stopped educating for fear of that label as most thought they were doing a favo(u)r by sharing. Soci…
Re: Facebook Secretly Saved Videos Users Deleted
#129"The guy who was showing me around pointed out where they were building "apartments for our people to live". "So they'll work on campus, they'll eat on campus, they'll socialise on campus and now they'll sleep on campus?" I asked. I wondered whether maybe that was kind of unhealthy. Creepy, even. My guide looked right at me, and for a moment, his megawatt smile faltered. When he first worked there, it reminded him of…
While this may sound creepy for a foreigner, getting a decent apartment in the SF Bay Area is really expensive and the commutes are horrible. So in this context, that could be a good thing.
Re: Facebook Secretly Saved Videos Users Deleted
#130Earlier quoted context omitted.
>mansplaining even I am fascinated to know how you are going to wedge gender politics sideways into this completely gender neutral conversation. I agree that talking data storage strategies to people that aren't interested is unrewarding, but please mansplain to me how explaining technical concepts is mansplaining? Ideally, also define mansplaining in the process.
It's simple: - most folks in tech are men - most men date women - in 2018 any attempt a man makes to explain something to a woman is a candidate for being accused of "mansplaining". I'll say one other thing: I honestly have no clue if mansplaining has a more technical definition but in general I see most people interpreting it as a man explaining anything to a woman.