HN user

LoonyPandora

312 karma

London, UK / Austin, TX.

Perl guy by profession. Graphic Designer by training.

Posts0
Comments56
View on HN
No posts found.

From the guidelines - and I think a much better way of adding commentary & changing headlines:

http://ycombinator.com/newsguidelines.html

  Don't abuse the text field in the submission form to add
  commentary to links. The text field is for starting
  discussions. If you're submitting a link, put it in the url
  field. If you want to add initial commentary on the link,
  write a blog post about it and submit that instead.
177 Days of GitHub 13 years ago

I totally agree about the private repo thing. In fact I emailed them and they added to their Feature Request List™

I suggest you email <support@github.com> to let them know more than one person would like the feature :)

Cargo Cult CSS 13 years ago

Nothing of this has anything to do with cargo cults. There is an actual reason behind every rule.

There may be reasons, but I find there is often a lack of understanding about the context in which that rule was developed, and the compromises that were made. A developer not understanding why things must be done in a certain way, but doing it anyway sounds pretty cargo-culty to me.

In case it's not clear, this is a development version along the road to the stable 5.18 release, expected in May 2013.

The Perl core team are getting very good at timeboxing their development and releasing on time.

Incidentally 86% of Dutch people speak English, from my experience that is higher in coastal / docklands areas. Also an iPod shuffle is $49. I thought it was a nice gesture.

I don't know how long ago you paid for it, but I paid £35 for my license 3 years and 1 day ago (August 8th, 2009)

3 years of use from a product, plus we now have the almost-guaranteed support and speedier development because of it's Open Source nature. I think it was worth the money.

If you paid for it last week, I can understand frustration.

It doesn't appear to be a code-dump to GitHub, which would be indicative of fading interest on behalf of the original developer.

The ReadMe, build process, and licensing instructions all point towards this being a well planned Open Sourcing of a product.

I'm pleased with this, and hopefully it will spur development of TM2, allowing it to truly compete with the up-and-coming Sublime Text 2.

The payment not being clearly over HTTPS sets off alarm bells. We've trained people for years to not type CC details unless you see the padlock. Whenever I wanted a fancy in-page checkout form, I made the decision to serve the whole site over HTTPS, just for clarity.

The bundle itself looks very appealing.

Also, someone needs to practice spelling "recipes". There are two instances of the same typo on the page. Combined with the HTTPS issue mentioned earlier, this looks scarily like a scammers page.

"Tasty bonus recipies" "recipies with backbone"

Apple haven't announced which machines will be compatible with the released version of Mountain Lion, so it's premature to say that Apple are "blocking" it. "Blocking" is also different to "Not Supporting"

Minimum specs have changed between beta and released version in the past. Apple has also released firmware updates to make machines boot in 64-bit mode as well. It is well within the realms of possibility that your machine could become "compatible" before 10.8 is released.

Secondly, as a point of reference the current MacBook Pro's do have upgradable hard drives and RAM. However the battery is not easily replaceable.

Roadmap – nginx 14 years ago

Official support for WebSockets and SPDY in nginx is big news. WebSocket support especially, as previously it was impossible to do long-polling / WebSocket type work in nginx without resorting to unreliable 3rd party modules.

I live in the complex where these missiles are supposed to be deployed.

The part of this situation that upsets me the most is not the missiles, but what comes along with them - the heavily armed soldiers billeted for up to 2 months.

We have no choice in this, and were informed by a leaflet through the door.

This isn't war time and the Olympics only last for a few weeks. We shouldn't have to have soldiers and weapons in a residential complex!

By "original issue", I was referring to the actual GitHub issue / bug report.

On the wider issue of semicolons I am in agreement of you, and all my own code is written with that in mind - though I respect the bootstrap authors preference and would style my pull requests without semicolons.

If their insistence on not using semicolons causes conflict with other popular software, I would hope they see sense and fix those conflicts - even if that meant adding a semicolon or two.

    Now, this could be easily solved – by adding the friggin semicolon.
What this furore misses is that the original issue (JSMin failing to minify bootstrap-dropdown.js) was already fixed when the bug was raised [1]. Fixed without adding semicolons. Everyone should be happy with that. Developers of bootstrap got to stick to their "no semicolons" schtick, and the person with the original problem got it fixed. Everyone seems to forget this salient point when they rush in to this debate.

For reference, I sometimes use semicolons in my javascript, sometimes I don't. It depends on context and whether it makes the code more readable. It's not an issue I care enough about to get involved in a holy war, one only marginally more relevant than tabs vs spaces.

[1] https://github.com/twitter/bootstrap/issues/3057#issuecommen...

[dead] 14 years ago

A cursory glance at the visible portions of the code on http://skimling.com/ doesn't inspire me with confidence. Asking for credit card details on a non-secure page is unforgivable, and will land you in a lot of legal trouble (PCI compliance).

I think you would do better if you could show people the code.

My honest suggestion would be to just open-source what you have and build a bit of buzz within the community. From what I can see, you don't have anything that is worth buying right now. Perhaps that buzz you build will attract the right sort of hacker to help you build version 2.0

The issue I took was that in the HN submission you position them as best practices, but when questioned on them you said they are just guidelines that don't have to be followed all the time. This disagrees with your own views on what best practices are [1].

Perhaps it was just a badly phrased submission title, but it set the tone and direction of the discussion. The title effectively told people they are doing CSS wrong. People don't like to be wrong, and will go to great lengths to prove themselves right [2]. It's nothing personal and I bet if the title was less preachy, it would have gathered more productive comments and had a friendly tone.

In general your articles are high quality and the advice sound. I think this issue was caused solely by a bad title. Though I still don't understand why you hate IDs so much!

[1] http://csswizardry.com/2011/12/on-html-and-css-best-practice...

[2] http://xkcd.com/386/

Shove it on GitHub, it's edit in-browser functionality means it is accessible to non-techies. Problem solved.

All it needs is someone to pick a master format for the text and run with it. That should be someone with enough domain knowledge to choose wisely. I would say something like markdown with embedded metadata (like how you format a blog post with jekyll), but I admit I don't know anything about the requirements of the project.