Viewing profile — joeyoung
joeyoung
HN member- Joined
- Fri, Jun 01, 2012, 2:01 AM UTC
- HN karma
- 11
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About joeyoung
Recent public activity
-
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 …
-
comment
Comment #18777567
You may need to have billing enabled on your project.
-
comment
Comment #17265792
Yahoo Auction is also still very popular in Japan.
-
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 …
-
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.
-
comment
Comment #7514399
I'm impressed.
-
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 …
-
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…
-
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.
-
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…