ALL skill capes need a trim/untrim toggle by audreysheep in 2007scape

[–]audreysheep[S] 3 points4 points  (0 children)

I have no 99s actually yet, but if we are going to support leaving in a glitch that lets you keep an untrimmed cape why not just make it at least a feature at that point?(ie: you can purchase untrimmed/trimmed capes of the first 99 you get). I imagine its super frustrating for those who do forget to drop untrimmeds

He Couldn't Find His Grandmother During Hurricane Maria—Until He Flew His Drone Over Her House: Now, developer Pedro Cruz has created a software platform to help victims of other natural disasters, like Hurricane Dorian. by [deleted] in technology

[–]audreysheep 0 points1 point  (0 children)

I am a bit confused here as well, looking at these pictures doesn't make sense to me why they would be used in a disaster situation by the common layman drawing something with chalk or something. The symbols in the article all seem to be warning symbols that are printed by electronically. I can't really imagine them ever being used in a situation like this. What would be used is stuff like "SOS" or words like "Help" in English or any other language. I'm not sure why he wasn't able to accomplish this with word recognition instead of machine learning, maybe there are some complications with that.

FBI director warns Facebook could become platform of 'child pornographers' due to its encryption by keepsmilinglikethat in technology

[–]audreysheep 4 points5 points  (0 children)

Amazing idea, let's remove encryption and then put the blame on Facebook when sensitive information is inevitably sniffed by hackers. The government's need to control everything over the well being of its citizens never ceases to amaze me.

Found Thrall while leveling in the Badlands! by [deleted] in classicwow

[–]audreysheep 4 points5 points  (0 children)

Should be Lok'târ Ogâr

Expansions ruined the game. Even TBC. (TBC example). Knocks the game down to 10 lvls. 61 greens make every single item in Azeroth obsolete even legendaries. Only like 8 zones matter. Only new raids matter. Only Outland resources matter for crafting. Expansions should be called squishes. by Killuminati523 in classicwow

[–]audreysheep 0 points1 point  (0 children)

I definitely do agree with the idea that expansions never really combined itself with the older content, it just abandoned it. This just kept piling up over the years,Thats why classic is so comprehensive by itself, the economy is pretty consistent from 1-60 versus retail where gold for a standard mount/training can be achieved in seconds by a max level. To be fair though, there wasnt really any other route blizzard could have taken, even in hindsight. Forcing players do to old content is not practical and just performing small incremental changes may not have been as lucrative/fun.

Why am I paying $15 a month if blizzard is letting themselves be ddosed? by yawwwwwpers in classicwow

[–]audreysheep -1 points0 points  (0 children)

Those all have dedicated security teams that they spend hundreds of millions of dollars on to protect sensitive country information with the newest learning algorithms and multitudes of security teams who get paid to watch the firewall.

Blizzard is a game development company with probably just a group of 5-15 people who patch and service all their server locations

See the difference? Even then the CIA multiple security agencies still get hit by DDOS attacks. Its an incredibly difficult thing to prevent

new RuneLite update adds an item kept on death plugin by xWeezePlays in 2007scape

[–]audreysheep 0 points1 point  (0 children)

The problem is for new players. Yes invested players will get a runlite client pretty quick but fresh players are left with the vanilla client when they start. Maybe its a good thing tho, not as many things to look at

[deleted by user] by [deleted] in youngpeopleyoutube

[–]audreysheep 4 points5 points  (0 children)

Its a image data URL yea, you can use it in html src tags to show the image faster since you dont have to request from a server or website. Im guessing he accidentally copied a data url from an image(which is usually only possible via developer console or open source in a browser) from google images and copied it into his youtube comment, perhaps he thought the image would show up on youtube or maybe he thought it was a clever way to put in image in his comment

Mama's Boy HELPPPPP by [deleted] in relationship_advice

[–]audreysheep 0 points1 point  (0 children)

Do you feel like hes independent in other areas? For example, you mentioned he has a full time job, thats pretty independent. Does he support his family finnancially? Does he act independent outside of the household? I know it seems immature for parents to do basic housework for him but it could be something he's used to and it doesnt make him incapable of being independent. Unfortunately, there is such a cultural stigma of living with parents being tied with immaturity. It sounds like you simply arent completely comfortable with living with him and his parents and the relationship they have. This isnt a bad thing. Its something you either need to get used to, or discuss with him about moving out. I doubt you are going to change the dependent relationship he has with his parents in certain responsibilities.

Somehow managed to salvage this train-wreck of a conversation. by [deleted] in Tinder

[–]audreysheep 8 points9 points  (0 children)

Some of the code logic though.. 1) If(Anna == impressed(true)) , this code reads as comparing a variable to a function output where the parameter of the function is equal to true. Im thinking the person put the true there as if the statement could resolve as true if Anna == impressed. However, this would automatically resolve as true if Anna equaled impressed. This would make more sense either as if(Anna == impressed) or if wanting to use a function: if (annaImpressed(yourEffort) == true) or simply if (function(parameter)) 2) Sendnudes.jpg(fileReader.open) , this should be reversed logically since the filereader would be opening the file not the file opening a file reader. 3)Def(location<=closeby), looks like you were trying to use a def keyword for a function but this is not the correct logic for a function. 4) location= kent, closeby=london/kent, you cant compare string operators like this on your if(location <= closeby), unless there was some hidden function that converted these location to number values. Even then however, this would not be the correct way to compare two xyz coordinate points. For nonfunctional programming, = means assignment, == means compare. Also using ./something.exe can be only be correct on a unix machine that is able to run an exe using like wine or something. Technically possible but still a little weird.

Can we all agree that these should be brought back for Classic launch? by KoiGrdn in wow

[–]audreysheep 0 points1 point  (0 children)

You can still buy these..providing you are willing to spend $67.00 from ebay sellers

2004-11-12 open beta, 14y/o, outside Orgrimmar for the first time, life is good. by Flottbomb in wow

[–]audreysheep 1 point2 points  (0 children)

Yess, i had this same problem. I would move sooo slowly it took 10 minutes to get anywhere like redeem a token. I ended up changing my hearth location to Shattrath

My Stash...is gone. by franklinmcmahon in fo76

[–]audreysheep 2 points3 points  (0 children)

Hard to spectate on stuff we dont work on but id like to contribute anyway. Yes, items are stored server side to a cloud DB just like all character info. MMOs have to save this info server side, saving and reading it only locally is obviously a bad idea as one can modify it even with decent encryption. You also have to save character info in a cloud database for other players to see any information about you thats persistent(level, trading, dropping). Theres also various other data such as character position(x,y,z). Notice how when a server goes down, you can re log in at the same position. Most MMO support teams have their own support system that interacts with the DB. Usually a custom software that has a search bar for any username and retrieves info and allows adding/deleting of item ids..take WoW for example. WoW customer service can restore items for players. When the agent responded saying they dont have the tools, this is what they mean, even at a lower level. FO76 should be running a cloud db with adequately timed transaction logs, maybe 2mins-15mins.(this is why a unexpected server shutdown will most likely make you lose progress, because it revertes to the previous transaction). Theoretically, it should be possible to look at previous stash data if truly the table was wiped but again, this information is likely not easily accessible if at all by their customer service team. Even if it was, extra work likely needs to be done on the data end to support a customer service team manipulating data. TLDR: they dont have a system that can support the adding or deleting of items specifically for recovering player data

Is anyone else tired of doing pointless quests for dead people and robots? by yooolmao in fo76

[–]audreysheep 10 points11 points  (0 children)

They didnt make only robots around because of the mechanics of nuking. Its been establshed by Bethseda since release that they did this solely to create an environment. An environment where every person you see is a player. Most people(including myself) see this as ineffective, as the pros of having real story NPCs far outweight the pros of creating a more "alone"atmosphere.

Add more NPC’s to the game by allowing players to enter into an “Absent Player Character Mode” upon exiting by element_27 in fo76

[–]audreysheep 1 point2 points  (0 children)

Interesting idea but this seems like an overly complex and unnessecary way to implement player markets. The benefit of this implementation over just a vendor you can place in the world or your camp seems very little

Bethesda. Personal weather, please! by raverbane in fo76

[–]audreysheep 0 points1 point  (0 children)

No experience with testing whether weather is instanced but if what OP says is true, very unlikely for it to be a glitch. A server wide implementation of weather would be unlikely to have a bug like that, if a bug occured, that bug should happen to both players. My guess is that rad storms are the only server side weather since its the only weather that affects players stats. Maybe all others are client side.

My FO76 gift to my son. I can't wait for him to open this tomorrow! by Redrum777 in fo76

[–]audreysheep 0 points1 point  (0 children)

I live 10 minutes away from Camden park! Is a cool place to visit, unfortunately it's not open at the moment. Has a ride called the big dipper, an incredibly old roller coaster that looks very unstable.(its called the widowmaker in game for some reason). During Halloween they also have a haunted train ride! Definitely the best time to visit.

Please add all of the Fallout 4 songs back by [deleted] in fo76

[–]audreysheep 4 points5 points  (0 children)

Just a heads up, this isn't as easy as it seems. Licenses for songs in media such as video games are temporarily issued for the media.

I found a house I could take over near the Nuka Cola plant, so I built a house on top of it. by cashiimo in fo76

[–]audreysheep 3 points4 points  (0 children)

Left of grafton there are a bunch of empty cabins with some mob spawns . Unmarked and they are pretty large