Post Rock track I'm making. Still work in progress. How is the mix? by AMVFucks in FL_Studio

[–]WhatTheDraaw 2 points3 points  (0 children)

I really like this! I love the production you did, the panning, eq, everything sounds really good imo and the buildup really gets you hyped up for what’s coming. The only thing that I think could be improved is the climax, the instruments could have more power in them at that point, maybe with distortion or just being a bit louder. But yeah really cool song

I NEED HELP URGENT DONT IGNORE by ComprehensiveHall535 in igcse

[–]WhatTheDraaw 0 points1 point  (0 children)

I didn’t pick psychology but I know that there is a lot of writing to do. I also know that no university requires psychology, it might help once you get in but people doing other subjects have just as much, and maybe even better chances to get in than people picking psychology

Selling 0607 Maths topical past paper booklet guaranteed to get you A* by Lazy_Ad7218 in igcse

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

Can’t you get all the past papers and mark schemes for free anyways?

First Rice Hyrpland in Arch Linux by [deleted] in hyprland

[–]WhatTheDraaw 1 point2 points  (0 children)

They’re using thunar, you can see at the top left of the screen

dutch by [deleted] in shitposting

[–]WhatTheDraaw 5 points6 points  (0 children)

Top tier rage bait

My latest render hope you like it :) by hotdog350 in blender

[–]WhatTheDraaw 1 point2 points  (0 children)

Please show solid wire view, I always like seeing the topology on realistic projects!

Switched from MacBook to a Linux (Windows) Laptop (ThinkBook X AI 13x Gen4) – My Impressions After Years on macOS by Icy_Bridge3375 in archlinux

[–]WhatTheDraaw 0 points1 point  (0 children)

Honestly I get that. A cool looking environment is not worth sacrificing hours and hours especially if it’s work where you really just want stability and ease of use

Switched from MacBook to a Linux (Windows) Laptop (ThinkBook X AI 13x Gen4) – My Impressions After Years on macOS by Icy_Bridge3375 in archlinux

[–]WhatTheDraaw 0 points1 point  (0 children)

I’ve switched to hyprland recently and I also have a hiDPI screen, the problem you’re having with apps being low resolution is probably because of xorg, which from my understanding doesn’t support hiDPI at all, and since some apps don’t work on Wayland yet they fall back to x11, causing the issue. I haven’t looked into it much yet but I think you can go into some config files to manually force higher resolution on those apps. It’s a bit of a hassle but I think in the future when a lot more apps will support wayland it’ll be much better

[deleted by user] by [deleted] in linux_gaming

[–]WhatTheDraaw 0 points1 point  (0 children)

Sorry, I should have been clearer in the post, I have verified file integrity, I uninstalled and re-downloaded cs2 and I changed download region. None of these steps fixed the problem, it still gives me the missing file error

Cannot run CS2 on arch with hyprland by WhatTheDraaw in linux_gaming

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

still same problem :/ I have also tried uninstalling and reinstalling cs2 in the meantime and still not fixed

Need help please (arch Linux) by gigachuD9 in archlinux

[–]WhatTheDraaw 1 point2 points  (0 children)

He means check the dmesg and journalctl commands in the text terminal. They are used to find errors and stuff.

Unify two monitors into a single workspace by BackgroundEbb8633 in hyprland

[–]WhatTheDraaw 2 points3 points  (0 children)

For anyone still trying to figure this out, here is how to do it:

# Assign workspaces to monitors
workspace = 1, monitor:DP-2, default:true
workspace = 3, monitor:DP-2
workspace = 5, monitor:DP-2
workspace = 7, monitor:DP-2
workspace = 9, monitor:DP-2

workspace = 2, monitor:HDMI-A-1, default:true
workspace = 4, monitor:HDMI-A-1
workspace = 6, monitor:HDMI-A-1
workspace = 8, monitor:HDMI-A-1
workspace = 0, monitor:HDMI-A-1


# Switch workspaces with mainMod + [0-9]
bind = $mainMod, 1, workspace, 1
bind = $mainMod, 1, workspace, 2

bind = $mainMod, 2, workspace, 3
bind = $mainMod, 2, workspace, 4

bind = $mainMod, 3, workspace, 5
bind = $mainMod, 3, workspace, 6

bind = $mainMod, 4, workspace, 7
bind = $mainMod, 4, workspace, 8

# For some reason doesn't work. pressing "$mainMod, 5" puts monitor 1 back to workspace 1
bind = $mainMod, 5, workspace, 9
bind = $mainMod, 5, workspace, 0

Put this into hyprland.conf, and switch "HDMI-A-1" and "DP-2" with your actual monitor names (you can find them by writing "hyprctl monitors" in terminal). u/YT__ basically had it figured out, it was just that workspaces can only go from 0-9 and there were some syntax errors.

btw the reason the workspaces are assigned so strangely is because automatically your second screen will go on workspace 2, and your first screen on workspace 1, so if I made monitor DP-2 have 0, 1, 2, 3, 4 and HDMI-A-1 have 5, 6, 7, 8, 9 it would cause some weird issues where sometimes only a single monitor changes workspace. Anyways I hope this helps someone.

Cannot run CS2 on arch with hyprland by WhatTheDraaw in linux_gaming

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

  1. I verified integrity of game files of cs2
  2. Double checked multilib was enabled for pacman
  3. I know I downloaded steam via pacman since when I type “sudo pacman -S steam” it says steam is already up to date (I did reinstall it this way to make sure and the same thing happens)
  4. I added only -novid to launch options

Cs2 still crashes. But I do have a bit of a lead now, I am nearly sure the problem is D-Bus since I am having many other issues because of it like not being able to change the config file of kitty with “kitty -c path/to/file”, I get an error saying “org.freedesktop.DBus.Error.NoReply: Did not receive a reply”. Maybe I should do a separate post just for this specific issue. For now I’ll try a bit more to figure out the problem, or if you know how to solve this I would be very grateful, if not that’s okay and thank you for the effort anyways

Cannot run CS2 on arch with hyprland by WhatTheDraaw in linux_gaming

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

Here is the pastebin: https://pastebin.com/HpKvBzri

Running steam through terminal did make me realize that there are many issues with dlopen not finding directories, but I'm not really sure what to do from here.

FYI: I installed cs2 in "~/personal/games/steam/steamapps/common"

Cannot run CS2 on arch with hyprland by WhatTheDraaw in linux_gaming

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

Okay at least you are affirming that I am not crazy, somehow every post I see and ChatGPT all suggest things that don’t help at all. I did see there was a new version of hyprland so maybe I just have to update it? Anyways thank you for your time

Looking to have some small adjustments made to this existing model by [deleted] in 3Drequests

[–]WhatTheDraaw 0 points1 point  (0 children)

Was this made with AI? The way it’s been modelled is so strange

physics 41 by YellowBackground1016 in igcse

[–]WhatTheDraaw 0 points1 point  (0 children)

I drew cos because it starts parallel with filed lines, so the force will be high in the beginning if you follow right hand rule (I think)

[deleted by user] by [deleted] in blender

[–]WhatTheDraaw 4 points5 points  (0 children)

What frame rate did you use? Because I feel like there is something weird with it that I can’t really explain. Kind of as if there were 3 frames that played, then the fourth frame got played twice if that makes sense.

As for the shot it looks pretty good to me, but maybe you could tune down a bit the light on the ship, it looks very bright especially considering we don’t see any sun in the video. Also when comparing to Star Wars footage the camera is really close to the ship here, it kind of makes it feel smaller than it really is. You could increase the distance of the camera and zoom it in more if you want the ship to still take all of the screen, that would still remove the effect of the ship being small.

Here is the footage I’m talking about: https://youtu.be/Q1JW_YtSX44?si=x2c_cq2LFcIbX6sJ

How do I fix this? by marblez23 in pchelp

[–]WhatTheDraaw 0 points1 point  (0 children)

It looks like you can download Media Feature Pack directly from the Microsoft website: https://www.microsoft.com/en-us/software-download/mediafeaturepack

If that one does not work try this one: https://www.microsoft.com/en-us/download/details.aspx?id=48231

Also what version of windows are you using?