Page 981 of 1006 FirstFirst ... 481881931971979980981982983991 ... LastLast
Results 9,801 to 9,810 of 10053

Thread: You know you're a geek when........

  1. #9801
    Join Date
    Aug 2007
    Location
    Tokyo
    Beans
    178

    Re: You know you're a geek when........

    Quote Originally Posted by apnavarun View Post
    You know you're a geek when you waste your lots of time in a single problem
    Guilty as charged. If only mysql's freaking TIME format wasn't limited to 838 hours >.<#.
    Full time open source software developer. Projects:
    Wakame-vdc: Virtual data center. Community: Wakame Users Group
    OpenVNet: Virtual networking using OpenFlow
    Sinatra-browse: Parameter declaration framework and browsable API for ruby Sinatra.

  2. #9802
    Join Date
    Jun 2009
    Location
    0:0:0:0:0:0:0:1
    Beans
    5,169
    Distro
    Kubuntu

    Re: You know you're a geek when........

    when you use a unix time stamps for dates in your sql database
    i store them as GMT 0 and use php to process them for the appropriate time zone
    Laptop: ASUS A54C-NB91 (Storage: WD3200BEKT + MKNSSDCR60GB-DX); Desktop: Custom Build - Images included; rPi Server
    Putting your Networked Printer's scanner software to shame PHP Scanner Server
    I frequently edit my post when I have the last post

  3. #9803
    Join Date
    Aug 2007
    Location
    Tokyo
    Beans
    178

    Re: You know you're a geek when........

    Quote Originally Posted by pqwoerituytrueiwoq View Post
    when you use a unix time stamps for dates in your sql database
    i store them as GMT 0 and use php to process them for the appropriate time zone
    Thanks. That's indeed the solution I came up with as well after reading a bunch more documentation. I use unix timestamps in my query and store Wakame-VDC's ip address retention period as an unsigned int representing seconds. That'll probably work. *Desperately tries not to remember what happened all the other times he said that last sentence while programming.*
    Full time open source software developer. Projects:
    Wakame-vdc: Virtual data center. Community: Wakame Users Group
    OpenVNet: Virtual networking using OpenFlow
    Sinatra-browse: Parameter declaration framework and browsable API for ruby Sinatra.

  4. #9804
    Join Date
    Jun 2009
    Location
    0:0:0:0:0:0:0:1
    Beans
    5,169
    Distro
    Kubuntu

    Re: You know you're a geek when........

    when you can convert times stamps to human time in sql

    the only annoying part is when you try to read the dates in phpmyadmin
    Laptop: ASUS A54C-NB91 (Storage: WD3200BEKT + MKNSSDCR60GB-DX); Desktop: Custom Build - Images included; rPi Server
    Putting your Networked Printer's scanner software to shame PHP Scanner Server
    I frequently edit my post when I have the last post

  5. #9805
    Join Date
    Aug 2007
    Location
    Tokyo
    Beans
    178

    Re: You know you're a geek when........

    That won't be a problem since Wakame is written in Ruby and we use our own custom cli to handle database operations by hand. Automatic ones are done with the Sequel library. Cool stuff that is. Lets you treat your database entries as objects of a class with its own methods and such.

    You know you're a geek when you go off topic to talk about programming.
    Full time open source software developer. Projects:
    Wakame-vdc: Virtual data center. Community: Wakame Users Group
    OpenVNet: Virtual networking using OpenFlow
    Sinatra-browse: Parameter declaration framework and browsable API for ruby Sinatra.

  6. #9806
    Join Date
    Jun 2007
    Location
    Paraparaumu, New Zealand
    Beans
    Hidden!

    Re: You know you're a geek when........

    Quote Originally Posted by pqwoerituytrueiwoq View Post
    when you use a unix time stamps for dates in your sql database
    .... and choosing between 32-bit and 64-bit representation is close to a no-brainer.
    Forum DOs and DON'Ts
    Please use CODE tags
    Including your email address in a post is not recommended
    My Blog

  7. #9807
    Join Date
    Jan 2013
    Beans
    80
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: You know you're a geek when........

    Quote Originally Posted by blackbird34 View Post
    Seriously...
    Code:
    nad@Nad:~$ man woman
    No manual entry for woman
    nad@Nad:~$
    Ha! Didn't know that one!

  8. #9808
    Join Date
    Jan 2013
    Beans
    80
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: You know you're a geek when........

    ...when you know why Ubuntu started at version 4.10 instead of 1.0 like everybody else.

  9. #9809
    Join Date
    Jun 2009
    Location
    0:0:0:0:0:0:0:1
    Beans
    5,169
    Distro
    Kubuntu

    Re: You know you're a geek when........

    when you install from the mini.iso
    Laptop: ASUS A54C-NB91 (Storage: WD3200BEKT + MKNSSDCR60GB-DX); Desktop: Custom Build - Images included; rPi Server
    Putting your Networked Printer's scanner software to shame PHP Scanner Server
    I frequently edit my post when I have the last post

  10. #9810
    Join Date
    Jan 2013
    Beans
    80
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: You know you're a geek when........

    ...when you own a copy of every single album "Weird Al" Yankovik has ever put out.

Page 981 of 1006 FirstFirst ... 481881931971979980981982983991 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •