HN user

pcj

406 karma
Posts33
Comments32
View on HN
www.theverge.com 10y ago

Here's what's next for Windows 10

pcj
2pts0
news.ycombinator.com 12y ago

Ask HN: Stats or studies on Brand recognition

pcj
1pts0
blogs.msdn.com 12y ago

Enabling Contributions to the Visual F# IDE Tools

pcj
39pts11
techcrunch.com 12y ago

Microsoft Will Slash The Price Of Windows To Zero For Phones, Small Tablets

pcj
1pts0
thenextweb.com 12y ago

Office for iPhone and Android phones is now completely free

pcj
2pts1
www.rollingstone.com 12y ago

Bill Gates: The Rolling Stone Interview

pcj
11pts1
news.ycombinator.com 12y ago

Ask HN: Mobile Phone App Store Statistics

pcj
1pts0
blogs.wsj.com 12y ago

Foursquare Teams With Microsoft for Dollars and Data

pcj
3pts0
www.geekwire.com 12y ago

Supporting the Seahawks: Microsoft trumps Amazon for 12th Man passion

pcj
1pts0
arstechnica.com 12y ago

“I wrote this post on my Xbox One”—or, using a game console as a work machine

pcj
4pts0
news.xbox.com 12y ago

Xbox One: More Than One Million Consoles Sold in 24 hours

pcj
5pts0
www.reddit.com 12y ago

Hi We're Windows 8.1 engineers. Ask us anything

pcj
6pts0
arstechnica.com 12y ago

Google blocks Windows Phone YouTube app again, for “manufactured” reasons

pcj
60pts57
www.theverge.com 13y ago

Windows 8.1 Start button demonstrated fully in new video [bad audio]

pcj
1pts0
arstechnica.com 13y ago

Microsoft Surface with Windows 8 Pro: Hotter, Thicker, Faster, Louder

pcj
2pts0
thenextweb.com 13y ago

Windows 8 now up to 2.36% market share

pcj
1pts0
www.anandtech.com 13y ago

From Mango to Apollo: The HTC Windows Phone 8X on the Daily

pcj
2pts0
securityblog.verizonbusiness.com 13y ago

Proactive Log Review Might Be A Good Idea

pcj
69pts13
www.marco.org 13y ago

There’s No Avoiding Google+

pcj
3pts0
blogs.msdn.com 14y ago

Building Windows for the ARM processor architecture

pcj
54pts39
cache.nasuni.com 14y ago

Cloud Storage Benchmark by Nasuni [pdf]

pcj
5pts0
www.youtube.com 14y ago

Windows 8 To Go (USB drive)

pcj
1pts0
www.asp.net 14y ago

ASP.NET 4.5 adds support for WebSockets

pcj
2pts0
www.mcafee.com 14y ago

McAfee DeepSAFE

pcj
2pts0
blogs.msdn.com 14y ago

IE 10: Metro style browsing - one engine, two experiences

pcj
46pts18
www.zdnet.com 14y ago

Windows Server 8

pcj
2pts1
dealbook.nytimes.com 14y ago

How the Google-Motorola Deal Went Down

pcj
3pts0
msdn.microsoft.com 14y ago

Windows 8 Runtime reference and sample code [MSDN]

pcj
17pts6
msdn.microsoft.com 14y ago

What is Windows Runtime?

pcj
3pts0
blogs.msdn.com 14y ago

Bringing Hyper-V to Windows 8

pcj
32pts10

>So I've been thinking about this for basically months, but the way I work, I actually want to have a good mental picture of what I'm doing before I start prototyping. And while I had a high-level notion of what I wanted, I didn't have enough of a idea of the details to really start coding.

This might be a tangential discussion. Earlier, I used to have a similar approach. Can't code until I have the complete picture. But, it's tough to do in a commercial world and you have deliverables. So, nowadays, I start with what I know and scramble my way until I get a better picture. There are times when that approach works. But, there have been days where I was like - "wish I had spent some more time thinking about this".

I am curious how folks on HN handle this "coding block".

"The goal is actually to not make a huge profit too early, and Bezos manages it perfectly. You want to avoid showing your cards too early as you continue to lay the groundwork for an ever-larger business"

That just doesn't sound right. 10 years in market is not too early. And because it is working for Bezos and Amazon, it doesn't mean that this strategy will work for others.

Not exactly. When you consider the legacy Desktop also as an app, the behavior is consistent. Windows key just swaps between the start screen and the current app.

Start screen appears on the last monitor you launched the modern app or charms.

For switching Start screen between multiple monitors, try Windows + PageUp (or Windows + PageDown).

You can change the taskbar settings. Right click on taskbar -> properties -> Taskbar where window is open (under show taskbar buttons on).

In my life, I have had the good fortune to interact with all sorts of talented people. To me, Steve Jobs stands out most for his clarity of thought. Over and over again he took complex situations, understood their essence, and used that understanding to make a bold definitive move, often in a completely unexpected direction.

So true.

Something just doesn't seem right here. Netflix could have easily worked on both DVD and streaming and each team could have focused on strengthening their services without causing any inconvenience (2 separate websites and queues?) to the customers. Had this been an Merger between two companies who were in DVD and streaming business, markets would've hailed the decision (just because of the synergy).

I am sure Hastings is not naive enough to not think about these obvious things, which makes me think, how does this help them? I can't think of even one angle where splitting the companies makes sense?

Silverlight was released in 2007 and as rumored lets say Windows 8 probably comes around next year or so - it still managed to provide an alternative to flash for all these years (at least for certain kinds of RIA). If HTML5 becomes a standard, isn't that a good thing that Microsoft is supporting it completely?

Besides that, folks can continue to leverage their XAML (for UI) and C#/VB skills for building even new Metro style apps.

[dead] 15 years ago

I have to agree. I can understand if this thread was on reddit, but its disappointing to see this in HN.

That aside, isn't this a good thing that Windows 8 now doesn't care (at least, for the new Metro apps) what runtime you're targeting - Silverlight, .Net (full CLR) or Native? - all apps irrespective of whether it was developed in C++, C# or VB with XAML or JS with Html - they're targeted to run in the Windows runtime. For Silverlight developers, they can continue to use XAML for developing their UI's, but yes, they would have learn about the new/different UI controls for the metro style, but that's not the same as learning a completely different language.

Windows Runtime documentation - http://msdn.microsoft.com/en-us/library/windows/apps/hh46494...

Edit - Added WinRT link

[dead] 15 years ago

From my understanding, they said existing production code will continue to work on Windows 8. But, if you want the new Metro look and feel for your application, then you need to do these minor changes.

Here you go - http://msdn.microsoft.com/en-us/library/windows/apps/hh46494...

From the article: The Windows Runtime is exposed using API metadata (.winmd files). This is the same format used by the .NET framework (Ecma-335). The underlying binary contract makes it easy for you to access the Windows Runtime APIs directly in the development language of your choice. The shape and structure of the Windows Runtime APIs can be understood by both static languages such as C# and dynamic languages such as JavaScript. IntelliSense is available in JavaScript, C#, Visual Basic, and C++.

Edit: Updated the link and added snippet

For multiple monitors - yes, you can have 1 monitor dedicated for Metro and the other for classic Desktop and I believe you can flip between them as well. And believe the keynote demo also addressed your 2nd question on that.

What choice? Oh wait, you mean what kind of Ads you would receive :P?

On a serious note though, assume that you have a sandwich shop and your business is of course to sell sandwich (not free) and people flock to you for your tasty sandwiches. Now, if I open a Sandwich shop that gives away free sandwiches and it also tastes pretty much (close to 85%) like your sandwiches (say, i was inspired by your sandwiches, but i don't acknowledge publicly) and make money out of the numerous solicitors selling all kinds of things (you can decline to buy stuff, but they're always in-your-face) that are in and around my shop. Now, why would customers go to you if I sell the same (pretty much) sandwich for free?

Does it mean that I am a philanthropist because I give away free sandwiches to the people? And because I am doing a charity (technically), does it mean that you should not sue me?

That said, patent troll (like Lordsys) is entirely different issue. However, I don't think Apple has a choice here. It is trying to defend its business, and the only legal way it can do it is through these stupid patents.

Edit - Instead of just down-voting, why not elaborate?

If this was coming from an open source community (instead of Google) that's developing something like Android to give away for free, I would have understood. But, Google gives away Android for free so that it can sell loads of them and there by locking down most of the users (non-geeks) to the Google Ad universe and earn its revenue by selling loads and loads of Ads. Its not like Google genuinely cares about the expensive mobile industry and its actual intent is to provide cheap phones to those who can't afford it (on the lines of OLPC). While whether or not patents and specifically Software patents is good or bad for the society is a different argument, this issue doesn't deserve the same sympathy that companies who are attacked by patent trolls do.