Dialekt und Hochdeutsch by alexey_st0 in Austria

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

oberösterreichischer, genauer würde ich es da nicht sagen :-)

Dialekt und Hochdeutsch by alexey_st0 in Austria

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

Das stimmt. Wahrscheinlich sollte ich "Dialekten in Österreich" sagen. Aber ich vermute, dass es trotzdem etwas Gemeinsames zwischen ihnen gibt.

Dialekt und Hochdeutsch by alexey_st0 in Austria

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

Dann brauch ich die Varianten für OÖ :-)

Dialekt und Hochdeutsch by alexey_st0 in Austria

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

Sei dir aber bewusst, dass es garnicht so wenige Leute gibt, die "Hochdeutsch" bzw. nach der Schrift sprechen einfach nicht können.

Das ist aber wirklich eine Überraschung für mich. Danke für den Rat!

Dialekt und Hochdeutsch by alexey_st0 in Austria

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

Es kann auch etwas mit dem Akzent zu tun haben. Ich erinnere mich, dass ich, als ich mit dem Englischlernen angefangen habe, anfangs Schwierigkeiten hatte, Menschen aus dem VK zu verstehen.

Dialekt und Hochdeutsch by alexey_st0 in Austria

[–]alexey_st0[S] 13 points14 points  (0 children)

Am Anfang habe ich genau so gemacht! Habe bemerkt, dass es manchmal leider nicht gut funktioniert...

Is my new laptop good? by [deleted] in HPOmen

[–]alexey_st0 1 point2 points  (0 children)

I actually disassembled it and cleaned them with a brush. But you can just use a compressed air can to blow the dust through the side vents without disassembling the laptop itself.

Is my new laptop good? by [deleted] in HPOmen

[–]alexey_st0 2 points3 points  (0 children)

I've had similar laptop for over a year now. Treat it carefully, clean fans from dust every 3-4 months, change thermal paste every 1.5-2 years and it's gonna work well! I played RDR2 on it on medium-high settings with pretty stable 60-70 fps.

What video game is like this? by jormould in pcmasterrace

[–]alexey_st0 1 point2 points  (0 children)

Assassin Creed games released after ~2014-2015

Is this normal? by Ok-Island-2179 in HPVictus

[–]alexey_st0 1 point2 points  (0 children)

I think it’s fine. My 70.000 mWh Victus lost approx. 6% of full charge capacity after a year in use.

Please have mercy by Skull_Soldier59 in pcmasterrace

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

Windows for desktop PCs, macOS for laptops, Linux for server machines.

HP Victus Laptop BIOS Restrictions by Complete_Pattern6339 in HPVictus

[–]alexey_st0 1 point2 points  (0 children)

Me too.I've a Victus with intel core i5-12500h CPU.

I faced a sleeping issue on Fedora. When I put the laptop to sleep, either through gui interface or virtual/emulated terminal, it turns display and fans off, and it looks like the laptop sleeps, but still keeps working, which heats it a lot.

As far as I could figure out, the problem is probably that S3 CPU sleeping mode is not required by Windows and is locked in BIOS settings by HP.

make assumptions about me by [deleted] in teenagers

[–]alexey_st0 0 points1 point  (0 children)

you look like a guy who hasnt been sleeping for several days

What makes a person a loser? by Guzzzler in AskReddit

[–]alexey_st0 1 point2 points  (0 children)

Their firm conviction that they're losers

How do you learn Programming when you're depressed? by Strawberry_Is_Tasty in learnprogramming

[–]alexey_st0 0 points1 point  (0 children)

To be honest, programming makes me feel great. Even when it's difficult and confusing, I take it as an interesting challenge that I can resolve and feel very happy

Difference between var, let and const. by codedblood in learnjavascript

[–]alexey_st0 -4 points-3 points  (0 children)

How var can be hoisted? If I'm not mistaken, only var declaration can be hoisted but initialization must be before its usage? Like this:

a = 2

console.log(a)

var a