There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

kbin.life

jsveiga , to fediverse in Reddit

I left slashdot for reddit, and reddit for lemmy. Those were replacements from my point of view.

I’m not sure what you mean with “replace” in general. Taking over their servers and replacing the actual running software? Or maybe using their domain name for a lemmy instance? Transfer all logins and data to a lemmy instance and delete them from their systems?

Those are unlikely.

Becoming mainstream, having more media attention and influence than reddit? Then becoming more interesting for spammers and infested with lower quality content? Hopefully not.

Korkki , to linux in [Suggestions] Good distros for gaming

Some rolling release might be good for driver updates, so arc si good for that or manjaro for easier use, but I guess it doesn’t really matter if hardware isn’t the cutting edge and even like mint might do and it might be a bit more stable.

Trebach ,

I have had instability problems with Manjaro. It's basically still Arch but with the sharp edges rounded off and a fresh coat of paint.

I recommend Mint over either Manjaro or Arch.

RenardDesMers , to asklemmy in What's a good way to prank your coworker?
@RenardDesMers@lemmy.ml avatar

A very French joke: We used to use their email client and send to the whole team “Hey, I feel generous so tomorrow morning I will bring croissants for everyone. Look forward to it!”

The person would get plenty of “thank you” emails in reply and discover the trick. It was a small office so usually the person would bring the pastries. Yum!

Chufi Bot ,
@Chufi@lemmy.one avatar

Croissanting is an art form.

In my previous job we had the Constitution of Croissanting printed in every open space, because ignorance of the law is no excuse.

hunter2 , to asklemmy in What is a website everyone should know about?
runner_g ,

How did you make your username *******?

hunter2 ,

;)

girl , to fediverse in Reddit

*certain (:

Candelestine , to books in Character descriptions site?

doubleposted fyi

DuskLoaf OP ,
@DuskLoaf@lemmy.world avatar

Yeh I crossposted to the .world version of books or is it showing twice here?

Candelestine ,

Oh, nevermind. lol You’re good.

MrNesser , to nostupidquestions in Which lane would you use at this roundabout?

As a rule of thumb 1st and 2nd exit left lane 3rd and 4th right lane

You do need to switch lanes so your in position to exit after the 2nd exit

0235 ,
@0235@lemmy.world avatar

Except when a sign states otherwise. In this case left lane is exit 1 and 2, and right lane is the others. Even if you are “exiting at 12:00” / straight over.

ChamelAjvalel OP , to showerthoughts in So, there is a method for finding if a number is divisible by 7.

I did find that it can be done arbitrarily. Mind is definitely not into writing about it, though, but here’s the gp code I wrote to look it over.

<pre style="background-color:#ffffff;">
<span style="color:#323232;">/*
</span><span style="color:#323232;">    There may exist a 0<=t<s such that
</span><span style="color:#323232;">    s divides both x and (x+(x%d)*(t*d-1))/d.
</span><span style="color:#323232;">
</span><span style="color:#323232;">
</span><span style="color:#323232;">    To show this for solving for divisibility of 7 in 
</span><span style="color:#323232;">    any natural number x.
</span><span style="color:#323232;">
</span><span style="color:#323232;">    g(35,5,10) = 28
</span><span style="color:#323232;">    g(28,5,10) = 42
</span><span style="color:#323232;">    g(42,5,10) = 14
</span><span style="color:#323232;">    g(14,5,10) = 21
</span><span style="color:#323232;">    g(21,5,10) =  7
</span><span style="color:#323232;">*/
</span><span style="color:#323232;">
</span><span style="color:#323232;">g(x,t,d)=(x+(x%d)*(t*d-1))/d;
</span><span style="color:#323232;">
</span><span style="color:#323232;">/* Find_t( x = Any natural number that is divisible by s,
</span><span style="color:#323232;">           s = The divisor the search is being done for,
</span><span style="color:#323232;">           d = The modulus restriction ).
</span><span style="color:#323232;">
</span><span style="color:#323232;">    Returns all possible t values.
</span><span style="color:#323232;">*/
</span><span style="color:#323232;">
</span><span style="color:#323232;">Find_t(x,s, d) = {
</span><span style="color:#323232;">    V=List();
</span><span style="color:#323232;">    
</span><span style="color:#323232;">    for(t=2,d-1,
</span><span style="color:#323232;">        C = factor(g(x,t,d));
</span><span style="color:#323232;">        for(i=1,matsize(C)[1],if(C[i,1]==s, listput(V,t))));
</span><span style="color:#323232;">        
</span><span style="color:#323232;">    return(V);
</span><span style="color:#323232;">}   
</span>

One thing that I noticed almost right away, regardless what d is, it seems to always work when s is prime, but not when s is composite.

Too tired…Pains too much…Have to stop…But still…interesting.

GlitzyArmrest , to piracy in Z Library down again - gone for good?
@GlitzyArmrest@lemmy.world avatar

Just use the app.

jigglypu , to cooking in Need a new rice cooker

Might be controversial, but I’ve switched from a rice cooker over to using an instapot. The rice isn’t as perfect and it sticks to the bottom, but the pure versatility of it + reduction of counterspace has more than made up for the parts it lacks.

Azathoth , to gaming in Any good online multiplayer that are discountes on steam?

Coffee Talk and Outer Wilds. Also d4 for some brainless Action.

Skadabucci ,

OP asked for Multiplayer games. However, I do endorse Outer Wilds being on this list even if it is single player.

Hogger85b , to RedditMigration in Got my GDPR data request.. after deleting my account

But you can't then use that to run rust shreddit fork over

https://github.com/andrewbanchich/shreddit

ImaginaryFox ,

Trying to figure out how to set this up. Got my GDPR files, but instructions seem really involved. Wish there was a video or photo guide.

Hogger85b ,

Are you on windows and do you have the .exe.

I wrote this help comment as it helped me was a Windows user but still a bit involved if your not use to batch files and command prompt

https://kbin.social/m/RedditMigration/t/172540/-/comment/706296

ImaginaryFox ,

Thank you that helped it make more sense seeing an example like that.

HandOfDoom , to asklemmy in What is a website everyone should know about?
Drekzak ,

What DID happen?! Why are there only questions on this site, I need answers.

Edit: Nevermind, figured it out: Image

zikk_transport2 , to linux in would you recommend debian testing for a daily driver?

Try Arch Linux. First setup in VM, then on your computer. Been ~8 years on it. Tried to distrohop multiple times - still going back to it.

Plasma is awesome DE which requires bare minimum setup. plasma package pulls basically everything - bluetooth, pipewire, sddm and so on. Then you just have to enable sddm/bluetooth services are you are done.

Fixing broken system is also very easy. :) Just try, don’t be shy!

kajko , to fedditnu in [2023-07-09] Förebyggande defederering av Threads.net

Bra!

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • lifeLocal
  • goranko
  • All magazines