banyek
|
5 years ago
|
on: ASCII Art in 1939
banyek
|
7 years ago
|
on: Ask HN: How to overcome fear of flying?
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.
banyek
|
8 years ago
|
on: What to do with the one-shot scripts
banyek
|
8 years ago
|
on: What to do with the one-shot scripts
I am really curious what is your solution?
banyek
|
8 years ago
|
on: I go back to my old macbook air from my new macbook pro – because it was better
I have an 1.7 Ghz i7 processor, and 8 GB of ram. I mostly use a browser and an iterm in my workflow, this macbook air will be still enough for years.
And my biggest problem with that machine was the keyboard, which is not good for me.
banyek
|
8 years ago
|
on: I go back to my old macbook air from my new macbook pro – because it was better
I am working with vim for about 18 years now, I won't change my preferences just because some smartass decides that a sparkling fun touch bar will be better for me.
banyek
|
8 years ago
|
on: I go back to my old macbook air from my new macbook pro – because it was better
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.
banyek
|
9 years ago
|
on: Sorting algorithms visualizer
banyek
|
9 years ago
|
on: Indentation TABS vs. SPACES
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
banyek
|
10 years ago
|
on: CGA Graphics – Not as bad as you thought
Yea, this was pretty suprising, because I never used CGA+Composite
banyek
|
10 years ago
|
on: My first impressions about Go language
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.
banyek
|
12 years ago
|
on: Show HN: Mambocollector – Statsd Data collector for MySQL
Quick and dirty solution to send data from MySQL server to statsd to put them into graphs. I know it is far from optimal, but I am open to work on, and if somebody sees there potential, feel free to fork / edit.