marcloney's comments

marcloney | 12 years ago | on: My dad unexpectedly uses my Linux laptop to get real work done

This is a fantastic anecodote and after the year we've had I'm finding the challenges people are having from entering Linux are becoming less and less.

Earlier today I marvelled at running a game through Steam whilst listening to streaming music through Spotify whilst being able to switch window into bash.

marcloney | 12 years ago | on: Prism Break

Locks and Alarms are the lowest common denominator of security - it stops people from walking in but more than anything just gives an illusion of security.

marcloney | 12 years ago | on: Why You Should Learn HTML5 Now Before It Explodes In Popularity

I think there is more to it than a buzzword though, the HTML5 way of doing web ie, paving the cow paths is radically different to the methodologies of XHTML, such that the range of technologies to be born/adopted out of that paradigm shift could be thought of as HTML5 era technologies.

marcloney | 13 years ago | on: Pin Payments is Australia’s first all-in-one online payment API

Congratulations to the guys at Pin!

As an Australian, I welcome this wholeheartedly. It has been extremely frustrating watching the payment revolution in the states, whilst at home there is next to no alternative to getting a merchants facility through a bank up until now. It will also be nice dealing with an API that isn't stuck in the 90s.

marcloney | 13 years ago | on: Why are clients shocked by the price for web development?

I remember early on in my web development career to make sure you are selling a service not a product. You aern't building a website - you are providing a marketing service, requiring expert advice and a component of that service is building a website. As people have said, websites are easy - Wordpress + theme + hour of time and you are done.

Sell your knowledge of digital marketing - SEO, Adwords, etc in order to drive sales for your client, which is ultimately the reason they want a website in the first place.

marcloney | 13 years ago | on: Oxford Temporarily Blocks Google Docs

If you place rate limiting on email accounts by default and then for the lower percent of users that need a higher rate do it on a case-by-case basis. In my experience most users that fall victim to these types of phishing attacks do not need to send high volumes of emails.

marcloney | 13 years ago | on: Diablo in JavaScript

What exactly makes it impractical to do powerful things? You may have disdain for certain language features but I don't understand how that makes it impractical.

Most of the tech demo's we're seeing coming out of the JS crowd are from people who have only just started using the WebGL API (which is still experimental). I'm extremely excited to see the things that experienced OpenGL developers will be able to do as the API becomes more mainstream.

marcloney | 13 years ago | on: Why All Browsers Should Move to WebKit

I would consider that a contradictory statement. In order to provide the best range of browser support it is usually necessary to not code to web standards to support older browsers (that do not support latest web standards) or to support newer features (vendor specific CSS, etc).

marcloney | 13 years ago | on: If you mastered PHP & Rails, would there be any use case for PHP?

We're not necessarily talking about "experienced" developers. I know plenty of people who have set up their own self-hosted WordPress instances for their personal blogs who don't know how to how to self-manage a VPS.

Keep in mind not everyone who uses or even installs software is an "experienced developer".

marcloney | 13 years ago | on: Haters Gonna HATEOAS

If HATEOAS implementation was more widespread the biggest advantage would be the ability to create standard libraries for API calls rather than thin wrappers for every language. Your API would also be more or less self-documented, hopefully making it easier to navigate for humans and machines alike.

I am curious as to why this can't be handled at a HTTP level with OPTIONS? Could I not OPTIONS query a URI, and receive a list of supported HTTP methods (GET, POST, PUT, etc) that are available on this resource?

marcloney | 13 years ago | on: My experiences with Hacker News.

I know quite a few people who find HN to be a great source of news but don't feel like they meet the 'community standard' to submit a comment.

marcloney | 13 years ago | on: One div – The single element HTML/CSS icon database

Whilst using CSS pseudo elements to generate shapes is useful, I believe it's ill suited to iconography when the better solution is to use a custom web font. We've had a lot of success here recently, being able to create cross-platform, vector icons with minimal problems with maintainability.

marcloney | 13 years ago | on: Geography's The Fuck

I think you've misunderstood the post. There are jobs available to work on "big things" and there are jobs to work on "small things". Job advertising provides a really nice set of domain specific data to work out why people are more likely to work on the "small things" then the "big things". Jason's concluded that from the data they have available that they can see that people find geography to be more important to the job they choose then the satisfaction from working on the "big things".

marcloney | 13 years ago | on: On the state of Windows on the desktop

As a Windows to Linux convert for the past 5 years I actually enjoyed this parody due to some of the points he brought up that make me facepalm every time I use Windows. I don't know how many times I've cursed Microsoft over not recognising alternative file systems, then to realise I can't even get straight back into Linux because my boot loaders been replaced!

marcloney | 13 years ago | on: Ask HN: Moving to Linux full time

I converted from Windows to Ubuntu bout 4 years ago and haven't looked back. The Unity UI in my mind is just as visually appealing to a consumer as OSX's (which might be a slightly controversial opinion!)

In terms of IDE, I think it really depends on what you are using it for. I've been using Cloud9, a web-based IDE, quite extensively recently for Javascript work but you still have your standard Eclipse and NetBeans, which are both fairly extensible. You might also consider taking a jump into Vim.

The great thing about Ubuntu is the ability to create a USB Live Distro. Road test it before committing if you are worried. But I don't think you'll be looking back :)

page 1