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:SIR winston churchill ! on Lost Winston Churchill Essay Reveals His Thoughts On Alien Life (theverge.com) · · Score: 1

    Without fail, every time I read one of your posts I think to myself, "what a wonderful and though-out post displaying an impressive amount of knowledge". At that point I know who wrote it and only look to the author line to verify that it's you. Thanks for posting!

  2. Re:BBC? on BBC: ISPs Should Assume VPN Users Are Pirates · · Score: 1

    While it might not be the case in the UK (re the other replies), it's the case in Denmark. Buying a TV makes you elligeble for paying the license. Having a TV, even without antenna cable doesn't change anything; you still have to pay.
    It also holds for internet connections above a certain speed (I think it's > 128/128 Kbit/s), even if it's on your cellphone.

    Funnily, the Danish Broadcast Corporation doesn't have any way of checking if you are required to pay the license as they aren't allowed to look up any information on you except your postal address.

  3. Re:Infoworld... pass on Ask Slashdot: What Are the Strangest Features of Various Programming Languages? · · Score: 1

    I'm not a native English speaker either, but it's past tense, so I believe it should be "dug". English is weird (but not any weirder than German with their unrecognizable genders or Danish with en/et)...

  4. Re:Fail on Machine Learning Used For JavaScript Code De-obfuscation · · Score: 1

    Now that you're here...

    I tried it on this hunk of JavaScript: http://pastebin.com/miGDVkdf , but all I got was a parse error:

    "// Error contacting the server...
    parsererror
    SyntaxError: Unexpected token :"

  5. Re:Beta testers on OpenSUSE 13.2 To Use Btrfs By Default · · Score: 4, Interesting

    I experimented a bit with btrfs some months ago as part of my parttime job at my university. The departments file server had disk failures after a power glitch, so I decided to rebuild it and add in a UPS. I'm running Debian jessie on the system, which is just a small 2U SuperMicro rack case with 12 3 TB SATA drives and 16 GB ECC RAM. ZFSonLinux needs a fairly recent kernel, otherwise I'd probably have gone with stable.

    I was initially pretty impressed with btrfs, but before the UPS arrived there was another power glitch (which is fairly unusual in these parts of the world; northern Europe) and it completely trashed btrfs. I was unable to mount, scrub or do anything productive to the FS. Absolutely no luck doing anything.

    After that I've switched to ZFS. I'm really happy with ZFS, even though ZFS on Linux still has some bugs. For some reason zfs threads sometimes crash when doing zfs send | zfs receive, something I've noticed a few times. Performance is pretty good. For reference I'm using raidz3. My offline, off-site backup is done on a clone of the server (OS only) and uses zfs send and receive to transfer the ZFS snapshots which are done nightly.

  6. Re:ZFS pool on How Do You Backup 20TB of Data? · · Score: 1

    What the parent said.

    Besides that, do weekly scrubs (to catch hardware errors and ensure consistency) and nightly snapshots (to foil any accidental deletion, CryptoLocker etc.), depending on how IO the file system sees. I also regularly do a `zfs send | ssh server2 sudo zfs receive` to do an offsite backup.

  7. Re:I got burned by the font rendering bug last tim on Microsoft Warns of Zero-Day Attacks · · Score: 1

    If you liked that, you'll like to know that you can remove the ei.cfg file from the iso to convert it into a universal iso. There are multiple tools for it, but I've just used rm in the past (granted, the media I used was a USB stick). Here's one such tool: http://code.kliu.org/misc/winisoutils/

    Note that your license still has to match the type you select during installation. I have no idea why Microsoft insists on having so many different isos when they could just have one universal iso...

  8. Re:correction on Botnet Uses Default Passwords To Conduct "Internet Census 2012" · · Score: 1

    Yeah, good luck trying to guess the sequence number needed to establish a TCP connection. This hasn't been an issue since, I don't know, the 90s?

  9. Re:RhombusTech? on Open Hardware and Software Laptop · · Score: 1

    lkcl has already been talking about the possibility of teaming with Bunnie on the arm-netbook mailing list.

  10. Re:Mod parent up on Ask Slashdot: Securing a Windows Laptop, For the Windows Newbie? · · Score: 1

    Shit, I used to play a bit of WoW not too long after it came out. Performance was more or less on par with Windows -- FPS higher on Linux in some places, lower in other. Best thing was that with multiple desktops I was able to tab in and out in milliseconds, something that always seems to take ages on Windows.
    Then again, I did it on Gentoo installed from stage1. Took me a few days to compile everything, and cost an hour when there was a WINE update, but it ran well.

    If the submitter is still around, I'd second the advice given in other places. Give your kid the install disc, and let him handle it. Sure, he'll probably have to start from scratch a few times, but installing Windows has never been easier. If your kid has a few geeky friends that run Windows, even better -- they should be able to explain what are common signs of malware.
    If he's used to Linux, he might be able to figure out how to run WoW with WINE when he tires of Windows.

    I rarely use Windows (although more often than you seem to), and I'm starting to feel outdated, but I tend to go with Microsoft Security Essentials and Avast (they have a free edition). If not Avast, I've heard good things about ClamAV on Windows.

    If I recall correctly, a WoW install has no real ties outside of the program folder, so it might be a good idea to make a backup of that folder once in a while. If the system goes down, just copy it and you're set.

    Held og lykke fra en anden dansker

  11. Sounds familiar... on Should Developers Be Sued For Security Holes? · · Score: 1

    We had this same discussion last year, after PHK had an article on acm.org arguing for software liability laws: http://yro.slashdot.org/story/11/09/29/2045232/outlining-a-world-where-software-makers-are-liable-for-flaws .
    The article is to be found at http://cacm.acm.org/magazines/2011/11/138202-the-software-industry-is-the-problem/fulltext

  12. Re:The only emacs shortcut I know on Emacsy: An Embeddable Toolkit of Emacs-like Functionality · · Score: 1

    CTRL to Caps lock is easy:
    Add
    XKBOPTIONS="terminate:ctrl_alt_bksp,ctrl:nocaps"
    to /etc/default/keyboard, or similar. Optionally you can pass it as an argument to setxkbmap.

  13. Re:Does anyone have a global map of this? on Nokia Sues HTC, RIM and Viewsonic · · Score: 1

    And a link for the original: http://bl.ocks.org/1153292

  14. Re:This again... on Javascript Game of Tron In 226 Bytes · · Score: 1

    1

    Hey, that's no one bit. That's a UTF-16 character, which means it is (or rather, may be) a full 32 bits! Back to the drawing board, young lad.

  15. Re:A leap year issue? Are you SERIOUS? on Azure Failure Was a Leap Year Glitch · · Score: 1

    And do you really think this problem arose because they didn't write code to deal with leap years?

    Come on man. If they had written code that accounted correctly for leap years, they wouldn't have had an outage. Do you think it's just a coverup?
    And what's that nonsense about date logic? Use tried-and-true library functions for date manipulation, that's it. If you're doing embedded systems, you might have an excuse. ..and these days, not even then, given the amount of memory and the clock speeds. Bah, in my days all we had was a wirewrapped system built from a Motorola 68k, and we liked it!

    (except when one of the address bus wires got loose and we spent countless hours debugging it)

  16. Re:1920x1200 laptop? on Asus PadFone Combines Smartphone, Tablet, Keyboard · · Score: 1

    You might want to have a look for Compal laptops. I've got a NBLB3, sporting a 15,3" 1920x1080 display. Bought it a year and a half ago. Core i5 2.4 GHz, 4 GB RAM, 500 GB HDD, eSata, LED backlight.
    There are a few things that could've been better (weird keyboard mapping -- the Return key sends a KP_Enter), and it's got a bit of a plastic-y feel to it, but it works great, and I bought it for what amounts to less than 1200 USD.

  17. Re:I'll get a gold in freestyle grammar nazism on New BBC Sports Website Makes Heavy Use of RDF · · Score: 4, Interesting

    On a similar note, what's up with the 5196 empty lines?

    ~/tmp$ grep ^$ launching_bbc_sport_new.html |wc
          5196 0 5196

    ...or the 21360 kB of whitespace?

    ~/tmp$ grep '^[[:blank:]]*$' launching_bbc_sport_new.html |wc
          5896 1400 21360

    That's one sixth of the page size (excluding external sources).

    And speaking of external sources: 336 kB of Javascript. Neat, huh?

    ~/tmp/bbc$ for i in `grep --color=never -o 'src="http://[[:alnum:][:punct:]/]*"' launching_bbc_sport_new.html |sed -r 's/src="//' | sed -r 's/"//'|grep '.js' --color=never`; do wget $i; done;
    ~/tmp/bbc$ du -ch *.js*
    28K bbccom.js
    28K blq_core.js
    16K comments-blog.js
    8.0K embed.js
    16K gloader.0.1.6.js
    16K gloader.js
    8.0K gw.js?csid=J08781
    20K id-core.js
    60K id.js
    24K require.js
    64K s_code.js
    36K sharetools.js
    12K swfobject.js
    336K total

    I haven't done any webpage project nearly as big as what I imagine BBC to be, but still, 476 kB all in all. Wow.

  18. Re:R & D doesn't simply go to lower cost on US Losing R&D Dominance To Asia? · · Score: 1

    he was managing - an project would be

    a project

    You're welcome :) (although I'm not in Thailand, but in cold and dark Scandinavia)

  19. Re:Why does Iran deny having a nuclear programme? on EU Moves To Ban Iran Crude Oil · · Score: 1

    Change your comment settings to "Plain old text" instead of "HTML formatted".
    You can do it either by pressing the cogwheel on the top of the page (or click this link: http://slashdot.org/prefs), or on a post-by-post basis by pressing the cogwheel right next to the "post anonymously" checkbox.

  20. Re:Awesome WM on Ask Slashdot: Assembling a Linux Desktop Environment From Parts? · · Score: 1
    I've been using Awesome for about a year, and I really dig it; though more the concept than config files in Lua. Awesome is just one tiling window manager though, there's quite a few other:
    • dwm
      Extremely small. No config -- just c code.
    • qtile
      Apparently a bit like Awesome, but written and scripted in Python.
    • xmonad
      Written an configured in Haskell. Supposedly crash-free (not that I've ever had Awesome crash).

    I've heard much good about xmonad, and I'll be switching to it one of these days (I figure it's a great way to learn me some Haskell).

  21. Re:Not such a good idea on Liquid Metal Capsules Used To Make Self-Healing Electronics · · Score: 1

    MOD PARENT UP!!!!1111 Look at what common table salt does to water! http://www.youtube.com/watch?v=JD85OUkEKKw (oh wait, NaCl != Na -- just like gallium != a gallium alloy)

  22. Re:I must be old now; just don't be an idiot on Picture Blocking Beer Cooler Keeps Your Face Out of Embarrassing Photos · · Score: 1

    I say we attack this problem from another angle. Instead of using a "flash blocking beer coolor", put your pictures online. Same goes for opinions, sexual preferences, and any other personal detail you can think of. With enough people joining in, we'll change the standard and make it publicly acceptable to act yourself (or be an ass).

    I'll start: I'm drunk on the remains of a Cuban Havana Club. Mmmmmm.

  23. Belief vs. truth on Restaurants Plan DNA-Certified Seafood Program · · Score: 5, Insightful

    'When they sell something that's really expensive, they want the consumer to believe that they're getting what they're paying for,' Schindel told The Associated Press.

    Nuff' said.

  24. Re:Misleading title !! on EU Debates Installing a Black Box On Your Computer · · Score: 1

    Stupid politicians like that can be found anywhere.
    Recently (late February) a Danish politician, at the time legal policy spokesman for Konversative (Conservatives) Tom Behnke, (a former cop, by the way), argued that politicians from left-wing Enhedslisten (The Unity List/Red-Greens) and center-left Radikale Venstre (Radical Left) Line Barfoed and Manu Sareen shouldn't question the Danish logging directive (Logningsbekendtgørelsen). His reasoning? "Imagine a terrorist attack with 675,000 dead".

    If that's that best a legal policy spokesman can come up with, I want to be a fucking politician. I'll lower the speed limits on the highway to 40 km/h, because "imagine a 400 school-bus pileup"... Sigh.

  25. Re:any book, anywhere, anytime? on B&N Yanks DC Titles After Exclusive Amazon Deal · · Score: 1

    Could that be because B&N doesn't have any stores outside of the USA?
    I bought my Nook on eBay, works perfectly, arrived in great condition within a week (and I'm in Europe). I don't see what the problem is.