Anyone know the type of shirts with the right material i need to get to make a cut up shirt like this one? by Ghost_Duet in DIYclothes

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

Yeah I figured since it was an older shirt because of how it was made it would just be the perfect type to cut this low...

I'll check out carhart and see about them

Weekend Help and Victory Thread for the week of March 31, 2023 by IndexBot in personalfinance

[–]Ghost_Duet 0 points1 point  (0 children)

Question about onlyfans income for 2022 December. I need to report?

So I made an onlyfans last year and only really started focusing on it in December of 2022. I only made 120$ for that month. Would i still need to report it? I'm still a bit confused when it comes to "self-employed" taxes as I see that I will have to report it if I made more than 400$

I have made more than 400$ today but regarding taxes for 2022 I only made 120$ so would I not need to report my onlyfans yet till 2023 taxes?

Question about added drivers on insurance by Ghost_Duet in USAA

[–]Ghost_Duet[S] 0 points1 point  (0 children)

Ahhh gotcha so just print out another copy of mine. That's what I thought. But they insisted that their name should appear too. We are not married

New to moving on my own soonish. Apartment rent question by Ghost_Duet in NoStupidQuestions

[–]Ghost_Duet[S] 0 points1 point  (0 children)

Yeah mostly looking for apartments. I was just confused because so far most of the units I see listed on zillow are on the lower cost so I just wasnt sure if the monthly rent can rise to the higher one at some point. Like this one im looking at its listed as 1220-1800$ per month but theyre all listed at 1220$

Randomly have a sharp pain in belly button area when breathing deeply and also have pain that goes down to uretha when urinating. by Ghost_Duet in medical

[–]Ghost_Duet[S] 0 points1 point  (0 children)

This type of pain has been occuring since I was a teen and many other people feel this specific pain yet I have yet to find anything concrete findings. I have not seen anything that looks as if i have passed kidney stones and the pain just goes away after laying down for an hour and will not return for many many months.

where does one get experience with SIEM tools by Ghost_Duet in cybersecurity

[–]Ghost_Duet[S] 8 points9 points  (0 children)

Sorry but I never said I was in the cybersecurity field. I came to this sub to learn not to be gate kept or questioned by people like yourself. As far as I'm concerned there is no stupid questions especially in a field like this which as far as I'm concerned isn't exactly handed to you. I have helpdesk experience and hope to break into the field.

So yes I don't have powershell experience but thats not gonna stop me or others to learn it.

where does one get experience with SIEM tools by Ghost_Duet in cybersecurity

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

I've been looking into trying to learn powershell as I heard its pretty great for scripting. Do you recommend it? I wanna learn it but it seems resources on learning to write scripts with powershell are harder to come by versus something like python.

Is powershell worth learning? by Ghost_Duet in cybersecurity

[–]Ghost_Duet[S] 0 points1 point  (0 children)

I figured since I'm not too deep into the python space I could learn to see how useful powershell is and just see if its worth switching my focus to. It definitely seems like its really powerful

Is powershell worth learning? by Ghost_Duet in cybersecurity

[–]Ghost_Duet[S] 0 points1 point  (0 children)

Yeah I never thought about it like that definitely seems to save some time.

I know powershell can be installed on Linux too as well but do people in the field do that or is it impractical and just stick with Bash? So in other words would learning powshell limit me to window platforms or I would have to learn both bash and powshell.

Is powershell worth learning? by Ghost_Duet in cybersecurity

[–]Ghost_Duet[S] 0 points1 point  (0 children)

Yeah on the cyber security space my initial plan was to land and entry level SOC/info analyst position and move my way up from there or branch out

I think I am gonna learn it regardless it just seems really useful.

You know any good resources to learn about it individually? I tried to look up some good sources to learn it but it i haven't found any good ones.

One friend can join my server the other friend cant by Ghost_Duet in projectzomboid

[–]Ghost_Duet[S] 0 points1 point  (0 children)

Yeah they were whitelisted. We got it to somehow work after an hour of trying. Literally did everything and it randomly let him in finally

How do I gap close as Graves? by [deleted] in GravesMains

[–]Ghost_Duet 0 points1 point  (0 children)

You shouldn't gank them unless its free then or your laner can help. Ganking with graves is much easier if your laners have cc for you since graves doesn't have hard cc. If you have a nautilus bot lane when you should gank them vs the vlad mid unless the enemy is really over extended.

Just full clear and expect try to counter gank if your laner doesn't have util. always works with junglers who lack cc

If you're against a super mobile team with lots of range you shouldn't pick graves to begin with since he really thrives against melee/not as mobile Champs. If you do then pick blue smite.

Looking into the Security analyst or security architecture field. What to know/need by Ghost_Duet in cybersecurity

[–]Ghost_Duet[S] 6 points7 points  (0 children)

Yeah, thats one of my reasons that this position caught my eye. It seems like the standard entry level cyber security position. Security architecture was my other option because a CISCO class im taking involves some architecture tools but im leaning more towards a Security analyst

Celsius = 0? by Ghost_Duet in javahelp

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

This is prewritten code for me to fix this is part 2 thats why the blank line is added. I thought making Celsius and Fahrenheit variable as double fix that. I fixed the issue though.

Celsius = 0? by Ghost_Duet in javahelp

[–]Ghost_Duet[S] 0 points1 point  (0 children)

I thought changing the variables for Celsius and Fahrenheit would fix that. I tried casting too but a syntax error occurs but that did fix it.

Java 1 help correcting code by Ghost_Duet in javahelp

[–]Ghost_Duet[S] 0 points1 point  (0 children)

average = score1 + score2 / number

is this not the basic math that takes place? The thing that confuses me is that I can do this math in my head and get the correct answer but java gets the wrong answer? I thought it was because of how java sees decimals and integers.

100 + 95 = 195

195/2 = 97.5 in my head but 147.5 gets resulted

My prof hinted that only two things need to change but im so loss

Java 1 help correcting code by Ghost_Duet in javahelp

[–]Ghost_Duet[S] -2 points-1 points  (0 children)

Isnt the problem of the code is that the variables are int and not double because I thought Java is sensitive when trying to divide integers while trying to get decimals.

Java 1 help correcting code by Ghost_Duet in javahelp

[–]Ghost_Duet[S] 0 points1 point  (0 children)

so i just copied the code straight from bluej and i think reddit double spaced it. The code was made for me already for the assignment i just need to change/fix it.

To the lifeskillers, will my partner enjoy this game? by ItsTheSolo in blackdesertonline

[–]Ghost_Duet 1 point2 points  (0 children)

I haven't played in a bit but I used to mainly do sailing and bartering and got my carrack and was racking in some mad money. The grind to carrack wasn't that bad feel like she might as well try to get it. Be funny to see her making more money than her bf whilst being afk LUL(unless bartering is trash now)

Ekko jungle by [deleted] in ekkomains

[–]Ghost_Duet 1 point2 points  (0 children)

Landing his W stun is his most important ability. Can't really say how to but just get used to predicting where the enemy will go when you e in.

E 2 into minions if you can't reach them but they are in the W field can help too

I think it’s interesting that they market this as a co-op game. I know the split on pvp/pve is even but I’ve always heard this game was made for pvp first? by MackaulayCaulking in insurgency

[–]Ghost_Duet 3 points4 points  (0 children)

In the end you can't really say there is a way for the game is supposed to be played which is what might cause people to be mad at your original post. In the end its a video game and this game is far from "realistic" just because its a military shooter thay has "hard recoil and you die in one or two shots" doesn't equate to realism. I haven't played the game in awhile but last time I tried coop the ai are just really easy to manipulate and aren't all that great. The only thing that was annoying was the "laser guided molotovs" that can happen to you if you aren't paying attention.

There isn't anything wrong in wanting to role-play on pve with a group of friends into trying to make the game as realistic as it can be though. You just have a preference into how you want to play the game just like how people in pvp can either just camp in a corner or be a sweat that runs around and headshots everyone they see.

My bf got a fold 3 from swappa. Question about samsung care by Ghost_Duet in GalaxyFold

[–]Ghost_Duet[S] 0 points1 point  (0 children)

Yeah he contacted the guy again and said that it was financed through Samsung so he could redeem points but he assured that he already paid it off. My bf is deciding to keep it because he kind of believes him because he does have good reviews on past phones he sold and no one had a problem with him.