design build analyze redesign destroy

Oct 31 2009
PhotoAlt

jvagento:

benjaminf:

davidkaneda:

The Workspace project, by Joseph O. Holmes, is an “ongoing attempt to examine the quasi-private spaces people carve out of their public work lives.”

+
+
Oct 30 2009

Stop the Bullshit

“Yeah sure it works… if there’s no vulnerability in it lol”
That, sir, is a tautology. Besides, with this kind of argument, you can quickly infer that nothing actually works. “Yeah your technique is nice and all, but there’s no way it’s going to be included in mainstream computers (i.e. Windows)”
This is such a bad idea, that I’m not even going to comment on it. “Your anti-malware technique will not work in cases X and Y”
Of course it won’t. We only have informal definitions of malware, so basically every anti-malware scheme is based on heuristics (i.e. sometimes they work, sometimes not) “You can’t ask the user to make informed decisions”
As stated above, we have no automatic way to decide if actions are malicious or not. So of course at some point we’ll have to ask the user. Just because the Vista UAC sucked does not mean all ask-the-user schemes suck. “I don’t care about malware, I’m not running Windows”
Deep inside you, you know that there is no secret sauce in other OSes that make them magically immune to malware, don’t you?

Oct 29 2009

Procrastination John Kelly (via loleti)

+
PhotoAlt
+

Graffiti Analysis 2.0 (Digital Blackbook) - BLK River (Vienna) on Vimeo (via Vimeo)

+
Duisburg (ots) - Gestern Abend (27.10.), gegen 19.15 Uhr, entdeckte ein aufmerksamer Mitarbeiter der Postbank an der Beethovenstraße Skimming-Technik an dem dortigen Außengeldautomaten. Die unbekannten Täter hatten Kamera- und Kartenlesevorsatz offenbar zwischen dem Geschäftsschluss der Bank (18.00 Uhr) und dem Zeitpunkt der Entdeckung (19.15 Uhr) an dem Automaten angebracht. Durch die schnelle Entdeckung konnten nach bisherigen Erkenntnissen Ausspähungen von Kontodaten verhindert werden.
+
+
+
Oct 26 2009
+
+

strange bug in ipython resolved

In [8]: %autocall 1
Automatic calling is: Smart

In [9]: len []
———> len([])
Out[9]: 0

In [10]: if True:
….:     print ‘ok’
….:    
….:    
ok

In [11]: if True: # via readline history (keyboard up)
print ‘ok’
———-> print(‘ok’)
——————————————————————————————
IndentationError: expected an indented block (<ipython console>, line 2)


In [13]: %autocall 0
Automatic calling is: OFF

In [14]: if True: # via readline history (keyboard up)
print ‘ok’
….:    
….:    
ok

+
Page 2 of 31 Newer Entries →