HN user

ensmotko

338 karma

A geek.

Twitter: @smotko

Email: smotko@smotko.si

Posts27
Comments71
View on HN
smotko.si 11y ago

How working remotely helped me better understand the codebase

ensmotko
3pts2
vlambeer.com 12y ago

Monetization permission from Vlambeer

ensmotko
1pts0
www.phoronix.com 12y ago

Here's Why Radeon Graphics Are Faster On Linux 3.12

ensmotko
2pts0
smotko.si 12y ago

Creating Tinder like animations with CSS

ensmotko
2pts0
smotko.si 12y ago

I'm glad I became fit before becoming self-employed

ensmotko
1pts0
www.phoronix.com 12y ago

GNOME On Wayland Is Good For GNOME 3.10

ensmotko
1pts0
smotko.si 12y ago

Using a game engine to draw a 3D graph crossplatform

ensmotko
1pts0
smotko.si 13y ago

Shrinking the address bar width in browsers

ensmotko
13pts7
smotko.si 13y ago

My experience with Google Game Services

ensmotko
1pts0
www.phoronix.com 13y ago

AMD Has Massive Radeon Patch Set - Power Management

ensmotko
3pts0
plus.google.com 13y ago

Google, why not add RSS content to the Google+ stream?

ensmotko
2pts0
www.androidauthority.com 13y ago

Babble, Google’s upcoming unified messenger, to be shown at Google I/O?

ensmotko
3pts0
carlrichell.com 13y ago

Ubuntu LTS Should Die

ensmotko
1pts0
www.youtube.com 13y ago

What most schools don't teach

ensmotko
1pts0
smotko.si 13y ago

Cross-platform Games

ensmotko
2pts1
smotko.si 13y ago

Google Analytics should use log scale

ensmotko
3pts0
smotko.si 13y ago

The Chrome Javascript editor can do hot swapping

ensmotko
134pts50
www.slideshare.net 13y ago

JS optimization

ensmotko
1pts0
smotko.si 13y ago

Useful GNU/Linux tools

ensmotko
2pts0
smotko.si 13y ago

Game Jams: The most fun you can have while programming

ensmotko
2pts0
swizec.com 13y ago

Game development in Webgl

ensmotko
2pts0
smotko.si 13y ago

My Github Game Off Submission

ensmotko
3pts0
smotko.si 13y ago

I ran into a really strange issue with Nginx and VirtualBox shared folders.

ensmotko
2pts0
smotko.si 13y ago

Why don't we have code hot swapping on mobile?

ensmotko
22pts14
swizec.com 13y ago

Lessons learned after a month of freelancing full time

ensmotko
6pts0
smotko.si 13y ago

Best Github shortcut ever

ensmotko
4pts0
www.phoronix.com 13y ago

A Linux User's Perspective Of Microsoft Windows 8

ensmotko
5pts1
The GDPR blog post 8 years ago

Wouldn't then a hash of your email also identify you as a person? The companies can still build a profile of you if they just agree to use the same hashing function :/

In my experience (I've been to FOSDEM 3 times) the language rooms were the most difficult ones to get into as they were full 90% of the time.

It also looks like Python has a main track on Saturday.

MacOS High Sierra 9 years ago

Is it possible to rebind the caps lock key? That's the only reason why I have Karabiner-Elements installed, using the caps lock key for delete_forward is the best thing ever.

Remapping the caps lock key to the delete key (delete the character in front of the cursor) has been a great productivity boost for me. Below is the karabiner.json file that I'm using for this:

{ "profiles": [ { "name": "Default profile", "selected": true, "simple_modifications": { "caps_lock": "delete_forward" } } ] }

There is also a third option: freelancing. This way you can keep programming, with only a moderate amount of "management" (finding new projects to work on/dealing with clients).

Might be because lots of us are not using a CMS. For a simple blog page you don't even need a backend - just generate static sites with jekyll.

Having a 3rd party solution for comments is thus necessary (if you want to have comments).

G-Sync syncs the monitors refresh rate with the FPS your graphics card is feeding the monitor - thus removing screen tearing and other anomalies that happen when the refresh rates are out of sync.

It doesn't make a difference if your card is renderring at 60 fps with out a hitch, but you can see the difference when the fps drop to 50 or 40. Check out this video: http://www.engadget.com/2013/10/18/nvidia-g-sync/

If $100 a year would allow me to develop iOS apps on my Linux laptop I'd be fine with that. But $100 a year + paying for overpriced apple hardware doesn't sound appealing.

Another thing that bothers me with development for iOS is that you need apple hardware and software. I can't develop an iOS on my Linux machine (I've tried running OSX in virtualbox, but it's slow and not to mention illegal).

I really wish Apple would make their platform a little more available. Lowering the $100 yearly fee would be a good start...

The problem is that every site owner displays a slightly different popup. A few of my friends were trying to build a chrome extension[1], but they soon figured out they are going to need custom Javascript for every site in Slovenia (and others of course, but they were focusing on Slovenia) and they abandoned the project.

Personally I believe EU should target browsers not site owners for this. At least by doing so we would get a standardized UI and the ability to opt-in or out.

[1] https://chrome.google.com/webstore/detail/peeshkot/idfkeeahc...

I've tried something similar once. I got asked about the binary search algorithm. After some high level discussion on the idea behind it, I told the interviewer I hope I won't have to implement it. The algorithm is known for being easy to get wrong [1].

Nevertheless the interviewer asked me to write it down on paper (using python). I've done so, but made a few mistakes. I still got the job offer, so the mistakes weren't a factor. I just wanted to point out that some interviewers are really set in their ways and don't change their minds.

[1] http://googleresearch.blogspot.com/2006/06/extra-extra-read-...

Just to add my experience with Google to the pile:

After the initial screenings and interviews with two different recruiters (one from Dublin and the second one from Switzerland) I finally get to the first technical interview. I struggled a bit with some questions, but I did get to the optimal solution in the end. I felt I could do better, but the second recruiter assured me that I did really well. He even sort of apologized because he needed to schedule a second phone interview, before inviting me on site.

The second interview, as far as I can tell, went the same as the first. I made some mistakes along the way, but I did get to an optimal solution at the end. The interviewer told me I'll get the results by the end of the week. Two weeks pass and still no word from Google. I decided to send an email to the recruiter, asking for an update. Still nothing. After a month I decided to send a friendly email to my first recruiter asking for an update - I didn't know what else to do. The second recruiter replied the next day telling me it was a "close call" and that I should re-apply in 12 months. No thanks :)