skip to main content

Posts tagged “culture”, page 3

  1. CERN 2019 WorldWideWeb Rebuild
    worldwideweb.cern.ch

    Digital archeology — a working simulation of the first ever web browser:

    In December 1990, an application called WorldWideWeb was developed on a NeXT machine at The European Organization for Nuclear Research (known as CERN) just outside of Geneva. This program – WorldWideWeb — is the antecedent of most of what we consider or know of as “the web” today.

    In February 2019, in celebration of the thirtieth anniversary of the development of WorldWideWeb, a group of developers and designers convened at CERN to rebuild the original browser within a contemporary browser, allowing users around the world to experience the origins of this transformative technology.

    It’s amazing just how resilient and backwards-compatible HTML is. My site is already quite usable in WorldWideWeb, but now I’ll have to resist the urge to add some optimizations for 1990 web users.

  2. ‘Apollo 11’ Review: Astonishing NASA Documentary Is One Giant Leap for Film Restoration
    indiewire.com

    David Ehrlich writes about the upcoming Apollo 11 documentary, made using recently discovered 65mm footage:

    It’s rare that picture quality can inspire a physical reaction, but the opening moments of “Apollo 11,” in which a NASA camera crew roams around the base of the rocket and spies on some of the people who’ve come to gawk at it from a beach across the water, are vivid enough to melt away the screen that stands between them. The clarity takes your breath away, and it does so in the blink of an eye; your body will react to it before your brain has time to process why, after a lifetime of casual interest, you’re suddenly overcome by the sheer enormity of what it meant to leave the Earth and land somewhere else.

    This looks absolutely incredible.

  3. HTML, CSS and our vanishing industry entry points
    rachelandrew.co.uk

    Fighting words from Rachel Andrew, defending the ease of learning HTML and CSS from scratch:

    Whether front or backend, many of us without a computer science background are here because of the ease of starting to write HTML and CSS. The magic of seeing our code do stuff on a real live webpage!

    Yes! The instantaneous feedback when editing HTML or CSS on a live webpage is, to me, one of the most important characteristics of the web as a medium. Having no layers of abstraction between creative input and final output is one of the web’s miracles.

    I might be the “old guard” but if you think I’m incapable of learning React, or another framework, and am defending my way of working because of this, please get over yourself. However, 22 year old me would have looked at those things and run away. If we make it so that you have to understand programming to even start, then we take something open and enabling, and place it back in the hands of those who are already privileged. I have plenty of fight left in me to stand up against that.

    I couldn’t agree more. It really was the ease of getting started that got me into web development, and kept me away from native app development. Easy to learn, hard to master is a wonderful trait that the web should fight to keep.

  4. I’m a Web Designer
    andy-bell.design

    Still on the topic of web development job titles, Andy Bell hits the nail on the head. This paragraph describes my exact problem assigning a title to myself:

    I struggled with how to place myself when I went back to freelancing last year because I’m both a designer and a developer. I toyed with “Independent Designer & Developer” which worked out alright but did make me sound like a bit of a “Jack of all trades”. I’m also technically “Full Stack”, but I won’t use that as a title because in my head, a Full Stack Developer is a back-end developer who knows a bit of client-side JavaScript and CSS.

    I tried to avoid the issue altogether and go with a short description instead of a title — “design and code for the web” is what I ended up with. But when pressed for a title, I do fall back to “front-end web developer,” which feels lamer every time I say it.

    Andy suggests “web designer.” Despite the baggage, it does seem to fit the bill. I like it. I promptly added myself to Andy’s personalsit.es directory with that as my top tag.

  5. The Great Divide
    css-tricks.com

    Chris Coyier tries to make sense of what “front-end web developer” means now, and gets to the core of why I avoid calling myself one:

    When companies post job openings for “Front-End Developer,” what are they really asking for? Assuming they actually know (lolz), the title front-end developer alone isn’t doing enough. It’s likely more helpful to know which side of the divide they need the most.

    Two “front-end web developers” can be standing right next to each other and have little, if any, skill sets in common. That’s downright bizarre to me for a job title so specific and ubiquitous. I’m sure that’s already the case with a job title like designer, but front-end web developer is a niche within a niche already.

  6. Every little bit helps
    m.signalvnoise.com

    David Heinemeier Hansson:

    We don’t all need to quit Facebook outright, foreswear Uber entirely, and never shop at Amazon again to have an impact. All of these companies are already walking a precarious tightrope of towering expectations. They don’t need to miss a quarter by more than a few percent before it’s a calamity that’ll get everyone’s attention.

    So here’s what you can do: A little bit. It helps. Really.

  7. How Millennials Became The Burnout Generation
    buzzfeednews.com

    Anne Helen Petersen:

    For the past two years, I’ve refused cautions — from editors, from family, from peers — that I might be edging into burnout. To my mind, burnout was something aid workers, or high-powered lawyers, or investigative journalists dealt with. It was something that could be treated with a week on the beach. I was still working, still getting other stuff done — of course I wasn’t burned out.

    But the more I tried to figure out my errand paralysis, the more the actual parameters of burnout began to reveal themselves. Burnout and the behaviors and weight that accompany it aren’t, in fact, something we can cure by going on vacation. It’s not limited to workers in acutely high-stress environments. And it’s not a temporary affliction: It’s the millennial condition. It’s our base temperature. It’s our background music. It’s the way things are. It’s our lives.

    That realization recast my recent struggles: Why can’t I get this mundane stuff done? Because I’m burned out. Why am I burned out? Because I’ve internalized the idea that I should be working all the time. Why have I internalized that idea? Because everything and everyone in my life has reinforced it — explicitly and implicitly — since I was young.

    This hit home. My millennial brain kept trying to dismiss the whole article as millennial whining, but it won me over in the end.

  8. We Should Replace Facebook With Personal Websites
    motherboard.vice.com

    Jason Koebler:

    There’s a subtext of the #deleteFacebook movement that has nothing to do with the company’s mishandling of personal data. It’s the idea that people who use Facebook are stupid, or shouldn’t have ever shared so much of their lives. But for people who came of age in the early 2000s, sharing our lives online is second nature, and largely came without consequences. There was no indication that something we’d been conditioned to do would be quickly weaponized against us.

  9. Browsers
    adactio.com

    Jeremy Keith:

    Very soon, the vast majority of browsers will have an engine that’s either Blink or its cousin, WebKit. That may seem like good news for developers when it comes to testing, but trust me, it’s a sucky situation of innovation and agreement. Instead of a diverse browser ecosystem, we’re going to end up with incest and inbreeding.

  10. #​Edge​Goes​Chromium
    daverupert.com

    Dave Rupert:

    But in the past we had browser disparity as a mechanism for delaying bad ideas from becoming ubiquitous so they could be hashed out in a Web Standards body. Some of the best ideas we have today, like CSS Grid, were pioneered in one browser (IE10) and then polished in a Working Group. If V1 of -ms-grid was now the de facto standard, we’d have some regrets.

  11. Big ol’ Ball o’ JavaScript
    bradfrost.com

    Brad Frost:

    I’m confident developers will get their heads around it. They’ll figure out their swim lanes and understand which JavaScript does what. I’m more concerned about other team members who are now staring at a Big Ol’ Intimidating Ball O’ JavaScript. And I’m concerned for those recruiters and hiring managers who are even further removed from the day to day. Those job listings with a giant spray of buzzwords and technologies can now be winnowed down to a single word: JavaScript. Those recruiters have a hard enough time separating Java from JavaScript, so best of luck to them making sense of the complex JavaScript ecosystem.