Professional C# .NET developer, React and TypeScript hobbyist, proud Linux user, Godot enthusiast!
Ah right, that makes sense. Today I learned.
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”.
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.
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.
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).
Could you describe the kind of glitches you are getting?
As a first test (and only as a test) I would try holding space bar during boot, then pressing E while focusing the Pop!_OS option, and removing quiet and splash from the line on the bottom, then pressing enter to boot.
Sorry about the delay.
That’s all.
Gboard with every connection blocked through Rethink Firewall except for “media.tenor.com” and “tenor.googleapis.com” (because GIFs are cool).
I will never really know whether it really protects my privacy or if Google has other means to exfiltrate my data, but from Rethink logs it seems to be working. Unfortunately I have never found any keyboard as good as Gboard, so I would say this a risk I am personally willing to take for the convenience of a great keyboard. What would you say?
In my very limited experience, when this happens the filesystem can (and will) still be mounted as read-only.
Well… if you want the very minimum necessary to play piano, I’ve written this tool to do it with just a MIDI keyboard and a modern browser.
http://tools.fabioiotti.com/midi-synth/index.html https://github.com/bruce965/midi-synth
A less salty way to put it would be that the chart is missing two labels: “Original prompt” and “Poisoned prompt”.
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.
I have one. It does the bare minimum (show time, count steps, show notifications), everything else doesn’t work very well, including the heart monitor. But the battery lasts for almost a month. And it’s completely offline, no cloud services. I would still recommend it.
I synchronized with my laptop to save a copy of all my messages. Would this be a viable solution for you?
That’s interesting. I wanted to try it not long ago, and downloaded a random build which didn’t complete installation unfortunately. I’m not a good at searching I guess 😅 How did you distinguish it from the others?
EDIT: found it here.
What’s special about this build in particular?
Ah, that makes sense. Thanks!
Apologies, but why would one prefer the fork over the original? Aren’t they both FOSS anyways?
Me, apparently. I didn’t know these were called metaballs :P
https://github.com/bruce965/godot-raymarching