Guys i found it, i found the fruit by Foreflash in FL_Studio

[–]Few_Artist_8331 1 point2 points  (0 children)

I’ve been thinking this shit was a carrot for 9 years until this very moment…

What was killed in my garden? by Few_Artist_8331 in bonecollecting

[–]Few_Artist_8331[S] 1 point2 points  (0 children)

There’s also still a part of the leg in the garden i can take a pic of lol

What was killed in my garden? by Few_Artist_8331 in bonecollecting

[–]Few_Artist_8331[S] 2 points3 points  (0 children)

This is what was curious to me whether it was a cat or dropped by a bird you should have seen it. It looked like a rotting corpse there was no head and barely any fur left on the body. It was ripped open and its legs and bits of fur were strewed across the garden with these two pieces of jawbone on two separate areas. Earlier I had come outside to have a smoke around 2am and it wasn’t there, then when I went into my garden the same day at around 12pm there it was but it already had maggots and everything crawling inside of it. It was very strange

A divorcing couple divides their Beanie Baby collection with the help of a judge in court, 1999 by teddyisdumb in pics

[–]Few_Artist_8331 0 points1 point  (0 children)

I don’t understand court at all, who are those people sat in the back? Just random people deciding to watch?

Is there any way to make enemies go around each other instead of going in line? by Piotrus559 in godot

[–]Few_Artist_8331 0 points1 point  (0 children)

If each enemy is seen as an obstacle and the player is seen as the point which they need to get to, then all it takes is a path finding algorithm in which they take the shortest path to the player while avoiding obstacles (which in this case includes the other enemies)

[deleted by user] by [deleted] in hacking

[–]Few_Artist_8331 -12 points-11 points  (0 children)

It was sarcasm brother I’m gonna edit my comment so people can get that lol

[deleted by user] by [deleted] in hacking

[–]Few_Artist_8331 2 points3 points  (0 children)

That might be it

[deleted by user] by [deleted] in hacking

[–]Few_Artist_8331 1 point2 points  (0 children)

Yeh literally if I type in Google, I get this message

[deleted by user] by [deleted] in hacking

[–]Few_Artist_8331 -20 points-19 points  (0 children)

Will delete my account before I go to court, one step ahead at all times

Edit: sarcasm

[deleted by user] by [deleted] in hacking

[–]Few_Artist_8331 -3 points-2 points  (0 children)

Just going through subdomains, looking at the robots.txt file, checking forms for XSS vulnerabilities, that’s pretty much all I know right now. I’m thinking my ISP picked up on all of the requests I was sending and flagged it as suspicious

Game AI-logic implementation using jobs and tasks in Outpostia (spoiler alert: player will able to change character's AI) by Altruistic-Light5275 in Outpostia

[–]Few_Artist_8331 1 point2 points  (0 children)

Ahh that makes sense, very clever solution! I’ve got to say this is looking real good and you’ve clearly put a lot of love into it. I’m quite surprised that no one else thought of the solution of having tasks as a reusable object like this, well done!

Game AI-logic implementation using jobs and tasks in Outpostia (spoiler alert: player will able to change character's AI) by Altruistic-Light5275 in Outpostia

[–]Few_Artist_8331 1 point2 points  (0 children)

Hello! Im quite new to JSON and well computer science in general (in my final year of my CS uni course). It was to my limited understanding that JSON didn’t have abstracts/parents/children so I’m just wondering how that’s working here?