HN user

banyek

30 karma
Posts20
Comments13
View on HN
blog.balazspocze.me 5y ago

My minimalist .vimrc in a VIM appreciation post – maybe it is useful

banyek
2pts0
blog.balazspocze.me 6y ago

Using case sensitive Git repo on non case sensitive mac

banyek
3pts0
blog.balazspocze.me 6y ago

My Experiences with WSL

banyek
2pts0
blog.balazspocze.me 8y ago

What to do with the one-shot scripts

banyek
2pts5
blog.balazspocze.me 8y ago

I go back to my old macbook air from my new macbook pro – because it was better

banyek
25pts36
blog.balazspocze.me 8y ago

Percona Monitoring and Management and IAM Roles

banyek
1pts0
blog.balazspocze.me 8y ago

OS X and case-sensitive file system

banyek
1pts1
blog.balazspocze.me 8y ago

AWS Profile switching

banyek
1pts0
blog.balazspocze.me 9y ago

Google Cloud SQL Second Generation Is Available

banyek
3pts0
news.ycombinator.com 10y ago

Indentation TABS vs. SPACES

banyek
10pts12
blog.balazspocze.me 10y ago

MySQL command prompt settings

banyek
2pts0
blog.balazspocze.me 10y ago

The way I like to compile my Go programs – Makefile

banyek
6pts0
blog.balazspocze.me 10y ago

MySQL in docker or native – performance benchmarks

banyek
4pts0
blog.balazspocze.me 10y ago

Jenkins console.log

banyek
1pts0
blog.balazspocze.me 10y ago

About the unix philosophy, and why I broke it – and

banyek
2pts0
blog.balazspocze.me 10y ago

How to stream mysql binary logs for backup reasons

banyek
2pts0
blog.balazspocze.me 10y ago

My first impressions about Go language

banyek
3pts1
blog.balazspocze.me 10y ago

My working environment

banyek
3pts0
blog.balazspocze.me 10y ago

Ways and reasons to run multiple mysql instances

banyek
1pts0
github.com 12y ago

Show HN: Mambocollector – Statsd Data collector for MySQL

banyek
2pts1

Face it. I was really afraid to fly for years, but when I had the opportunity to travel overseas, I decided that I'll fly - even I am frightened about flying. Actually I have to say that my fear always vanished when the plane's door was shut, I guess I realised that I can't do anything against it - and it calmed me. I played with a lots of flight simulators when I was a kid, that helped a to know what exactly happening, and knowing is the best way to overcome fear - but that wasn't enough. Before each flight I my guts were sick, I just can't do anything against it, that came from my nerves - fight or run. I clearly remember the moment when I get over my fear: I was sitting on a plane which flew from Dallas to San Jose, sitting next to a huge guy, and that was my 23rd hour awake, and that was my 20st hour of the trip with several layovers. And I started to HOPE that we'll die. I mean I was exhausted, I was nervous, I wasn't able to sleep, and then there came the thought 'how easy it would be if we just crash now, that misery would be ended' and BAM my fear was just out. It just went through on my mind, and I guess that was the moment when I accepted the idea, that I could die on a plane. Who cares? Probably I wont. And my fear was over.

Heh, I got mine from my company, because they said, 'that is the laptop for the engineers' and nobody cared when I said I don't need that. And the 13" without touchbar would still be an usb-c one (I still had to replace all my stuff) and still have that crappy keyboard. I work with my machine, not just show it off for the people. Apple is over the zenit. Period.

I don't talk about mixing spaces and tabs. I talking about why don't we indent with tabs only? Spaces are good for separating tokens in code, but indentation is not for that - indentation is for making the structures visible, sometimes it is easier to read with smaller amount of indent, sometimes it is easier to read with larger amount of indent - based on my experiences. Why then to make the coders life worse than needed? (On the other hand I do like Go's approach for this: using 'go fmt' you can make your source file well-indented/aligned. sigh

I am fascinated. Maybe that should be enough, but I guess I have to write a bit more here, because we are not in twitter.

I spent a few days to get know Go language, and now I am more than satisfied. I mean, all the project ideas which are floating in my head should be written in Go.