Mavrik's comments

Mavrik | 13 years ago | on: Ubuntu Phone will include a Terminal application

Not really. We already have several different platforms out there catering to "average Joe". I think it's time hackers actually get something tailored to their use instead of having to suffer compromises on other platforms.

Mavrik | 13 years ago | on: Apple’s stick in the mud routine is getting old

Because that doesn't work on the iPhone. iOS has those settings baked in.

I ditched my iPhone when I got tired of my tethering options randomly disappearing/reappearing on minor iOS updates without a chance to override that. Even though my carrier allowed and supported tethering, the options would just disappear because the APN settings for the carrier were not present in the phone and couldn't be uploaded on some iOS versions.

Somehow Android "just worked". Figure that.

Mavrik | 13 years ago | on: Valve Source Engine Running Faster on Linux than Windows

I might be the only sceptic here, but the fact that it seems that Valve has conflict of interest when it comes to Microsoft lately (see Gabe's comments) makes me doubt the authenticity of these results.

I'd love to see real performance improvements when it comes to Linux, but right now I just see a company that (it seems) has something to gain by smearing Microsoft giving out results without any methodology or explanation. They never even said how they avoided the typical pitfall of "FPS" benchmarking - making sure the GPU and the engine is actually drawing the same things (that means making sure all the same shaders are executed, similar extensions are used so that image quality is identical).

Until we get some confirmation in the wild I'll remain highly sceptical towards claims on the blog.

Mavrik | 13 years ago | on: Closed for Business

If I put it the same way the author did: "If you don't like Android's openness, this is your bus stop."

We don't NEED another iOS... iOS and WP7 is enough.

Mavrik | 13 years ago | on: Java 8 Lambdas

Because in environments where Java is used "switch language your're using" just isn't such a viable option. Especially in the light of an option of just upgrading the language. There's nothing seriously wrong with Java that couldn't be fixed by incremental language updates - like the ones C# has received in last couple of versions.

Mavrik | 14 years ago | on: Goodbye global lock – MongoDB 2.0 vs 2.2

Um, pretty much all parallelizable CPU number crunching (data mining algorithms, computer vision etc.) which aren't covered in C code. Those are especially problematic, since they're usually coupled with numpy and simillar libraries not supported on other Python implementations - including Jython.

Mavrik | 14 years ago | on: PhoneGap vs. Native: Some Thoughts on Going Native

Funny how that exactly mirrors my experiences building a HTML5/JS app on iPad - I've quickly managed to get 90% of the app done and then wasted hours and frustrating hours of hunting WebKit performance issues, bugs without pretty much any help from tools or operating system.

Especially annoying are intermittent bugs that show only in certain minor iOS versions, which are hard to look for and test because of Apple no-downgrade policy on devices :\

Choosing native app was just a better way to keep my sanity.

Mavrik | 14 years ago | on: Do Not Use Go for 32bit Development

You mean the identical limit that also 32-bit Linux applications on x86 have without reconfiguring kernel for different split?

It seems Windows bashing without any background knowledge is becoming popular again -_-

Mavrik | 14 years ago | on: Rick Falkvinge and his "a bit slow full-duplex 100Mbit" Internet Connection

Yeah, same here in Slovenia - even though FTTH providers have 100/100 available, people usually opt for cheaper 100/10 or 10/10 options because of pricing (100/100 is 100€/mo, 100/10 is 27€/mo, 10/10 is 22€/mo, which is a noticable difference).

Also I noticed there are very rare use cases when I'm able to actually get over ~30Mbit or so downstream, usually the servers I'm downloading from aren't capable of delivering data so fast.

Mavrik | 14 years ago | on: Mozilla: Are We Slim Yet?

I'm just hoping slimming down memory usage won't go at the expense of speed... my systems have 16GB of RAM - I want Firefox to use as much memory as possible to speed up my experience. So if slimming down FF will make my disk trash more, that's the wrong direction to take.

Mavrik | 14 years ago | on: Why do we need "? extends" in Java

Yeah this... I've found out that I subconsciously actively avoid refactoring our (old and in parts terrible) codebase because the tools for it are so bad.
page 1