They all look great man, congrats
Caveman
- 0 Posts
- 229 Comments
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.
Vollaphone with Ubuntu touch can do that.
Caveman@lemmy.worldto No Stupid Questions@lemmy.world•How long do we have before PCs get locked bootloaders and corporations ban installation of "non-approved" software? (for context: Google is restricting sideloading worldwide on Android ETA 2027)12·21 days agoNext phone I get I’ll get fairphone and check the market for an alternative OS at that time. This might be the push that the Linux phone community needs to make it proper and good.
We currently need a KDE phone that they sell where I can buy a KDE phone and support them that way.
The pieces are coming together for Linux notably:
- SPA support instead of apps.
- Waydroid
- Core components such as calling, sim card actions, recording, speakers can be provided by fairphone via drivers.
I’m getting pretty sick of Google and other corpos locking down Android so fuck them, third best phone OS will have to do and I’ll do banking in the mobile browser page.
Caveman@lemmy.worldto No Stupid Questions@lemmy.world•What strategy would you use to estimate the number of hazelnuts3·24 days agoI’m going to guess the cup is around 12 nuts high and 5 nuts in diameter at the center.
Let’s assume it’s a cylinder to get the volume (2/5)^2 * pi * 12 as the volume or around 236 nuts.
The packing density of a sphere is 74% but the edges do play a factor so nudge it down by a bit to get 70%
So I’m going to guess 165 nuts.
Caveman@lemmy.worldto Linux@lemmy.ml•What will MS do when Linux becomes a serious threat to their monopoly ?1·26 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·26 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”
Caveman@lemmy.worldto No Stupid Questions@lemmy.world•If I stood on a precision scale and farted, would I get lighter or heavier?2·1 month agoCouple of nuances with this that are not fully accounted for.
- Farting in a vacuum will make the scale go down because the fart has a non-zero mass.
- Direction of fart and speed of exiting will also affect the scale when farting against a base not connected to the scale such as a platform.
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?
Simultaneous orgasm increases the chances of a person getting pregnant (except for two men). However if you are second to the party doing a couple of thrusts to scoop out the other person’s cum and putting your own in is ideal.