"perl" entries

Developer Week in Review: Oracle's big bet fails to pay off

Google dodges a bullet, a new Perl in town, and GCC loses an OS.

Oracle fails to convince a jury that Google owes them big bucks, the annual refresh of Perl has arrived, and FreeBSD says goodbye to an increasingly restrictive GCC license.

Developer Week in Review: Oracle’s big bet fails to pay off

Google dodges a bullet, a new Perl in town, and GCC loses an OS.

Oracle fails to convince a jury that Google owes them big bucks, the annual refresh of Perl has arrived, and FreeBSD says goodbye to an increasingly restrictive GCC license.

Four short links: 22 May 2012

Four short links: 22 May 2012

Budget App, Health Insurance Data, Perl Release, and HTML5 WYSIWYG Editor

  1. New Zealand Government Budget App — when the NZ budget is announced, it’ll go live on iOS and Android apps. Tablet users get details, mobile users get talking points and speeches. Half-political, but an interesting approach to reaching out to voters with political actions.
  2. Health Care Data Dump (Washington Post) — 5B health insurance claims (attempted anonymized) to be released. Researchers will be able to access that data, largely using it to probe a critical question: What makes health care so expensive?
  3. Perl 5.16.0 Out — two epic things here: 590k lines of changes, and announcement quote from Auden. Auden is my favourite poet, Perl my favourite programming language.
  4. WYSIHTML5 (GitHub) — wysihtml5 is an open source rich text editor based on HTML5 technology and the progressive-enhancement approach. It uses a sophisticated security concept and aims to generate fully valid HTML5 markup by preventing unmaintainable tag soups and inline styles.
Four short links: 26 October 2011

Four short links: 26 October 2011

CPAN's Sweet 0x10, Social Reading, Questioning Polls, and 3D Manufacturing

  1. CPAN Turns 0x10 — sixteenth anniversary of the creation of the Comprehensive Perl Archive Network. Now holds 480k objects.
  2. Subtext — social bookreading by adding chat, links, etc. to a book. I haven’t tried the implementation yet but I’ve wanted this for years. (Just haven’t wanted to jump into the cesspool of rights negotiations enough to actually build it :-) (via David Eagleman)
  3. Questions to Ask about Election Polls — information to help you critically consume data analysis. (via Rachel Cunliffe)
  4. Technologies, Potential, and Implications of Additive Manufacturing (PDF) — AM is a group of emerging technologies that create objects from the bottom-up by adding material one cross-sectional layer at a time. […] Ultimately, AM has the potential to be as disruptive as the personal computer and the internet. The digitization of physical artifacts allows for global sharing and distribution of designed solutions. It enables crowd-sourced design (and individual fabrication) of physical hardware. It lowers the barriers to manufacturing, and allows everyone to become an entrepreneur. (via Bruce Sterling)

Developer Week in Review: Are .NET programmers going extinct?

Microsoft embraces HTML5, selling a startup at 15, and a new version of Java looms.

For Microsoft programmers, the week brought fear, uncertainty and doubt regarding their future as an elite class of developers. For a lucky teen, it brought a big paycheck. And for fans of Java, it brought a new version of the popular language one step closer to release.

Developer Week in Review: Buying a lawsuit with an in-app purchase

In-app purchasing called into question, Mono moves on, and you've got new perl.

This week Apple's iOS developer community got a patent wake up call, the recently discarded Mono project found a new home, and a favorite scripting language got a new version.

Four short links: 9 May 2011

Four short links: 9 May 2011

iPhone Anonymity, Fabbed Souvenirs, Perl+Go=Campher, and Javascript Slides

  1. UDID DeAnonymization — a developer exposed an API that connected UDID to other information such as Facebook ID. The API has been closed, but it remains true that your iPhone has a primary key and darn near every app developer has a database linking your UDID to other details about you. Apple requires this to not be public, but every private database is a bad architecture choice or security slipup away from being a public database.
  2. Be Your Own Souvenir — Kinect + 3D printer = print a tiny figurine of yourself. Kinect has solved a very real part of the input problem that 3D fabbing had. (via BoingBoing)
  3. Campher — Perl embedded in Go, by Brad Fitzpatrick.
  4. Slides from JS Conf 2011 — more than thirty talks, from greats like David Flanagan, Thomas Fuchs, and Tom Hughes-Croucher. (via Isaac Z Schlueter)
Four short links: 19 April 2011

Four short links: 19 April 2011

Elegant Boxes, Dashboard in PHP, Management Theory Disparaged, and Obsolete Technology

  1. Lines (Mark Jason Dominus) — If you wanted to hear more about phylogeny, Java programming, or tree algorithms, you are about to be disappointed. The subject of my article today is those fat black lines. Anatomy of a clever piece of everyday programming. There is no part of this program of which I am proud. Rather, I am proud of the thing as a whole. It did the job I needed, and it did it by 5 PM. Larry Wall once said that “a Perl script is correct if it’s halfway readable and gets the job done before your boss fires you.” Thank you, Larry.
  2. PHP Clone of Panic Status Board (GitHub) — The Panic status board shows state of downloads, servers, countdown, etc. It’s a dashboard for the company. This PHP implementation lets you build your own. (via Hacker News)
  3. The Management Myth (The Atlantic) — a philosophy PhD gets an MBA, works as management consultant, then calls bullshit on the whole thing. Taylorism, like much of management theory to come, is at its core a collection of quasi-religious dicta on the virtue of being good at what you do, ensconced in a protective bubble of parables (otherwise known as case studies). (via BoingBoing)
  4. Obsolete Technology — or, as I like to think of it, post-Zombie-apocalypse technology. Bone up on your kilns if you want your earthen cookware once our undead overlords are running (or, at least, lurching) the country. (via Bruce Sterling)
Four short links: 14 January 2011

Four short links: 14 January 2011

Borders, Monitoring, Data Visualization, and Localization

  1. What Went Wrong at Borders (The Atlantic) — a short summary of the decline and fall of Borders. Borders has a special place in our hearts at O’Reilly: it was a buyer for Borders who pointed out that Programming Perl was one of their top-selling books in any category, which got Tim focused on the Open Source story.
  2. Virtues of Monitoring — great explanation of the different levels of monitoring you could (and should) have in your application. (via Simon Willison)
  3. Getting Started with Processing and Data Visualization — a quick intro to building data visualizations with Processing. Nice variety in the examples, too. (via Hacker News)
  4. A Localization Horror Story — how hard it is to localize correctly. A wonderful article that is ruthlessly accurate in its descriptions of the pains of localizing software, which is no easier today despite the article being over a decade old.

Developer Year in Review: Programming Languages

Java's wild ride, multicore drives functional, and a look at how the usual programming suspects stacked up in 2010.

This year brought confusion and chaos in the Java space, continued growth for functional languages due to the attack of multicore, and the usual popularity for all of the dynamic languages we know and love.