Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)DR
Posts
5
Comments
329
Joined
2 yr. ago
  • Here's her words on it

    When I moved to AI Platform, I was excited to contribute to cutting-edge AI technology and its applications for the good of humanity: accessibility products, translation services, and tools to “empower every human and organization to achieve more.” I was not informed that Microsoft would sell my work to the Israeli military and government, with the purpose of spying on and murdering journalists, doctors, aid workers, and entire civilian families. If I knew my work on transcription scenarios would help spy on and transcribe phone calls to better target Palestinians (source), I would not have joined this organization and contributed to genocide. I did not sign up to write code that violates human rights.

  • Visual Studio @programming.dev
    DrDeadCrash @programming.dev

    Visual Studio usability after recent updates (an open question)

    I've been using Visual Studio for almost 20 years as my primary code editor /project manager and for all that time it's been solid. If there were errors it told you and highlighted/underlined them before you tried to build no matter where the error was in the entire solution.

    I am willing to accept a slight decrease that solidness in order to gain the extra flexibility provided by dotnet core over framework. However...

    My experience with the recent updates to Visual Studio have culminated into a state where errors that exists are not detected, or if they are (ex. on rebuild) they are only reported, not underlined. Once I find and fix the error it remains in the list until I rebuild, if there are other errors it will remain until I find and fix each of them (which themselves will remain in the error list...) and finally rebuild.

    I've adjusted options, to no avail. Sometimes restarting VS helps for a few minutes sometimes deleting the .vs folder will help for a few more...I f

    C Sharp @programming.dev
    DrDeadCrash @programming.dev

    Option Result library for c#

    A collection of tools for dealing with nulls, failures and the generic type issues that arise in this domain.

    https://github.com/Andy3432344/SafeResults

    I'm the author, let me know what you think!

    *Edit: updated to show GitHub link, sorry!

    Programming @programming.dev
    DrDeadCrash @programming.dev

    Is anyone else stuck on overhead?

    I work for a services company, and we're not getting much right now. Just wanted to ask about work availability across the board.

    Connect for Lemmy App @lemmy.ca
    DrDeadCrash @programming.dev

    Some communities say No Posts

    I have an active post in vscode right now, which I made in browser, but cannot see anything when viewing the community with Connect. Any ideas?

    VS Code @programming.dev
    DrDeadCrash @programming.dev

    FSI Start

    Hi everyone, I'm trying to try out F# via FSI in VS Code (Windows 10)

    I have Ionide for F# installed, and have used it before, but now every time I try to start it I get a message "FSI :Start resulted in an error", it goes on to helpfully report "the option has no value".

    dotnet is in path, dotnet works great. FSI? nothing.

    I also have the .net workload installed for visual studio 2022 (if that matters).

    I started up my Linux VM (KDE Neon) fired up vs codium and tried FSI Start...same error! So no tinkering in f# for me tonight. Does anyone have an idea what's happening, across two environments? Google is no help...