

I’d totally go for adding a þorn to þe English alphabet.
I’d totally go for adding a þorn to þe English alphabet.
It’s tricky to use in programming though for non neural network math, I can see it used in video compression and decompression or some very specialised video game math.
Video game AI could be a big one though where difficulty would be AI based instead of just stat modifiers.
Nah, I don’t like running stuff on startup because I use the laptop for personal stuff also. Not going to open slack/email when I’m off. I don’t move them manually, I use window rules for them to open in a specific activity.
custart() {
nohup slack --enable-features=WebRTCPipeWireCapturer & echo "Slack started"
nohup spotify & echo "Spotify started"
nohup datagrip & echo "Datagrip started"
nohup birdtray & echo "Thunderbird started"
nohup surfshark & echo "Surfshark started"
nohup flatpak run --branch=stable --arch=x86_64 --command=teams-for-linux --file-forwarding com.github.IsmaelMartinez.teams_for_linux @@u %U @@ & echo "MS Teams started"
}
I have mine as
All bound to Meta+h/j/k/l/y/u/i and have a bash function to run and configured to go to the right places. KDE is good
Not to mention professional beggars that are hired from a company (black market) and don’t need the money. They are often more effective than the people that really need the money since are more relaxed about it.
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.
Fedora Ublue is immutable/atomic and Bazzite is gaming distro built on top of that which has the option to use KDE Wayland as it’s desktop environment
To be fair, my colleagues have audio issues on Windows more often than I do.
I was surprised too, I think there should be a twitch chat version for all history
Don’t hate on my man Innocent III, he said he was against attacking Christians and excommunicated the crusader army for attacking Zara. The sore loser Alexios IV Angelos offered the crusader army too much to ignore (from Wikipedia):
There, Alexios IV offered to pay the entire debt owed to the Venetians, give 200,000 silver marks to the crusaders, 10,000 Byzantine professional troops for the Crusade, the maintenance of 500 knights in the Holy Land, the service of the Byzantine navy to transport the Crusader Army to Egypt, and the placement of the Eastern Orthodox Church under the authority of the Pope, if they would sail to Constantinople and topple the reigning emperor Alexios III Angelos, brother of Isaac II.
That fucker got ousted by the public one year later and didn’t deliver anything so he essentially scammed the whole crusade. The other parts of the army not simping for Venetian and Thessalonian rat plans just went straight to Acre instead.
Yeah, fuck Mehmet the second amirite guys?
Techno feudalism mentioned. Queue a Varoufakis talk
5284km this place feels like home because this is where I’ve slept for the last 4 years.
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 give
error - 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))
Yeah, 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.
You can mod the database for creatures to drop more xp, gold and loot from the looks of it.
I guess appending a “and þorn” to it would do þe trick