[-] bruce965@lemmy.ml 9 points 2 weeks ago

What is it that you don't like about Clevo chassis? I bought one a few years ago and I love it. It's elegant and sturdy in my opinion. It's also easily serviceable, so what's to complain about it?

[-] bruce965@lemmy.ml 11 points 3 weeks ago

For what it's worth, I always prefer being redundant if it makes the meaning clearer to a non-native speaker audience.

For instance I didn't know "pandemic" implicitly meant "global". In my ignorance I thought you could have a localized pandemic. But by saying "global pandemic" it makes it more obvious to everyone, including those who, like me, didn't know.

Also I'll personally keep saying "my phone had an LCD display" because it feels smoother than "my phone has a LCD".

[-] bruce965@lemmy.ml 19 points 2 months ago* (last edited 2 months ago)

Yes, you can develop in .NET on VSCode and the debugger works on Linux too.

There is a Docker version of SQL Server which funnily enough is equivalent to the enterprise version (rather than limited like SQL Express). You can use it for free as long as it's for development purposes only.

There is no SQL Management Studio though.

One option would be to use PostgreSQL instead. Entity Framework makes it almost free to replace the database anyways (unless you are doing some db-specific things).

There are some other minor annoyances or missing features, it might bother you; but depending on how you are used to work, you might not even notice. But, hey! you are on Linux now, you get all the benefits of a UNIX operating system, it will be worth it for sure, right? (Yes, imho)


As for gaming, I only do light gaming so I probably don't count. I use Heroic Launcher and it works wonderfully out of the box 50% of the time, the remaining 50% you can probably make it work as good as on Windows if you are persistent enough.

Oh, and sometimes some games run better on Linux than on Windows, but I would say most of the time they run a bit worse.

[-] bruce965@lemmy.ml 14 points 3 months ago

Signal desktop client is actually Electron based. And AFAIK, Electron doesn't run on Android, only on the desktop.

[-] bruce965@lemmy.ml 10 points 4 months ago

As an Italian, I would say that's not the case, not "a lot of Italians are racist". I've had interactions with a few racist people of older generations, but I would say that they are the exception, thankfully.

[-] bruce965@lemmy.ml 22 points 5 months ago

I work professionally from Windows, and as a hobby from Linux. My tool of choice for coding in .NET is Visual Studio Code (not FOSS, but there is a FOSS version which is just a bit more limited). It's not as complete as Visual Studio, but it's much faster, it has all the basic tools including a debugger, and it's much more customizable.

Also if you have never done it before, you might love dotnet watch which works with any IDE and lets you make realtime changes to your code while the application is already running.

As for UI, my personal choice is deploying a static website on localhost through Kestrel (it's less than 100 lines of code for a fully configured one), and then let the user's browser take care of showing the UI. You could use Blazor if you really want to use C# all the way, but my personal recommendation is to stick to web technologies such as TypeScript and React (using either Parcel or Vite to build your project). Making your UI web-friendly also makes your app cloud-ready, in case tomorrow you will decide that's something you need.

Finally, you can now deploy .NET apps as a single self-contained executable on all major platforms. But as already recommended by other users, I would keep adopting a web-first approach and go for Docker, and eventually Kubernetes. It's a lot of work to understand it properly though, so perhaps you can start studying this topic another day in the future.

Feel free to ask me anything if you have questions.

[-] bruce965@lemmy.ml 5 points 5 months ago

I had the same issue (on Pop!_OS), and I fixed it by tweaking the boot options to change IOMMU settings for my GPU.

I would try testing without the splash option, as that will change when/how GPU drivers are loaded and it might fix the glitches issue (but might still cause other issues).

[-] bruce965@lemmy.ml 18 points 8 months ago

A less salty way to put it would be that the chart is missing two labels: "Original prompt" and "Poisoned prompt".

[-] bruce965@lemmy.ml 5 points 9 months ago* (last edited 9 months ago)

On AWS they have something called "bursting". Basically they will let you use 100% of your vCPU, but not all the time. If you use it constantly they start to throttle you. That's explicitly stated when you rent an EC2 instance (which is their VPS). Perhaps your provider is doing something similar.

[-] bruce965@lemmy.ml 12 points 9 months ago

Apologies, but why would one prefer the fork over the original? Aren't they both FOSS anyways?

[-] bruce965@lemmy.ml 11 points 10 months ago

I suppose in a well configured Docker or Kubernetes environment this doesn't matter that much. Also, in Kubernetes, "secrets" can be passed as read-only files.

[-] bruce965@lemmy.ml 6 points 11 months ago

I haven't checked, but I assume PulseEffects must have a module to convert stereo to mono.

view more: next ›

bruce965

joined 2 years ago