Slashdot Mirror


User: PmanAce

PmanAce's activity in the archive.

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

Comments · 454

  1. Or any sort of decent development (like using Visual Studio) without having to pay for an expensive Mac.

  2. Blazor (.Net) runs .Net in any browser through WebAssembly and removes the 100s of js files needed in angular/js frameworks. Welcome to the future.

  3. Blazor for .Net will make javascript obsolete and build directly into WebAssembly and eliminating hundreds of js files needed for a clean angular site for example...bye bye loading all those files or making tons of needless requests per "page load".

  4. Computer science (one of my degrees) doesn't teach you how to code, it teaches you how to learn. The percentage of code-monkies stemming from Computer Science is minimal compared to coding boot-camps or whatever. Good luck finding non grads knowing and utilizing properly best practices and design patterns. Ask them if the known and use SOLID (each letter) or other equally important design patterns. I've seen methods with repeated code and thousands of lines of code in them, makes me want to punch the hell out of them.

  5. Quality on the outside that hides the crappy code...way to judge a book by its cover!

  6. Computer science (one of my degrees) doesn't teach you how to code, it teaches you how to learn. The percentage of code-monkies stemming from Computer Science is minimal compared to coding boot-camps or whatever.

  7. What you are saying is that you want to be a code monkey because you are too lazy to properly learn most of what is needed to do things properly and clean without taking short-cuts. You must be a millennial!

  8. Re:Instead of extending JavaScript... on Microsoft Announces TypeScript 3.0 (neowin.net) · · Score: 1

    They are not extending it, tell me what new javascript language structures they are introducing. What they are actually doing is reducing written bugs.

  9. So you are comparing cell phones to computers? I wonder which one people buy more...

  10. Re:Linux is the worst on German State Plans To Migrate 13,000 Workstations From Linux to Windows (zdnet.com) · · Score: 2

    No, it's the users that don't know how to use it, they are used to windows at home or elsewhere. That is the main problem.

  11. Re:Powershell is not Bash on Microsoft Is Making the Windows Command Line a Lot Better (arstechnica.com) · · Score: 3, Informative
    PowerShell is not a compiled Language. It doesn't produce IL directly either.

    So think of it like an interpreted language that just happens to live in a Dotnet Ecosystem which allows it to instantiate and interact with DOTNET objects thus making it seem like a "DOTNET language". PowerShell has its own Extended Type System (ETS) that makes it more dynamic.. You can create objects on the fly with whatever properties you want, or take an existing dotnet object, and add stuff to it. PowerShell is a dynamic language. With dynamic scoping. It is a pipeline centric language, which passes rich objects through the pipeline (in contrast to binary/text pipelines in unix) PowerShell is a command (verb and noun) centric language in philosophy and implementation, and though it is a RICH Object language, i wouldn't say its object ORIENTATED. you can interact with objects, and create them, but the goal is to produce task based COMMANDS PowerShell lives in different environments. It is a line by line REPL Command line interpreter, but it is also a full scripting engine that can be embedded in other applications.

    https://stackoverflow.com/ques...

  12. Re:I have an idea on Is iOS 11.4 Draining Your iPhone's Battery? You're Not Alone (zdnet.com) · · Score: 1

    Nope, I don't live in the US.

  13. Hey nerds... on Game Company Receives Complaints About Bad Example Set By '%FEMALENAME' (kotaku.com) · · Score: 0, Troll

    ...quit blaming your female rejections on women. It's like blaming the driver of the car that hit you because you decided to cross the street when you weren't supposed to while playing your Pokémon Go.

  14. Re:I have an idea on Is iOS 11.4 Draining Your iPhone's Battery? You're Not Alone (zdnet.com) · · Score: 1

    I've had 2 in 1 month of usage of my new Galaxy S8.

  15. Re:Bad Chemistry on Splitting Water For Fuel While Removing CO2 From the Air (arstechnica.com) · · Score: 2

    There is a difference between a software dev/eng and a code monkey.

  16. Re:Microsoft kills products over time on Microsoft Is Talking About Acquiring GitHub, Says Report (zdnet.com) · · Score: 1

    They bought Minecraft and integrated into what again? Hotmail is still around, so are Skype, Xamarin, LinkedIn, etc. What are your examples?

  17. Re:Microsoft kills products over time on Microsoft Is Talking About Acquiring GitHub, Says Report (zdnet.com) · · Score: 1

    That is not going to happen, why would they do that? They are open-sourcing .net core, not going the other way.

  18. Re:Microsoft kills products over time on Microsoft Is Talking About Acquiring GitHub, Says Report (zdnet.com) · · Score: 1

    Git is already supported by VS, what is the problem?

  19. Re:Jurassic Climate on Missing Climate Goals Could Cost the World $20 Trillion (technologyreview.com) · · Score: 1

    Anonymous Coward, stop being anonymous you coward. I never mentioned a time frame.

  20. Re:Meaningless on Internal Documents Show Apple Knew the iPhone 6 Would Bend (vice.com) · · Score: 0

    Maybe you are bending it wrong? Get it? ;)

  21. Re:Meaningless on Internal Documents Show Apple Knew the iPhone 6 Would Bend (vice.com) · · Score: 1

    Unless you are overweight with rolls of fat, how does bending over cause the upper part of your leg to bend (where the front pockets are)?

  22. Re:Jurassic Climate on Missing Climate Goals Could Cost the World $20 Trillion (technologyreview.com) · · Score: 2

    Except sea/ocean levels would be drastically different, millions would not think it's a better climate to live in.

  23. Re:Good intention, incredibly bad implementation on People Hate Canada's New 'Amber Alert' System (www.cbc.ca) · · Score: 1

    As the childish name distortion...got it.

  24. Re:Good intention, incredibly bad implementation on People Hate Canada's New 'Amber Alert' System (www.cbc.ca) · · Score: 1

    Care to back up that statement with false amber alerts? Just the fact that you swore for something that happens rarely with no inconvenience to you speaks volumes.

  25. Decentralized Database on Facebook Plans To Create Its Own Cryptocurrency: Report (cheddar.com) · · Score: 1

    I'm actually curious what "service" they will offer us that needs a decentralized database.