Viewing profile — beza1e1
beza1e1
HN member- Joined
- Fri, Sep 21, 2007, 5:45 PM UTC
- HN karma
- 1,376
- Public activity
- 373 items
- HN profile
- View on Hacker News ↗
About beza1e1
Homepage: http://beza1e1.tuxen.de Compiler Science: http://compilers.tumblr.com/
Recent public activity
-
comment
Comment #4046893
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 tha…
-
comment
Comment #4046885
For calorie burning short intensive work outs are better. For example, deadlifts or playing squash for 30minutes is comparable to multiple hours of jogging.
-
comment
Comment #4046862
I cannot find this "work out" advice in the article you linked [2].
-
comment
Comment #3828130
A "backport" in Debian speak. I use this script for such things: https://gitorious.org/qznc/backporter/blobs/master/backport....
- story
-
story
Ask HN: Hacker titles for your business card
My ideas so far: pointer arithmetician, problemist, optimizationeer, abstractionist, encryptioneer, languagician, recursionist, infinite looper, object orienter, scriptician, threa…
-
comment
Comment #3822424
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,…
-
comment
Comment #3821594
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…
-
comment
Comment #3821532
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.pd…
-
comment
Comment #3810164
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 diff…
-
comment
Comment #3810154
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 waterm…
- story
-
comment
Comment #3797073
"Now explain that to me like i'm five"
-
comment
Comment #3792305
kudos
-
comment
Comment #3792092
Recently, there is some activity to revive Dylan. http://opendylan.org/
-
comment
Comment #3782953
Yes, OOP is not clearly defined: http://beza1e1.tuxen.de/articles/oop.html
-
comment
Comment #3776343
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".
-
comment
Comment #3775941
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.
-
comment
Comment #3775131
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. Mor…
-
comment
Comment #3774707
Why don't you link your articlecls [0] here? ;) http://wannesm.be/articlecls/
-
comment
Comment #3774694
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 …
-
comment
Comment #3772309
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.
-
comment
Comment #3766387
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 thei…
-
comment
Comment #3766069
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.…
-
comment
Comment #3766058
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.