Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
forkqueue
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
31.
▲
by
forkqueue
16y ago
No, I've altered DNS and seen many thousands of connections continuing from these providers even after low value (300) TTL records have been changed several hours previously. I've observed this on a number of occasions. In the case of Virg
32.
▲
by
forkqueue
16y ago
Two examples I've seen recently are Road Runner in the US and Virgin Media in the UK. There are many, many more.
33.
▲
by
forkqueue
16y ago
The main issue with using DNS for failover is that the name servers of many major ISPs don't respect TTL values, particularly those under 3600 seconds. As such, when a failover occurs a site will be unavailable for many viewers for several
34.
▲
Persistent XSS on Twitter.com
(praetorianprefect.com)
62 points
by
forkqueue
16y ago
|
16 comments
35.
▲
by
forkqueue
16y ago
Part of the reason small size keys like this are in common use is that bind (and possibly other name daemons) doesn't allow records larger than 255 characters. DKIM requires one to put the public key in DNS. Earlier this week I set up DKIM
36.
▲
by
forkqueue
16y ago
I hear it's solved all their scaling problems at one fell swoop ;)
37.
▲
by
forkqueue
16y ago
I think they swapped my account onto the old servers Gabe was on, because whilst mine was fast when I read the article, suddenly it's very slow (as in, 30 seconds to send an email slow). I'd love to use Google Apps for my business, all empl
38.
▲
by
forkqueue
16y ago
I'm not sure the hardware is so custom - the pictures on the Clustrix site look very much like generic Supermicro x86 servers with a Clustrix logo stuck on them.
39.
▲
by
forkqueue
16y ago
That's not quite what it says - the one that wasn't covered by the most recent audit isn't a candidate for removal until 1/1/2012 at the earliest. The other certificate is completely unknown. This thread gives more context: http://groups.
40.
▲
by
forkqueue
16y ago
There's a good chance $30 pricing will be at least half as popular as $10.
41.
▲
by
forkqueue
16y ago
SystemTap is great for general system issues, but isn't nearly as good when trying to look at issues that occur inside the JVM.
42.
▲
by
forkqueue
16y ago
Solaris zones are awful, and a good example of where Linux is far superior to Solaris. The creators of Zones seemed to have user-mode-Linux as their model, and it shares most of the annoyances of that too. It's not virtualization, and it'
43.
▲
by
forkqueue
16y ago
Yup, DTrace and ZFS are pretty much the only things Solaris brings to the table above what Linux offers. Interestingly I've never come across any pure Solaris shops that run ZFS, I suppose because if you're conservative enough only to use S
44.
▲
by
forkqueue
17y ago
A couple of points for those thinking about doing something similar: "Since InnoDB stores the table in the primary key, I decided that rather than use an auto_increment column, I'd cover several columns with the primary key to guarantee uni
45.
▲
Kutoken Django Hosting now supports Nginx
(kutoken.com)
2 points
by
forkqueue
17y ago
|
0 comments
46.
▲
by
forkqueue
17y ago
duplicity is great for off-site backups - full encryption, supports a wide variety of destinations (amazon s3, FTP etc)
47.
▲
When can we expect Red Hat Enterprise 6?
(blog.bashton.com)
10 points
by
forkqueue
17y ago
|
0 comments
48.
▲
by
forkqueue
17y ago
Shame the Android app is Android 2.0+ only, which means I'm unable to try it with my Hero, at least for the moment.
49.
▲
by
forkqueue
17y ago
Is he related to Fulgencio Batista, former dictator of Cuba? Wikipedia for once failed to enlighten me.
50.
▲
by
forkqueue
17y ago
We're in the UK, so I don't know how applicable this is to Jamaica, but for http://kutoken.com/ we use HSBC Merchant processing to accept transactions in GBP, USD and Euro. HSBC give us the option of having the funds deposited into HSBC a
51.
▲
by
forkqueue
17y ago
Not true, 802.11n is widely available here.
52.
▲
by
forkqueue
17y ago
Will be interesting to see how this compare to the current king-of-caches, Varnish. The plugin architecture looks like it'll make it pretty flexible, but it'll have to be pretty special to beat Varnish in terms of performance.
53.
▲
by
forkqueue
17y ago
I get spurious error messages about the clock being incorrect on some sites - it will say it's in the future, but the time reported looks correct to me.
54.
▲
by
forkqueue
17y ago
My first thoughts on reading this were that it was super-cool. Then I thought about customers who could benefit from it (we provide Linux consultancy to a number of medium-large enterprises), and I pretty much drew a blank. If you're lar
55.
▲
by
forkqueue
17y ago
Split database support is in Django 1.2 (currently in beta), so that's one con to scratch off the list.
56.
▲
by
forkqueue
17y ago
If you want to accept Maestro payments you have to implement 3DS or face a £25000 fine - at least in the UK.
57.
▲
by
forkqueue
17y ago
Apachebench ships with Apache and can be used for simple testing. http://httpd.apache.org/docs/2.0/programs/ab.html For more realistic mutli-page tests Selenium works well - spin up a few EC2 or similar machines, run Selenium Grid and you
58.
▲
by
forkqueue
17y ago
If you're using Varnish for caching then it's also possible to serve 'stale' cache entries whilst the upgrade is being done. I have a few customers that use this when doing schema changes. Obviously, this relies on cached data being useful
59.
▲
by
forkqueue
17y ago
I'm based in the UK, and we use HSBC for payment processing on http://kutoken.com/ The API documentation is a bit frustrating, but the service itself is good and gives you the option of recurring payments. We can also accept payments in
60.
▲
by
forkqueue
17y ago
I use duplicity: http://www.nongnu.org/duplicity/
More ›