Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
beza1e1
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
beza1e1
14y ago
I'd rather ask: Why do people prefer to run for hours instead of a more intensive workout in a minutes? Looking at the typical runners [0], why would you desire a physique like that? [0] http://diaryofakalechic.files.wordpress.com/2011/08/
2.
▲
by
beza1e1
14y ago
For calorie burning short intensive work outs are better. For example, deadlifts or playing squash for 30minutes is comparable to multiple hours of jogging.
3.
▲
by
beza1e1
14y ago
I cannot find this "work out" advice in the article you linked [2].
4.
▲
Ask HN: Hacker titles for your business card
1 points
by
beza1e1
14y ago
|
0 comments
5.
▲
by
beza1e1
14y ago
The problem, I experience, is not that action items are missing. The point is that you must write the name of the responsible person next to each action item. Maybe even her email, so people can nag her. If possible, set deadlines. However,
6.
▲
by
beza1e1
14y ago
The best online meeting tool in my opinion is etherpad. The meeting starts with a document containing the agenda. Now everybody chats and rewrites the agenda into a protocol of the decisions made. Meeting ends. Pros: The discussion is usual
7.
▲
by
beza1e1
14y ago
Usually the latest draft is available for free and has the same content as the standard. That should be the N1570 document. http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1570.pdf
8.
▲
by
beza1e1
14y ago
I think you should market your manual process more aggressively. Generating from templates is easy and cheap, but that a professional graphic artist is doing it, makes quite a difference.
9.
▲
by
beza1e1
14y ago
Would you be impressed by more subtle qualities? Let's say a design with special effects, but printed with a professional printer on thicker paper. Maybe subtle effects like watermarks or micro embossing.
10.
▲
Jeff Bezos's Top Leadership Lessons
(forbes.com)
2 points
by
beza1e1
14y ago
|
1 comments
11.
▲
by
beza1e1
14y ago
"Now explain that to me like i'm five"
12.
▲
by
beza1e1
14y ago
kudos
13.
▲
by
beza1e1
14y ago
Recently, there is some activity to revive Dylan. http://opendylan.org/
14.
▲
by
beza1e1
14y ago
Yes, OOP is not clearly defined: http://beza1e1.tuxen.de/articles/oop.html
15.
▲
by
beza1e1
14y ago
I do not think your blog examples goes beyond REST. You just need to represent different resources. For example a "title list" or "article set".
16.
▲
by
beza1e1
14y ago
Nearly correct. POST does not specify the name of the resource. So you do /orders/42 # with { order: { paid: true } } And it returns the /orders/42/payment transaction resource.
17.
▲
by
beza1e1
14y ago
I have to correct myself. You do not want a 50% chance, because the answer does not provide 1Bit of information. If we get it right, we also know the position(s) of the letter. More precisely: Given a dictionary of all possible words and a
18.
▲
by
beza1e1
14y ago
Why don't you link your articlecls [0] here? ;) http://wannesm.be/articlecls/
19.
▲
by
beza1e1
14y ago
Assuming there is always a letter with a 50% chance and we choose wrong 11 times in a row. One more and game over. At this point we have 11 Bits of information, which is enough to distuingish between 2048 words. Actually, we should be corre
20.
▲
by
beza1e1
14y ago
If you want to minimize the number of errors, you should try the letter with the most information. In other words, minimize the search space. That is what hythloday suggested.
21.
▲
by
beza1e1
14y ago
The mission of TeXLive is to include everything and the kitchen sink. However, why should their TeXpad support everything? They could go the XeTeX+biber+TikZ route and educate their users how to switch from pdflatex,bibtex,pstricks,etc.
22.
▲
by
beza1e1
14y ago
Off-topic: Generating slides from an outliner like Org-mode produces those ugly bullet points en mass, doesn't it? The upside is of course, that they are easy and fast to generate. Why do you need that?
23.
▲
by
beza1e1
14y ago
That is correct for the general style. However, then you have to hunt for packages for pseudocode, nicer tables, diagrams, pdf bookmarks and hyperlinks, subfigures, etc.
24.
▲
by
beza1e1
14y ago
I tried [0]. Firefox does an ok page layout, if you print it. I did not try Prince. One big TODO is the copyright notice in the bottom left column first page. Two column-wide figures are also an issue. Thanks for citationstyles.org. When i
25.
▲
by
beza1e1
14y ago
Disclaimer: This is very subjective and from a Python guy 1. While Python and Ruby are roughly of the same age, Ruby was only popular in Asia before Rails. At that point Python already had a solid base of non-web stuff. 2. Ruby feels more w
26.
▲
by
beza1e1
14y ago
Not everybody can downvote. That adds significant noise to this data.
27.
▲
by
beza1e1
14y ago
Citation needed! Who wrote that sentence?
28.
▲
by
beza1e1
14y ago
Looks like a good argument for the Snowflake method [0]. This method is basically to "develop" a novel, by starting with a single sentence and gradually expanding it into the novel. In contrast, the other method (pansing) is to start writin
29.
▲
by
beza1e1
14y ago
For a clean room reverse engineering they could analyse the Skype binaries to document the protocol.
30.
▲
by
beza1e1
14y ago
movdq is only used, if appropriate. There is a check, whether the pointer are at least 16 bytes apart.
More ›