pgz | 9 years ago | on: Ask HN: What do you want to learn in 2017?
pgz's comments
pgz | 9 years ago | on: Verified Voting
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
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
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: Amazon to deliver in 30 mins - BBC trials for delivering goods by drones
pgz | 9 years ago | on: Docker Betas for AWS, Azure, Mac, and Windows
pgz | 9 years ago | on: Docker Betas for AWS, Azure, Mac, and Windows
pgz | 9 years ago | on: Show HN: I made a database of remote companies
pgz | 9 years ago | on: Voxel art
pgz | 9 years ago | on: Airbnb: Building a Visual Language, Behind the scenes of our new design system
As a developer, it would make my life easier as well, when I try to split designs into components / css.
pgz | 10 years ago | on: Bublé: a fast, batteries-included ES2015 transpiler
Is that really good idea when looking at the possibility of introducing bugs in the transpiler?
pgz | 10 years ago | on: iPhone SE
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
It's so fast now.
pgz | 10 years ago | on: What's New in Webpack 2
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
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
pgz | 10 years ago | on: How will you be programming in a decade?
With Vim (or Emacs)... that's kind of obvious.
pgz | 10 years ago | on: Ask HN: Who is hiring? (October 2015)
Gromia is an early stage startup aiming to digitalize home rentals and make agents a thing of the past. We are looking for a:
- Frontend Developer (https://www.gromia.com/jobs/frontend-developer)
If you apply mention you come from HN :)
pgz | 10 years ago | on: Elixir v1.1.0 Released
pgz | 10 years ago | on: Ask HN: Did you implement a lunch picking app at your startup?
irb
xs = %w(indian antichi ramen vietnamese bue pastificio)
xs[rand(xs.size))]
Otherwise we talked to one another.