kruk | 10 years ago | on: Ask HN: What are the latest and greatest books on your favorite language?
kruk's comments
kruk | 10 years ago | on: Ask HN: What are the latest and greatest books on your favorite language?
Great both for people new to the language and those looking to strengthen their foundations.
kruk | 10 years ago | on: Show HN: How I know what my neighbors uploaded on YouTube
A few comments:
- It could use a couple of smaller radius settings though (1km and 100m). Nothing that Chrome Console can't fix but not everyone is a developer.
- The intro page is a bit confusing, at first glance it might seem like an Android application, "Google Play" button being most prominent.
- The search bar is a bit short, if you just type the number and street name it's likely you'll end up in a different country or state.
kruk | 10 years ago | on: Show HN: Track Freebies and Free Trials from Startups
kruk | 10 years ago | on: Tell HN: Thank you whoishiring, a.k.a. Matthew Walsh-Cloonagh
kruk | 10 years ago | on: Stripe enters Asia with Japan beta launch
Assuming they will want to avoid wasting resources battling each other the next logical step would be for Stripe to launch in South Korea and for Braintree to launch in Indonesia.
kruk | 11 years ago | on: Ask HN: What advice would you give to your younger self?
If something is worth doing it's worth doing right: If you really want to learn something spend at least 15 minutes every day studying it. If you can't commit to that, stop wasting your time.
Some university classes are boring but that's not a reason to dismiss them. You never know what knowledge might become useful to you a few years down the road.
kruk | 11 years ago | on: What’s the Matter with Ebooks?
I still read a lot on the phone because it's always available but with 3G enabled Kindle you can freely switch between the two devices and always pick up where you left off no matter what device you're using.
I somewhat still prefer reading paper books but I do majority of my reading on Kindle. It's always available, it can hold thousands of books and if there is a book you want to read chances are you can get it on your device within minutes.
kruk | 11 years ago | on: Macbook screen coating issues
[Japan] One day the fan of my Latitude started making a clicking noise so I called the service, scheduled a visit for the next Saturday and got the fan replaced, even though the noise didn't occur when the serviceman was testing it. In the process of replacing the fan he noticed my case is missing two rubber feet and promised to send me a replacement. A week later I got a whole bottom part of the case in mail.
[Poland] My dad had some problems with BSODs on his Vostro and after a bit of back and forth with the service they replaced the whole motherboard for him. Almost 3 years into warranty, 1 month before it expired.
If I ever decide to go back to Windows or Linux I'm going with Dell and their NBD warranty.
kruk | 11 years ago | on: Merry Christmas to HN
All the best to the community. It's the only place on the Internet where comments are often more insightful than articles :)
kruk | 11 years ago | on: Nature makes all articles free to view
kruk | 11 years ago | on: How to write a developer resume that will get you hired
I've joined a company as a "Software Developer" during my final year in university. When I graduated I got promoted to "Senior Software Developer" but I left a month later to move halfway across the world (my employer knew I'll be leaving soon but chose to promote me anyway). How should I present this on my CV?
I feel like categorising the whole year as "Senior Developer" is bending the truth but splitting it into two takes too much space. Plus my responsibilities didn't really change, only my title did.
kruk | 11 years ago | on: How to write a developer resume that will get you hired
kruk | 11 years ago | on: Secrets of the Magus: Ricky Jay does closeup magic that flouts reality (1993)
kruk | 11 years ago | on: Show HN: StackShare – discover and discuss software stacks
Please make a shortcut for "I use this", so we can add technologies without navigating to their individual pages. I added 10 technologies off the top of my head but I keep being reminded of other ones I use and adding them involves a lot of clicking and back and forth.
Added to favourites!
kruk | 11 years ago | on: Independence Day
kruk | 11 years ago | on: $300k for Cracking Telegram Encryption
kruk | 11 years ago | on: A new day for Google Calendar
kruk | 11 years ago | on: Use a Fake Location for Cheap Airfare
1) What is "that same flight"? Is that a domestic US flight that gets cheaper when you're abroad? Or is it a domestic Thailand flight that gets cheaper when you're in Bangkok?
2) Currency has little to do with Point of Sale. What the article is saying is that using local currency may yield cheaper prices and that the airline's website might not allow you to change the currency directly but might change it automatically when you change the location.
kruk | 11 years ago | on: Ask HN: Going from Redis to MySQL. Good idea?
3) Redis is a great tool in its own right but it's more of a key-value data store than a full fledged database. It's fantastic for caching, tasks queuing or cross application communication.
I haven't been using C++ for a few years now and I needed a quick refresher. While I wouldn't call C++ Primer quick it covers all the basics really well. Great resource for people new to the language.