Skip to main content
 

Is there any escape from noise?

 

Crap, I broke my Known. And just in time for the new release!

 

McDonald's!

McDonald's! McDonald's! McDonald's! Dear God in heaven, McDonald's!

 

Hmm... Can't seem to post a photo from my phone... Not sure if it's a Firefox issue or a Known issue...

 

I just won my first PvP match in , but alas, the victory was hollow. My opponent chose to flee mid-game to escape my wrath.

 

The People vs. John Deere

1 min read

Over at Wired, [iFixit's](https://www.ifixit.com/) Kyle Wiens ([@kwiens](https://twitter.com/kwiens)) points out that abuse extends well beyond preventing you from [jailbreaking your PS3](http://arstechnica.com/gaming/2015/04/us-government-takes-on-legal-fight-over-console-jailbreaking-once-more/) and into the world of... [farm machinery](http://www.wired.com/2015/04/dmca-ownership-john-deere/)?

> In a particularly spectacular display of corporate delusion, John Deere—the world’s largest agricultural machinery maker —told the Copyright Office that farmers don’t own their tractors. Because computer code snakes through the DNA of modern tractors, farmers receive “an implied license for the life of the vehicle to operate the vehicle.”
>
> It’s John Deere’s tractor, folks. You’re just driving it.

I find this particularly worrisome with regards to the , and the possibility of forced vendor lock-in on even the most trivial of items ("I'm sorry, sir, you'll have to call a certified Moen plumber to fix your leak.")

Welcome to the future. [Fight to make it better.](http://www.digitalrighttorepair.org/)

 

A: A person that has 2 thumbs and totally failed the .
Q: Who is this guy?

 

My new laptop doesn't seem to like CentOS 7 very much, so I guess it's back to Ubuntu. Oh, well.

 

Just too cool.... Gangsta's Paradise, swing style. https://www.youtube.com/watch?v=Rve03u7oEvI

 

Developing the Web

3 min read

_Sorry for posting this again, but I accidentally deleted the original when I changed web servers recently, and I thought it was worth reprinting. Let that be a lesson to us all in the [Tao of Backup](http://www.taobackup.com/)._

The great Remy Sharp ([@rem](https://twitter.com/rem)) wrote a [piece](https://remysharp.com/2015/02/26/i-am-web-developer) about what it means to be a web developer, as opposed to an engineer, and the difference a title does (or doesn't) make. In the end, he settles on the title of "web developer":

> I don't know why I thought it was uncool to be a "web developer". Perhaps because it's utterly vague.
>
> What "web developer" does mean to me though, is this:
>
> Someone who writes code for browsers. Likely from the school of view source, is comfortable with drop-in libraries, understands standards and best practice techniques. But mostly, a tinkerer.

I like his definition (especially the part about tinkering), but I think that it's incomplete, being merely functional.

I suggest that the term "web developer", by its definition, carriers a philosophical drive: to develop the web. That is to say, a web developer should visualize how they would like the web to be (as a whole), and build their own projects in a way that reflects that vision.

This is something I've tried to do myself, both in my professional and personal projects (albeit with varying degrees of success). To me, being a web developer means that I should use [responsive design principles](https://en.wikipedia.org/wiki/Responsive_web_design), [ensure accessibility](http://www.w3.org/WAI/intro/aria), and [follow the standards](http://www.w3.org/TR/pointerevents/) wherever possible. It also means using only open source software, be it [in the server stack](https://en.wikipedia.org/wiki/LAMP_%28software_bundle%29), the [service layer](http://philecms.com/), or even as a [client browser](https://www.mozilla.org/en-US/firefox/).

As a web developer, I want to participate in a decentralized web, and would rather use a self-hosted, fully-open [social media platform](http://withknown.com) than a corporate data silo. Likewise, I support the use of standards-based communication protocols (IRC, e-mail, etc.) over proprietary solutions. Finally, as a web developer, I believe in a more secure web, and support initiatives like [HTTPS everywhere](https://www.eff.org/https-everywhere).

All in all, I think this definition adds an air of legitimacy to the "web developer" title. As I noted in a [comment](https://remysharp.com/2015/02/26/i-am-web-developer#comment-1876942490): based on this criteria, one could say that Sir Tim Berners-Lee is the definitive Web Developer (a title he himself uses, as @rem pointed out), and that's not bad company to be in. In fact, I think I'm going to go get some business cards with "Web Developer" on them.

_TL;DR - A should "develop the web" by building their projects in accordance with their own vision of how the web should be. For me, that means using open source software to build standards-compliant, accessible, and secure sites and apps.