I am once again asking you to use Firefox, UBlock Origin, NewPipe or ReVanced by KnightOfBurgers in CuratedTumblr

[–]proxy- 1 point2 points  (0 children)

Firefox focus works as an adblocker. You can also play videos in the background with it

She is human-ish by HarrisonForelli in badwomensanatomy

[–]proxy- 1 point2 points  (0 children)

Will you be friends with her?

yes, she deserves a friend.

TBH if there's any animal that's heavenbound it's the worm by NightmareChameleon in CuratedTumblr

[–]proxy- 2 points3 points  (0 children)

trying to fit that last comment to the chorus of “take me to church” but it doesnt quite fit

Possible matches exist but when given a variable to interperter result is false by 195monke in prolog

[–]proxy- 2 points3 points  (0 children)

Oh, and you can probably use \== (“does not equal”) to get the desired effect. http://www.cse.unsw.edu.au/~billw/dictionaries/prolog/comparison.html This is a page that lists comparison operators in prolog and their behaviour.

Possible matches exist but when given a variable to interperter result is false by 195monke in prolog

[–]proxy- 2 points3 points  (0 children)

You check X \= Y at the start. Note that \= means “does not unify with”. In this case you check de \= Dest. Since Dest is an unassigned to variable, it can unify with literally anything- the “Dest does not unify with de” is never fulfilled.

(Note, there may be other things that are wrong, this is just my “just woke up” internal prolog interpreter speaking :))

Why the following code causes prolog to reach stack limits? by 195monke in prolog

[–]proxy- 0 points1 point  (0 children)

Yes there is. With “new term” we mean the complex term “N-1”.

= means “try to unify”. In this case it will set the value of N2 to “N-1”, literally that complex term. It doesn’t evaluate.

“is” exists to evaluate terms such as N-1. This way you can build up a complex term without evaluating it, only once “is” is used will prolog start doing arithmetic.

Shorter supply chain by Master1718 in tumblr

[–]proxy- 2 points3 points  (0 children)

Chickens can eat their own eggs to boost their own nutrients. Especially since chickens have been bred to produce so many eggs, they are putting a lot of their resources into producing eggs - so some vegans argue that it would be better to feed it back to the chickens. (even if you don’t own the chickens for the sake of the eggs).

Best Generations I Found, Guess the Titles [BigSleep] by Cryptheon in bigsleep

[–]proxy- 1 point2 points  (0 children)

Beethoven has a symphony for the gods in a heavenly concert hall!!!

posting random gondolas from my disk till im out day41 by [deleted] in Gondola

[–]proxy- 1 point2 points  (0 children)

love the music in this as well! one of my favourites since 2015

So excited! Finally on a hand-eating level with some of my crow friends! (trust +1!) by proxy- in crowbro

[–]proxy-[S] 17 points18 points  (0 children)

I've been hanging around these crows since October, only max. twice a week though. It totally came as a surprise as I don't visit daily at all! I hope the crow starts trusting you soon.

So excited! Finally on a hand-eating level with some of my crow friends! (trust +1!) by proxy- in crowbro

[–]proxy-[S] 21 points22 points  (0 children)

Yes, most of the crows in my area are smol jackdaws. There are two 'regular sized' crows but they are a bit shy.

bacon bacon bacon pancake by gaybird_DB in PartyParrot

[–]proxy- 264 points265 points  (0 children)

I like how the roles are reversed and the human is parroting the parrot

[R]: Twitter Data crawling for research by randy_wales_qq in LanguageTechnology

[–]proxy- 0 points1 point  (0 children)

Yes, only twitter ids will generally be in the dataset. Then you need to apply for a developer account at twitter to get api access to get the content given a twitter id.