I think they’re lawful evil, more devils than demons.
I think they’re lawful evil, more devils than demons.
Hi, I’ve been doing TypeScript in my day-job and hobbies for six and a bit years now. I would not write JS in any other way.
TS is also a superset of JS so all JS is valid (unless you turn on strict
mode). So there is no productivity loss/learning curve unless you want there to be.
In fact, a lot of people who think they’re not using typescript are using it because their editors use typescript definitions for autocomplete and JSDoc type signatures are powered by typescript.
In my experience I haven’t had an issue because usually the refactorings are small. If they’re not I just hop on a call with the person who wrote the MR and ask them to walk me through it.
In theory I’d like to have time to dedicate solely to code health, but that’s not quite the situation in basically any team I’ve been in.
You should refactor as needed as you go because refactoring cases are never gonna be prioritised.
There’s a markdown entry thing in the drop down menu that’ll convert your MD to their formatting.
Yeah, I’m not justifying the annexation.
Technically only some of HK was under the lease, some was indefinitely controlled by the British. However, you’re still right because of the military force difference.
Rust is roughly similar to C in most of these benchmarks and beats it in a few: https://benchmarksgame-team.pages.debian.net/benchmarksgame/fastest/rust.html
Arguably when LLVM gets a bit better, Rust can be even faster than C because rust can be optimised in more places safely than C code can. The issue is that LLVM wasn’t written with that in mind, so some performance is left on the table.
Go, Java, and Nim (in most cases) are all memory safe but are generally slower than C or C++ due to the ways they achieve memory safety.
Rust’s memory safety approach is zero-cost performance wise, which makes it practical for low level, high throughput, and low latency applications.
That flag exists, it’s called unsafe
for if you need to tell the borrow checker to trust you or unwrap
if you don’t want to deal with handling errors on most ADTs.
You can always cast anything to an unmanaged pointer type and use it in unsafe code.
A crash is different to a SEGFAULT. I’d be very surprised to see a safe rust program segfault unless it was actively exploiting a compiler bug.
You need everyone else in the EU to agree to remove them. Poland and Hungary sort of protect each other from EU consequences.
I miss circles
Manjaro and Antergos are just asking for trouble. If you want Arch, use Arch. Otherwise Ubuntu, Debian, Linux Mint, and Fedora are popular.
I don’t think the full Radeon suite is on Linux but there are tools for screen recording like simple screen recorder and OBS.
There is lots of 3rd party software available on all of these distros in their respective package managers, but Ubuntu has the advantage with PPAs allowing for more 3rd party repos to be easily added to the package manager.
HDR support is still very early/basic right now: https://wiki.archlinux.org/title/HDR_monitor_support
I don’t think the RF can count as a direct successor state when Ukraine was also a member of the USSR.
The UN has not resolved that the Russian Federation is the Soviet Union w.r.t. veto powers. It’s just been assumed. For the PRC there was an actual vote.
Ukraine legally has just as much of a right to the Soviet Union veto.
Couldn’t the general assembly just acknowledge that the RF does not inherit the Soviet Union veto? Same way that they stripped Taiwan of their veto. I don’t think that would require a security council vote.
I don’t think ActivityPub supports that. There’s just the “sensitive” flag (which Mastodon shows as a content warning and lemmy shows as NSFW). I think you’d have to do something outside of the specification.
Might be worth asking in !selfhosted@lemmy.world
I enjoy OpenMW and I’m happy to host if you want, although my instance is basically just me and a few friends right now.