Slashdot Mirror


User: Heir+Of+The+Mess

Heir+Of+The+Mess's activity in the archive.

Stories
0
Comments
325
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 325

  1. No Known Software Works In Windows 10 S on No Known Ransomware Works Against Windows 10 S, Says Microsoft (betanews.com) · · Score: 1

    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?

  2. Re:It's a trap! on Microsoft Open-Sources Its JavaScript Engine Chakra (windows.com) · · Score: 1

    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!

  3. 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.

  4. Re:Up to $5k... on New Canadian Copyright Laws Require ISPs To Retain, Share Illegal Download Info · · Score: 2

    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.

  5. Re:Real mature on Oracle Seeking Community Feedback on Java 8 EE Plans · · Score: 1

    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.

  6. Re:Why are you looking at shipping from the US?? on Ask Slashdot: Package Redirection Service For Shipping to Australia? · · Score: 1

    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.

  7. Re:I think... on Ask Slashdot: Node.js vs. JEE/C/C++/.NET In the Enterprise? · · Score: 1

    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.

  8. Re:I've done this with Dosbox too but... on Why a Linux User Is Using Windows 3.1 · · Score: 1

    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.

  9. I use a DynaFlex Powerball on CES: Can a Gyroscope Ball Really Cure Wrist Pain? (Video) · · Score: 1

    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.

  10. Re:so? apple is still selling less product on The Strange Math of Apple's Alleged Massive iPhone 5 Order Cuts · · Score: 1

    for single people its $90 a month for the carrier bill

    Holy shit, that's a lot of money for cellphone service.

    Bloody oath! I pay $10/month for 1GB of 3G + about $5 worth of calls and SMS, so $15 total per month for me.

  11. Re:Disaster on Oracle Ships Java 7 Update 11 With Vulnerability Fixes · · Score: 1

    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?

  12. Re:Why do they not recycle? on Worldwide Shortage of Barium · · Score: 2

    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?

  13. Re:Would the results be the same under Android ? on Intel Challenges ARM On Power Consumption... And Ties · · Score: 1

    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?

  14. Re:New WDDM version is the reason on Microsoft Makes Direct X 11.1 a Windows 8 Exclusive · · Score: 1
    Just thought I'd add to your bit that says:

    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:

    1. Try initializing Directx9
    2. Try initializing Directx10
    3. Try initializing Directx11

    so now you add:

    1. 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.

  15. Re:Not built for speed?!? on Moore's Law Is Becoming Irrelevant, Says ARM's Boss · · Score: 1

    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.

  16. Gelly Roll Classic Fine 0.3mm on Ask Slashdot: The Search For the Ultimate Engineer's Pen · · Score: 1

    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.

  17. Re:First post! on Microsoft Releases Windows 8 · · Score: 1

    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....

  18. Re:Look at the alternatives. on The Three Pillars of Nokia Strategy Have All Failed · · Score: 1

    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.

  19. Re:Android on Android Ported To C# · · Score: 1

    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.

  20. Re:Android on Android Ported To C# · · Score: 3, Informative

    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.

  21. Re:Opinion on C/C++ Back On Top of the Programming Heap? · · Score: 1

    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.

  22. Reason to get a 3D printer on Smithsonian Aims To Make Objects In Museum Collection 3D-Printable · · Score: 5, Interesting

    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.

  23. Re:Red light delay. on MIT Algorithm Predicts Red Light Runners · · Score: 1

    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.

  24. Re:Like the Novell agreement or beneficial to MS? on Microsoft Now Collects Royalties From Over Half of All Android Devices · · Score: 1

    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.

  25. Re:Java is cool on Oracle's Ambitious Plan For Client-Side Java · · Score: 1

    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.