Hacker News new | past | comments | ask | show | jobs | submit | opieters's comments login

Not a window-like lamp, but bright LED lights are offered by many higher-end manufacturers such as Delta Light https://www.deltalight.com/en including light-temperature configurable ones such this one: https://www.deltalight.com/en/products/detail/supernova-line...

However, 10klux seems a bit too much, given the energy needed to drive the lamps and overall lamp brightness. Too much light can also have negative effects on the eye and moreover, you would just be unable to read your screen well at 10klux.


Nice overview. One small nitpick: `right of=<label>` is deprecated, instead you should use `right=0cm of <label>` (after loading the `positioning` library), which is more flexible. If you don't want to specify the distance, there is also `right=of <label>`. See 17.5.3 in the manual.


Sigh, the default storage option is still 64GB...


Am I the only one who thinks 64 GB is insanely roomy? I have a 32 GB iPad that I have trouble filling; it's mostly a reading machine with some light development or content creation work.


Why does the default option matter to you?


Because the default option is a poor choice for many (if not most) users, and it's the option used to show the base price. In practice, all prices are $100-150 higher than listed when people actually get around to buying. It's a misleading tactic to get people in the door (so to speak), and then upsell them.


I’m not sure I see the problem. What you’re saying is it entices people to go to the website only to discover that the one they really want is more expensive than the base model. At which point... I guess they close the browser? No harm done.


It's a way of priming people, an element of marketing. You get them in the door (or site) already committed to the purchase because they think they know the price. Then they find out the truth, but they're primed to buy your product and it's easier to sway them to the higher priced "upgrade" (which should be the base, especially in this case, as the base option is too little for many users).

This isn't unique to Apple, many (if not most) companies do the same.


But “getting them in the door” is in actuality “visiting a website.” It’s not like they’re pot committed to purchasing anything.

This is a far cry from walking onto a car dealership or something.


I think this need not be the case. When creating this, I wanted it to look good and the way I wanted it. Not make it scream "LaTeX".

For a CV, Computer Modern might be more apt since there's also more text on it. But again, why make it scream LaTeX if one can do it more subtle and make it more personal at the same time?

Do note that I have a LaTeX PDF style CV as well, but it's not linked in the article (nor available online).


Exactly. Good TeX should simply yield to good typography. Nice ligations, etc.

I dont like Computer Modern too much. I am very fond of Gentium [1]. For math, I love Euler [2], which is used in Concrete Mathematics.

[1] https://en.wikipedia.org/wiki/Gentium

[2] https://en.wikipedia.org/wiki/AMS_Euler


I like Gentium. Thanks for the tip!

> Good TeX should simply yield to good typography.

Making it look like tech can make it appear like you're one of the in-crowd. Although I personally try to avoid exactly that, I can see it being an advantage in -- for example -- CVs. Fwiw, my CV is also done in LaTex. I hope it doesn't show too much: http://stbr.me/cv


It's very cool! Side bars and cartoons are made with Tikz?


Tikz indeed! I'd use Inkscape today though ;)

Edit: thank you! Glad you like it.

Edit 2: sources at https://github.com/kaeluka/cv


BTW, I assumed you meant "ligatures" (for joined letters)? (Not sure what "ligations" are - maybe autocorrect... :-)


I did, I should be more careful. Thanks. Too late to edit though :)


Doesn't Euler look a tad cartoony to you? I guess that goes away when you are used to it.


It does. It is intended to mimic handwriting in blackboards. I use it for slides when teaching or presenting to informal audiences.

If you don't like it, a good alternative to Computer Modern is Latin Modern. A nice derivative which is not so thin. Reading long Computer Modern texts gets a bit tiring for my eyes. I think some editors like LyX default to Latin Modern instead of Computer Modern.

Aside, The Art of Prolog uses an amazing Lucida variant. It'd be my favorite for math texts if it was free.


I edit a genre fiction and we do all our layout in XeTeX. I picked it because it's the right tool for the job, and I don't know PageMaker. The colophon calls attention to it because I think it's helpful to tell others how you made something (typefaces, tools, etc.) rather than for nerd cred.

https://www.aliterate.org/aliterate-page47.pdf

The typefaces are Minion and Myriad.


When I copy text from your PDF it comes out all garbled. Does this happen to others as well? Is it intentional; some form of copy protection?


Don't know about the parent's intentions, but making the PDF from LaTeX copy-able is mostly a matter of putting this in the preamble.

    \usepackage[utf8]{inputenc}
    \usepackage[T1]{fontenc}
See also http://tex.stackexchange.com/a/64198/121234 and http://tex.stackexchange.com/a/119718/121234.


Huh, totally weird. Maybe it's an encoding issue? The character appear to be getting shifted by -39 (ex. c 143 ->D 104) I never noticed because I'm typesetting for print.


I think you need to use some PDF package to have the encoding set correctly. I had the same issue in the past, but I don't remember how I solved it.


Since you said you were editing this: Is "horribly familiar horribly familiar" a double typo?


I enjoyed that snippet, what is it from?


PageMaker has been dead software for like 10 years now, fwiw. InDesign is the modern replacement.


> why make it scream LaTeX if one can do it more subtle and make it more personal at the same time?

Because the point of a business card is to effectively signal your impressiveness.


Is LaTeX actually impressive to the average business client (i.e. someone without technical knowledge)?


It's like a secret handshake.

This comment could sound sarcastic but it's not. Even that marketing manager could be a nerd, and it would be awesome to find out.


FWIW, my $BOSS-2 had a PhD, loved LaTeX and even set one of our lower-level guys on writing all our company-internal docs in LaTeX. It actually worked out pretty well.

I imagine that an obviously-LaTeX resume (look for the ligatures, the correct spacing between sentences vice after periods, the clean, consistent grey across the page, the bold, clean margins) would play especially well with him. As you might guess from the preceding sentence, it'd probably play pretty well with me, too!


> vice after periods

Is vice Latin? It reminds me of pace (because of the "shape" of the word, haha), but I guess it means something akin to except?


I found a definition that fits https://en.wiktionary.org/wiki/vice#Derived_terms_2

So apparently what was meant is

correct spacing between sentences instead of after periods


Good point, I fear it could backfire in a business setting. Mind you, I'm a huge LaTeX fan, but the one study I'm aware of that compared the efficiency of Word and LaTeX for a couple of average writing tasks came to a pretty damning conclusion (see quote below). So, I'd argue that LaTeX is the right tool for long math-heavy texts under version control, while better tools exist for most other tasks.

> LaTeX users were slower than Word users, wrote less text in the same amount of time, and produced more typesetting, orthographical, grammatical, and formatting errors. On most measures, expert LaTeX users performed even worse than novice Word users.

http://journals.plos.org/plosone/article?id=10.1371/journal....


Not impressive for someone without technical knowledge.

If the technical people have a specific university background they might be familiar with it, and then either hate it or love it.

It's a good tool for writing large documents but does not signal anything except personal tastes.


> Do note that I have a LaTeX PDF style CV as well, but it's not linked in the article (nor available online).

any particular reason why? i for one would love to see it.


At the moment the code is pretty ugly and there's a bit of personal information (e.g. phone number) I don't want to post online. I might write a blog post on creating a custom CV, but that's for some time in the future ;) (not really sure when)


My two cents using pandoc, LuaLaTeX (or XeLaTeX) and few TeX hacks. http://jill-jenn.net/résumé.pdf


If you want to see one in LateX, here is mine: http://manu.vives.fr/


Then why do it in TeX as opposed to Inkscape?


Indeed, lots of people I know (mainly computer science, electrical engineering and physics) still heavily rely on it for long documents and papers.


I think it's not perfect, but for many academic purposes, LaTeX is still the best tool in my opinion. It's definitely not perfect, but there's a lot of historical weight and quirks, but the results look great if a little effort is spent. :)


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

Search: