Viewing profile — trajektorijus
trajektorijus
HN member- Joined
- Sun, Mar 10, 2013, 9:25 PM UTC
- HN karma
- 4
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About trajektorijus
[ my public key: https://keybase.io/trajektorijus; my proof: https://keybase.io/trajektorijus/sigs/OJQAKxzZEh0CxispdUgX-KKAB8J9cbYZvmExc1vYU-k ]
Recent public activity
-
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…
-
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…
- story
- comment
-
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…
-
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…
-
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…