Hacker Newsnew | past | comments | ask | show | jobs | submit | cutie's commentslogin

Nice work. Please add a setup.py and register/upload to PyPI.


Will digest this tomorrow, thanks.


Are you drunk? You think a data plot has an intimate relationship with music but not software? Sounds like someone is romanticising. ;)


I have some windows admin work to do as well. However I prefer that ansible doesn't require daemons on every host, so I was a bit torn on which to use.

Searched around a bit and found pave. It has the things I need (admittedly straightforward) and is about as simple as it gets. Would be great if it could get some love, as I appreciate the no-nonsense design. https://bitbucket.org/mixmastamyk/pave


salt has a daemon-less mode as well:

http://docs.saltstack.com/topics/ssh/


Astroturfer or troll?


Congrats on the most obtuse post of the day... content-free.

So, you support the power of the state over the idea of the fourth amendment (warrant process)? Ok, stating that fact would be more effective than this "that's just sad" tripe.


It's not my job to help you reason with logic. If you can't appreciate that circular reasoning is a distraction, then what is my explaining going to do other than waste my time? I'll just have repeat myself as you spout more and more meme-like troupes and purposeful misunderstandings. I'm not hear to proselytize or market. I'm hear to figure out the truth for myself, if others happen to be convinced in the process, that's just a happy side-effect.


Then quit wasting everyone's time.


I see what you did there.


After seeing Los Angeles and the map of the west in general, I believe the Latinos are significantly under-counted.

I had anticipated this to some extent in daily life but it was driven home a few years ago. I lived in a very "latino" neighborhood, unusual to see anyone else...

When election time came around, I got in line of perhaps 50-100 people at a very busy polling place. Bored, I looked down the line at each person. Gone were the folks I was used to seeing every day, in fact I was hard-pressed to find any. I counted one or two latinos in the whole line, and they were not from the migrant-worker class... i.e. poorer Mexican or Central American Indians.

It is probable a larger percentage of these folks will submit to the Census bureau than registering to vote, but how much? As a whole they are not well integrated.


Network drives, icloud, dropbox, carbonite, rsync, vnc, github, bitbucket, imap, gmail, lots of easy to use options today.


This is well-known and by design.

Mac renders fonts optimized for "correctness", which can appear fuzzy at low resolution. Their new hi-res (~200dpi) screens solve the problem, you get correctness and legibility.

Windows and Linux tend to optimize for screen legibility at low resolution, resulting in increased sharpness. At hi-res, they'll likely not look as correct as the Mac rendering.


> At hi-res, they'll likely not look as correct as the Mac rendering.

The higher res you go, the less differences there'll be between the two rendering methods. Fitting to the pixel-grid doesn't alter very much if the pixel grid is small enough.

Consider: Rendering a small font size at high-res is equivalent to rendering a larger font size at lower-res. If you look at the larger fonts on TFA's screenshot, e.g. "Node JS Design Patterns 101", there's proportionally much less difference (between Ubuntu and OSX) than at small sizes.


Freetype2 (the renderer used in linux) is of course capable of doing both (grid-fitting or not), and desktop environments like gnome make it very easy to choose whichever method you prefer.

[There are even intermediate settings...]


Not anymore in Gnome 3. :(


Actually still in Gnome 3... you just need to use the "advanced settings" tool.

[I don't agree with all their choices of what to call an "advanced" setting, but I think it's appropriate classification in this case.]


I know, and I'm using it for this, but the previous dialog was just way better and user-friendly. It had large previews and descriptions while the new tweak tool only has some uncommented options in a drop-down menu.


Gnome Tweak Tool still allows you to do this, among many other things. I consider it an essential part of the Gnome 3 desktop.


You can still edit ~/.fonts.conf by hand. If you need an intermediate level, then you're advanced enough to use vim and write the config yourself. The GUI shouldn't have to pander to fickle powerusers like you, it's supposed to make the PC EASY.


No, that's wrong. As resolution increases, the relative effect of hinting and fitting drops to zero. On high resolution displays they will look increasingly indistinguishable.


That means this is a well known issue?


Yes, it is a well-known issue with Linux and Windows :-)

Seriously, you have to pick one: you either deform letter shapes so that they fit the grid better, with the disadvantage that your line breaks change and/or your letter and/or word spacing look awful, or you ignore the grid until the last moment, compute what percentage of each pixel is covered by each 'infinite resolution' graphene, and color them gray accordingly, with the disadvantage that text looks a bit more blurry.

(technically, there is a third way: layout each character of each font at some set of fixed point sizes by hand, so that it fits the grid perfectly. The original Mac used that method; it became infeasible when the LaserWriter shipped)


There was a post on Coding Horror (Jeff Atwood's blog) about this in 2007. I'm not meaning to be snarky, but certainly for a certain class of people, this has been well-known for a while.

Edit: sorry, forgot the link, it's here: http://www.codinghorror.com/blog/2007/06/font-rendering-resp...


definitely a well-known, it's been the case ever since MacOS had antialiasing.

It's unlikely to be 'fixed' as it's a different philosophy between the OSs.


Also, as I alluded to in my previous comment, as resolutions increase in the future, the Mac OS approach is more correct in the long run. Though, it has come with the cost of fuzzy fonts and squinting for the last decade.


Does it actually make any difference? As a pixel size decreases, grid fitting becomes more accurate too.


This may not be true, as I've gotten more info above. Too late to change.


Seems like that's why they are investing more on Retina displays.


It's probably the vision that they had planned for years. Isn't that where we all want to go? I'm hoping that "Retina" becomes the new standard everywhere within the next few years.


As well known as printers have a higher DPI than monitors.


Linux versioning now makes more sense--in that every new release is a minor release. Fits better with the historical use of such numbers.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: