HN user

mlopes

36 karma
Posts0
Comments18
View on HN
No posts found.

I have to say I disagree with the author on everything except the typesetting issues. The buttons to change the page are really good and the feedback try provide is very pleasant, just like clicking a physical button. I'm also quite happy with the white light, and don't really understand why a light that is meant for me to read should make me fall asleep. Quite the opposite, if anything it should help me keep awake and concentrate on the book. The Voyage is my second Kindle and in the 4 months I've had it I've read more than 30 books on it, which is a big increase over my previous average, and it's a lot thanks to the device being great.

The fact that the author doesn't have one nice thing to say about the Kindle, and yet keeps buying them makes it seem there's some kind of Kindle dissing agenda behind it.

Not a realistic scenario. If Jobs was alive Apple wouldn't be chasing the Android and making crappy products, so he wouldn't need to give all of those lame excuses to try to justify poor decisions and no innovation in their products.

I'm an iPhone user, and when my iPhone stop being usable, I'll move to a Google phone, in spite of the size, not because of it. The real reason why I'm moving to an Android phone is because all of the limitation that the iPhone has and that it hasn't removed while the Android evolved.

This is the usual journalist bunch of bolocks. Even the example they use is bad. Bell was an expert on what he did, Wester Union on the other hand in a company that delivers message. Even if a company can be considered an "expert", try are experts in delivering messages, not it the technology that composes a telephone.

Is this really different from what hosting companies do? Most of them, if you have a bit more traffic than usual and pass the agreed limit, will replace your site with a message and only remove it if you upgrade your plan. Never saw anyone go apeshit on those cases like people are on this one.

Come on, GitHub is used for serious work for several big companies. One hour downtime is an eternity, I'm quite happy with reporting 10 minute downtimes, as most of my workflow involves github, every step of the development process (ticketing system, dev vm's, CI server, capistrano, etc...) all at some point connect with GitHub.

LinkedIn is a Virus 13 years ago

Happened to me a few months ago, didn't delete my linked in account, but pretty much stopped using it.

How Design Works 14 years ago

How ironic that this is on a page that is such a disaster, design wise. Gave up trying to read that, after less than 30 seconds.

FUD from a website that doesnt's even bothers to try and render well on the iPhone. Also isn't saying that it tries to achieve something in the middle of userfriendliness of the iPhone and ubiquity of the Android, and then say it has a marvelous user interface kinda of a contradiction? Have no idea how this kind of spam got into HN.

TextMate 2 15 years ago

Didn't like it that much. After about half an hour using it went back to Textmate 1. Now I'll give a chance to Sublime Text 2 that I've had around for ages but never got to give it a real chance yet.

I'm not talking about apt or any debian configuration tool, I'm speaking of those graphical configuration applications that come with ubuntu, some of them use specific files to overwrite default configuration files on boot, etc...

About the ease of configuration on /etc, I can tell you that I've lost a full day to try an make apache work with vhosts and mod_python on ubuntu because of the debian specific way of scatering the configuration files, I usually do this in 5 minutes on gentoo or on apache compiled by me using the official distributed tar packages. Even this last week I had do configure a qmail with vpopmail on a debian system and it was again a pain in the ass. Maybe I've been unluck with the services I've needed to run on a Debian, but as far as I can say, I would not advice Debian.

A big difference on more "low level" distros where the user contrlos everything, as gentoo or slackware to more "automated" ones, like Debian or Fedora Core are the services on by default. A "ps ax" after finishing a base installation on gentoo fits on a 80x25 screen, on a Debian/Fedora this could fit on two or more screens.

Yes, not installing X windows would be one of those things. But not one of the main issues. Removing lots of stuff that is installed on a fresh system, configuring the services that the server will be running in, that intrincated "debian like" /etc, making shure no ubuntu specific configuration tool will destroy some configuration file edited by hand, etc...

About the LTS, I would like to remind you that it mean Long Time Support, not Long Time Server. As for the Fedora Core, I myself don't use it, but my previous experience with Red Hat lead me to believe it is easier for the Linux beginner than Debian.But you're probably right about that, Cento OS would probably be a better choice that a Fedora Core... but don't quote me on that cause my experience with Cent OS is almost null.

I've been using Linux on Servers and Desktop for almost 10 years now, and I still think that's a hard question to answer. On my desktop I use ubuntu, but I would definitely not use it on a server, it would require a hell of a lot of work to get it to be a decent server. Some years ago I used to install Red Hat on the servers, and if you are a beginer on Linux that's what I would advise, the Fedora Core. I usually install Gentoo on my servers, but if you don't have a steady Linux background that's probably not a good idea. When I say Gentoo I could be saying any other distro where you have full control of all the installation and administration process like slackware. As for Debian, I hear a lot of people praising it but each time I installed it on a server I finished regreting it as they have some weird pre-configurations and configuration files tree for some things and are very purists in others. As an example I could refer vi and apache. Vim as been around forever, and comes with pretty usable pre-configurations in most distros since at leas when I started using Linux but debian still comes with an unconfigured vi for default, not vim. Oposed to that, apache comes with some strange configurations and some strange directory structure and files for the configuration files.