“Just follow the build instructions on GitHub”
1000 error messages ensue.
“Just follow the build instructions on GitHub”
1000 error messages ensue.
Could I run larger LLMs with multiple GPUs? E.g. would 2x3090 be able to run the 48GB models? Would I need NVLink to make it work?
All I want is to host this on my server and have it download the latest offline installer of my GoG games automatically.
Which distro did you use?
I’ve been having a good but not perfect experience with Ubuntu as a desktop OS lately, but I’m open to trying other suggestions.
I personally prefer https://hackertyper.net
Xubuntu is more than fine. Tbh it doesn’t hugely matter which distro you use for this type of thing
If he was really into the idea of a diverse set of browsers he’d mention Gnome Web / Epiphany rather than leave it as “Safari doesn’t run on Linux”.
What about the test case where I’m using the browser’s dev tools to re-send http requests in random orders?
Whenever someone types “an historic” I read it as “an istoric” in my mind.
Nah there are still use cases where longevity is most important. You can’t set an SSD in a closet for 20 years and expect to still have your data. HDDs also have longer active life expectancies AIUI.
Honestly, if it’s just a small, personal project, just use common sense and take some basic precautions (e.g. use a firewall, use NGINX instead of serving Wordpress directly, etc.).
Note that CloudFlare doesn’t protect you from everything either - it only provides some very specific services. A rudimentary level of caching images being the most common one a free account level would be able to use.
It’s all convention coming from older programming languages, particularly C, which comes from programmers wanting shorthand for things like “BRANCH_EQUAL $1 $2 $3” which is shorthand for some binary code.
Python has changed the logical and and or operators to be
and
andor
instead of&&
and||
.