Quotes of the week
The Sixth Wall will be made of intelligent dust which settles in the folds of your clothes and communicates your position and heart rate to orbiting satellites. London’s citizens will dream, and the images of their dreams will dance on the telescreens of Piccadilly Circus, and be found wanting.
(Log in to post comments)
Quotes of the week
Posted Nov 13, 2014 15:53 UTC (Thu) by diederich (subscriber, #26007) [Link]
Perl 5 has been my goto language for 21 years now. I've been keenly looking forward to Perl 6 for more than half of that time.
I truly think that Perl 6 has a solid chance of bringing Perl back to the 'main list' of programming languages. It's so innovative, and has so much potential.
Quotes of the week
Posted Nov 14, 2014 14:53 UTC (Fri) by smitty_one_each (subscriber, #28989) [Link]
Knowing that Perl6 was looming, I opted for Python, to minimize the re-learning.
"Good news? Bad news? Who can say?"
http://www.cleveland.com/living/index.ssf/2009/02/parable...
Quotes of the week
Posted Nov 22, 2014 11:28 UTC (Sat) by HelloWorld (guest, #56129) [Link]
Quotes of the week
Posted Nov 17, 2014 21:51 UTC (Mon) by shane (subscriber, #3335) [Link]
I love git. Everyone I know loves git.
Quotes of the week
Posted Nov 18, 2014 17:12 UTC (Tue) by Aissen (subscriber, #59976) [Link]
My favorite features are git add -p (which I'll confess to overuse) and git rebase -i (who needs quilt?).
Quotes of the week
Posted Nov 18, 2014 17:50 UTC (Tue) by peter-b (subscriber, #66996) [Link]
Quotes of the week
Posted Nov 19, 2014 16:54 UTC (Wed) by nix (subscriber, #2304) [Link]
I guess if poorly used it could lead to committing untested changes, but the solution then is to test them after committing them. I can't imagine another way than 'git add -p' or similar feature to prise apart your changes into coherent chunks for review. It's a lifesaver.
Quotes of the week
Posted Nov 19, 2014 17:16 UTC (Wed) by Aissen (subscriber, #59976) [Link]
Maybe it's this testing that I should do unconditionally.
Quotes of the week
Posted Nov 19, 2014 20:37 UTC (Wed) by mathstuf (subscriber, #69389) [Link]
========
#!/bin/sh
base="${1:-master}"
shift
GIT_EDITOR="sed -i -e '/^pick/p;/^pick/cexec ./build.sh'"
export GIT_EDITOR
exec git rebase -i "$( git merge-base HEAD "$base" )"
========
The sed command might need some help on OS X and FreeBSD.
Quotes of the week
Posted Nov 22, 2014 11:35 UTC (Sat) by HelloWorld (guest, #56129) [Link]
Quotes of the week
Posted Nov 22, 2014 14:29 UTC (Sat) by mathstuf (subscriber, #69389) [Link]
Quotes of the week
Posted Nov 22, 2014 19:40 UTC (Sat) by dlang (guest, #313) [Link]
This is done by some people for XML formats for example.
Quotes of the week
Posted Nov 18, 2014 14:39 UTC (Tue) by nix (subscriber, #2304) [Link]
So, the Third Wall could be used to recover lost property and return it to its owners -- after all, you can see it being left on the ubiquitous cameras. But no, that's too expensive: instead, there is no lost property at all, and your property, if lost, is used as the excuse for a piece of immensely inconvenient security theatre which will probably result in your property being destroyed as a possible bomb. If they do track you down for leaving your property, it'll be to arrest or caution you. Brave new world indeed.
(Though some of the comments are totally over the top. There is no "longer term plan to remove our hard-won freedoms and return us all to serfdom slavery": the terrifying thing about this is that no malice is involved, no giant conspiracy of black-hatted implausibly evil villains needed. It's all the effect of lots of small, reasonable erosions of rights, like the right to take photos in public places or to walk where you will without being tracked, that were never explicitly guaranteed because nobody thought they could possibly be infringed.)
