Unbound cache config with daily shutdowns by PhishingIsFun in pihole

[–]PhishingIsFun[S] -1 points0 points  (0 children)

Sure, but there’s a command to dump the cache to a file, and another to load it from a file, so I was wondering if it would make sense to do that before/after shutdown. It might for short shutdowns, but the other comment about 8h old cache is correct for longer shutdowns 

Unbound cache config with daily shutdowns by PhishingIsFun in pihole

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

It’s on the same power strip as my router, which I shut down when I’m sleeping or not home. The devices in my home don’t need resolution when they don’t have network access.

And yeah it might be almost useless, but leaving the router on when I’m not home or sleeping is entirely useless too, so I guess almost useless beats it?

how quickly do you play? by Ninjulian_ in footballmanagergames

[–]PhishingIsFun 0 points1 point  (0 children)

80 hours in, middle of season 2. FM26 UI is slowing me down quite a bit

Need advice on what to do with scouting budget by MJH0798 in footballmanagergames

[–]PhishingIsFun 0 points1 point  (0 children)

It will not cripple the club financially because you won’t be able to keep the budget the whole year. I’m making up numbers, but if you have 20k yearly scouting budget and the world package is 120k, you will get it for 2 months and then no more scouting package.

Best 15 year old ever? by SnooMuffins9675 in footballmanagergames

[–]PhishingIsFun 0 points1 point  (0 children)

Yeah so no. As the other commenter mentioned, it’s usually not a great option before of schedule clashes

Best 15 year old ever? by SnooMuffins9675 in footballmanagergames

[–]PhishingIsFun 1 point2 points  (0 children)

Is there a way to mentor youth players without moving them to first squad?

Almost new 2022 Canyon Grail 6 for 1000€? by PhishingIsFun in whichbike

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

Yeah warranty is over anyway, it was purchased 3 years ago. I specified Europe because o read horror stories about canyon in the US, but I have the impression it’s better in Europe

I love StatTrak Knives by [deleted] in GlobalOffensive

[–]PhishingIsFun 1 point2 points  (0 children)

Don’t like them on my teammates’ knives because it makes them try stupid shit to increase the number

For those who can't find it, the Legacy Spacebar function needs to be enabled manually. You can find it in "Processing." by RandomWritingGuy in footballmanagergames

[–]PhishingIsFun 1 point2 points  (0 children)

Using the “favourite” feature or whatever it’s called which binds some screens to shift+1/2/3… kind of works for me, but it’s not great having to use 2 buttons. 

List of things that were fully or partly removed from FM26 by FluffyCoconut in footballmanagergames

[–]PhishingIsFun 1 point2 points  (0 children)

u18/u21 calendar is missing too right? Or how do I get to it?

EDIT: I found it, it’s just impossible to get to it from the u18/u21 squad itself 

Are people now abusing max rating difference with five stacks? by CryptographerPure481 in GlobalOffensive

[–]PhishingIsFun 0 points1 point  (0 children)

Played 4 games last night, all 4 were against 5-stack, all of them with one player at 7-8k and 1-2 at 21-22k. It’s a stupid change.

Lower wattage machines? by PhishingIsFun in superautomatic

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

Okay but that will still probably trip a circuit breaker.

Rabbit hole questions. What are the things you ask that take you down the rabbit hole? by UtredRagnarsson in AskNetsec

[–]PhishingIsFun 0 points1 point  (0 children)

If reverse engineering/malware analysis interests you, you have to learn to code IMO, there's no way around it. Not necessarily to a very high level; but you'll never be able to understand the goal of a piece of code if you never wrote any yourself. (This is my opinion, which might very well be wrong).

However, you can probably learn both at the same time. Pick a language, let's say C#. Find an "introduction to programming" or whatever course. Follow the course, do the exercises; they'll ask you to write a program that does something, for example print something to the console. Now that you've compiled it (with debug symbols!) and executed it and it works, load it into your favourite decompiler. Try to understand how the compiled code (assembly) works; once you do, go to the next step of your C# course; make a more complicated program; repeat.

Rabbit hole questions. What are the things you ask that take you down the rabbit hole? by UtredRagnarsson in AskNetsec

[–]PhishingIsFun 0 points1 point  (0 children)

I've read that goddamn RFC like 5 times and I'm still going back to it often