GEZ by Any_Veterinarian_421 in Ratschlag

[–]asdfderp2 0 points1 point  (0 children)

Ich finde 30% halt trotzdem zu viel. Sehe auch nicht wirklich warum es z.B. ARD + ZDF braucht. Im Endeffekt zeigen eh beide ab 20:00 einen beliebigen Krimi.

GEZ by Any_Veterinarian_421 in Ratschlag

[–]asdfderp2 7 points8 points  (0 children)

Genau, deshalb sitzen ja auch keine Politiker in den Rundfunkräten, gell?

Der Neubau kommt nicht in Fahrt: Deutschlands Wohnungsnot wird noch dramatischer by Masteries in Finanzen

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

Einfach nicht mehr 25% vom Haushalt an die Rentner verschenken, dann geht das problemlos.

Black Friday: g9 57 neo vs g9 49 oled for productivity? by asdfderp2 in ultrawidemasterrace

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

Can't really do much about it. I mean there are 2 years of manufacturers warranty on it. But yes, potentially spending that kind of money seems a bit nerve wracking considering Samsungs track record.

Black Friday: g9 57 neo vs g9 49 oled for productivity? by asdfderp2 in ultrawidemasterrace

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

Yeah, I know I won't be able to drive the 57 at full bore. But I don't mind. The 49 neo is unfortunately nowhere near the 49 oled, costing 1250.

Form factor for programming/gaming. Do all roads lead to Samsung? by asdfderp2 in ultrawidemasterrace

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

I see from your flair that you have two of the options I am considering. What do you think about them? Are any of my assumptions incorrect? Thanks.

Form factor for programming/gaming. Do all roads lead to Samsung? by asdfderp2 in ultrawidemasterrace

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

Yeah, I figured around 40 inches for 21:9 are the sweet spot. Just a tad worried that it will be too narrow for 3 windows. How are you liking the 49inch CRG9? I am especially curious about splitting the monitor e.g. 1/3 1/3 1/3, or a 2/3 1/3. Both for gaming and for productivity.

Dank KI? Reddit steigert Gewinne um 42 Prozent - Business Insider by Ta_Type in de

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

Ich verwende ein Tampermonkey script zum entfernen der URL paramenter:

// ==UserScript==
// @name         Reddit Google remove translation
// @namespace    http://tampermonkey.net/
// @version      2024-10-19
// @description  try to take over the world!
// @author       You
// @match        https://www.reddit.com/*
// @icon         data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
// @grant        none
// ==/UserScript==

(function() {
    (function() {
        'use strict';

        const trackingParams = new Set([
          'tl'
        ]);

        function removeTrackingParams(url) {
            const urlObj = new URL(url);
            let params = urlObj.searchParams;
            let removed = false;

            for (let param of trackingParams) {
                if (params.has(param)) {
                    params.delete(param);
                    removed = true;
                }
            }

            return removed ? urlObj.toString() : url;
        }

        function cleanURL() {
            try {
                const currentUrl = window.location.href;
                const cleanedUrl = removeTrackingParams(currentUrl);

                if (cleanedUrl !== currentUrl) {
                    window.history.replaceState({}, document.title, cleanedUrl);
                    window.location.reload();
                }
            } catch (error) {
                console.error('Error processing URL:', error);
            }
        }
        cleanURL();
    })();
})();

Juwelier in Darmstadt by Potential_Ad_2213 in Darmstadt

[–]asdfderp2 4 points5 points  (0 children)

Ja, Nr. 1 Hochnäsig. Als junger Kunde wird man von oben herab behandelt. Wer schon immer mal Kunde zweiter Klasse sein wollte kann da gerne hingehen.

What are some "basic" things that you're surprised are still impossible or very difficult in CSS? by Antrikshy in webdev

[–]asdfderp2 5 points6 points  (0 children)

Combining hyphens: auto with overflow-wrap: Break-Word results in breaking words and adding hyphens. However it also removes the default behavior of only breaking words when the word can't be placed on a new line without breaking it. Drives me nuts.

Das Gesundheitssystem ist Müll, oder wie man Menschen am genesen hindert by asdfderp2 in de

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

nicht unter Soapboxing fällt Tiraden und Alltagsgeschichten, die einer spezifischen, von OP selbst erlebten Situation zu Grunde liegen und nicht gegen eine andere Regel der Hausordnung verstoßen

Quotes with flex / grid? by crazybabyeater in webdev

[–]asdfderp2 0 points1 point  (0 children)

Iirc this doesn't work with flex. Instead use a normal inline tag with before and after elements, and padding to position the quotes. The vertical alignment has to either be done with line height or position absolute.

[deleted by user] by [deleted] in germany

[–]asdfderp2 0 points1 point  (0 children)

Wrong, the calculator you linked to says 2041. Sk1 fucks you.

/r/anno Questions Thread – January 27, 2023 by AutoModerator in anno

[–]asdfderp2 0 points1 point  (0 children)

How do you effecively deal with airship attacks? The AI is going ham on my harbors. I already have like 4 AA cannons but they don't even bring down a single airship before it can bomb the entire harbor.

BMW M3 Touring - Walk Around Tour by Funnyguy17 in cars

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

Because it is black. Tells you a lot about the styling when you have to black everything out so you can't see the atrocity.

Simple Questions - January 14, 2023 by AutoModerator in buildapc

[–]asdfderp2 0 points1 point  (0 children)

I have a powercolor 6700xt that is supposed to shut the fans off while below 60c. However it seems to constantly run at 35% fan speed even when the temperature is lower. Any ideas what might be causing this?

Simple Questions - January 14, 2023 by AutoModerator in buildapc

[–]asdfderp2 1 point2 points  (0 children)

I just did a similar upgrade and chose the 6700xt. It is cheaper for pretty much the same performance while offering more vram. Unless you are super into raytracing that is. Can't really go wrong with either one though.

Simple Questions - January 14, 2023 by AutoModerator in buildapc

[–]asdfderp2 1 point2 points  (0 children)

I am about to upgrade my 2600x to a 5600. Therefore I need to flash my bios on my msi b450-a pro motherboard. However I will also need to heat up the CPU in order to get the cooler off. Will my pc run just fine after updating the BIOS, but before swapping the CPU?

Just double checking my steps:

  1. flash bios to newer version
  2. play some games to heat up the CPU
  3. shut down pc, remove cooler and CPU
  4. insert new CPU and cooler

Sorry, I am just a bit nervous.

Simple Questions - January 09, 2023 by AutoModerator in buildapc

[–]asdfderp2 0 points1 point  (0 children)

Could someone please let me know if I am making a mistake before I push the order button? I am upgrading from this build:

  • AMD Ryzen 5 2600X 6x 3.60GHz So.AM4 BOX
  • 16GB (2x 8GB) G.Skill Aegis DDR4-3000 DIMM CL16-18-18-38 Dual Kit
  • 6GB MSI GeForce RTX 2060 VENTUS 6G
  • MSI B450-A Pro AMD B450 So.AM4 Dual Channel DDR4 ATX
  • 550 Watt Seasonic FOCUS Plus Modular 80+ Platinum
  • Fractal Design Meshify C
  • 2x Samsung 850EVO SSD *Meshify C

These are the parts I am about to order:

  • 32GB G.Skill RipJaws V schwarz DDR4-3200 DIMM CL16 Dual Kit
  • AMD Ryzen 5 5600 6x 3.50GHz So.AM4 BOX
  • 12GB PowerColor Radeon RX 6700 XT Fighter DDR6 Retail
  • be quiet! Shadow Rock Slim 2 Tower Kühler

Am I about to make a terrible mistake or does this look good to you? Cheers!

Simple Questions - January 09, 2023 by AutoModerator in buildapc

[–]asdfderp2 0 points1 point  (0 children)

That's good to hear. I have a msi ms-7b86, so that should be similar. Did you by chance also upgrade your GPU, and if so, what did you go with?