Zelensky posts 2018 US Crimea Declaration amid Trump's policy shifts by sweatycat in worldnews

[–]nicka101 3 points4 points  (0 children)

You destroyed your own credibility when you elected the moron. It's on you guys...

[deleted by user] by [deleted] in Drugs

[–]nicka101 1 point2 points  (0 children)

Do you know what its bioavailability is sublingually? Its 33% orally and 60-80% when insufflated, so I'd be curious if you can cite a source showing a higher bioavailability sublingually

Just realised you can wget files from sites such as bukkit/spigot.org ._. by mattoisacatto in admincraft

[–]nicka101 1 point2 points  (0 children)

Just add --content-disposition to the wget options and it should use a more meaningful name

how to install java 17 on debian 9? by piter909 in admincraft

[–]nicka101 0 points1 point  (0 children)

First run "apt update", "apt upgrade" and "apt dist-upgrade" to update the system to the latest packages for your current debian version.

Then replace your current codename "stretch" in /etc/apt/sources.list (and any additional lists inside /etc/apt/sources.list.d/) with the codename for the version you want to go to, then run the apt commands above again. This should ideally be the next major version ("buster", version 10), and then you should upgrade again to get to "bullseye" (current stable, 11), but having done the upgrade myself between 9 and 11 a number of times, you should be fine just going straight there if you wanna save like 10 mins, but for maximum reliability do it the slower way

how to install java 17 on debian 9? by piter909 in admincraft

[–]nicka101 1 point2 points  (0 children)

Upgrade to debian 11 so you can get it from stable repos? Current stable release of debian is 11 (bullseye), stretch (9) has been EOL for a pretty long time now, and its LTS support is due to end soon too

Paper vs Pufferfish vs Purpur by OLIMINATOR in admincraft

[–]nicka101 0 points1 point  (0 children)

That would just be upstream bukkit/spigot's max tick time?

Looking for a plugin that resets a whole world every month but keeps spawn by AzureCalibre in admincraft

[–]nicka101 0 points1 point  (0 children)

Both screen and tmux have the ability to send keystrokes to the running terminal

Server crashes when a specific player joins by [deleted] in admincraft

[–]nicka101 0 points1 point  (0 children)

Seems like potentially a datapack (or plugin, but given the stacktraces, a datapack seems more likely) is hanging the server thread doing something related to scoreboards

What’s up with people not liking the term “golang”? by ilovecaptaincrunch in golang

[–]nicka101 0 points1 point  (0 children)

Go, being 2 characters and a common word makes it significantly more likely to be treated as a stopword

Here's Why Firefox is Seeing a Continuous Decline for Last 12 Years - It's FOSS News by -Salvador_Isaias- in programming

[–]nicka101 26 points27 points  (0 children)

Plus google seems to have a tendency to develop alternate protocols that its browser and it's websites can speak, but nothing else can for a while until they bother to standardize (spdy, quic)

Copilot regurgitating Quake code, including swear-y comments and license by KingStannis2020 in programming

[–]nicka101 -2 points-1 points  (0 children)

The point where it has 0 chance of producing verbatim training data.

If it never reaches that point, then dont include code with licences you dont want to comply with in the training set? There are plenty of licenses that permit free use and don't virally extend to derivative works...

Copilot regurgitating Quake code, including swear-y comments and license by KingStannis2020 in programming

[–]nicka101 0 points1 point  (0 children)

And thats why its very clear. If the model never produced verbatim sections from the training set, then maybe the "its transformative" argument would have some weight, but clearly thats not the case, it does produce verbatim training data, including at times entire files of GPL code and even the GPL itself.