maninalift | 10 years ago | on: Knuth and Plass line-breaking Revisited
maninalift's comments
maninalift | 11 years ago | on: All Major Browsers Fall at Pwn2Own Day Two
maninalift | 11 years ago | on: Sandstorm – An open source platform for personal servers
maninalift | 11 years ago | on: Show HN: A simple “stateless” password manager for Chrome
maninalift | 11 years ago | on: Narrowing the notion of a runtime in Rust
Threads unlike tasks must be detached if they are too be allowed to outlive their parent.
maninalift | 11 years ago | on: Classic arcade game TRON on a cloth modelling grid
maninalift | 11 years ago | on: Our Development Workflow
maninalift | 11 years ago | on: Show HN: Bloop: Information-theoretically secure, expiring messages
The key and the message are independently just random data and don't reveal anything about the content of the original message (except it's length).
It is a pretty rare case where we cannot transmit messages securely but we are confident that we can transmit two messages and not have them both intercepted.
If on the other hand you can securely transmit keys that are as big as your data, you could of course just transmit the data itself.
As such this is a starting point in understanding cryptography rather than a practical application.
I think, please tell me if I am missing something
maninalift | 11 years ago | on: A Quick Intro to Rust Macros
maninalift | 11 years ago | on: Programming with Nothing (2011) [video]
I guess at the end of the video, he will probably reveal what the thing he's been doing is called.
maninalift | 11 years ago | on: CUPS 2.0
maninalift | 11 years ago | on: CUPS 2.0
maninalift | 11 years ago | on: Twitter waterflow problem and loeb (2013)
maninalift | 11 years ago | on: How To Validate Your Business Idea By Testing A Hypothesis
maninalift | 11 years ago | on: How to Make the Best Pourover Coffee
Pour over hot water to just cover, stir until saturated, fill cup, allow to settle, drink.
No need for filters or devices. All the flavour stays in the cup.
maninalift | 11 years ago | on: Underscore.go
Yeah, I'm a bitch.
maninalift | 11 years ago | on: Guess the Programming Language
maninalift | 12 years ago | on: Amazon granted patent for taking photos against a white background
maninalift | 12 years ago | on: Amazon granted patent for taking photos against a white background
obfuscation is the name of the game
You wouldn't get away with horrendous babble like this in essay in any subject at any level of education.
maninalift | 12 years ago | on: Those Who Say Code Does Not Matter
Therefore there are two reasonable courses of action to prevent this kind of problem:
* use automatic code indentation
* use a whitespace significant language
The second is absolutely the better choice. You may disagree but you are wrong. This is not a matter of taste, it is a matter of programming language syntax actually reflecting what the programmer reads.
I'm interested that rivers are such a concern of manual typesetting but I have never heard mention of it in typesetting algorithms.