Quppa's comments

Quppa | 8 years ago | on: Facebooks crawls every page recorded by its tracking pixel

I don't mind Facebook crawling pages as long as it respects robots.txt, but for the last few weeks we've been hammered by requests from Facebook-owned IP addresses (millions of hits daily, 50+ for the same URL at times). They don't even set the User-Agent header.

There's a bug report regarding the missing header here: https://developers.facebook.com/bugs/1654459311255613/

Unfortunately it seems impossible to get in touch with Facebook devs directly.

Quppa | 9 years ago | on: Show HN: Boot Windows 10 Directly into Linux Desktop of Choice

The usage share was 0.97% at the end of 2015, 0.87% at the end of 2016 and 0.75% in the latest survey. This might still translate to a growing absolute number of Linux users, but it would be nice to see the momentum start going in the opposite direction when it comes to those percentages.

Quppa | 9 years ago | on: Ask HN: What is the recommended way to create Windows desktop apps right now?

Do you need to target versions earlier than Windows 10? If so, you'll have to rule out a Universal Windows Platform app (which might otherwise suit your needs, though you wouldn't be able to use it to write to AppData).

A Windows Presentation Foundation or Windows Forms app targeting .NET 4.0 will get you pretty good compatibility - Windows 8 and above come with it pre-installed* and it's an optional Windows Update for Windows XP/Vista/7. I don't think the XAML learning curve is as steep as some people claim, but it'll still be quicker to hack something together in WinForms over WPF if you haven't used the latter before.

Also check out the Desktop App Converter for Windows 10 - you can now package up a WPF/WinForms/Win32/etc. app into a UWP app for Windows 10 users and pick up some of the benefits that those apps have†.

* But also heed Raymond Chen: https://blogs.msdn.microsoft.com/oldnewthing/20110404-00/?p=...https://developer.microsoft.com/en-us/windows/bridges/deskto...

Quppa | 10 years ago | on: Visual Studio 2015 and .NET 4.6 Available for Download

Triskaidekaphobia (https://en.wikipedia.org/wiki/Triskaidekaphobia). The same thing happened to Microsoft Office - Office 2007 was version 12 internally, yet Office 2010 jumped to version 14. On the plus side, it means that the upcoming release (Office 2016) has an internal version number that matches the year.

I guess the question is whether the people at Microsoft who decide these things are themselves superstitious or whether they think their customers are superstitious (to the point that they would avoid a product with an unlucky internal version number).

Quppa | 10 years ago | on: South Korea provokes teenage smartphone privacy row

I hope you're right.

On the other hand, the 'power of youth' works both ways - it seems like a non-negligible percentage of youth in the West favour more censorship, not less - witness the rise of 'trigger warnings' and 'safe spaces' on university campuses, for example. Their aims might be quite different to those of a semi-authoritarian government, but the censorious impulse is the same.

Quppa | 10 years ago | on: South Korea provokes teenage smartphone privacy row

South Korea is a good example of how the proliferation of technology doesn't necessarily entail increased political freedom. They might have great internet connectivity, but it comes with all sorts of overt censorship - the government blocks numerous websites, and periodically crack down on 'false rumours' online. Previously they enforced the infamous 'real name' law aimed at preventing anonymity on arbitrarily large websites.

Quppa | 10 years ago | on: Testing the 12-inch MacBook's Performance with Windows 10

The author described Windows 10 as 'kind of gorgeous', which was somewhat surprising. Until now the most generous thing I've heard someone say is that it's not finished. (Seriously, though, the UI is very unpolished at this stage, even for Windows. I wouldn't be concerned if not for the fact that RTM is only a few months away.)

Quppa | 11 years ago | on: Paris’ $160M Plan to Boost Cycling

Speaking as an occasional pedestrian in Japan, it would be nice not to have to deal with cyclists hurtling down the sidewalk at great speeds as happens today.

Quppa | 11 years ago | on: More Details About Project Spartan

WPF font rendering was fixed in .NET 4 back in 2010.

IE10+ on Windows 8+, Office 2013+ on Windows 8+ and the Modern/Metro/Immersive environment on Windows 8+, on the other hand, are doomed to have poor font rendering thanks to their use of the Direct Manipulation APIs: http://blogs.msdn.com/b/oldnewthing/archive/2015/01/29/10589...

I doubt this will be fixed - the world is slowly moving towards high DPI screens where subpixel font smoothing isn't as important. For existing hardware, though, it stinks.

page 1