Skip to content

Category: Uncategorized

Links for 2012-05-23

  • Copyright Review Committee Submission : 'This site is intended to give the public a chance to comment on, and hopefully [collaboratively] improve, the text of a proposed submission to the [Irish] Copyright Review Commission.' (ie. CRC2012, deadline 31 May.)
    (tags: crc2012 copyright ireland law collaboration)

  • Dropwizard : 'a Java framework for developing ops-friendly, high-performance, RESTful web services. Developed by Yammer to power their JVM-based backend services, Dropwizard pulls together stable, mature libraries from the Java ecosystem into a simple, lightweight package that lets you focus on getting things done. Dropwizard has out-of-the-box support for sophisticated configuration, application metrics, logging, operational tools, and much more, allowing you and your team to ship a production-quality HTTP+JSON web service in the shortest time possible.' From Coda Hale/Yammer; includes Guava, Jetty, Jersey, Jackson, Metrics, slf4j. Pretty good baseline to start any new Java service with....
    (tags: framework http java rest web jersey guava jackson jetty json web-services yammer)

Links for 2012-05-22

  • satellite rescue abandoned due to patents : 'SES and Lockheed Martin explored ways to attempt to bring the functioning [AMC-14] satellite into its correct orbital position, and subsequently began attempting to move the satellite into geosynchronous orbit by means of a lunar flyby (as done a decade earlier with HGS-1). In April 2008, it was announced that this had been abandoned after it was discovered that Boeing held a patent on the trajectory that would be required. At the time, a lawsuit was ongoing between SES and Boeing, and Boeing refused to allow the trajectory to be used unless SES dropped its case.' In. credible. http://www.spacedaily.com/reports/Boeing_Patent_Shuts_Down_AMC_14_Lunar_Flyby_Salvage_Attempt_999.html notes 'Industry sources have told SpaceDaily that the patent is regarded as legal "trite", as basic physics has been rebranded as a "process", and that the patent wouldn't stand up to any significant level of court scrutiny and was only registered at the time as "the patent office was incompetent when it came to space matters"', but still -- who'd want to go up in court against Boeing?
    (tags: boeing space patenting via:hn funny sad lockheed-martin ses amc-14 business-process patents)

Links for 2012-05-20

  • Nikola Tesla Wasn't God And Thomas Edison Wasn't The Devil : Correcting some egregious misconceptions about an Oatmeal comic regarding Tesla and Edison -- explaining some realities about invention, scientific progress, and the history of electricity. "I’d contend that nearly every invention in the engineering or sciences is an improvement on what has come before – such as Tesla’s improvements to alternating current. That’s what innovation is. It’s a social process that occurs in a social context. As Robert Heinlein once said, “When railroading time comes you can railroad -- but not before.” In other words, inventions are made in the context of scientific and engineering understanding. Individuals move things forward – some faster than others – but in the end, the most intelligent person in the world can’t invent the light bulb if the foundation isn’t there."
    (tags: nikola-tesla history electricity innovation invention progress science thomas-edison the-oatmeal)

  • Jamming Tripoli: Inside Moammar Gadhafi's Secret Surveillance Network : The very scary future of state control, censorship, and totalitarianism in the age of the internet. A presentation from Amesys, a subsidiary of Bull S.A. "explained the significance of Eagle to a government seeking to control activities inside its borders. Warning of an “increasing need of high-level intelligence in the constant struggle against criminals and terrorism,” the document touted Eagle’s ability to capture bulk Internet traffic passing through conventional, satellite, and mobile phone networks, and then to store that data in a filterable and searchable database. This database, in turn, could be integrated with other sources of intelligence, such as phone recordings, allowing security personnel to pick through audio and data from a given person all at once, in real time or by historical time stamp. In other words, instead of choosing targets and monitoring them, officials could simply sweep up everything, sort it by time and target, and then browse through it later at their leisure. The title of the presentation -- ”From Lawful to Massive Interception” -- gestured at the vast difference between so-called lawful intercept (traditional law enforcement surveillance based on warrants for specific phone numbers or IP addresses) and what Amesys was offering."
    (tags: massive-interception future state-control censorship privacy internet email totalitarianism libya amesys bull-sa gadhafi surveillance)

Links for 2012-05-16

Links for 2012-05-15

  • Digital Rights Forum - Online Privacy : 'The Digital Rights Forum is a public debate on the important issues surrounding digital rights, with each event designed around the general over-arching topic of digital rights, puls a more narrowly focused subject. On Friday, the 18th of May, the forum will tackle the issue of Online Privacy. With our lives ever more integrated with the web and social media, staying safe online is becoming an increasing concern to everyone. From mobile apps to websites and email, protecting our personal information and online privacy has never been more complicated and more important. Faced with software vulnerabilities such as contacts being leaked onto the Internet by mobile application providers, the increasing push toward revealing more private and personal information on social networks, and attempts by some to protect their businesses through litigation or processes which require the disclosure of personal information, the modern digital landscape has made protecting one's privacy more difficult than ever before. With this in mind, this Digital Rights Forum will discuss the current state of data protection and online privacy in the current context of social networks and mobile applications.' Featuring Billy Hawkes (the DPC, no less!), and Devore from Boards.
    (tags: dpc digital-rights ireland politics online security privacy data-protection)

Links for 2012-05-13

  • An IDE is not enough : Very thought-provoking response to that 'Light Table' demo which went round the aggregators a couple of weeks back. 'The fundamental reason IDEs have dead-ended is that they are constrained by the syntax and semantics of our programming languages. Our programming languages were all designed to be used with a text editor. It is therefore not surprising that our IDEs amount to tarted-up text editors. Likewise our programming languages were all designed with an imperative semantics that efficiently matches the hardware but defies static visualization. Indeed it would be a miracle if we could slap a new IDE on top of an old language and magically alter its syntactic and semantic assumptions. I don’t believe in miracles. Languages and IDEs have co-evolved and neither can change without the other also changing. That is why three years ago I put aside my IDE work to focus on language design. Getting rid of imperative semantics is one of the goals. Another is getting rid of source text files (as well as ASTs, which carry all the baggage of a textual encoding minus the readability). This has turned out to be really really hard. And lonely – no one wants to even talk about these crazy ideas. Nevertheless I firmly believe that so long as we are programming in decendants of assembly language we will continue to program in descendants of text editors.' (via Chris Horn)
    (tags: via:cjhorn ide programming coding programming-languages semantics syntax source-code text)

  • Open Data Structures : A free-as-in-speech as well as -beer textbook of data structures, covering a great range, including some I hadn't heard of before. Here's the full list: ArrayStack, FastArrayStack, ArrayQueue, ArrayDeque, DualArrayDeque, RootishArrayStack, SLList, DLList, SEList, SkiplistSSet, SkiplistList, ChainedHashTable, LinearHashTable, BinaryTree, BinarySearchTree, Treap, ScapegoatTree, RedBlackTree, BinaryHeap, MeldableHeap, AdjacencyMatrix, AdjacencyLists, BinaryTrie, XFastTrie, and YFastTrie
    (tags: algorithms books data-structures computer-science coding tries skiplists arrays queues heap trees graphs hashtables)

Links for 2012-05-12

  • Chronon DVR for Java : "record entire execution of your Java app; play it back on any machine". Other features: time-travelling debugger -- step backwards, jump to any point in execution, designed for long running programs; post-execution logging -- add log statements after the program has run, and see what it would have logged. Looks extremely nifty, but I wonder how big those recording files get...
    (tags: debugging via:peakscale eclipse chronon dvr java coding logging jvm)

In Dublin? Hear me talk about AWS network monitoring!

Reminder to Dublin-based readers -- next week, Amazon (my employers) will be putting on Under the Hood at Amazon, billed as 'A night of Beer, Pizza and Cloud Computing for Software Developers'. I'll be speaking at it.

It's partially a recruiting event, but even if you're not looking for a new job, please come along. It's also useful for us to talk about some details of what we've been doing in Dublin, since we've been operating to date with a pretty low profile, and in reality there's some very interesting stuff going on here... particularly the product I'll be talking about, naturally.

Also, there'll be free beer and some Kindles to be won ;)

It's next Thursday night, in our offices in Kilmainham. More info on this Facebook page.

Links for 2012-05-10

  • FF Chartwell : OpenType font to display charts/graphs using ligatures. 'Designed by Travis Kochel, FF Chartwell is a typeface for creating simple graphs. Driven by the frustration of creating graphs within design applications and inspired by typefaces such as FF Beowolf and FF PicLig, Travis saw an opportunity to take advantage of OpenType technology to simplify the process. Using OpenType ligatures, strings of numbers are automatically transformed into charts. The data remains in a text box, allowing for easy updates and styling. It’s really easy to use; you just type a simple series of numbers like: ‘10+13+37+40’, turn on Stylistic Alternates or Stylistic Set 1 and a graph is automatically created.' (via Simon)
    (tags: ligatures via:sboyle fonts hacks charts dataviz ui)

  • McGarr Solicitors' sternly-worded letter to Newspaper Licencing Ireland Ltd : In response to a letter received by a charity, warning of dire penalties for 'reproducing copyright content without permission', since doing so 'is theft'. It gets better, since in correspondence they were then informed that “a licence is required to link directly to an online article even without uploading any of the content directly onto your own website”. Looking forward to seeing how this one plays out...
    (tags: law ireland scams shakedown copyright nli licensing linking hyperlinks)

  • Goodbye, CouchDB : 'From most model-using code, using [Percona] MySQL looks exactly the same as using CouchDB did. Except it’s faster, and the DB basically never fails.'
    (tags: couchdb mysql nosql databases storage percona via:peakscale)

Links for 2012-05-09

  • Diageo Screw BrewDog : Giant booze multinational screws tiny Scottish microbrewery. "Diageo (the main sponsor) approached us at the start of the meal and said under no circumstances could the award be given to BrewDog. They said if this happened they would pull their sponsorship from all future BII events and their representatives would not present any of the awards on the evening. We were as gobsmacked as you by Diageo’s behaviour. We made the wrong decision under extreme pressure. We were blackmailed and bullied by Diageo. We should have stuck to our guns and gave the award to BrewDog."
    (tags: brewdog diageo bii awards beer brewing dirty-tricks)

Links for 2012-05-04

Links for 2012-05-03

Links for 2012-04-30

Links for 2012-04-24

Links for 2012-04-23

  • First Music Contact - Music3.0 : 'We talk a lot about what the world of music and artists will look like five or ten years from now. But for changes to happen then, the conversations need to happen now. We believe that the next big thing in music is not going to ever appear on a stage. After the record industry (music 1.0) and the live music industry (music 2.0), it's time to pay more attention to innovation (music 3.0) and what can come from constructively disrupting how the music industry operates. It's time to open up the shop. It's time for unvested interests to see if they can use existing data and ecosystems to make a better music business. For far too long, music has been a conservative sector which views the influence of outside forces with abject suspicion and rank horror. Chalk this down to some bad experiences over the last 15 years due to misunderstandings with and ignorance of the tech and telecoms worlds. Chalk this down to rampant music industry egos which lead folks to believe no-one else can sell music bar music players. Chalk it down to fear of disruption. So, it's time for change. You can't keep doing the same things in the same way and hope you won't make the same mistakes again. It's time to listen to and learn from smart people in other areas. It's time for people who have innovative ideas or even just the stirrings of innovative ideas to take stock from people who operate in other areas and who deal with ideas, technology and the valuable currency of innovation every single working day. It's time for some different talking which is going to lead to some very different make-and-do experiences.' Looks excellent. (via Jim Carroll)
    (tags: music future technology internet disruption music-industry ireland via:jimcarroll)

Links for 2012-04-19

  • A Kiva success story : Pretty cool testimonial to Kiva's effects on the ground. 'Thanks to Mariano’s entrepreneurship and skills, and partially to the [microfinance] loans offered to him, as he said: now, his children are attending to school, something his generation couldn’t afford to, and he is able to save some money for his retirement as he won’t have any pension when that moment comes.' plus, I liked this detail: 'Meeting Mariano was funny, because at the beginning he was not convinced we were not there from the lending organization to check on him.' (via Eoin)
    (tags: kiva microfinance loans developing-world peru small-world)

  • Scale Something: How Draw Something rode its rocket ship of growth : Membase, surprise answer. In general it sounds like they had a pretty crazy time -- rebuilding the plane in flight even more than usual. "This had us on our toes and working 24 hours a day. I think at one point we were up for around 60-plus hours straight, never leaving the computer. We had to scale out web servers using DNS load balancing, we had to get multiple HAProxies, break tables off MySQL to their own databases, transparently shard tables, and more. This was all being done on demand, live, and usually in the middle of the night. We were very lucky that most of our layers were scalable with little or no major modifications needed. Helping us along the way was our very detailed custom server monitoring tools which allowed us to keep a very close eye on load, memory, and even provided real time usage stats on the game which helped with capacity planning. We eventually ended up with easy to launch "clusters" of our app that included NGINX, HAProxy, and Goliath servers all of which independent of everything else and when launched, increased our capacity by a constant. At this point our drawings per second were in the thousands, and traffic that looked huge a week ago was just a small bump on the current graphs."
    (tags: scale scalability draw-something games haproxy mysql membase couchbase)

  • Scaling: It's Not What It Used To Be : skamille's top 5 scaling apps. "1. Redis. I was at a NoSQL meetup last night when someone asked "if you could put a million dollars behind one of the solutions presented here tonight, which one would you choose?" And the answer that one of the participants gave was "None of the above. I would choose Redis. Everyone uses one of these products and Redis." 2. Nginx. Your ops team probably already loves it. It's simple, it scales fabulously, and you don't have to be a programmer to understand how to run it. 3. HAProxy. Because if you're going to have hundreds or thousands of servers, you'd better have good load balancing. 4. Memcached. Redis can act as a cache but using a real caching product for such a purpose is probably a better call. And finally: 5. Cloud hardware. Imagine trying to grow out to millions of users if you had to buy, install, and admin every piece of hardware you would need to do such a thing."
    (tags: scaling nginx memcached haproxy redis)

  • Clay Shirky Q&A: online creativity and intellectual property | Comment is free | guardian.co.uk : Good discussion and some great points, particularly this one for pro-copyright comments from "creative class" types: "there are few absolutes in copyright. To the question of motivation, if no copyright equaled no work, the fashion business would collapse, as their products are not covered by copyright. Money is one form of reward, but there are others (many non-fiction authors make more money doing things ancillary to their writing than they do from the writing, and then there is the explosion in labors of love), and copyright is one way to arrange the flow of money, but it's a less good one than it used to be, because we are in an environment that makes that model of control less salient, and the other forms of reward moreso. So the logic of "It's copyright or chaos" isn't holding up well."
    (tags: copyright clay-shirky the-guardian creative-commons fashion)

Links for 2012-04-16

  • The Cybercrime Wave That Wasn’t - NYTimes.com : MSFT researchers discover fundamental scientific failures in almost all data on cybercrime/spam/malware damages. 'In numeric surveys, errors are almost always upward: since the amounts of estimated losses must be positive, there’s no limit on the upside, but zero is a hard limit on the downside. As a consequence, respondent errors -- or outright lies -- cannot be canceled out. Even worse, errors get amplified when researchers scale between the survey group and the overall population. [...] The cybercrime surveys we have examined exhibit exactly this pattern of enormous, unverified outliers dominating the data. In some, 90 percent of the estimate appears to come from the answers of one or two individuals. In a 2006 survey of identity theft by the FTC, two respondents gave answers that would have added $37 billion to the estimate, dwarfing that of all other respondents combined.' my opinion: this is what happens when PR drives the surveys -- numbers tend to inflate to make headlines
    (tags: fail science pr press cybercrime ms via:mark-russinovitch data surveys spam malware viruses phishing)

  • Censoring The Pirate Bay is Useless, Research Shows : 'The assumption of BREIN and the court was that a blockade of The Pirate Bay would lower the number of infringers at [Dutch ISPs Ziggo and XS4ALL], but new research from the University of Amsterdam shows that this is not the case. [...] The claim that The Pirate Bay blockade by Ziggo and XS4ALL leads to a decrease of copyright infringement by their subscribers via BitTorrent transfers must be rejected. There is no significant effect of this measure. [...] 'Ziggo and XS4ALL subscribers who use BitTorrent apparently found different routes other than 'The Pirate Bay' to share files, and remain active as seeders to upload files to others.' Unfortunately the paper is in Dutch, however
    (tags: holland brein ziggo xs4all bittorrent piratebay piracy research data)

  • French ‘Three Strikes’ Law Slashes Piracy, But Fails to Boost Sales : Hadopi report says piracy dropped in France by between 17% and 66% during 2011, while Hadopi was in force; however the SEVN report on 2011 notes that legitimate sales of video dropped by 2.7%, ironically blaming 'the continually high level of piracy despite counter measures adopted under the HADOPI law' (http://www.dvd-intelligence.com/display-article.php?article=1676), and the SNEP report on 2011 sales of audio indicates that the market dropped by 3.9% (http://www.telecompaper.com/news/french-online-music-worth-eur-110-mln-in-2011-study). Hard not to come to a conclusion that actions against piracy do not improve sales
    (tags: france hadopi legal music piracy sales revenues sevn snep video)

  • Why the New Aesthetic isn’t about 8bit retro, the Robot Readable World, computer vision and pirates | : 'The New Aesthetics, or at least the aspect I’m looking at, is inspired by computer vision. And computer vision is at the point now that computer graphics was at 30 years ago. The New Aesthetics isn’t concerned with retro 8bit graphics of the past, but the 8bit graphics designed for machines of the now.' -- ie, The Robot Readable World, etc. Great essay, and exciting stuff
    (tags: art design new-aesthetic retro robotics graphics computer-vision)

  • HotelClub : a decent hotel search/booking site, recommended by On The Record's Jim Carroll ?(@jimcarrollOTR on Twitter): '@sineadgleeson use HotelClub - good range of hotels & prices. Or use Hotel Tonight app for real last minute stuff'
    (tags: hotels travel recommended booking)

  • Metricfire - Powerful Application Metrics Made Easy : Irish "metrics as a service" company, Python-native; they've just gone GA and announced their pricing plans
    (tags: python metrics service-metrics)

Links for 2012-04-13

  • Ask For Forgiveness Programming - Or How We'll Program 1000 Cores : Nifty concept from IBM Research's David Ungar -- "race-and-repair". Simply put, allow lock-free lossy/inconsistent calculation, and backfill later, using concepts like "freshener" threads, to reconcile inconsistencies. This is a familiar concept in distributed computing nowadays thanks to CAP, but I hadn't heard it being applied to single-host multicore parallel programming before -- I can already think of an application in our codebase...
    (tags: race-and-repair concurrency coding ibm parallelism parallel david-ungar cap multicore)

  • Operations, machine learning and premature babies - O'Reilly Radar : good post about applying ML techniques to ops data. 'At a recent meetup about finance, Abhi Mehta encouraged people to capture and save "everything." He was talking about financial data, but the same applies here. We'd need to build Hadoop clusters to monitor our server farms; we'd need Hadoop clusters to monitor our Hadoop clusters. It's a big investment of time and resources. If we could make that investment, what would we find out? I bet that we'd be surprised.' Let's just say that if you like the sound of that, our SDE team in Amazon's Dublin office is hiring ;)
    (tags: ops big-data machine-learning hadoop ibm)

Links for 2012-04-12

  • Graft punk: Breaking the law to help urban trees bear fruit : This is brilliant. I find it pretty offensive that "ornamental" fruit trees are chosen by urban councils, so that fruit doesn't fall on the path and become slippery or whatever -- come on, that's just what trees do! 'They’re covertly grafting — a practice of connecting two branches in a way that will allow their vascular tissues to join together -- fruit tree limbs onto the trunks of ornamental cherry, plum, and pear trees.'
    (tags: public roads trees nature city urban fruit guerrilla grafting)

  • The Cake Cafe map of Ireland : 'Now that Dublin is in our bag, on our Tea Towel and across our Aprons, The Cake Café is going to create a new map of Ireland. We want to fill this map with all of your favorite places in land. Please send us locations that turn you on, fire your imaginations, or just fulfill your dreams; what ever you think should be included. Please pass the request on to friends in far flung parts of the land so they too can send their suggestions; natural or unnatural, animal or man made, a view, a corner of a field, an island or even a journey or hidden places to enjoy a picnic. -- thecakecafe /at/ gmail.com'. Their map of Dublin is a work of genius -- I love that they include a decent chunk of the Northside, which was a notable failure of the Alljoy Design version. I can't wait to see what they come up with for Ireland.
    (tags: cake-cafe ireland maps mapping crowdsourcing dublin design tea-towels)

Links for 2012-04-06

Links for 2012-04-04

  • A one-line software patent – and a fix : Just another sad story of how software patenting made a standard useless. "I had once hoped that JBIG-KIT would help with the exchange of scanned documents on the Internet, facilitate online inter-library loans, and make paper archives more accessible to users all over the world. However, the impact was minimal: no web browser dared to directly support a standardized file format covered by 23 patents, the last of which expired today. About 25 years ago, large IT research organizations discovered standards as a gold mine, a vehicle to force users to buy patent licenses, not because the technology is any good, but because it is required for compatibility. This is achieved by writing the standards very carefully such that there is no way to come up with a compatible implementation that does not require a patent license, an art that has been greatly perfected since."
    (tags: via:fanf patents jbig1 swpats scanning standards rand frand licensing)

Links for 2012-03-31

  • Girls and coding: female peer pressure scares them off | Education | The Observer : 'Coding and digital prowess is still niche at a young age, self-taught by the studious. It is often considered a bit nerdy in senior school, where it is not currently taught as a part of the curriculum, although this is changing in senior schools from September 2012. Therefore, generally speaking, those who code have taught themselves. Teaching yourself something that should really be covered as a part of lessons is a bit like doing extra homework – why, ask many teens, would anyone do that? There is no way the majority of hormonally challenged, desperate-to-find-their-place-in-the-world teenage girls would risk ridicule or isolation by doing such a thing – let alone be open and proud about it. (Boys of the same age have different social challenges and do not measure their societal worth so much by peer review.)'
    (tags: girls coding education peer-pressure software teaching kids)

Links for 2012-03-30

Links for 2012-03-27

Links for 2012-03-22

Links for 2012-03-20

Links for 2012-03-18

  • Colm McCarthy: This burden of bank debt is simply not sustainable : Powerful burn-the-bondholders editorial from Colm McCarthy in the Indo. 'No other eurozone member has incurred bank-related debt under ECB duress. There are no provisions in the Maastricht Treaty, in the Stability and Growth Pact or in any other pact or international treaty which grant this power to the ECB, nor was any eurozone member state ever asked to accede to such an arrangement. Commissioner Rehn's Latin phrase ("pacta sunt servanda") has no pact to refer to, insofar as these imposed debts are concerned. Ireland never signed a pact or treaty which empowered the ECB to behave in this fashion. One can only speculate as to the ECB's motives, since it does not deign to explain. European banks have come to rely heavily on unsecured bond financing and the ECB may have felt that no bank bondholder should suffer losses, in order to encourage the survival of this market in bank debt. If this was the motive, the policy is being paid for, not by the ECB, but by Irish taxpayers and sovereign bondholders and financed by European taxpayers and the IMF. There is no pact which confers powers of taxation on the ECB.'
    (tags: bondholders ireland finance colm-mccarthy bailout)

Links for 2012-03-14

Links for 2012-03-13

Links for 2012-03-11

  • I left my shutter open for 30 seconds in the wilderness at 10.30pm, under a full moon : Amazing shot. With a sufficiently long exposure, it looks like midday -- no colour correction applied. (via fp)
    (tags: via:fp pictures photos night colour landscapes long-exposure photography)

  • Occursions : 'Our goal is to create the world's fastest extendable, non-transactional time series database for big data (you know, for kids)! Log file indexing is our initial focus. For example append only ASCII files produced by libraries like Log4J, or containing FIX messages or JSON objects. Occursions was built by a small team sick of creating hacks to remotely copy and/or grep through tons of large log files. We use it to index around a terabyte of new log data per day. Occursions asynchronously tails log files and indexes the individual lines in each log file as each line is written to disk so you don't even have to wait for a second after an event happens to search for it. Occursions uses custom disk backed data structures to create and search its indexes so it is very efficient at using CPU, memory and disk.'
    (tags: logs search tsd big-data log4j via:proggit)

Links for 2012-03-10

Links for 2012-03-09

  • Welcome, Apple! : 'The desktop version of iPhoto, and indeed all of Apple’s iOS apps until now, use Google Maps. The new iPhoto for iOS, however, uses Apple’s own map tiles – made from OpenStreetMap data (outside the US).'
    (tags: apple ios maps openstreetmap osm free iphoto)

  • Apple Map Tiles : I actually really quite like these, particularly how they render parks. Good for leisure use, maybe not so hot for navigation. cute
    (tags: apple gis mapping maps)

Links for 2012-03-07

Links for 2012-03-06

  • FOI docs regarding lobbying of Sean Sherlock on the copyright SI : Truly amazing outcome from Mark Tighe's FOI request regarding lobbying on the copyright SI. It turns out that (a) IRMA want all Irish ISPs to enact "3 strikes", and view the SI as a way to force this; but (b) Eircom are of the opinion that "3 strikes" is now illegal and unenforceable under EU and Irish law. Despite knowing this, Sherlock then went ahead and signed the SI into law *anyway*, just to avoid the hassle of IRMA's members bringing the government to court. Which they did anyway, regardless. What an utter shambles
    (tags: sopaireland sean-sherlock irma emi copyright ireland law eircom lobbying foi)

Links for 2012-03-04

Links for 2012-03-03

Links for 2012-03-02

Links for 2012-02-29

Links for 2012-02-27

  • On The Record » The hue and cry over buying and selling tickets : 'If you really think that all 14,500 tickets for a hot show at Dublin’s O2 like, let’s say, One Direction will go on sale to the general public, you probably also still believe in the tooth fairy. While 10 per cent of the tickets are usually held back for O2’s priority customers, there will always still be far less than the remaining 13,000 tickets available on Ticketmaster’s system when the show purportedly goes on sale. How else do you think tickets for those One Direction Dublin shows in March 2013 can on sale minutes after they are sold out on the supposed primary ticket-selling site, on a secondary site like Viagogo at a hugely inflated premium? Do you really think people queued overnight for those tickets to go “nah, not bothered, have to wash my hair that night” five minutes after getting them in their hands about a show 13 months away? Perhaps we need a Dispatches-type expose over here to lift a few rocks and show the type of fat, avaricious worms wiggling around underneath feasting like parasites on the wallets and credit cards of Irish music fans.'
    (tags: secondary-sales touts tickets gigs ireland music dispatches)

Links for 2012-02-26

  • Zombie Gnomes Bye Bye Birdie by ChrisandJanesPlace on Etsy : 'This is a sorry sight indeed. A poor helpless Lawn Flamingo has been taken down by zombie gnomes: Nose-less Ned, Greedy Gary, and Bartolomeu.It seems like an unlikely kill until Bartolomeu broke the elegant beasts leg and brought it crashing to the ground. Where they pounced upon their helpless victim and began their feast. So we say "Bye Bye Birdie, I'm going to miss you so, Bye Bye Birdie, Why'd you have to go?"' -- bloody hell
    (tags: etsy regretsy funny odd flamingo zombies gnomes)

  • twitter/jvmgcprof - GitHub : 'gcprof is a simple utility for profile allocation and garbage collection activity in the JVM [...] Profile allocation and garbage collection activity in the JVM. The gcprof command runs a java command under profiling. Allocation and collection statistics are printed periodically. If -n or -no are provided, statistics are also reported in terms of the given application metric. Total allocation, allocation rate, and a survival histogram is given. The intended use for this tool is twofold: (1) monitor and test garbage allocation and GC behavior, and (2) inform GC tuning.'
    (tags: gc java performance twitter jvm tools)

  • YouTube Identifies Birdsong As Copyrighted Music - Slashdot : 'So I asked some questions, and it appears that the birds singing in the background of my video are Rumblefish's exclusive intellectual property."' Major problems with how YouTube is now policing IP infringement, it seems
    (tags: birdsong absurd google fail youtube rumblefish copyfight)

Links for 2012-02-24

  • BBC News - Sentinel project research reveals UK GPS jammer use : GPS jamming was this commonplace? I had no idea. '"We believe there's between 50 and 450 occurrences in the UK every day," said Charles Curry of Chronos Technology, the company leading the project, though he stressed that they were still analysing the data.' [...] "Most of them are used by people who don't want their vehicles to be tracked." (via Tim Bunce)
    (tags: via:timbunce jamming gps uk location chronos)

  • Library Closure of Type .nu : Alan Toner on library.nu's shutdown. 'The case of library.nu is significant because the demand for the works offered there demonstrates that filesharing is not just about pop music, porn and cams of action movies, but also those forms and sources of knowledge whose acquisition are ritually celebrated within ‘enlightenment’ culture. Many of those whose works were offered derive income not from royalties, but from related activities such as teaching and research. Such people were themselves an important component library.nu’ user base. Some have other means to access the same materials, others, especially those in countries with weaker education infrastructures and more emaciated library budgets, do not. Outside of formal education, the millions of online autodidacts may be denied access to material, seriously impinging on their lives and possibilities. When one considers the cost of text books and more especially scholarly articles, that is no hyperbole, and applies not only to the global south but the post-industrial north as well, awash in its dreams of knowledge economies and human capital.'
    (tags: alan-toner library.nu ebooks education filesharing copyright piracy)

Links for 2012-02-23

  • Canadian Universities Agree To Ridiculous Copyright Agreement That Says Emailing Hyperlinks Is Equal To Photocopying | Techdirt : 'The agreement reached last month with the licensing agency includes provisions defining e-mailing hyperlinks as equivalent to photocopying a document, an annual $27.50 fee for every full-time equivalent student and surveillance of academic staff email.' wow, incredibly bad terms
    (tags: copyright canada hyperlinks copyfight techdirt licensing academia)

  • EFF Wins Protection for Time Zone Database : 'The Electronic Frontier Foundation (EFF) is pleased to announce that a copyright lawsuit threatening an important database of time zone information has been dismissed. The astrology software company that filed the lawsuit, Astrolabe, has also apologized and agreed to a 'covenant not to sue' going forward, which will help protect the database from future baseless legal actions and disruptions. Software engineers around the world depend on the time zone database to make sure that time-stamps for email and other files work correctly no matter where you are. However, last September, Astrolabe filed a lawsuit against Arthur David Olson and Paul Eggert – the researchers who coordinated the database's development for decades – because the database includes information from an atlas in which Astrolabe claimed to own copyright. But facts – like what time the sun rises – are not copyrightable. EFF, along with co-counsel Adam Kessel and Olivia Nguyen at the Boston office of Fish & Richardson P.C, promptly signed on to defend Olson and Eggert and protect this essential tool. In January, EFF advised Astrolabe that Olson and Eggert would move for sanctions if Astrolabe did not withdraw its complaint. Today's dismissal followed.'
    (tags: copyright eff timezones via:fanf time unix olson)

Links for 2012-02-22

Links for 2012-02-16

Links for 2012-02-12

  • Turbocharging Solr Index Replication with BitTorrent : Etsy now replicating their multi-GB search index across the search farm using BitTorrent. Why not Multicast? 'multicast rsync caused an epic failure for our network, killing the entire site for several minutes. The multicast traffic saturated the CPU on our core switches causing all of Etsy to be unreachable.' fun!
    (tags: etsy multicast sev1 bittorrent search solr rsync scaling outages)

  • Apache Kafka : 'Kafka provides a publish-subscribe solution that can handle all activity stream data and processing on a consumer-scale web site. This kind of activity (page views, searches, and other user actions) are a key ingredient in many of the social feature on the modern web. This data is typically handled by "logging" and ad hoc log aggregation solutions due to the throughput requirements. This kind of ad hoc solution is a viable solution to providing logging data to an offline analysis system like Hadoop, but is very limiting for building real-time processing. Kafka aims to unify offline and online processing by providing a mechanism for parallel load into Hadoop as well as the ability to partition real-time consumption over a cluster of machines.' neat
    (tags: kafka linkedin apache distributed messaging pubsub queue incubator scaling)

Links for 2012-02-07

  • lrzip : 'Lrzip uses an extended version of rzip which does a first pass long distance redundancy reduction. The lrzip modifications make it scale according to memory size. [...] The unique feature of lrzip is that it tries to make the most of the available ram in your system at all times for maximum benefit. It does this by default, choosing the largest sized window possible without running out of memory.'
    (tags: zip compression via:dakami gzip bzip2 archiving benchmarks)

Links for 2012-02-04

  • _Intellectual property rights and innovation: Evidence from the human genome_ (PDF) : 'Do intellectual property (IP) rights on existing technologies hinder subsequent innovation? Using newly-collected data on the sequencing of the human genome by the public Human Genome Project and the private rm Celera, this paper estimates the impact of Celera's gene-level IP on subsequent scientic research and product development. Genes initially sequenced by Celera were held with IP for up to two years, but moved into the public domain once re-sequenced by the public eort. Across a range of empirical specications, I nd evidence that Celera's IP led to reductions in subsequent scientic research and product development on the order of 20 to 30 percent. Taken together, these results suggest that Celera's short-term IP had persistent negative eects on subsequent innovation relative to a counterfactual of Celera genes having always been in the public domain.' (via Tony Finch)
    (tags: via:fanf genetics ip copyright open-source celera patents papers pdf)

Links for 2012-02-03

Links for 2012-01-22

  • Why should we stop online piracy? - opinion - 19 January 2012 - New Scientist : 'There's no evidence that the US is currently suffering from an excessive amount of online piracy, and there is ample reason to believe that a non-zero level of copyright infringement is socially beneficial. Online piracy is like fouling in basketball. You want to penalise it to prevent it from getting out of control, but any effort to actually eliminate it would be a cure much worse than the disease.' Good description of 'dead weight loss' and the consumer pressure on the industry that illegal competition poses
    (tags: piracy new-scientist slate sopa filesharing dead-weight-loss economics music movies)

  • Does Online Piracy Hurt The Economy? A Look At The Numbers - Forbes : 'The data simply doesn’t suggest that piracy is causing any serious economic harm to the US economy or the entertainment industry. Heavy-handed approaches to preventing piracy are wrong-headed and reveal a dangerous level of short-term thinking on the part of both lawmakers and industry leaders. Worse, the impetus to crack down on piracy is based largely on industry data that wildly inflates the problem.'
    (tags: piracy forbes filesharing politics sopa economics law)

  • Adrian Weckler confims that "Ireland's SOPA" will be vague and open-ended : 'The clear implication from [Adrian's] interview with Sean Sherlock is that the proposed measures will be lacking in any real detail, leaving it entirely up to the judges as to what types of blocking might emerge. (Possibly going beyond web blocking to also target hosting and other services.) This ambiguity -- as well as jeopardising fundamental rights -- will create intolerable uncertainty for businesses such as Google who might find themselves at risk of business threatening and unpredictable injunctions and will certainly deter others from setting up in Ireland.' -- this is much, much worse than I thought, particularly given the level of technical knowledge among Ireland's judges (if Mr. Justice Charleton's performance in EMI v. UPC is anything to go by).
    (tags: sopa ireland law filesharing piracy internet filtering blocking)

Links for 2012-01-17

Links for 2012-01-07

  • Skeuomorph : word of the day, via a comment on http://www.jwz.org/blog/2012/01/snow-crash-simulated/ : 'A skeuomorph /?skju??m?rf/ skew-?-morf, or skeuomorphism (Greek: skeuos—vessel or tool, morphe—shape),[1] is a derivative object that retains ornamental design cues to a structure that was necessary in the original.[2] Skeuomorphs may be deliberately employed to make the new look comfortably old and familiar,[3] such as copper cladding on zinc pennies or computer printed postage with circular town name and cancellation lines'
    (tags: words language history objects ornament design wikipedia)

Links for 2012-01-04

Links for 2011-12-17

Links for 2011-12-15

  • French President’s Residence ‘Busted’ For BitTorrent Piracy | TorrentFreak : 'According to data from YouHaveDownloaded.com, a range of downloads have been actioned from the Palace including a cam copy of Tower Heist, a telesync copy of Arthur Christmas, and music from The Beach Boys.' I love this. The data is, of course, filled with potential inaccuracies -- and that's the point
    (tags: bittorrent surveillance downloading internet privacy france hadopi)

  • SiliconRepublic story on CoderDojo : 'it's both incredible and poignant that a voluntary movement that was born in Ireland during the summer is about to go international. Coder Dojo, the brainchild of 19-year-old entrepreneur and programmer James Whelton from Cork and tech entrepreneur Bill Liao, began as a Saturday morning club for kids to teach each other software programming. It has grown into a national movement up and down Ireland, a place where kids and their parents can go and learn to write software code in a friendly environment. The first UK Coder Dojo was held in London only last week and other countries in Europe are clamouring to get the initiative started there, too.' Good on them!
    (tags: coderdojo programming coding kids children teaching education tech ireland)

Links for 2011-12-08

Links for 2011-12-04

Links for 2011-11-26

Links for 2011-11-23

  • How does LMAX's disruptor pattern work? - Stack Overflow : LMAX's "Disruptor" concurrent-server pattern, claiming to be a higher-throughput, lower-latency, and lock-free alternative to the SEDA pattern using a massive ring buffer. Good discussion here at SO. (via Filippo)
    (tags: via:filippo servers seda queueing concurrency disruptor patterns latency trading performance ring-buffers)

  • Scrapheap Transhumanism : Lepht Anonym and the 'Grinders'. crazy stuff -- low-end DIY cybernetic augmentation. 'The implants sit in various places under my skin: middle fingertips of my left hand, back of the right hand, right forearm — tiny magnets, five or six millimeters across, coated in gold and then in silicon to isolate the delicate metal from the destructive environment of your body. They’re something of an investment at about thirty euros apiece, and hard to get hold of, but worth pursuing. When implanted, they become technological sensory organs. There’s an entire world of electromagnetic radiation out there, invisible to most. Our cities are saturated with it. A radio, for instance, gives off a field that’s bigger than the device itself. So do power supplies and wires in the walls. The implants pick up on the fields, and because they’re magnets, they fizz with gentle electricity, telling you this hard drive is currently active, that one is turned off, there’s the main line in the wall. Holding a mobile phone, you can feel the signals it sends and receives. You know it’s ringing before it starts to play any sounds, and when you answer it, you stick the touchscreen stylus to the back of your hand to hold it, then to your finger to type.'
    (tags: diy augmentation cybernetics transhumanism lepht-anonym grinders biohacking cyberpunk medicine)

  • Apache considered harmful : ouch
    (tags: git asf apache via:hn github programming)

Links for 2011-11-15

  • the legend of St. Columba, patron saint of copyright infringers : 'At this point IPKat team member Jeremy dons his old academic hat and excitedly draws attention to some research he did on the St Columba case.  The goodly saint was given access to a psalter that was in the possession of Abbot Finian in around the year 560.  A psalter is a book of psalms -- definitely public domain stuff, having been compiled during the reign of King David, who is generally reckoned to have died around 970 years before the common era.  Even on a life + 70 year basis, copyright would have expired around getting on for 1,500 years before Columba came on to the scene.  Having illicitly copied the psalter he refused to deliver it up to King Dermot of Tara, who famously said “to every cow its calf, to every book its copy” -- not "to every cow its calf, to every author his work".  Anyway, to cut a long story short, Columba refused to hand it over, fled the country for the safety of England (like the founder of Wikileaks), converted the Picts to Christianity, settled in Iona and became a saint.  You can read this all in "St Columba the Copyright Infringer" [1985] 12 European Intellectual Property Review 350-353.' (via Eoin O'Dell). Someone fill in the misquoting High Court judges....
    (tags: st-columba books via:cearta ireland law history filesharing copyright)

  • eclim (eclipse + vim) : 'Eclim is less of an application and more of an integration of two great projects. The first, Vim, is arguably one of the best text editors in existence. The second, Eclipse, provides many great tools for development in various languages. Each provides many features that can increase developer productivity, but both still leave something to be desired. Vim lacks native Java support and many of the advanced features available in Eclipse. Eclipse, on the other hand, still requires the use of the mouse for many things, and when compared to Vim, provides a less than ideal interface for editing text. That is where eclim comes into play. Instead of trying to write an IDE in Vim or a Vim editor in Eclipse, eclim provides an Eclipse plug-in that exposes Eclipse features through a server interface, and a set of Vim plug-ins that communicate with Eclipse over that interface. This functionality can be leveraged in three primary ways, as illustrated below.'
    (tags: eclipse java programming software vim editors refactoring)

Links for 2011-11-02

Links for 2011-10-22

Links for 2011-10-11

Links for 2011-10-09

  • the etymology of the anatomical term "Thagomizer" : 'The term was coined by Gary Larson in a 1982 Far Side comic strip, in which a group of cavemen in a faux-modern lecture hall are taught by their caveman professor that the spikes were named "after the late Thag Simmons". The term was picked up initially by Ken Carpenter, a palaeontologist at the Denver Museum of Nature and Science, who used the term when describing a fossil at the Society of Vertebrate Paleontology Annual Meeting in 1993. Thagomizer has since been adopted as an informal anatomical term, and is used by the Smithsonian Institution, the Dinosaur National Monument in Utah, the book The Complete Dinosaur and the BBC documentary series Planet Dinosaur.' (via John Looney)
    (tags: via:john-looney thagomizer the-far-side comics til dinosaurs funny)

Links for 2011-10-02

  • Amazon hiring embedded OS developers : hey, I know a few of those! 'I need more help on a project I’m driving at Amazon where we continue to make big changes in our datacenter network to improve customer experience and drive down costs while, at the same time, deploying more gear into production each day than all of Amazon.com used back in 2000. It’s an exciting time and we have big changes happening in networking. If you enjoy and have experience in operating systems, networking protocol stacks, or embedded systems and you would like to work on one of the biggest networks in the world, [get in touch].' -- James Hamilton
    (tags: james-hamilton aws jobs amazon networking embedded)