Opens profile photo
Follow
Jan Malakhovski
@oxij
math, logic, agda, haskell, philosophy, security, *nix
Saint-Petersburgoxij.orgJoined July 2011

Jan Malakhovski’s Tweets

Replying to
Does it mean that people wouldd experience "teenage" psy problems multiple times? Would that be much different from actually dying?
1
Modern copyright works because copying is much easier than reproducing and reproducing a copy is improbable. Suppose both are false.
Which is especially interesting for programming. Today commonly you can't take proprietary code with you to e.g. a new job, ...
Wondering. Suppose it's year 2200, everyone uses brain extension chips, for media "saw" <=> "can reproduce". How's copyright gonna hold?
1
Tip of the week git log --reverse --format="%H" <files> | xargs -n1 -I{} git show {} does git-show for all revisions with changes to <files>
2
Or even more rigorously: FP language -> imperative intermediate -> asm -> RTL & linear logic -> differential equations -> electrons
conventional FP languages are compiled to asm only so that they then can be interpreted by an interpreter for asm written in FP language.
The idea, obviously, comes from an observation about a piece of code with an incredible number of universally irrelevant type arguments.