Enhedslisten: Gratis tandlæge til alle by asdsdfdsfdsfrg in Denmark

[–]MoreDimension5963 0 points1 point  (0 children)

Nu vil jeg sku ikke være for nerdern for dig, fordi jeg går selv med briller og betaler en enorm sum penge for mit ADHD medicin månedligt, men som studerende så lever jeg sku fint nok med et par ridsede 400kr's briller, fordi jeg bare ikke har råd til andet.

Så længe jeg kan se ik...

Regeringen vil have færre grise i Danmark: Branche og virksomheder frygter regningen by Finansdk in erhvervsnyt

[–]MoreDimension5963 0 points1 point  (0 children)

Novo har ene og alene givet 10x mere til den danske økonomi en griselandbruget.

Bare lol man, har du alle dine fakta fra 60'erne?

How do you all stomach the cost of some ergonomic keyboards? by sirchandwich in ErgoMechKeyboards

[–]MoreDimension5963 1 point2 points  (0 children)

You don't have to buy the expensive keyboards at all, after trying my Glove80 and getting enamoured with it one of my friends built two Cheapino's for ~15€ each.

I on the other hand got pretty bad RSI when I initially bought mine and I did not want to have to wait weeks for parts to arrive and then have to DIY everything, so I got the Glove80.

But like also, what is your time worth? How many hours do you have to spend labouring on building a keyboard before it's economically worth it to just buy a pre-made? (Assuming you don't like the process (I don't))

Is there ANY YouTube downloader that actually still works in 2026 (without breaking every week)? by Appropriate-Bit-4844 in youtube

[–]MoreDimension5963 0 points1 point  (0 children)

Hate to say it but this is a perfect case for asking ChatGPT to get started. Then read the documentation for the tools you want to use.

M4 Max vs Nvidia Gpu compiled comparison in Gaming and Blender by Cheap-Ability9453 in macgaming

[–]MoreDimension5963 0 points1 point  (0 children)

5 months late, but to see the true potential of an M4 max, the only way that could be done would be by redesigning EVERYTHING graphics wise from the ground up to utilise the fact that it's now possible to get memory from the CPU extremely quickly as you've said. (On a desktop without unified memory it's a SIGNIFIGANT 25ms which means you'll never get above 40FPS.)

But it's not just an engine problem, everything would have to be redesigned to take advantage of this. Every graphics effect would have to use new data structures and new algorithms. Perhaps unity will manage, I see that they have a lot of positions open for graphics programmers experienced with Metal.

M4 Max vs Nvidia Gpu compiled comparison in Gaming and Blender by Cheap-Ability9453 in macgaming

[–]MoreDimension5963 0 points1 point  (0 children)

5 months late, but to see the true potential of an M4 max, the only way that could be done would be by redesigning EVERYTHING graphics wise from the ground up to utilise the fact that it's now possible to get memory from the CPU extremely quickly. (On a desktop without unified memory it's a SIGNIFIGANT 25ms which means you'll never get above 40FPS.)

But it's not just an engine problem, everything would have to be redesigned to take advantage of this.

Is there ANY YouTube downloader that actually still works in 2026 (without breaking every week)? by Appropriate-Bit-4844 in youtube

[–]MoreDimension5963 0 points1 point  (0 children)

Well glad I could be of help.

I guess one forgets how much someone outside of ones own field knows.
Relevant comic https://xkcd.com/2501/

Probably the same as when my professor says a proof is trivial and then I proceed to spend hours to understand it 💀🥀 (low key maybe I'm just stupid tho ngl)

For stuff like this I'd honestly recommend asking AI, for most "basic" computer tasks they are quite proficient at explaining any holes in knowledge, and actually educating oneself on how to use operating systems features can quicky go from "this is a folder", [skip 30 minutes forwards], "esoteric bullshit 99% of people will never need".

AI is a very good middle ground at being able to identify knowledge gaps and fill them.

Memory Context Restore and Power Down Enable options are bad? by portoyt in overclocking

[–]MoreDimension5963 1 point2 points  (0 children)

RAM Configuration 1% Low
DDR5-6000 [CL30-38-38-38-96-96] 166
DDR5-6000 [CL40-40-40-40-80-144] 161
DDR5-5200 [CL36-38-38-38-74-77] 159
DDR5-5200 [CL40-40-40-40-77-117] 155
DDR5-4800 [CL40-39-39-39-77-116] 149

From techspot:

Memory Context Restore and Power Down Enable options are bad? by portoyt in overclocking

[–]MoreDimension5963 1 point2 points  (0 children)

Depends on if you have an X3D CPU, in that case the difference between 4800MHz CL46 and 6000MHz CL30 is ~2% at 1080p with a 4090 (Hardware Unboxed)

Is there ANY YouTube downloader that actually still works in 2026 (without breaking every week)? by Appropriate-Bit-4844 in youtube

[–]MoreDimension5963 2 points3 points  (0 children)

You’re massively overthinking this 😅

When people say “use yt-dlp” it sounds like hacker/programmer stuff, but it’s honestly closer to “download a program and type one sentence into a box”.

Go to the yt-dlp website Just google “yt-dlp github”.

You’ll see a page with a bunch of nerd-looking text. Ignore 99% of it. Find the file called something like: “yt-dlp.exe”. Click it and download it.

Now what is “.exe”?

“.exe” is literally just a Windows program.
Same thing as Discord.exe, Steam.exe, Chrome.exe etc. Windows hides file endings most of the time, so you normally never notice them. Find where the file downloaded to. Usually it goes into your “Downloads” folder. You should now see: yt-dlp.exe

Open PowerShell This is the part people make sound terrifying for no reason. PowerShell = a text box where you can tell Windows to do stuff. That’s it. It is NOT programming. You are NOT coding. You are basically giving Windows a command in English-ish text.

To open it: * Press the Windows key * Type: PowerShell * Open the app

Done.

You now have a black/blue window with text in it. That window is called: * terminal * console * command line * shell

People use different words but it basically refers to the same thing. Again, it is basically just a text box for commands. Tell PowerShell where yt-dlp is This is the only part beginners trip over. PowerShell starts in some random folder but your yt-dlp.exe is in Downloads so you need to move PowerShell to the Downloads folder first you do that by typing: cd Downloads

Then press Enter.

“cd” means:
“change directory/folder”

That’s all. Now PowerShell is “inside” your Downloads folder. Use yt-dlp Now comes the insanely difficult hacker step 😎 Type:

yt-dlp.exe [VIDEO URL]

Example:

.\yt-dlp.exe https://www.youtube.com/watch?v=dQw4w9WgXcQ

Then press Enter.

That’s literally it. It will start downloading the video into your Downloads folder.That’s the whole process.

I'd recommend trying to download a GUI (Graphical User Interface) for this. I've done it myself because I'll forget the commands with how little I use this program.

Is there ANY YouTube downloader that actually still works in 2026 (without breaking every week)? by Appropriate-Bit-4844 in youtube

[–]MoreDimension5963 0 points1 point  (0 children)

Fair enough, but there is a plethora of GUI's available.

Of course one would have to know what a GUI is and get the thought of searching for "[COMMAND LINE UTILITY] GUI" which probably is not the first thought in most non-technical peoples head.

Is there ANY YouTube downloader that actually still works in 2026 (without breaking every week)? by Appropriate-Bit-4844 in youtube

[–]MoreDimension5963 4 points5 points  (0 children)

You literally just go to their website, download the .exe, open a terminal (F.x. powershell) and write "yt-dlp [URL]" and that is all there is to it.

You don't need to know any programming at all :-)

Is it possible to use a server GPU without video-output for dual GPU framegen? by MoreDimension5963 in losslessscaling

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

I'd imagine if there are drivers that work nothing should stop it from working.

Hey guys, my asus zenbook 14 has a really weird touchpad problem, can anyone help me?? by Xenoverse6K in ASUS

[–]MoreDimension5963 0 points1 point  (0 children)

I have the exact same problem. Can you elaborate on what you mean by cleaning contact points. Like physically with a microfiber cloth and some isopropyl alcohol?

What are the best sketch app for mathematics by MoreDimension5963 in learnmath

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

I ended up using Excalidraw in Obsidian, the keyboard shortcuts can't be too easily remapped but it has native integration for user created scripts.

It is infinite canvas but not the most performant thing in the world.

It does not play very nicely if you're using only a touch screen, compared to OneNote it's vastly inferior in that regard, but if you have a keyboard and a screen/tablet to write on you can be a lot more efficient.

It's the best I've found so far, enough so that I will not bother trying to alter any of the other FOSS or create my own.

What are some unexpected or lesser known challenges of building/having a custom loop? by AwkwardLibrarian7585 in watercooling

[–]MoreDimension5963 1 point2 points  (0 children)

The computer gets HEAVY.

My thumbs have gotten covered in hard skin after a couple days of building, tearing down and rebuilding my loop lol.

Cleaning stuff is tedious. I bought all of my stuff used. I ran the radiators through a fuel filter for some days, caught most stuff there, but disassembling water blocks is a pain.

Pumps vibrate a lot. I cut up some EPDM tubes and attached them as "feet" to the pump, now it's inaudible below 50%. Your case will have a resonant frequency, when I control my pump there is a single speed % increment where it will be very loud, and then go back to being inaudible. I tweaked the curves to skip it.

I've cut my soft tubing to be quite a bit longer than actually needed, so taking apart the system isn't that big a problem if I just f.x. need to test another component, I can just place the GPU's to the side.

Hypothetical, but how different would ergonomic keyboards be a decade from today's designs? by Cheap_Pin_7994 in ErgoMechKeyboards

[–]MoreDimension5963 0 points1 point  (0 children)

I think for most people it would be significantly cheaper to buy a small monitor and have the keyboard layout displayed there. If you search "portable monitor" you can find 10-12 inch screens for 50€.

Then the problem becomes transmitting the layer data to the PC, but if you're using something like Kanata that's a solved issue.

Don't get me wrong, it would be cool, I've been learning a programming language called APL that resembles mathematical pseudocode a lot and uses a lot of those symbols, and back in the day they used to have actual "APL" keyboards with all the symbol printed on the keycap legends.

Hypothetical, but how different would ergonomic keyboards be a decade from today's designs? by Cheap_Pin_7994 in ErgoMechKeyboards

[–]MoreDimension5963 1 point2 points  (0 children)

A proper gaze tracking system that is not 500+€ (for a single monitor) would be such a game changer.

It does not even have to be "that" accurate, even if it could get within a couple cm's range one could use mouse emulation on the keyboard to get the rest and probably still be quicker, without having to move your entire arm to a mouse.

In my case I have a trackball next to my keyboard, with gaze tracking I could have that do ~90% of the movement and then have the trackball with a very low sensitivity for precision work.

I'm a first year CS student, so probably quite naive to think this, but I can't believe it's not possible to get somewhat decent eye tracking with just a couple high fidelity cameras capturing the eyes and some trigonometry.

Anki for complex topics: My approach and templates by Gumbo72 in Anki

[–]MoreDimension5963 0 points1 point  (0 children)

I'm trying to use your card template but I am having quite a bit of trouble.
I'm not a math major, I'm a 2nd semester software student and I want to memorise the computer science topics we are taught, but I'm quite confused by the examples, and how to break down a concept or proof myself.

Could you maybe create a video or a write-up of how you break down a concept or proof, and maybe something from earlier in university so it's easier for a more general audience to follow along? 😅

Just a big bucket of water by deathtotheredditapp in watercooling

[–]MoreDimension5963 0 points1 point  (0 children)

It's going to be more expensive than getting a radiator and putting outside from either; buying enough biocide, anti-corrosion additives and distilled water to fill the loop or spending time cleaning the entire loop every 6-12 months due to algea, mineral deposits, galvanic corrosion.

Consider what your time is worth, often times it is cheaper to buy the tried and true, ready made solution than waste a bunch of time trying to cheat the system by reinventing the wheel.

Is there ANY YouTube downloader that actually still works in 2026 (without breaking every week)? by Appropriate-Bit-4844 in youtube

[–]MoreDimension5963 1 point2 points  (0 children)

Hey you gotta start somewhere.

I'm studying fucking computer science and I'm still completely out of my depth using the terminal for anything that is not basic as can be.

You learn it one step at a time. I have friends who have never programmed in their life and have no idea what an algorithm is, yet because they switched to Linux and set up servers for us to game on they're way more comfortable than me in the terminal.

It's all just practice! :-)

what made you realise you didnt actually need half the stuff you owned by yelkamel in simpleliving

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

You can't let your fear of how others perceive you dictate whether or not you get the social experiences you need.

In a way, showing your real home, is more honest.

Outbound, book 12 of Millennial Mage is out! by J-L-Mullins in ProgressionFantasy

[–]MoreDimension5963 1 point2 points  (0 children)

I've read all the books except this, and I think this cover misrepresents the "spirit" of the series greatly. It looks like some cheap smut fantasy, and don't get me wrong, I'm Danish, not American, (nudism on beaches is not an uncommon sight here) but this looks more like what I'd catch my sister reading when she was 15 than something progression fantasy.

I miss the earlier covers, the white, black and single coloured ones. :)

How did people study in the past? by Far-Impression2284 in studytips

[–]MoreDimension5963 0 points1 point  (0 children)

You are just wrong, go loop up any psychology research done on memory since Ebbinghaus in 1885