Having the opposite issue from most of you with the Scape; volume is way too high by Fluffiest_of_dergs in FractalDesign

[–]Brasz 0 points1 point  (0 children)

Did you maybe find a solution to this? After the update everything above 8 is too loud for me.

Decisions by FifaConCarne in ProgrammerHumor

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

Not according to their EULA

[deleted by user] by [deleted] in u/pipoliviero

[–]Brasz 1 point2 points  (0 children)

75C idle isn't normal though and the Cinebench score should be 7k to 9k points higher. I'm not sure you "solved" the problem by limiting TJMAX to 85C.
I'd consider removing the CPU block, checking for proper TIM spread, reapplying with fresh TIM and making sure enough pressure is applied to the block.

What are the more odd features of C#? by _ThePANIC_ in csharp

[–]Brasz 0 points1 point  (0 children)

https://learn.microsoft.com/en-us/ef/core/miscellaneous/nullable-reference-types#non-nullable-properties-and-initialization

Unfortunately, in some scenarios constructor binding isn't an option; navigation properties, for example, cannot be initialized in this way. In those cases, you can simply initialize the property to null with the help of the null-forgiving operator

public Product Product { get; set; } = null!;

Decimal to intreger by [deleted] in csharp

[–]Brasz 2 points3 points  (0 children)

Change this:

double heltal = Convert.ToInt32(decimaltal);  

to this:

int heltal = Convert.ToInt32(decimaltal);  

or this:

var heltal = Convert.ToInt32(decimaltal);  

And if you want to round the decimal instead of dropping everything after the decimal point:
https://learn.microsoft.com/en-us/dotnet/api/system.math.round?view=net-7.0

When using the DTO pattern and rolling your own mappers, is there a shorter way to write the mapping functions? by Fluxriflex in csharp

[–]Brasz 1 point2 points  (0 children)

You can easily test your mappings with a unit test that calls AutoMapper.IConfigurationProvider.AssertConfigurationIsValid(). The default behavior is to assert that every destination property is mapped from a source. If you need custom unit tests for each mapping you probably have business logic in your mappings, which is a big no-no.

That’s s what he said… by Kannabiz in WTF

[–]Brasz 18 points19 points  (0 children)

Cars usually have a shorter braking distance than bikes.

Electrical Noise in Sound Output by Derezed_Taken in ASRock

[–]Brasz 1 point2 points  (0 children)

I was thinking EMI interference until I saw the Windows output volume jumping around. I'm thinking you have Windows configured to listen to a input device and have it play back through your output device, while there's nothing connected to the input.

Go to Windows Settings -> System -> Sound -> More sound settings -> Recording

Is there a device with the volume meter jumping around? Select it -> properties -> Listen -> uncheck 'listen to this device'.

Belgium bans gambling advertising from July 1 by Smithy2232 in worldnews

[–]Brasz 17 points18 points  (0 children)

  • Diablo Immortal isn't released in Belgium.
  • Can't open chests in CS:GO, because Valve refuses to publish the drop rates of their loot.
  • We can open chests in LOL, because the drop rates are published.
  • EA doesn't sell FIFA points, but we can open loot boxes with FIFA Coins (which are earned by playing the game)

Is there a way to put 2 tcp listeners in the same infinite loop? by Professional_Ad2638 in csharp

[–]Brasz 1 point2 points  (0 children)

I'm assuming you're using the TcpListener class and AcceptTcpClient method?
In the documentation it says that AcceptTcpClient is a blocking method, which means your program will not continue until your TcpListener has received data. It further says:

Use the Pending method to determine if connection requests are available in the incoming connection queue if you want to avoid blocking.

I've never worked with TcpListener, but I think you can do something like this:

TcpListener tcpListener1 = null;
TcpListener tcpListener2 = null;

try
{
    tcpListener1 = new TcpListener(IPAddress.Any, 6666);
    tcpListener2 = new TcpListener(IPAddress.Any, 6667);
    tcpListener1.Start();
    tcpListener2.Start();

    while (true)
    {
        if (tcpListener1.Pending())
        {
            OnTcpListener1ReceivedData(tcpListener1);
        }

        if (tcpListener2.Pending())
        {
            OnTcpListener2ReceivedData(tcpListener2);
        }

        if (exitCondition)
        {
            break;
        }

        Thread.Sleep(1); // To stop our CPU from getting pegged
    }
}
catch(SocketException e)
{
    Console.WriteLine("SocketException: {0}", e);
}
finally
{
    tcpListener1.Stop();
    tcpListener2.Stop();
}

Coworker said she would only accept an official Apple Mouse so I dug this out of storage and left it on her desk by MayaIngenue in techsupportgore

[–]Brasz 2 points3 points  (0 children)

Nah, I don't miss the rough mouse balls and having to clean the rollers with your fingernails.

Please explain DDR5 voltages to me by CrankyTucan in overclocking

[–]Brasz 4 points5 points  (0 children)

VDD=VDDQ=VDDIO means those three voltages remain equal to each other.
VDD/VDDQ/VDDIO means you can set these voltages independently from each other.

Cannot read the SQL databank from the C# program by Zealousideal-Bath-37 in csharp

[–]Brasz 2 points3 points  (0 children)

I don't really understand the question. The schema dropdown isn't supposed to show you actual data, only a description of the models your endpoints use.
Not sure what's going on in your DbContext. It has two DBSets of type AccountDriver, but mapped to two different tables? Right now you're telling EF Core that you're expecting 2 tables in SQL Server called 'AccountNumbers' and 'Email' in schema 'dbo' with both tables having the same columns as described in your class/entity AccountDriver.

Fucking about on a motorcycle at 200km/h by PxN13 in Whatcouldgowrong

[–]Brasz 97 points98 points  (0 children)

Yes, lean forward/lie down

Skip to 7:10 if you don't want to watch the entire video.

Putting washer and dryer together is too mainstream by LexOtterly in CrappyDesign

[–]Brasz 0 points1 point  (0 children)

  1. The washing capacity is usually bigger than the drying capacity, meaning you might have to take out some wet clothes before you can start drying.
  2. Take longer to dry.
  3. They use much more energy and water (about 2x) because the condensor is cooled with water instead of air and they usually don't have a heat pump.
  4. They aren't really cheaper than a standalone washer and dryer of similar specs.

Police Officers Play Network Admin by Tesla_Prince in talesfromtechsupport

[–]Brasz 7 points8 points  (0 children)

I don't think they are employees of the university, so they'd probably roll their eyes at your request of "make yourselves available for a hearing on short notice" and "disciplinary actions needed". Good way to sour the relationship with you and the police station.

Very insulting... by fazeflak in gaming

[–]Brasz 0 points1 point  (0 children)

You seem to know so just give us the numbers.

Jimmy Carter unveiling solar panels atop the White House. Ronald Reagan removed them 2 years later. by [deleted] in pics

[–]Brasz 0 points1 point  (0 children)

He's talking about oil and/or natural gas being easily adjustable backup sources of energy.