• 0 Posts
  • 48 Comments
Joined 1 year ago
cake
Cake day: June 27th, 2023

help-circle


  • I was an avid Reddit user but dropped it like a stone in the kerfuffle - it took a while but Lemmy has now replaced that 90%

    I’d love to see a content propagation analysis.

    My sense is that a ton of new memes are first shared on Lemmy then shared across to other social media.

    …Ok, so the niche forums don’t have critical mass yet, and you’d have to post to some general thread to get any response - but all the cool and thoughtful people are here, so the level of general discourse is higher, I love it.




  • I’ve only installed it a couple of days ago in a vm and It’s pretty good but a couple of things are a bit startling if you’re coming from debian.

    Eg. The lack of niceties like the ll alias. Or The config you have to go through to allow SSH Some utils I’m used to like broot refuse to install properly even though the apk exists. Fz-find doesn’t exist in the community repository.

    But you can’t argue with apk - so much better than apt or how frugal it is re resources.

    Looking forward to getting stuck into it a bit more.



  • He does appear to have their loyalty, if reports are to be believed.

    However even every single one of the OpenAI employees on board with him, they’re not taking existing IP with them. And to recreate it from scratch, it seems, would put them so far behind as to not be worth it. Otherwise why freak out about the workplace?

    Re Microsoft, they do seem to have the least amount of risk, where at minimum they’ll keep what they have, while the max upside is 100% of everything.

    Although even for that, there are some uncertainties that only people with inside knowledge might have. E.g. if MS were instrumental in Altman’s subterfuge that caused his firing, if the board doesn’t want MS involved if they can force them to divest their 49%. Doesn’t seem likely.

    Or if the board can create a different for-profit where MS doesn’t have a part and let the other one wither.

    Or the risk of massive lawsuits from OpenAI against MS if they wholesale take their employees re IP theft (we’ve seen it between apple, google and Amazon).


  • Good points for you also.

    However, as the situation unfolds… from the amount of effort being put in trying to get a hold of openAI by Altman/Microsoft…

    It seems to me that there’s a lot of claimed real-estate (eg training data and weights, ongoing subscriptions, income streams, exclusive agreements etc) that would be nontrivial or impossible to be gotten hold of or recreated from scratch.

    And as we know Altman is not involved in the nittty gritty, aka doesn’t know shit about shit in recreating what was there - so the initial bravado of “I’m just going to do my own” - was clearly a bluff that didn’t pay off.

    Hence now is trying different ways to get back on the ship / get another hold of the golden goose.

    To be honest the more I see his frantic manoeuvring the more I think he’s inconsequential to the endeavour and he just happened to be lucky - and these jerky moves, to me, demonstrate that he’s well aware of it.






  • Wsl seems to be installed since it responded to the command to set it to version 2.

    But it doesn’t sound like it ever installed Ubuntu properly since it shows no installed distributions.

    Quick search shows that you need to enable the following windows features:

    Virtual Machine Platform And Windows Hypervisor Platform

    Are these enabled?

    Edit:

    Someone already answered the same thing but I didn’t see it before posting this. Well done and glad it’s working.


  • It’s quite possible you’re running wsl 1 - some.versions of windows 10 never upgraded that subsystem - not sure why.

    But it might need wsl 2.

    Open PowerShell as Administrator and run: wsl --set-default-version 2

    That should upgrade the Virtual environment subsystem but not the ubuntu installation - you can delete it and start again.

    Or you can try and upgrade it.

    Run this in your PowerShell. wsl.exe -l -v

    It should show you the Ubuntu install, the state, and the version.

    It should say 1, under version, if my assumption is correct.

    If so you need to upgrade it to 2 also.

    Copy the exact Name - it might say Ubuntu-20.04 or just Ubuntu etc .

    If it says “Running” and not Stopped terminate it like so: wsl -t Distro-Name

    Then run the command below (again, replace name with your exact name).

    wsl --set-version distro-name 2

    Then try to start it from its shortcut again.

    Let me know if that worked.