There are definitely ways to run partial testing suites on modified code only. I feel like much of what you’re complaining about is an already solved problem.
- 0 Posts
- 349 Comments
Ah, if you need to build a .NET project that makes sense
Nuget is a the .NET package manager. Like npm or pip, but for .NET projects.
If you needed it for a published application that strikes me as fairly strange.
Let’s table that discussion.
Tap for spoiler
The meanings of “table” as a verb in US vs UK parliamentary usage are literally opposites. With the US meaning being to stop discussing or put aside for later, while the UK version means to begin discussing.
This actually caused confusion during allied meetings in WWII.
This is probably a diffusion model. LLMs don’t create images.
Yep, recent blog post about it:
https://devblogs.microsoft.com/commandline/edit-is-now-open-source/
Clearly you should install Edit.
What compression settings are you using for each? If you’re just accepting defaults it’s quite possible you’re comparing against a lossless webp, which is quite likely to be larger than jpeg at typical quality settings.
You can though?
mySet.values().map(mappingFunc)will create a new iterator transformed by the mapping function.
I’m currently on a crusade against lodash where I work.
I also still agree with most of my old posts, but younger me could absolutely have worked on the delivery. Had no chill.
The former.
I had an intermediate not understand how to read a pipe-delimited text file.
vithigar@lemmy.cato
Technology@lemmy.ml•Office is too slow, so Microsoft is making it load at Windows startup
3·9 months agoIt’s a checkbox in the installer, easy to miss. Has defaulted to off for a very long time now, basically ever since SSDs have been commonplace.
vithigar@lemmy.cato
Technology@lemmy.ml•Office is too slow, so Microsoft is making it load at Windows startup
3·9 months agoThe default depends on your storage. It has defaulted to not load on startup for me any time I’ve installed it to an SSD.
There’s an edge case where you want the guys in balaclavas to show up.
vithigar@lemmy.cato
[Migrated, see pinned post] Casual Conversation @lemm.ee•What hill will you die on?English
11·9 months agoI will never play a game that needs admin elevation to run, I don’t care how good it allegedly is.
I’ve missed out on playing several games with friends due to this stance. Star Wars: The Old Republic was the first I can remember. Marvel Rivals is the most recent.
vithigar@lemmy.cato
[Migrated, see pinned post] Casual Conversation @lemm.ee•What hill will you die on?English
1·9 months agoA guy I played with in university’s read them as addition, which is the same as reading them as digits with the exception of the tens.
00 + 0 was 10 (because the “0” on a d10 is usually read as 10)
10 + 0 was 20
90 + 0 was 100
vithigar@lemmy.cato
Programmer Humor@programming.dev•Does this exist anywhere outside of C++?
4·9 months agoC# also has verbatim strings, in which you can just put a literal newline.
string foo = @"This string has a line break!";



As the other person said, something is wrong if your machine is shutting down instead of just giving choppy playback.
Do you do much heavy CPU with with that machine at all? It’s possible that AV1 decoding is the only thing you’re trying to do that pushes the CPU to that degree. 7th Gen Intel CPUs have hardware decoders for h.265, so the CPU is barely used to play these back, but lacking a decoder for AV1 means it has to be decoded in software, which hits the CPU hard.