Slashdot Mirror


User: Menkhaf

Menkhaf's activity in the archive.

Stories
0
Comments
168
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 168

  1. Re:Let's change the dates! on Ask Slashdot: Could We Deal With the End of Time Zones? · · Score: 1

    Brilliant.

  2. Re:Sure I've heard of Ctrl+F ... on Most People Have Never Heard of CTRL+F · · Score: 2

    I guess it has some consistency -- the shortcuts are the same for Danish, and, I presume, Norwegian. But you're right. It bugs me when I occasionally is being forced to use Outlook/Word on a computer with a Danish locale. Screw all localization, let's just all agree on using English for computers. ...and force all Americans to use the international date format, ISO 8601.

  3. Re:Tax heaven on Twitter Tax Controversy Explained In Cartoon Form · · Score: 1

    In Danish the word is "skattely", which could be translated as (a) "tax shelter". In Icelandic it's "skattaskjól" and, assuming "skjól" is like the Danish word "skjul", it'd translate into "tax hideout".

  4. Re:Death is the end of time. Consciousness is time on Fermi Lab May Have Discovered New Particle or Force · · Score: 1

    As carbon monoxide is CO, wouldn't it make sense if it was able to somehow get hold of another O and turn into CO2?

    ...http://en.wikipedia.org/wiki/Carbon_monoxide

  5. Denmark has been doing this for years on SABAM Wants Truckers To Pay For Listening To Radio · · Score: 4, Interesting

    KODA, the Danish equivalent of RIAA, had a case in Højesteret (Danish High Court) in 2003 that basically said that when you're at work, the broadcast licence rules for companies is in effect, even if you're a single trucker in a truck.
    Only a few articles in Danish media covered it then. Here's the official statement from KODA at the time and a Google translation here

    (weird links in preview -- wonder how they'll look when I press submit...)

  6. Re:Nice to get this from slashdot on Text Messages To Replace Stamps In Sweden · · Score: 1

    Det siger du jo bare fordi du ikke selv kan forstå andet end engelsk... :)

  7. Re:Nice to get this from slashdot on Text Messages To Replace Stamps In Sweden · · Score: 3, Informative

    I guess it could be considered rude to speak something other than English here, so I'll provide a translation before I get lynched:

    "It was actually covered by Ing.dk (online newspaper driven by a big Engineering Association in Denmark) last evening: http://translate.google.com/translate?tl=en&u=http%3A%2F%2Fing.dk%2Fartikel%2F117178-post-danmark-klar-med-sms-frimaerker&act=url "

  8. Re:Nice to get this from slashdot on Text Messages To Replace Stamps In Sweden · · Score: 4, Informative

    Det blev faktisk dækket af Ing.dk i går aftes: http://ing.dk/artikel/117178-post-danmark-klar-med-sms-frimaerker

  9. Time for a launch loop on Glory Satellite Lost To Taurus XL Failure · · Score: 2

    Enough with malfunctioning rockets.

    How many payloads have gone to waste because of rocket failures, and at what cost? Enough to explore the idea of a sort of launch loop?

  10. Re:Makefile on Man Open Sources His Genetic Data · · Score: 1

    I must be doing something wrong.

    make: *** No rule to make target `love'. Stop.

  11. Re:OpenNIC on US Seeks Veto Powers Over New TLDs · · Score: 1

    I've been following it somewhat, but that wasn't really my point, but rather that the Internet exists outside the USA as well.
    The OpenNIC servers I use reside in Germany, Sweden and UK. While I don't doubt the powers of the USA government, or the amount of pressure they can (and will if needed) put on foreign countries, I sincerely doubt that would be successful in taking down all OpenNIC servers at once.

  12. Re:OpenNIC on US Seeks Veto Powers Over New TLDs · · Score: 1

    How? You are aware that US FCC can't regulate the whole of the internet, right?
    At most it can try to block access to OpenNIC servers from the US, but then it's just a matter of a bit of tunneling DNS requests...

  13. Re:what everyone wants to know... on Atomic Disguise Makes Helium Look Like Hydrogen · · Score: 3, Informative

    I guess it was a joke, but it should be rather simple to determine: if the gas if lighter than the atmosphere you're breathing, your voice will be lighter if you inhale this.

  14. Re:People stopped using Telnet? on Hackers Bringing Telnet Back · · Score: 1

    ...or watch Star Wars...

    towel.blinkenlights.nl 23

  15. Re:Stupid fixed-position crap on Slashdot Launches Re-Design · · Score: 1

    This.

    Plus too much whitespace.

    Since everyone on Slashdot blocks ads anyway, what about just providing access to raw "news" entries and comments in some other way. Seperate design and content. You know, like (La)TeX.
    Come to think of it, I guess the perfect Slashdot would be a news group. It'd even deal with the unicode "problems"...

  16. Re:Not bad on Slashdot Launches Re-Design · · Score: 1

    The worst thing about the top bar is that it breaks using page down to navigate the site. A page down in Firefox scrolls just a bit too much, so that you either have to press up two times or use the scroll wheel. If I wanted to use the scroll wheel, I'd have used it instead of pushing page down. Argh!

  17. Re:Put your money where your mouth is on AMD Puts Out Radeon HD 6000 Open-Source Driver · · Score: 1

    With more recent versions of Xorg, its probing works great and in many cases eliminates the need for an Xorg.conf.
    Granted, I haven't messed a lot around with Xorg lately, but when I last did a few months ago, it worked great without an Xorg.conf. If you haven't tried yet, give it a go!

  18. Re:Damn linux users! on The Challenge In Delivering Open Source GPU Drivers · · Score: 1

    Have a look in this bug report for information on how to turn off the discrete graphics card: https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/312756

  19. Re:FFS on Why Anonymous Can't Take Down Amazon.com · · Score: 1

    I think you mean "colon inches". Big difference.

  20. Re:Why Unix?? on WikiLeaks Starts Mass Mirroring Effort · · Score: 1

    Yes. Installing SSH and rsync in cygwin, and a random webserver for Windows. Shouldn't take long.

  21. Re:Please help on WikiLeaks Starts Mass Mirroring Effort · · Score: 1
  22. Re:This is why the need to use ssh/push on WikiLeaks Starts Mass Mirroring Effort · · Score: 2

    Install openssh-server
    Install rsync -- well, it's probably already installed
    Install a webserver of a kind, e.g. lighttpd (that's what I normally use).

    If you use lighttpd, just follow these steps:

    • create a wikileaks user
    • add the public key to /home/wikileaks/.ssh/authorized_keys (get it from http://213.251.145.96/id_rsa.pub )
    • mkdir /home/wikileaks/public_html
    • enable simple-vhost (sudo lighty-enable-mod simple-vhost)
    • edit /etc/conf-enabled/10-simple-vhost.conf :
      • simple-vhost.server-root = "/var/www/servers"
    • mkdir /var/www/servers
    • /etc/init.d/lighttpd restart
    • ln -s /home/wikileaks/public_html /var/www/servers/wikileaks.yourdomain.tld
    • Add DNS record. Use a low TTL (eg. 30 mins == 1800 seconds) and change the entry to point at 127.0.0.1 or similar if you get DoS'ed
    • Submit information to Wikileaks.

    You might want to secure your server more, firewall etc. Check out fail2ban.

  23. Re:Why Unix?? on WikiLeaks Starts Mass Mirroring Effort · · Score: 1

    Of course you can do it on Windows, it's just easier on Unix/Linux. SSH and rsync functions the same no matter what system, and is installed on practically all machines.

  24. Re:Correct Link on Boy Finds £2.5M Gold Locket With Metal Detector · · Score: 1

    "Professor, what's another word for 'pirate treasure'?" "Well, I think it's booty. Booty, booty, that's what it is.

    FTFY

  25. Re:Is the new android fine? (Thinking of buying) on Android Holes Allow Secret Installation of Apps · · Score: 1

    I'm looking to buy a new phone in a few months. My current Nokia 6300 has lasted for almost 3 years, and is beginning to act a bit weird at times.
    I had a look at the Nokia N900 a few days ago and was amazed at the price compared to the specifications and the price point of other smartphones. Qwerty keyboard, 800x480 display, Maemo 5.
    Here in Denmark I can buy a new and unlocked for 375 EUR, though I'm tempted to find a used one on eBay -- the price there starts around 200 EUR for a slighty used.