Slashdot Mirror


User: MrLizardo

MrLizardo's activity in the archive.

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

Comments · 183

  1. Re:obligatory comments on GNOME 3.6 Released · · Score: 1

    I generally agree and I'm hopeful they'll get things figured out better as time goes on. In the meantime, gnome-tweak-tool can be used to turn extensions on and off and install new ones.

  2. Re:Death March on GNOME 3.6 Released · · Score: 0

    Yeah. Not having a built-in theming system totally killed OS X. GNOME should really take a lesson from ... oh wait.

  3. Re:Could we hear from someone who has used it? on GNOME 3.6 Released · · Score: 1

    I haven't used 3.6 yet, but I find 3.4 to be relatively friendly for dev work, especially with a couple extensions and a couple trips to gnome-tweak-tool. One of the nice parts is that it works really well without having to use a mouse very much. They adopted the OSX-style alt+` to switch between windows in a single app. Also, using type-ahead find to launch or switch to apps is nice.

  4. Re:But have they unwound the craziness? on GNOME 3.6 Released · · Score: 1

    I realize I might be falling for a troll here, but tell me what parts you consider batshit crazy and I'll tell you if I've found any extensions or options in gnome-tweak that might unbreak that for you. (Been using GNOME Shell for most of a year now)

  5. Re:obligatory comments on GNOME 3.6 Released · · Score: 3, Informative

    Yup. I'm going to wait a bit for the themes and extensions I use to get updated for 3.6, but it's looking good so far. At this point it feels like pretty much all the functionality and options removed during the GNOME 2 -> 3 transition has been made available as an extension or exposed as an option via gnome-tweak-tool. Any favorite extensions that you can't live without? My favorites are:
    - Axe menu extension (to put a nice "traditional" GNOME menu back in the top left)
    - Maximus (to remove the titlebar on maximized windows) and Window Options (to make the window menu available from the panel)
    - Tracker extension (to add file results to the type-ahead find search) and Journal extension (to add recent files to dock icon's right click menu)
    - Calculator extension (to make the type-ahead find search perform calculations)

    My current favorite theme is MediterraneanNight

  6. Re:Gnome 3 Distro? on GNOME 3.6 Released · · Score: 1

    Ubuntu is planning to release a GNOME "remix" called (wait for it) GNOMEbuntu in October. I'm still not sure if this will land alongside Ubuntu 12.10 or a bit afterwards, but it should be a very comfortable way to play with GNOME3 if you like apt.

  7. Re:Duh. on Malicious PhpMyAdmin Served From SourceForge Mirror · · Score: 1

    I do something a bit different. I tend to put any admin tools up in an /admin directory (ex, https://example.com/admin/phpmyadmin), then use HTTP basic authentication to require users to authenticate with a username/password in our LDAP directory (but you could use local shell accounts as well). That way someone would need to first compromise a user account before they could even *start* trying to compromise one of the admin tools. I tend to think of it as a similar idea to not allowing remote root logins in ssh. Login first and sudo/su. I'm actually surprised that this isn't used more often. Am I missing an obvious security implication? Or is it just a case of people being lazy?

  8. Re:And much more expensive than real or fake on Lab-Grown Leather Could Be a Reality In 5 Years · · Score: 1

    I'm a vegetarian (for ethical reasons) who doesn't buy leather or other products that come from killing an animal. I am totally *thrilled* with the concept of lab-grown leather and meat and I'm hugely looking forward to it. I think I'd be willing to pay a certain premium, especially as a once-in-a-while thing.

  9. Re:We don't need IPv6! on RIPE Region Runs Out of IPv4 Addresses · · Score: 1

    Bravo sir. I totally fell for it until the last sentence.

  10. Re:Is it fixed yet? on GNOME 3.6 To Include Major Revisions · · Score: 1

    Autohide the top panel? There's an extension for that: https://extensions.gnome.org/extension/208/panel-settings/
    The big thing with GNOME 3 is that a lot of the settings moved out of the core and in their place, APIs were exposed to let people tweak things as they see fit with extensions.

  11. Re:GNOME 3 is very easy to use on GNOME 3.6 To Include Major Revisions · · Score: 1

    You might want to look at something like the Axe Menu extension: https://extensions.gnome.org/extension/327/axe-menu/
    I think there's another menu extension too, but I can't think of it off the top of my head.

  12. Re:GNOME 3 is very easy to use on GNOME 3.6 To Include Major Revisions · · Score: 1

    Want to change font sizes? Get gnome-tweak-tool
    Vertical space wasted? Grab two extensions:
    - Maximus: https://extensions.gnome.org/extension/354/maximus/
    - Window Options: https://extensions.gnome.org/extension/353/window-options/

    Extensions are probably the best kept secrets of GNOME Shell, which is sad because there are a ton of awesome extensions.

  13. Actually really looking forward to this on GNOME 3.6 To Include Major Revisions · · Score: 2

    I'm actually looking forward to some of the GNOME 3.6 changes. Once I went out and grabbed some extensions ( http://extensions.gnome.org/ ) to tweak things more to my liking I really started to enjoy GNOME Shell. I was kinda hoping to wander into the comments here and talk to other Shell users about what they like and don't like and what extensions they use, but instead there's just this incredible hate-fest. Other GNOME 3.x users, what extensions are you using? There's like a million and I'm totally curious if I've missed some.

    My top 5:
    - Calculator (lets you type equations into the search bar)
    - Weather (It's just a classy weather applet)
    - Window Options (puts close/min/max options in the app dropdown menu on the top panel)
    - Maximus (Removes the title bar of windows when maximized. Combines well with the 'Window Options' extension)
    - Blank Screen (Adds a menu option to blank the screen without locking it. Puts the monitor in power saving mode)

  14. Re:Businesses.... on Doctorow on the War on General Purpose Computing · · Score: 1

    Yeah, they had something even better than fascism: obscurity.

  15. Re:rsync to your own server if you have a clue... on Ask Slashdot: Syncing Files With Remote Server While On the Road? · · Score: 1

    Another vote for rsync + simple wrapper script + cron + ssh keys. rsync is brilliant at coping with interruptions, it can guarantee that files match on client and server with checksums. It's fast, it's simple, supports restricting the amount of bandwidth it uses and it's easily scriptable. Wrap it in a shell script to detect failure and retry a certain number of times before informing the user (you). Make sure you setup ssh keys so it can run unattended. Feed the script to cron and tell it to attempt the transfer at some time in the middle of the night.

    Bonus points for the wrapper script:
    - Have your script detect available bandwidth and only use ~70% of it if you're actively using the computer at the time
    - Setup a simple lockfile so that if you it's still running when it tries to run again it will give a useful error
    - Maybe have it try once every 2 hours between 2AM and 6AM until it succeeds? (see point above about locking)

    I'd be curious if other people are already doing similar things with the above tools.

  16. Re:wtf fbi on FBI Compromises Another Remailer · · Score: 3, Informative

    In a pure democracy the people vote for *laws* not representatives. That's why the US is considered a Democratic Republic (or a *Representative* Democracy). It has nothing to do with the voting method and *everything* to do with what people get to vote for.

  17. Re:It's not like tile-based is magic on NVIDIA Challenges Apple's iPad Benchmarks · · Score: 2

    That's also what they said in the late 90's when the PowerVR was competing with the 3Dfx Voodoo add-in cards. Given that there have been at least 50 million PowerVR-based GPUs shipped so far that's a heck of a footnote.

  18. Re:FreeBSD, Windows, and Android are working on IP on IPv6-Only Is Becoming Viable · · Score: 1

    Just to restate: You don't care if a diagnostic tool is less deterministic and specific as long as you don't have to learn anything new to deal with new situations (like dualstack). Alright, thing I've got it now.

  19. Re:Why do we keep doing this? on Researchers Build TCP-Based Spam Detection · · Score: 1

    Also, filtering is great for reducing the results of spam, including spammer revenue

    Actually, it isn't, for at least two reasons:

    • The people who are willing to invest time and money in filtering aren't likely to click through and buy something based on spam any ways.

    The people who operate the filters != the end users of the mail system.
    End users pay for the cost of operating the filters by seeing advertisements in their webmail or paying for the email service. And yes, this has been working well to prevent the vast majority of spam (something like 99.9% according to my GMail account) from landing in inboxes for 15 years or so at this point.

  20. Re:Prgmr on Ask Slashdot: Best Inexpensive VPS Provider? · · Score: 1

    Another +1 from me. I've hosted a couple websites with them and also run a (small, private) minecraft server there as well. Their IRC channel has a lot of very smart, funny people, many of them who work for prgmr. Actually, if you hang out on the IRC channel you get to see the inner workings of the business as well. If you're going to be running a bunch of VMs though, Linode or Rackspace both have nice web-based management consoles. But for a "personal" VPS it's hard to recommend prgmr highly enough.

  21. Re:Or on New Standard For Issuance of SSL/TLS Certificates · · Score: 2

    Well, we've already seen Google, Mozilla and Microsoft remove root CA certs from their products. Each one of them could do a lot of damage to a CA by removing a root cert, even without cooperation with the others. And yet, in the very recent past we've seen their security teams cooperate closely when dealing with compromised CAs. I think it's reasonable to believe that at least one of them will stay on the ball, when we've already seen proof that they can actually coordinate pretty well in exactly this sort of situation.

  22. Re:The most intelligent OS I've ever seen on The Strange Birth and Long Life of Unix · · Score: 1

    Ah, so what you're getting at, is that while Unix-like OSes are well suited for multi-user text processing, workstations, desktops, servers, super computers, cell phones, and embedded industrial computers with realtime processing requirements they might not necessarily work everywhere?

  23. I don't think *everyone* hates us at my company on Why Everyone Hates the IT Department · · Score: 2

    I work in IT and I'm relatively certain that the IT department at my company isn't *universally* reviled. In no particular order, here are some of the things that I think make us mesh with the rest of the company well:
    1) An emphasis on hiring IT people with good communication skills, sometimes even preferring the candidate with communication skills and a good "cultural fit" (e.g., excited about working for the company, interested in continuing to learn, etc), over the candidate with specific technical experience.
    2) A company-wide emphasis on not hiring technophobes into jobs where they'll be in front of a computer 8 hours a day.
    3) IT management that can say "no" at least some of the time
    4) IT management with the foresight to actually calculate internal support costs (i.e., hours spent making it actually work) into the TCO of a technology
    5) A top-down corporate philosophy of avoiding vendor lockin means that we tend not to get stuck with our backs to the wall (or over the barrel ...) all that often.
    6) Using bugzilla for support ticket management (or replace that with any other good way of keeping track of open issues). Our biggest problem in the past had been with users asking for support and those issues getting glossed over or forgotten about.

    That's all I can think of off the top of my head, but I can certainly say that without all of those in place doing IT would be a *ton* harder and/or require more staff to get the same amount of work done.

  24. I pretty much agree with 100% of that. Mac OS X 10.7 took a while to grow on me, as did GNOME 3. But now they just feel "right." I'm a really big fan of the way GNOME 3 deals with notifications and "applets." I'm not a fan of the iPod/iPhone but it doesn't have much to do with the UI. In fact, the only part of the UI I didn't like was solved in the latest release with the improvements to notifications.

  25. Re:I like Gnome Shell on GNOME Shell No Longer Requires GPU Acceleration · · Score: 2

    Yeah. I feel exactly the same. How many people reading this discussion are quietly enjoying GNOME 3 but don't care enough about the arguments to jump into the fray?