38leinad's comments

38leinad | 4 years ago | on: Finding a Creature in Ethereum's Dark Forest

Sorry for maybe asking a stupid question, but if i understand correctly, the nounce is just a secret as the private key. But the nounce is not needed for the signature check? So, it can be choosen random and then simply forgotten after signature generation? After first quick google search, it looks like there is also the term nounce use here but it is deterministic and just counted up which does not seem to fit with the article: https://developpaper.com/the-nonce-of-ethereum/ Am I missing something?

38leinad | 12 years ago | on: John Carmack Quakecon 2013 Keynote Livestream

if you are interested in rendering, don't miss out John's talk at 5pm dallas time today: "Principles of Lightining and Rendering with John Carmack" http://www.quakecon.org/event-schedule/ Should also be streamed on the quakecon twitch stream. according to the keynet video, it is supposed to be a talk he has given internally at id before and was urged to redo it at quakecon.

"John will present a lecture-style presentation on the physics of light transport and rendering. He will discuss how light behaves in the real world, and the approximations and compromises that are involved in simulating the behavior with computers. Note: not for the technically faint at heart."

38leinad | 12 years ago | on: Pixar's Chris Horne Sheds New Light on Monsters University

Anybody knows how other companies like universal's animation department (ice age, despicable me, ...) stand technology-wise? From the visuals, i always assumed pixar is setting the standards but now knowing that they just start to use unified raytracing, the gap might not be that big...

38leinad | 13 years ago | on: Try Objective-C

sometimes I really get annoyed over here because of stupid comments like yours. keep it to yourself!

38leinad | 13 years ago | on: JS Objects: Inherited a Mess

thanks for the clarification. that helped a lot to get the understanding straight. always thought I am missing something fundamentally. Looking forward to the read.

in the end i also think super-calls are not a very good concept as you normally don't know what the super calls are doing internally, but somehow it seems like the way to go as almost every mainstream language/framework is supporting/doing it... but i guess that's the general bitter taste i get from classical inheritance...

38leinad | 13 years ago | on: JS Objects: Inherited a Mess

I never find an answer to my most daunting question: how is the pattern for doing something like a super call in this prototypal model? bar.prototype.methodname? what if the method is only defined in the proto-prototype? I.e. Foo? Do I then have to explictly know this and write bar.prototype.prototype.methodname?

I hope you know what I mean. This concept of super-calls does not transfer well to prototypal inheritance for me. Are there other patterns that should be used instead?

38leinad | 13 years ago | on: Quake 3 engine in Rust

not 100% on topic, but as the author is doing his mod because he likes to have a voxelized and fully destrutable word: I remember Red Faction. Is there any in-depth review/interview on the technology they used at the time? Looked like "simply" carving out destructed structures from a polygon model; But would be interested in the details...

38leinad | 13 years ago | on: Don't Copy-Paste from Website to Terminal

i think gizmo686 is aware of that. what he says is that he trusted the source where he c&p's from. if you don't trurst the source you should not blindly copy any command. Even one flag/parameter that you might not know can do harm. There do not have to be hidden characters to make it harmful and dangerous.

38leinad | 13 years ago | on: Two Letters from Steve Jobs

I personally think writing just "OK" does not make him less of a jerk. Seriously! This guys friend is terminally ill and he does not have a few nice words to spare? Just "OK"???

38leinad | 13 years ago | on: List of worthwhile DOS games

oh my god! haven't played games in some time but i was just reminded to boot up transporter tycoon when time permits...

38leinad | 13 years ago | on: Germans and Jaywalking: An American's Perspective on the Berlin Tech Scene

hm. was in columbus, ohio a few weeks back: if you are at certain places in the US (an like walking) you have no other possibility then jaywalking. cities and especially indudstrial/commerical areas are not constructed in a way to make it easy for pedestriants. you can be happy if there is a pedestrian crossing within the next mile...

38leinad | 13 years ago | on: Sublime Text 2 Web Inspector

Note that this is more then reloading the web-page. It actually seems to be doing hot code-replacement on the fly. I only know this from Java in the debug mode or JRebel. Having this work for Javascript will be really neat... I am feeling more and more confident that my move away from Webstorm to ST2 was the right one...
page 1