Earlier quoted context omitted.
Ethics aside, this actually sounds kind of fun to me. It's the kind of clever puzzle solving many of us love about programming - it's basically a cat and mouse game.
I'm sure there were a lot of interesting challenges creating the V2 rocket that terrorized London...
Facebook adds 5 divs, 9 spans and 30 CSS classes to every post in the timeline
51–60 of 367 posts
Re: Facebook adds 5 divs, 9 spans and 30 CSS classes to every post in the timeline
#52I'm really thankful I haven't yet had a job where all I'm developing is new ways to force people to see ads. Imagine working on a 'feature' like this for weeks or months, and the end result is simply that people who don't want to see ads now have to see ads.
Ethics aside, this actually sounds kind of fun to me. It's the kind of clever puzzle solving many of us love about programming - it's basically a cat and mouse game.
Re: Facebook adds 5 divs, 9 spans and 30 CSS classes to every post in the timeline
#53I interviewed at FB recently (didn't pass the in-person) and the one question I asked each interviewer was "tell me about the parts of FB I don't see" - because they have an odd hiring process where you don't figure out what team you'd be working with until after you are hired...and I had no interest in pushing Ads, but understood that wouldn't be a great pitch from my side. Turns out there is a LOT about ads at FB.…
Re: Facebook adds 5 divs, 9 spans and 30 CSS classes to every post in the timeline
#54I'm really thankful I haven't yet had a job where all I'm developing is new ways to force people to see ads. Imagine working on a 'feature' like this for weeks or months, and the end result is simply that people who don't want to see ads now have to see ads.
Re: Facebook adds 5 divs, 9 spans and 30 CSS classes to every post in the timeline
#55I wonder at which point will we just stream pages as interactive video content with a text optimized codec. Most pages on the internet are bloated to the point where it might just make sense. (I am not advocating, I am predicting)
Re: Facebook adds 5 divs, 9 spans and 30 CSS classes to every post in the timeline
#56I'm really thankful I haven't yet had a job where all I'm developing is new ways to force people to see ads. Imagine working on a 'feature' like this for weeks or months, and the end result is simply that people who don't want to see ads now have to see ads.
Re: Facebook adds 5 divs, 9 spans and 30 CSS classes to every post in the timeline
#57If you don't mind getting rid of every post in the timeline, there's News Feed Eradicator for Facebook: https://chrome.google.com/webstore/detail/news-feed-eradicat...
Re: Facebook adds 5 divs, 9 spans and 30 CSS classes to every post in the timeline
#58Earlier quoted context omitted.
No one cares about accessibility when ad dollars are at stake.
They do when regulators come calling with significant penalties.
I'm pretty sure Facebook considers pissed off regulators a regular cost of doing business.
Re: Facebook adds 5 divs, 9 spans and 30 CSS classes to every post in the timeline
#59Earlier quoted context omitted.
Ethics aside, this actually sounds kind of fun to me. It's the kind of clever puzzle solving many of us love about programming - it's basically a cat and mouse game.
I worked on something like this (but at a very much lower scale, of course) and it's fun at first but then I realized that my whole job was making users experience worst and I was miserable for as long as I had that job. I swore not to work on anything advertising-related ever again.
Re: Facebook adds 5 divs, 9 spans and 30 CSS classes to every post in the timeline
#60I wonder at which point will we just stream pages as interactive video content with a text optimized codec. Most pages on the internet are bloated to the point where it might just make sense. (I am not advocating, I am predicting)
At a previous job in the not-too-distant past, we needed to support IE7 for contractual reasons. I'd unironically floated the idea of launching a VM on the server running Firefox, and starting a VNC session, streamed over frames of a GIF. Clicks and keypresses would be transmitted with AJAX calls. In a later project, we played with the idea of using an asm.js-compiled Webkit to render SVG (with embedded HTML) into a…