Viewing profile — wulczer
wulczer
HN member- Joined
- Wed, Feb 16, 2011, 4:13 PM UTC
- HN karma
- 1,457
- Public activity
- 244 items
- HN profile
- View on Hacker News ↗
About wulczer
[ my public key: https://keybase.io/wulczer; my proof: https://keybase.io/wulczer/sigs/g46dYvOOsEpYFfTEQUY4Hwj5x_gO3JSvfDNXnd4pjvI ]
Recent public activity
-
comment
Comment #10620639
But that's because IBM has a strong presence in the SQL standard committee and can nudge it to standarise (post-factum) things they already implemented in DB2.
-
comment
Comment #10490853
Since all of the previous states are there in the repo history, you can make that gif yourself at any moment!
-
comment
Comment #9310155
Postgres at least will store rows roughly in insert order. So whether you're using integers or UUIDs for primary keys won't affect on-disk layout. When scanning the index, the data…
-
comment
Comment #8657358
Sorry, ticked off my OCD :) It's better to say "key text" instead of "key varchar(1024)" and primary key already implies not null.
-
comment
Comment #8427014
Thanks! We're staying in Spain and there are plans to further grow the Barcelona office.
-
comment
Comment #8426737
Obligatory Show HN where we first showed Ducksboard to the world (1301 days ago): https://news.ycombinator.com/item?id=2332464 Thanks for all the feedback and interest we got from …
-
comment
Comment #7545461
What is the epiphany here? What is the insight or enlightenment to be gained from this story? I have my own, but I'm curious about what people believe is the moral of the story.
-
comment
Comment #7328327
That's also why, when you go to the movies and it turns out tickets cost the same regardless of the film, you should go for the one with the longest running time.
-
comment
Comment #7265005
One of the important reasons Postgres connections are serviced by a separate process is that if that process segfaults, you only disconnect other connections (because if might have…
-
comment
Comment #7251586
Almost two years ago the "The Pulse of Spain" was made, based on the same idea (disclaimer: the designers of this are also designers for our product (and dear friends)). It's in Sp…
-
comment
Comment #7171643
Since everyone is plugging their own: here's a identity provider daemon written in Go: https://github.com/wulczer/persona-idp It uses my Mail Transfer Agent to identify, so I can j…
-
comment
Comment #7166258
http://xkcd.com/447/
-
comment
Comment #6920887
Logs subpoenaed from your ISP show that you were using Tor between 3:10 and 5:23 PM on 02/05/2012. Logs from forensic analysis of a breakin to EvilCorp show that the attacker came …
-
comment
Comment #6689764
Why can't you use a connection that has issued LISTEN for anything else? In fact, I'm fairly sure you can use it normally. We're using NOTIFY to broadcast database changes to servi…
-
comment
Comment #6637630
Reminds me of http://www.supersimplestorageservice.com/
-
comment
Comment #6398278
BTW, I think at least in Peninsular Spanish you'd say "Viva Brasil" (omitting the article).
-
comment
Comment #6264624
We wrote a similar utility for our ORM-for-SaaS library some time ago, using lxml if available and falling back to ElementTree: https://github.com/ducksboard/libsaas/blob/master/li…
-
comment
Comment #6013747
Not really, the ones calling down to date_trunc should be marked as STABLE, since the underlying function is STABLE. psql=$ \df+ date_trunc Schema | Name | Result data type | Argum…
-
comment
Comment #5966084
I've been thinking about switching to sup a few times, but the inability to sync changes back to the IMAP server is a deal breaker to me. If I mark an email as read in sup, I don't…
-
comment
Comment #5783096
We have one on https://demo.ducksboard.com/ too :)
-
comment
Comment #5775481
Doesn't matter if it's MD5 or SHA512. You can extend either hash function in the exact same way ( http://en.wikipedia.org/wiki/Length_extension_attack )
-
comment
Comment #5734730
it does when using the re.U flag re.match(r'\d', u'੧', re.U) sys.version 2.7.3 (default, Mar 4 2013, 14:57:34) \n[GCC 4.7.2]
-
comment
Comment #5720830
What I meant is that using PKCS#5 padding ("N bytes of a value of N") will make it even more susceptible to a CBC oracle attack. I'm not nearly qualified to talk about that stuff, …
-
comment
Comment #5720786
Once this TODO is completed and real PKCS#5 is used, CBC padding oracle attack? https://github.com/mothran/bunny/blob/master/libbunny/AEScry...
-
comment
Comment #5710927
I thought most disks nowadays support Secure Erase, so there's no need to futz around with dd. https://ata.wiki.kernel.org/index.php/ATA_Secure_Erase