HN user

Edootjuh

132 karma
Posts4
Comments50
View on HN

I've heard 'piquant' (from French) being used for spicy in the red pepper sense. It sounds pretentious but maybe it'll be more mainstream some day.

Why F# 13 years ago

Forgive my ignorance, but what is wrong with static class members?

I recently followed a Computer Networking course, and the teachers actually went though pains to ensure those with older editions could follow the assigned exercises.

From what I could tell, the differences between the 6th, 5th and 4th editions were not discernible in the text, only the exercises had changed positions and had subtle variations in the numbers and wordings. That was my first experience with the textbook industry. The book, Computer Networking: A Top-Down Approach by Kurose and Ross was very good, but the obvious abuse of their monopoly by forcing students to buy the newer editions gave me my first look into how the textbook industry operates.

Still, I have great respect for my University (Utrecht University in the Netherlands) for (until now) either using syllabi that can be freely downloaded or cheaply bought for a hardcopy or accommodating students with older editions of textbooks.

EDIT: Oh, and I recently found this link: http://www.textbooknova.com/.

It's probably not legal, but free textbooks!

This might be obvious, but PDF isn't usually reflowable (and if it is, it's not very easy to do so), which makes for a painful reading experience on a smallish widescreen monitor, and isn't editable easily.

I usually just decide between plain-text, HTML, Google Docs and LaTeX/PDF, going up the ladder as the complexity of the document requires, or if it needs to be editable.

I hate it when I'm e-mailed a Word document that could easily have been plain text, in which case it would be searchable and more easily found when looking through e-mails manually.

Let me make sure I understand...

Is this meant to be run on a web hosting service that supports PHP in the 'traditional' way or do you need permission to run this as a daemon?

If it's the former, I can definitely see its benefits, but if it's the latter I can only imagine the target audience being people who refuse to program in anything but PHP and people who are by some bizarre policy required to use PHP but are allowed to run their own HTTP server.

While it does require some terminal skills, as far as playing or streaming any media file and skipping left and right a bit (the largest part of my contact with a media player) or shuffling through a music library goes, I find it far easier to work with.

I feel that people too often confuse a user-friendly interface with an intuitive or noob-friendly one. But I guess seeing as most programs' user base's large majority are non-technical people that's fair.

I think the problem with the font rendering in this screenshot is the hinting. When you hint the fonts too strongly they lose their character and the diagonals' width becomes inconsistent with the straight lines' width, as you can see in the lowercase 'w', for example. If this uses the FreeType library, you can set the font hinting to 'Slight' or 'Medium' and fonts look a lot better.

http://www.antigrain.com/research/font_rasterization/index.h...