That's easy when No Known Software Works In Windows 10 S.
Time will tell. However if no malware breaks into Windows 10 S in the future, will this end up being the most secure OS to run on the desktop?
Just try to take any.Net project programmed 10 years ago and try to get it to compile in the latest Visual Studio, I can guarantee you will run into major problems
Thought I'd try this. Grabbed our.NET source code CVS archive from 2003. Opened the solution in VS2015, got a dialog telling me it was doing a one way upgrade. Clicked ok. Rebuilt, ran!
A good software developer should add logging of errors, unexpected values, and operations that take longer to complete than expected, and there should be a user option to have these logs sent back to the developer. So ok that seems to be what's happening here. As this is an OS it's probably also sniffing for malware like behaviour.
Being Slashdot I guess the unspoken worry is that MS are recording videos of slashdotters watching porn and the developers are having a good laugh. However I doubt that is happening.
They can only sue for the value of goods downloaded...If, for example, I go buy a movie, then download a version for my media centre, I have not committed a crime.
So this is almost sensible.
What I'd like to see is a double edge approach providing a media licensing system where every ISP has an optional media subscription service at a reasonable price. Then have it that media companies can only request download metadata for content that they license to that ISP, however if a customer subscribes to the ISP media service, then that buys them immunity.
If the above was implemented then people would only need to download what their ISP can't provide, and there'd be incentive for media companies to license that content to ISPs, giving people what they want: One media subscription service that gives you everything.
This is just a short anecdote, so it doesn't carry much weight, but in the last 20+ years I've been involved in many large projects, most of them successful, but it seems that the ones that turn into total nightmares failed because the JAVA teams messed up totally. So now I have a gag reflex when I'm presented with the prospect of working on a project with a large JAVA component.
32 bit COM objects and 64 bit COM objects can both be used in a.NET app running under the 64 bit runtime. Anyone with enough experience in this field to be eligible to make a comment would know this.
You've added 12 really lame anti.NET comments to an article that is meant be about using Node.js as an app server replacement. You add no value to the conversation, and yet you feel that you have to continuously interject. Its people like you that enforce the image that aging or Java orientated programmers are unemployable in highly dynamic environments because of their woeful inflexibility. Try to lose some of the Jade, learn something new.
Wow... these comments make up a lot of assumptions about my character. What's with all the hostility? One guy called me a cunt! What's next, threats?
You made a logical and totally reasonable suggestion, but it went against his religion. His internal conflict caused him to lash out at you the messenger.
10 years ago I started getting stiffness and numbness from my right wrist up to the shoulder. I switched to an ergo keyboard which helped a bit, but the DynaFlex Powerball helped a lot. Since then I've gone through 3 powerballs. A couple of years ago my knuckles started stiffening and freezing up on me. To help with that I've been taking Fish Oil, which I didn't think was working until I stopped it for a week, and have been using this great ergo mouse.
I already had a customer balking about installing java. Now it seems certain we'll have to port everything away, a huge undertaking. (Even though we'll end up porting it to C++ and have multiple times more vulnerabilities when we're done, but I guess at least they'll be specific to our application).
There is no way in hell I could recommend taking a team of Java developers and getting them to port their application to C++. Actually I've seen this attempted back in 2003, and it ended up generating a bunch of C++ code that had to be trashed and rewritten by a team of competent C++ programmers. The problem was mainly all these design patterns that Java programmers use that are based on garbage collection being present, and all the weird and wonder hacks that were introduced to try to add some kind of memory manangement scheme on top of a bunch of code that was written without any thought about object lifetime management. What about other languages like C#/mono? that will at least allow a basic like for like translation of everything below the GUI layer?
Barium is an element does not vanish and can certainly be sterilized to any degree desired. So, why do they apparently not recycle the stuff?
Because not much is used in medical practice, so it's not worth it. The main use of Barium is Barite which is a Drilling Fluid for drilling bore holes. You may have heard of white mud?
I think the underlying intent of the article is to show that the Microsoft Surface is a waste of time, and so it was Windows 8 focussed. They compared a Microsoft Surface with an Acer W510, and the Acer tied on power and won on performance. But also the Acer runs all Windows apps, so why would you buy the Microsoft Surface over the Acer W510?
you'd have to be particularly crazy to develop a game that requires DirectX 11.1 any time soon
Given a pragmatic developer I can't see how that would happen, unless they were doing a tech demo. Most of the DirectX utility and sample code sets up the device like this:
Try initializing Directx9
Try initializing Directx10
Try initializing Directx11
so now you add:
Try initializing Directx11.1
All the fixed function stuff is gone now. You do your own object-local-to-word transform in the vertex shader, and then the world-to-view transform using the projection matrix. If you have stereoscopic rendering, then you have 2 projection matricies in the shaders.
Thus in the above tests you get back what version of DirectX is running, and load the corresponding set of shaders for your world, lighting and material renderers. You'd need the option to turn on or off stereoscopic rendering anyway, so it makes having an exclusive Directx11.1 renderer highly implausible.
Hard drive usage doesn't affect speed. I've got Terrabytes of data on on number crunching machine, and it still runs just as fast as it it did when I was writing the software and had only a few GB of random test data.
Gelly Roll Classic Fine 0.3mm. It's what you need. They're cheap, pick one up and try it. I know it's thicker than what you want, but it's real easy to write with.
98 SE was better. I've not been a fan of the NT line
No way. I had NT 3.51 as my main OS (circa 1995). That was the good version before they killed it with NT 4.0. This OS gave you the OS/2 experience with a Windows skin (If you used OS/2 2.0 then you know what I'm talking about), and OpenGL to boot (no DirectWhatever). The multitasking was butter smooth, and it came with a C/C++ compiler bundled in the OS. I was doing user/programmer tech support at the time, and all the 98SE machines I saw that came years later sucked arse.
NT 4.0 with the Windows 95 skin was a backwards step. Apparently Billg had a bee in his bonnet about beating MacOS at the automated bytemark benchmark in word processing or something, and so the OS guys had to move GUI stuff into the kernel to get the benchmarks up. It was downhill from there.
Oh by the way, if anyone's looking for a 39 yr old programmer with a boat load of experience (150 different skills), I'm open to offers... just though I'd add that in, in case someone reads this, as some of my clients have hit hard times recently, hence I've....
HTC is a Taiwanese manufacturer, Apple is more of a Chinese manufacturer. That aside I think that the argument should be that Samsung are so far ahead on Android, that Nokia need to be number 1 on something else as they can't compete with Samsung. Looking at the build vs buy numbers wrt to writing the OS, buying from Microsoft was most likely more economical than trying to go it alone.
I haven't personally used Eclipse for 3 years but, as I'm primarily a C++ developer, I left the IDE choice to my full time Java developing peers who informed me that Eclipse sucked hard. I had assumed this was an informed opinion. The problem I've found with NetBeans is that we are using Ant for the build process, which seems to work like a shell script rather than a makefile. I've found I'm faster in C#/VS2010 mainly because the intellisense seems to work better with that combination. As someone who is continuously changing languages and platforms I find intellisense quite valuable.
Java has something C# lacks: a good IDE.
Java has eclipse.
Wow, where did you get that opinion from? Using a beta version of VS2005? VS2001?. The team I'm in right now is coding Java for Android in NetBeans because Eclipse sucked hard. But coding in C# in Visual Studio 2008/2010 is way better, way more productive. Hell even coding Javascript / HTML in VS2010 is better than this.
In the last couple of years I've seen more and more C in code bases for mathematically intense applications due to requiring C for GPU programming. OpenCL and Cuda are C based and from where I'm standing are the two main choices for GPU programming at the moment. Something on the horizon that looks interesting is Microsoft's C++ AMP stuff which fullfills the same need.
If they release these models into the public doman this might just be the self justification I need to convince myself to get a 3D printer. They should sell the printers and printer consumables off their website, and give away the models for free.
Years ago I was sitting at light. The light turns green and the driver in front of me starts going oblivious to the car that's sailing down the road and clearly not intending on stopping for the red. So this guy slams right into the guy in front of me.
In Taiwan the lights count down to when they turn green, so as it gets to 3,2,1 you look both ways and can see if anyone is going to run the opposing red light. Apparently this reduced the sort of accident you saw by 30% vs putting in red light cameras that increased rear-end accidents by 20%. So they don't have red light cameras. They do have big yellow and black painted speed cameras, that are sign posted so people can clearly see where they are, but these are just in areas where they really do need people to stick to the speed limit.
You make it sound like people WANTED Windows 7. They didn't and they don't. Even today, if Windows XP was an option, they would go with that
Ha! good one. This should be awarded Troll of the week! I wish there was an option on slashdot to count troll points as +ve rather than -ve, as I have to browse at -1 to read good stuff like this.
I know the code you pasted was for C#, my comment was directed at your initial opening sentence....Net has both query form Linq (what you posted) and method form Linq (what the java version looks like), and the two are interchangeable.
I read your comment in the wrong context. Thanks for clarifying.
That's easy when No Known Software Works In Windows 10 S. Time will tell. However if no malware breaks into Windows 10 S in the future, will this end up being the most secure OS to run on the desktop?
Just try to take any .Net project programmed 10 years ago and try to get it to compile in the latest Visual Studio, I can guarantee you will run into major problems
Thought I'd try this. Grabbed our .NET source code CVS archive from 2003. Opened the solution in VS2015, got a dialog telling me it was doing a one way upgrade. Clicked ok. Rebuilt, ran!
A good software developer should add logging of errors, unexpected values, and operations that take longer to complete than expected, and there should be a user option to have these logs sent back to the developer. So ok that seems to be what's happening here. As this is an OS it's probably also sniffing for malware like behaviour.
Being Slashdot I guess the unspoken worry is that MS are recording videos of slashdotters watching porn and the developers are having a good laugh. However I doubt that is happening.
So this is almost sensible.
What I'd like to see is a double edge approach providing a media licensing system where every ISP has an optional media subscription service at a reasonable price. Then have it that media companies can only request download metadata for content that they license to that ISP, however if a customer subscribes to the ISP media service, then that buys them immunity.
If the above was implemented then people would only need to download what their ISP can't provide, and there'd be incentive for media companies to license that content to ISPs, giving people what they want: One media subscription service that gives you everything.
This is just a short anecdote, so it doesn't carry much weight, but in the last 20+ years I've been involved in many large projects, most of them successful, but it seems that the ones that turn into total nightmares failed because the JAVA teams messed up totally. So now I have a gag reflex when I'm presented with the prospect of working on a project with a large JAVA component.
To add to this, I generally buy all my chinese made stuff from Hong Kong retailers on e-bay who ship to Australia for free.
32 bit COM objects and 64 bit COM objects can both be used in a .NET app running under the 64 bit runtime. Anyone with enough experience in this field to be eligible to make a comment would know this.
You've added 12 really lame anti .NET comments to an article that is meant be about using Node.js as an app server replacement. You add no value to the conversation, and yet you feel that you have to continuously interject. Its people like you that enforce the image that aging or Java orientated programmers are unemployable in highly dynamic environments because of their woeful inflexibility. Try to lose some of the Jade, learn something new.
You made a logical and totally reasonable suggestion, but it went against his religion. His internal conflict caused him to lash out at you the messenger.
10 years ago I started getting stiffness and numbness from my right wrist up to the shoulder. I switched to an ergo keyboard which helped a bit, but the DynaFlex Powerball helped a lot. Since then I've gone through 3 powerballs. A couple of years ago my knuckles started stiffening and freezing up on me. To help with that I've been taking Fish Oil, which I didn't think was working until I stopped it for a week, and have been using this great ergo mouse.
Bloody oath! I pay $10/month for 1GB of 3G + about $5 worth of calls and SMS, so $15 total per month for me.
There is no way in hell I could recommend taking a team of Java developers and getting them to port their application to C++. Actually I've seen this attempted back in 2003, and it ended up generating a bunch of C++ code that had to be trashed and rewritten by a team of competent C++ programmers. The problem was mainly all these design patterns that Java programmers use that are based on garbage collection being present, and all the weird and wonder hacks that were introduced to try to add some kind of memory manangement scheme on top of a bunch of code that was written without any thought about object lifetime management. What about other languages like C#/mono? that will at least allow a basic like for like translation of everything below the GUI layer?
Because not much is used in medical practice, so it's not worth it. The main use of Barium is Barite which is a Drilling Fluid for drilling bore holes. You may have heard of white mud?
I think the underlying intent of the article is to show that the Microsoft Surface is a waste of time, and so it was Windows 8 focussed. They compared a Microsoft Surface with an Acer W510, and the Acer tied on power and won on performance. But also the Acer runs all Windows apps, so why would you buy the Microsoft Surface over the Acer W510?
Given a pragmatic developer I can't see how that would happen, unless they were doing a tech demo. Most of the DirectX utility and sample code sets up the device like this:
so now you add:
All the fixed function stuff is gone now. You do your own object-local-to-word transform in the vertex shader, and then the world-to-view transform using the projection matrix. If you have stereoscopic rendering, then you have 2 projection matricies in the shaders.
Thus in the above tests you get back what version of DirectX is running, and load the corresponding set of shaders for your world, lighting and material renderers. You'd need the option to turn on or off stereoscopic rendering anyway, so it makes having an exclusive Directx11.1 renderer highly implausible.
Hard drive usage doesn't affect speed. I've got Terrabytes of data on on number crunching machine, and it still runs just as fast as it it did when I was writing the software and had only a few GB of random test data.
Gelly Roll Classic Fine 0.3mm. It's what you need. They're cheap, pick one up and try it. I know it's thicker than what you want, but it's real easy to write with.
No way. I had NT 3.51 as my main OS (circa 1995). That was the good version before they killed it with NT 4.0. This OS gave you the OS/2 experience with a Windows skin (If you used OS/2 2.0 then you know what I'm talking about), and OpenGL to boot (no DirectWhatever). The multitasking was butter smooth, and it came with a C/C++ compiler bundled in the OS. I was doing user/programmer tech support at the time, and all the 98SE machines I saw that came years later sucked arse.
NT 4.0 with the Windows 95 skin was a backwards step. Apparently Billg had a bee in his bonnet about beating MacOS at the automated bytemark benchmark in word processing or something, and so the OS guys had to move GUI stuff into the kernel to get the benchmarks up. It was downhill from there.
Oh by the way, if anyone's looking for a 39 yr old programmer with a boat load of experience (150 different skills), I'm open to offers... just though I'd add that in, in case someone reads this, as some of my clients have hit hard times recently, hence I've....
HTC is a Taiwanese manufacturer, Apple is more of a Chinese manufacturer. That aside I think that the argument should be that Samsung are so far ahead on Android, that Nokia need to be number 1 on something else as they can't compete with Samsung. Looking at the build vs buy numbers wrt to writing the OS, buying from Microsoft was most likely more economical than trying to go it alone.
I haven't personally used Eclipse for 3 years but, as I'm primarily a C++ developer, I left the IDE choice to my full time Java developing peers who informed me that Eclipse sucked hard. I had assumed this was an informed opinion. The problem I've found with NetBeans is that we are using Ant for the build process, which seems to work like a shell script rather than a makefile. I've found I'm faster in C#/VS2010 mainly because the intellisense seems to work better with that combination. As someone who is continuously changing languages and platforms I find intellisense quite valuable.
Wow, where did you get that opinion from? Using a beta version of VS2005? VS2001?. The team I'm in right now is coding Java for Android in NetBeans because Eclipse sucked hard. But coding in C# in Visual Studio 2008/2010 is way better, way more productive. Hell even coding Javascript / HTML in VS2010 is better than this.
In the last couple of years I've seen more and more C in code bases for mathematically intense applications due to requiring C for GPU programming. OpenCL and Cuda are C based and from where I'm standing are the two main choices for GPU programming at the moment. Something on the horizon that looks interesting is Microsoft's C++ AMP stuff which fullfills the same need.
If they release these models into the public doman this might just be the self justification I need to convince myself to get a 3D printer. They should sell the printers and printer consumables off their website, and give away the models for free.
In Taiwan the lights count down to when they turn green, so as it gets to 3,2,1 you look both ways and can see if anyone is going to run the opposing red light. Apparently this reduced the sort of accident you saw by 30% vs putting in red light cameras that increased rear-end accidents by 20%. So they don't have red light cameras. They do have big yellow and black painted speed cameras, that are sign posted so people can clearly see where they are, but these are just in areas where they really do need people to stick to the speed limit.
Ha! good one. This should be awarded Troll of the week! I wish there was an option on slashdot to count troll points as +ve rather than -ve, as I have to browse at -1 to read good stuff like this.
I read your comment in the wrong context. Thanks for clarifying.