Live data from Hacker News

Viewing profile — joeyoung

joeyoung

HN member
Joined
Fri, Jun 01, 2012, 2:01 AM UTC
HN karma
11
Public activity
10 items

About joeyoung

Technical Solutions Engineer in Tokyo, Japan https://www.linkedin.com/in/jlyoung

Recent public activity

  1. comment
    Comment #18778018

    Not knowing the specifics of your situation, I’m making a lot of assumptions here. In the steps for this guide it instructs the user to select a Billing Project when connecting to …

  2. comment
    Comment #18777567

    You may need to have billing enabled on your project.

  3. comment
    Comment #17265792

    Yahoo Auction is also still very popular in Japan.

  4. comment
    Comment #11917750

    Oracle is also next door to Ericsson in Parque Tecnológico Andalucía (PTA) but I don't know if they do development there or just sales. It seems a lot of the tech stuff is done in …

  5. comment
    Comment #9671884

    Interesting. I think "pio" is the onomatopoeia for tweet in Japanese too. It's the noise cash registers at Tokyo's Inageya supermarkets make when you use their points card.

  6. comment
    Comment #7514399

    I'm impressed.

  7. comment
    Comment #7276547

    Force of habit more than anything else. I just learned about tmux a month ago when I needed to find a way to implement that broadcast solution. For the moment, broadcasting is the …

  8. comment
    Comment #7276297

    Pull up the command line with "Ctrl-b :" Synchronize your panes: "setw synchronize-panes on" Now you can send the same commands to all panes in the current window. To turn synchron…

  9. comment
    Comment #7276048

    I haven't explored Docker yet. Some of my team members have been looking into it. Hoping to read up and experiment with it a bit once I have some free time.

  10. comment
    Comment #7276016

    I use screen and tmux for different tasks. I'll use screen when I need to run a long-running task and can't keep my terminal session open. I use tmux with a script so that I can ss…