pgz's comments

pgz | 9 years ago | on: Verified Voting

Yeah but the people corrupting you, would ask you for your sha as confirmation.

Here in Italy for example it's forbidden to bring your smartphone into the voting cabin, because the Mafia was asking for photo proofs.

So esrauch found a great counter to my idea.

pgz | 9 years ago | on: Verified Voting

I know very little about security but couldn't a system be created like git, where for every vote the voter gets a sha of his vote?

That way she can later verify that in his section repository his vote is still there and has been counted. Of course the mapping sha1 <-> voter will be anonymous, but this way everyone can see all the votes.

This doesn't solve the problem of some hacker adding votes on top of the legitimate ones though.

pgz | 9 years ago | on: Amazon to deliver in 30 mins - BBC trials for delivering goods by drones

For non prime packages, I live in Italy and a lot of stuff on Amazon catalogue is generally not available for next day delivery (which I use to time deliveries when I know the next day I work from home).

In Italy the express couriers are not allowed to leave stuff in your front yard, and it's generally not possible to schedule the first delivery attempt.

pgz | 9 years ago | on: Voxel art

When I see this beautiful art, it makes me want to play with Voxeljs. Sadly I'm a developer, so what I make would not turn out so pretty.

pgz | 10 years ago | on: Bublé: a fast, batteries-included ES2015 transpiler

> Rather than manipulating the AST, Bublé manipulates the source code directly, using the AST as a guide – so there's no costly code generation step at the end.

Is that really good idea when looking at the possibility of introducing bugs in the transpiler?

pgz | 10 years ago | on: iPhone SE

WTF. €609 in Europe vs $499 in the US for the 64GB model.

I will not let them get away with this pricing model. Keeping my trusted Nokia 2700 :)

pgz | 10 years ago | on: What's New in Webpack 2

We are using jspm on an inherited codebase that was concatenated "by hand" with Rails' asset-pipeline (it has lots of old libraries and the overrides are very good to handle them).

What we hate is jspm is extremely slow in development for us. There are two main causes:

  - The amount of xhr. This is solvable with http2's server push (but
    our dev server is in Ruby, and there's no http2 webserver yet).
  - Apparently jspm doesn't cache the result of Babel's compilation,
    so for each page refresh every file has to be recompiled again.
We will look at Webpack2 when it's released, if it allows us to use these legacy libraries and wins us some development speed we will not look back.

pgz | 10 years ago | on: Yahoo to cut 15 percent jobs, close several units

This, IMHO, is the crucial point: what exactly is Yahoo's business?

As an outside watcher I have no clue (I am also stupid). Hopefully people working there have better insight than myself.

pgz | 10 years ago | on: ClojureScript Year in Review

That holygrail project looks cool thanks. As a Clojure newbie, I'm not too fond of Lein to be honest.

pgz | 10 years ago | on: Elixir v1.1.0 Released

It really depends on the startup. For some form of chat application or distributed system he will find himself reinventing less compared to the competition. Would be a great way to beat the averages :)
page 2