Live data from Hacker News

Viewing profile — trajektorijus

trajektorijus

HN member
Joined
Sun, Mar 10, 2013, 9:25 PM UTC
HN karma
4
Public activity
7 items

About trajektorijus

https://tadas.dev?utm_source=hn

[ my public key: https://keybase.io/trajektorijus; my proof: https://keybase.io/trajektorijus/sigs/OJQAKxzZEh0CxispdUgX-KKAB8J9cbYZvmExc1vYU-k ]

Recent public activity

  1. comment
    Comment #28038022

    SEEKING WORK | Remote | Lithuania (GMT+3) Full-stack developer Tinkering with code since 2004 Full-time freelancer since 2014 Platform agnostic, but most of the projects I build, g…

  2. comment
    Comment #27034449

    SEEKING WORK | Remote | Central Europe (GMT+2) Full-stack developer Tinkering with code since 2004 Remotely full-time since 2014 Platform agnostic, but most of the projects I build…

  3. story
  4. comment
  5. comment
    Comment #14438813

    I just count my breaths to 10 to stop the endless thoughts from coming up. 1 while breathing-in, 1 while breathing out, 2 - in, 2 - out, 3, 3, 4, 4, and so on until I reach 10, the…

  6. story
    Ask HN: Math/programming problems solving in groups

    Hey everyone! I am interested in improving myself as a developer by solving some Project Euler[1]/Matasano crypto[2]/hackerrank[3]/etc challenges. At the same time, I really need t…

  7. comment
    Comment #7197683

    Best centering (vert. and hor.) solution ever: .outer { position: relative; } .inner { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } This way you don…