Slashdot Mirror


User: Wolfrider

Wolfrider's activity in the archive.

Stories
0
Comments
2,691
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,691

  1. Re:"The Next Challenge..." on Firefox Succeeded In Its Goal -- But What's Next? · · Score: 1

    --Try Pale Moon. It's a fork of Firefox before Australis - and in my experience, uses less RAM. There is a build for Linux available as well.

  2. I haz a Sad :( on CrunchBang Linux Halts Development · · Score: 1

    --This is sad news for me, I have Crunchbang installed on a couple of older boxes at home. Really liked the distro; I hope it can survive on in some way, as a set of apt-gettable scripts or something.

  3. Re:Does It Matter? on VirtualBox Development At a Standstill · · Score: 1

    > The only area where it's let me down in the past was with trying to mess with iPhone firmware (such as for jailbreaking) from a Windows VM on a Linux host...don't know if it was something weird Apple was doing with USB or something else.

    --Trust me - you really, REALLY do *NOT* want to be messing with firmware over a virtualized USB connection. It's not sane. Use bare-metal hardware and OS access for that!

    --I'm pretty sure my Vmware Workstation VMs can't see my Nexus 7 over virtualized USB for the same reason. You're dealing with virtual hardware, it may be 98-99% comparable to the host but it's not 100%. Stuff like USB drives and printers generally work fine but some devices are different (and may not be properly tested to work over virtual links.)

  4. Re:In after somebody says don't run Windows. on Ask Slashdot: Best Anti-Virus Software In 2015? Free Or Paid? · · Score: 1

    > In the time I've not run a/v, I've never had an infection.

    --If you haven't scanned your PC *at all* in that whole amount of time, you actually have NO IDEA whether you have an infection or not!! Your PC could be part of a botnet or doing something insidious deep in the background, for all you know.

    --Do us all a favor and at least try scanning it once with a couple of different free utilities - you may be surprised at what you might find.

  5. Re:How about transfer rate and reliability? on Consortium Roadmap Shows 100TB Hard Drives Possible By 2025 · · Score: 1

    --I'm with you 99% as far as ZFS. The thing is, I *don't need* a 100TB hard drive, that's a single point of failure with WAY too much data on it to try and copy off before it dies.

    --I'd like to see a drive that stores multiple copies of files like ZFS natively, so in the event of $badthings, the end-user has some way to recover files. (It might be nice to have RAID1 on the same drive, with independent heads between the platters.) I'd like to see a drive that goes beyond SMART diagnostics and gives you a really good indicator that it will fail soon. And all of this needs to work well / transparently with Linux and other OS's.

    --A 5-year HD lifetime should also be a *given* anymore by default, but WD Black drives are about the only ones I trust for that. (I'm open to others tho, but WD's warranty/RMA process is really good as well.) Hitachi looks promising according to the Backblaze report*, but I'm not sure about the prices and their RMA process.

    * https://www.backblaze.com/blog...

  6. Re:Yawn ... on Microsoft Azure Outage Across the Globe · · Score: 1

    --The "cloud" is no substitute for decent IT admin. Even with hypothetical 100% cloud usage, the company should be keeping *at least* 2 decent admins on staff for planning (resource usage, disaster recovery, rollouts, etc), which-holiday-are-you-working swaps, and vacation coverage (not to mention sick time and accidental death-type stuff) as well as you know, daily work...

    --And that's the bare minimum! Any less than that and the poor soul will burn out and eventually quit, or get sick.

  7. Re:This isn't new on Apple Disables Trim Support On 3rd Party SSDs In OS X · · Score: 1

    --Technical question that I just thought of: Can this TRIM issue be worked around just by installing Linux as a secondary OS (or booting a liveCD) and just running TRIM against the drive from there?
     
    /hope so

  8. Re:Goddamn it! on World's Youngest Microsoft Certificated Professional Is Five Years Old · · Score: 1

    It's impressive on one level, but then you realize:

    o The kid has no pressing social-life responsibilities

    o The kid doesn't -need- to pass the exam to put food on the table

    o The kid hasn't been dragged down by the general pain,angst,disappointment everyone goes through in life yet, so he can think clearly without being worried and still sees it as a great opportunity.

    Yeah he's bright I'll give him that, but the above factors make it easier for him to pass as well.
     
    /Wolfrider

  9. Re:Woo-hoo! on HBO Developing Asimov's Foundation Series As TV Show · · Score: 1

    --You say what now?

  10. Re:Poor Promotability too on The Disgruntled Guys Who Babysit Our Aging Nuclear Missiles · · Score: 1

    " Do something for us " (from the article)
    > ...it's tricky to imagine how you could make the job more attractive...

    --I have a couple of ideas.

    First is to keep the mind occupied. How about starting a radio station for the silos (run by the on-duty guys) where the DJ duty gets rotated every day to a different silo?

    Second, how about inviting the on-duty guys to a couple of prestigious events (2x/month or so, all expenses paid) where they can stand guard for a while and then enjoy the party? It would give them something to look forward to.

    Third, these are trained military people with time on their hands. Set them to solving problems in their spare time. Maybe they can contribute to SETI, or otherwise help with observing things?

    Any other creative ideas are welcome...

  11. Re:say what? on How To Beat Online Price Discrimination · · Score: 1

    --Amazon does this sometimes if you put things on your Wishlist. Much of the time though, they coupon/discount something you've already bought one of - which is kind of useless for high-dollar items, since you're not likely to buy another one any time soon unless it's a gift for someone else.

  12. Re:No Carriers on ISPs Violating Net Neutrality To Block Encryption · · Score: 1

    --I wish I had mod points; you deserve that +5 Informative / Insightful ;-)

  13. Re:2D, Feh on Sharp Developing LCD Screens In Almost Any Shape · · Score: 1

    --Bloody Stupid Johnson, is that you?? :b

  14. Re:Unified Experience Across Devices on Microsoft Announces Windows 10 · · Score: 1

    --That will get you a very loud AMEN. We don't necessarily *need* a unified input method for tablets, phones and desktops - but they keep trying to force it on us. Desktop is an entirely different beast, one that most people are more familiar with - and *have* to be productive on.

  15. Oblig on Researchers Develop Purely Optical Cloaking · · Score: 1

    " I solemnly swear that I am up to no good... "

  16. Re:kill -1 on Fork of Systemd Leads To Lightweight Uselessd · · Score: 1

    > Issuing "service restart" strikes most people as much more natural. That will send the signal for you.

    --Actually, ' service blah restart ' does not just send a kill -1, it *shuts the service down* and restarts it with a new PID. The whole point of kill -1 is to tell a running process to reread its config without having to bounce it.

  17. Re:kill -1 on Fork of Systemd Leads To Lightweight Uselessd · · Score: 1

    --I would love to have Scientific Linux do something like this, it would give them more of a distinction from Centos. There have been times when SL was a "better" distro than Centos because they were faster with updates.

    --Keeping upstart in SL would be a great move, IMHO.

  18. Re:Not my cup of tea on Slashdot Asks: What's In Your Home Datacenter? · · Score: 1

    > a beefier laptop running ESXi to replace the servers

    --Mind if I ask what the brand + model is? I've been wanting to do an ESXi box for the last few years on the cheap and just haven't found the right equipment yet. If I could do it used for ~$400 it would be a done deal...

  19. > Kind of unscientific, n'est pas?
     
    ...I'm sorry sir, we only have Hershey's.

    / couldn't resist
    // should not be obscure

  20. Re:Why VPN? on Ask Slashdot: Advice On Building a Firewall With VPN Capabilities? · · Score: 1

    > I agree. I've been running a similar set up on a PIII-100 (remember those?) with 96MB RAM and a 200MB disk for almost twenty years.

    --Dude, how high is your electric bill? o_O

    --If you hook up a kill-a-watt to that beast, you might want to consider replacing that ancient machine with something like a Raspberry Pi / Cubietruck / Atom box - it will likely pay for itself within a year due to the power savings...

    TS-836A Plug Power Meter = ~$16 on Amazon

  21. Re:And yet... on SanDisk Releases 512GB SD Card · · Score: 1

    ...and the smart(er) ones will only pay ~$50 more for the Android equivalent...

  22. Re:Hate Amazon for this on Amazon Instant Video Now Available On Android · · Score: 1

    --I agree with you there. Having Prime is really good, but adding a streaming video to your Q on amazon and then getting "Please go to amazon.com to pay more $$ for this movie" when you try to watch it, is bogus. Netflix is much more straightforward - and has a better video library, for the most part.

    --The only movie I've actually paid the extra $2 for was "The Raven" with Vincent Price, because it was rare and I hadn't watched it for decades. Everything else I just look for on Netflix and add it there if they have it.

  23. Re:Moving to FreeBSD is probably more a ZFS thing on You Got Your Windows In My Linux · · Score: 1

    --I would dispute you on this. I was running my main backup RAIDZ2 server on PCBSD, and had to break a ports upgrade compile. Ports was irrecoverably broken after that. After about a year I switched to Linux + ZFS, and it runs with BETTER speed on the same hardware. And on top of that, Linux has a better disk-naming system -- as well as a functional fdisk -l.

  24. Re:What's wrong with Windows Server? on You Got Your Windows In My Linux · · Score: 1

    > The shell still sort of sucks (powershell). I wish someone would write a 'native' shell for windows that was cool. I'd event settle for a dos prompt you can resize like an xterm.

    --Ever heard of 4dos? Check this one out:

    http://jpsoft.com/

    --No affiliation, just satisfied user. 1st ran into it back in the 90's when Norton Utilities bundled Ndos. The TCC/LE version is free.

  25. Re:What's wrong with Windows Server? on You Got Your Windows In My Linux · · Score: 1

    > ...my advice will be to switch to something else unless Red Hat gets their heads out of their asses, and gets rid of systemd

    --You might want to look into SuSE; a bit of googling found me this:

    https://en.opensuse.org/openSU...
    ^ Tells you how to get rid of it ;-)