It didn’t die but interest really died down. It’s still based on 20.04 if that’s any indicator and was on 16.04 before that.
Caveman
- 3 Posts
- 275 Comments
Vollaphone with Ubuntu touch can do that.
Caveman@lemmy.worldto Linux@lemmy.ml•What will MS do when Linux becomes a serious threat to their monopoly ?1·25 days agoIt’s a Linux distro that’s called Azure Linux and it looks like it’s based on Fedora if the length of package attribution is anything to go by.
Caveman@lemmy.worldto Linux@lemmy.ml•What will MS do when Linux becomes a serious threat to their monopoly ?2·25 days agoThat’s just neutered Ubuntu container
Caveman@lemmy.worldto Linux@lemmy.ml•What will MS do when Linux becomes a serious threat to their monopoly ?15·26 days agoHear me out on this one “Microsoft Linux”
Do you want to post the output of running fallout 4 through steam from the terminal?
steam steam://rungameid/377160
In my experience it’s usually some graphics issue. I see your GPU is 2014 model so maybe you need to use the legacy nvidia driver?
My strategy would be trying to find an error somewhere in some diagnostics or by running a game and then take it from there.
Techno feudalism mentioned. Queue a Varoufakis talk
That’s crazy, I thought that would be an invalid cast or something.
Gradually typed is a great description because it’s neither fully static or dynamic. TS does allow you to circumvent the types too easily to be called statically typed.
const strings: string[] = ([1] as any[])
Is ok in TS land so the type of
strings
is not really static so to speak because you can assign whatever to it. Writing this in Dart would giveerror - The argument type 'List<dynamic>' can't be assigned to the parameter type 'List<string>'. - argument_type_not_assignable
if I’m not mistaken.
TS as a statically typed language is not what I would call it. It’s a language with enforced type annotations but can be circumvented pretty easily. For example when receiving a JSON from an http request a string field can be just whatever.
I’ll join in
const isEven = (n) => !["1","3","5","7","9"] .includes(Math.round(n).toString().slice(-1))
Caveman@lemmy.worldto Selfhosted@lemmy.world•I self hosted a World of Warcraft server.English2·2 months agoYeah, I might actually play wow since I can reduce the XP scaling by a lot. It goes from 50 mobs at lvl 10 to 600+ to level up at lvl 60. I have a 7mo old no way I have time for that hahaha.
I use SQL for work so I can mod the DB easily to remove the exponential scaling in favor of linear scaling like mob XP scales.
Caveman@lemmy.worldto Selfhosted@lemmy.world•I self hosted a World of Warcraft server.English1·2 months agoYou can mod the database for creatures to drop more xp, gold and loot from the looks of it.
Caveman@lemmy.worldto Selfhosted@lemmy.world•I self hosted a World of Warcraft server.English1·2 months agoUpdate, I downloaded the VMangos database. It looks like it might be possible to edit drop rates with creature_loot_template(ChanceOrQuestChance) and XP gain by using creature_template(xp_multiplier)
I haven’t hosted anything yet but it could be tested by editing a Chicken’s xp_multiplier from 0.0 to 1.0
Caveman@lemmy.worldto Selfhosted@lemmy.world•I self hosted a World of Warcraft server.English3·2 months agoI’ve been seriously turned off by the grind of WoW. Are you able to do something like reduce the XP level scaling or something so that every level is like 30m and improve drop rates?
Caveman@lemmy.worldto Linux@lemmy.ml•Europe is slowly ditching Microsoft: why it's happening & why it could fail.12·2 months agoOne alternative is that it only applies to companies that are listed as gatekeepers in the EU make it only hit megacorps
Caveman@lemmy.worldto KDE@lemmy.kde.social•KDE devs have been quietly working on Plasma Keyboard, a new on-screen keyboard for desktop and mobile part of the “We Care About Your Input” KDE Goals initiative. Although not ready for texting yet,2·2 months agoWhy work on something quietly when you can work on it loudly?
It’s a flatpak://url that opens the app store on the computer where you do a one click install. So technically it’s two clicks.
I think he’s referencing the flathub install button where you can just hit install.
They all look great man, congrats