Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
F

FIorian Schneidereit

@FIorian Schneidereit
About
Posts
342
Topics
10
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Alien civilizations destroyed themselves through progress, study claims
    F FIorian Schneidereit

    Don't worry, humans are different. Greed will destroy them way before they make enough progress. :D

    The Insider News com

  • IBM to split into two companies by end of 2021
    F FIorian Schneidereit

    If they had a sense of humor, they'd go with "HAL". :D

    The Insider News com sysadmin question

  • Microsoft announces new initiatives to promote cybersecurity awareness
    F FIorian Schneidereit

    Cybersecurity Awareness, Chapter one: Don't put your invaluable business data into the cloud... Wait -- :D

    The Insider News csharp security announcement

  • The worst version of Windows ever released
    F FIorian Schneidereit

    I think it's a little unfair to claim Vista was worse than ME. The whole article is more polemic than the result of deep technical understanding. He might be right that UAC was annoying in Vista, but what's annoying compared to a laughable user protection like in DOS-based Windows (yes, Windows ME)? Sure, its system requirements were high, but most of the driver and performance issues were gone with Service Pack 1 and 2. And Windows 8? It was a mistake from the UI perspective, but underneath it was really stable and had a relatively low memory footprint (sometimes even better than Windows 7). In this regards, it was better than some Windows 10 release of today that is half-baked and overloaded with a ton of bullshit-features and semi-annual upgrades no one asked for. So - sorry. Windows ME is really the worst. Just because it's DOS-based makes it worse than any of the worst NT-releases :D

    The Insider News html com question announcement

  • Musicians algorithmically generate every possible melody, release them to public domain
    F FIorian Schneidereit

    Now train an AI with the most popular songs ever released (maybe a list of 10,000 or so) to find all the melodies with a similar pattern - voila, you got a hit writing machine. :D

    The Insider News com announcement

  • Microsoft Blazor to become mainstream in 2020
    F FIorian Schneidereit

    C# and HTML, or, the Beauty and the Beast. :D

    The Insider News csharp html asp-net com design

  • HPE tells users to patch SSDs to prevent failure after 32,768 hours of operation
    F FIorian Schneidereit

    Kent Sharkey wrote:

    OK, who used an int16 variable to hold the lifespan?

    A Millenial who thinks Y2K refers to a meme webspace.

    The Insider News com question

  • Google to restrict modern ad blocking Chrome extensions to enterprise users
    F FIorian Schneidereit

    I don't think they will succeed in it. People who want to block unwanted ads will find other ways to do so, like PiHole etc. Or finally see the value in alternative browsers like Firefox again, and that a monopoly in this area can never be healthy to the web.

    The Insider News json css com

  • Pattern matching in C# 8.0
    F FIorian Schneidereit

    Well, it doesn't bring new functionality but it makes some things easier to write and lets you express something that wasn't possbile before but felt it should have been there from day one. Like, for example, I always wondered why I cannot use the switch statement for type matching. Now I can, and it's a good thing. And there is some new functionality, like default interface implementations. The thing is: Introducing new features will likely require a change to the underlying runtime itself, and I like that C# was pretty conservative about that in the past until today. But, agreed, some of the syntactic sugar is already overloading the language, but at least you are not forced to use it. C++ is a really ugly language, now that C# is almost 20 years old and still readable and quite clean speaks for their designers.

    The Insider News csharp com regex code-review

  • Pattern matching in C# 8.0
    F FIorian Schneidereit

    #realJSOP wrote:

    They're trying to make c# typeless, like other bastard languages, such as VB, and javascript... I don't like it at all.

    I've got mixed feelings about this. Both the strong-typed and typeless concepts have their pros and cons. It's more frustrating that you cannot combine the best of both worlds into a single approach.

    The Insider News csharp com regex code-review

  • Why 'Windows Lite' will NOT be announced at Microsoft Build 2019
    F FIorian Schneidereit

    Built from the ground up? Nothing like that is build from the ground up these days; it's more illusion than reality. Like in, roll the dice and you get a new result, but the dice are still the same.

    The Insider News asp-net com question announcement

  • A conspiracy to kill IE6
    F FIorian Schneidereit

    Gosh, YouTube was really bad looking in 2009. On the other hand, now that its design is not so ugly anymore, it's overload with JavaScript-fanciness.

    The Insider News com collaboration

  • Lessons from 6 software rewrite stories
    F FIorian Schneidereit

    I miss Roslyn on that list.

    The Insider News question com

  • Facebook is reportedly developing a digital currency
    F FIorian Schneidereit

    "Backed by the US-Dollar", which is, wait a minute... backed by nothing! Well, nothing but the US military, that is. ;P

    The Insider News com

  • Elon Musk says there's a '70 percent' chance he'll move to Mars
    F FIorian Schneidereit

    Experiments on mice that have been exposed to artificial radiation corresponding to cosmic rays over months showed that after only half a year, every single one of them suffered from Alzheimer's disease and starved. So: In your face, Elon Musk! :-D You better get your lead suit ready.

    The Insider News com question

  • The Linux desktop: With great success comes great failure
    F FIorian Schneidereit

    TheGreatAndPowerfulOz wrote:

    Programmers! Programmers! Programmers! Programmers! Programmers! Programmers!

    Wait, wasn't it "Developers! Developers! Developers!"? Now Satya chimes in: "Cloud! Cloud! Cloud!" ... Hope it doesn't rain, I'd say. :D

    The Insider News html com linux question

  • Modernizing Windows desktop applications with XAML islands
    F FIorian Schneidereit

    Yay! Airspace issues are back because we all liked them so much ten years ago. :D Support for Windows 7 might be one reason why developers still use WinForms/WPF today, but the article is missing the fact that the UWP framework is inferior to what WPF offers. Well, I guess that's just the fate of remakes: The new movie can hardly compare to the original.

    The Insider News csharp wpf winforms com announcement

  • Microsoft positions UWP for line of business applications
    F FIorian Schneidereit

    I wonder why they didn't just modernize WPF. It's a mature and proven framework for LOB applications that unfortunately is stuck in 2010 from a technology perspective. Instead, they decided to reinvent the wheel. Literally, because UWP just uses the same old concepts and has the same old features like WPF or Silverlight, but often in a rather crippled implementation. For example, you cannot have read-only dependency properties or use property coercion, and it's missing essential controls. On the other hand, new concepts in UWP, like themed resources or x:Bind, and modern controls, are missing from WPF. It's a mess of two worlds.

    The Insider News com design business announcement lounge

  • What is the most sophisticated piece of software/code ever written?
    F FIorian Schneidereit

    What the article doesn't mention: We might not know the names of the people who have written it, but what we do know is the obvious purpose of this piece of software, and so it's pretty easy to make an educated guess about its origin: Since it was targeting centrifuges for purifying uranium in Iran, it has to be some military or intelligence (or both) organization within the USA. I mean, their interests are quite clear if you look at their geopolitical and geostratgic decisions (or escalations) in the past about twenty years. And they surely have the kind of unlimited resources (in money etc.) to plan and develop such a thing. So changes are pretty high that the name of the author is either NSA or CIA.

    The Insider News question com collaboration learning

  • Standing desks 'increase pain' and slow down mental ability, study suggests
    F FIorian Schneidereit

    The Empire Office-Chair-Lobby Strikes Back :-D Return of the swivel-chair battles!

    The Insider News architecture
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups