Hacker Newsnew | past | comments | ask | show | jobs | submit | octopine's commentslogin

I wonder if it's possible to accelerate this using WebGL?


It's not really malware. You're trading some CPU time for content. You do the same thing with your brain when you visit a website that contains ads.


The original paper without all of the scaremongering:

"The Unbearable Lightness of Monitoring: Direct Monitoring in BitTorrent"

http://www.cs.bham.ac.uk/~tpc/Papers/P2PSecComm2012.pdf


Nintendo has a great brand. I wish they'd use it to make a 3D printer instead of lackluster motion games.


Wouldn't it be awesome if you could use something like the Kinect to do a 3D scan of an object for output to a 3D printer?


I'm wondering if I'm missing a joke here. You CAN do that.

http://www.youtube.com/watch?v=LZZqffZkOw0


Yeah, it was a joke.


tbth I was thinking more like a computer-controlled 'home loom' that people can use to 'print' patterned fabric. Wouldn't have to be Nintendo...


The title made me think of knitting needles with sensors that some home tied into a game but this textile printer is really cool. Imagine handing your classmate a custom-printed scarf during recess.


I don't think this "printed" in any recognizable sense of the term. From the picture, it was a non-electronic device which had one-directional communication with the console by mechanically pressing buttons on a standard controller. So presumably, you had to operate the thing by hand, and it would use the NES to give you feedback about what to do at each step.


Yeah I was wondering how it controlled the printer too, this makes more sense.

They could have had a hit if they added some more engagement for the user, make it like a game, you can get scores based on how good you followed the knitting instructions...

They could have called it knit knit revolution :)


I use this setup on my laptop (mac specific). I have an ssh server listening on port 443 on a linux machine in the basement of some university somewhere.

.ssh/config

    Host bouncebox
    Port 443

/usr/local/bin/prox

    #!/bin/bash

    if [ $1 == 'off' ]; then
      echo "Disabling Proxy..."
      networksetup -setsocksfirewallproxystate "Wi-Fi" off
    else 
      echo "Enabling Proxy on port 12345"
      networksetup -setsocksfirewallproxy "Wi-Fi" localhost 12345
    fi

Just type `prox; ssh -D 12345 bouncebox`


Starting with uTorrent "enhancing" their users' experiences with bundled adware:

http://www.ghacks.net/2012/05/04/utorrent-update-comes-bundl...


Is Haskell then a "Third Hand" language because it is compiled into C?


It seems like he's using the term "third-hand" to refer to languages that merely undergo syntactic expansion in the process of translation to their target language. In the programming languages community, we often refer to this as a "desguaring" transformation, since when CoffeeScript is "compiled" to JS, the syntactic sugar is removed and replaced with JS that exactly replicates the semantics.

This is in contrast to Haskell, which undergoes a fair amount of static analysis and optimization before code generation ever happens. Also, GHC doesn't only output C, and doesn't even translate Haskell directly to C. Instead, Haskell is transformed into C-- code, and GHC can be made to target C to be compiled by GCC, as you say, or the LLVM intermediate representation, or, most commonly, machine code directly.


A JavaScript widget, browser plugin, or Photoshop filter to colorblindify, in various types, a webpage so that designers can check for usability would be useful.

EDIT: Actually, what would be more useful are colorblind OS X color profiles and an easy way to switch between them.


Xscope has a colorblind mode: http://xscopeapp.com/guide#screens




Counsyl uses Python and C. https://www.counsyl.com


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: