Slashdot Mirror


User: jmintha

jmintha's activity in the archive.

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

Comments · 8

  1. Re:Monitors on Ubuntu Makes Public Desktop Metrics (ubuntu.com) · · Score: 2

    I'm running kubuntu on my 4k 15" laptop. Most everything scales pretty well. Desktop/icons are fine, dialogs are good. You get the odd application that doesn't which can make some thing really tiny, but nothing I use regularily has a problem.

  2. Yubikeys on Ask Slashdot: Open Hardware/Software-Based Security Token? · · Score: 1

    A secnod for Yubikeys. We love them. You can load your own key onto them so there is no worries when a third party (like RSA) gets hacked. There are open souce tools to configure them and run authentication servers. Integrated with PAM, and can be used with radius servers. And they are about $25 each, with no expiry date.

  3. I find the opposite... on 'Just Let Me Code!' · · Score: 1

    I guess it depends on what you want to achieve, but I find web based development has made it easier to do that fun kind of programming. I grab a framework (python/django currently) and I can have a fully working interactive application in 10 minutes or so. Spend a couple hours more, and I've got it polished with fancy javascript. No need to write entire client interfaces, client server protocols, etc.

  4. Re:tech is a fairly broad category on If Tech Is So Important, Why Are IT Wages Flat? · · Score: 1

    So using rough numbers based on my taxes (in Canada, so yours should be lower), if you are earning $125K, you are taking home something like $7000 a month. Deducting your rent, you are left with $5500. Obviously I don't know how many loans you have, or how many parking tickets, but that's a fair bit of cash SF might have a high cost of living, but you really don't have much left at the end of the month?

  5. Re:Not yet. on Ask Slashdot: Is Samba4 a Viable Alternative To Active Directory? · · Score: 5, Informative

    Unless I missed something, Samba 4 is not in Alpha release anymore. It has gone through beta, and is now in release candidate stage. (rc4 currently) It is designed as a full Active Directory implementation (including DNS and LDAP)

  6. Re:Alleged issue did not appear... on The Leap Second Is Here! Are Your Systems Ready? · · Score: 1

    I run quite a number of Debian systems, mostly squeeze, but a couple of older releases. None of the machines had any direct problems, however one machine that runs some java processes had the java processes using up 100% of the cpu. Another iscsi server process was filling up the logs with "failed to read from timerfd, Resource temporarily unavailable". And my desktop Debian machine had Google chrome using all the cpu.

    The above fix: /etc/init.d/ntpd stop; date; date `date +"%m%d%H%M%C%y.%S"`; date; fixed the problem in all cases.

  7. Re:Having issues with java/systems? try this on The Leap Second Is Here! Are Your Systems Ready? · · Score: 1

    I assume it forces setting of the time (to the current time) which resets something. I can confirm it worked for me. Java processes were pegged at 100%, restarting the processes didn't help, but after doing the above, and restarting the java, they were normal again.

  8. Take a break on Overcomming Programmer's Block? · · Score: 1

    And I don't mean just go out walking for 1/2 hour at lunch. I mean take the afternoon off and go hiking with a friend, or take a few hours to prepare a wonderful evening out/in with your partner. Buy a roll of film and go out in the city and take pictures. Creativity is not a nine to five thing, and sometimes you need to do something completely different. You will usually find that things are clearer when you come back to it.