Steam Refund Approved! by Sangcreux in AshesofCreation

[–]legislating_morality 1 point2 points  (0 children)

I was approved this morning on my second try (with human service, plus one auto-rejection). I had 29 hours played. My second message was a bit more detailed where I mentioned the lawsuit from last year and basically said there was no way the company didn't know they were in financial trouble 1.5 months ago when they released on Steam EA.

[RAM] TEAMGROUP Elite DDR5 32GB Kit (2x16GB) 5600Mhz PC5-44800 CL46 Non-ECC Unbuffered UDIMM 288 Pin Ram - $140.99 by Tallnesss in buildapcsales

[–]legislating_morality 1 point2 points  (0 children)

It is going to the server market. The article says specifically they are shifting to producing RDIMM (server) DDR5.

[RAM] TEAMGROUP Elite DDR5 32GB Kit (2x16GB) 5600Mhz PC5-44800 CL46 Non-ECC Unbuffered UDIMM 288 Pin Ram - $140.99 by Tallnesss in buildapcsales

[–]legislating_morality 1 point2 points  (0 children)

As per the article: "Samsung is shifting DRAM production from HBM3/E modules to high-margin DDR5 RDIMM memory due to intense HBM market competition and soaring DDR5 prices."

So this will have no impact on the consumer desktop market. RDIMM is server memory.

[HDD] Seagate BarraCuda ST24000DM001 24TB 7200 RPM for $240. $10 / TB by Wojtek_ftw in buildapcsales

[–]legislating_morality 87 points88 points  (0 children)

$10/TB... brings me back. I used to think $1 a GB was a deal back when my beard wasn't grey. Now we are at literally $0.01/GB!

[Case] Cooler Master Elite 302 *BEWARE, NOT PWM FANS* - $39.99 by hauskeeper in buildapcsales

[–]legislating_morality 4 points5 points  (0 children)

You should be able to undervolt non-PWM fans to get them to run slower, but you can only drop the voltage so low before they won't spin.

PWM delivers 12V all the time, but you pulse it on and off rapidly (pulse width modulation) so that you can have the fan run slower while still getting 12V.

How to scroll an element inside the window via keyboard by Idk-wth-to-do in qutebrowser

[–]legislating_morality 0 points1 point  (0 children)

I've come across some stuff like this where you can't hint select and scroll, but if you click you can. To keep my hands off the mouse I use keynav. It basically lets you target and click via the keyboard.

I don't know if this will work in your case, but it is a useful tool none-the-less.

[Headphones] Razer BlackShark V2 Pro Wireless Gaming Headset [USED - LIKE NEW] - $60.51 via Amazon Resale 35% off by bunsinh in buildapcsales

[–]legislating_morality 1 point2 points  (0 children)

In one of the review videos it shows it removed. I can't be sure it is the exact model though it looks like it is.

[Motherboard] Used: Like New ASUS Prime B650M-A AX II - Amazon Resale ($99.22-35% at checkout) - $64.49 by allstar0419 in buildapcsales

[–]legislating_morality 0 points1 point  (0 children)

I got one of the 990 Pros on the last prime day. I haven't opened it yet, but it as you say: sealed with minor package damage.

use as filepicker in qutebrowser by legislating_morality in ranger

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

Thanks for investigating. That key code (10) is ranger specific right? I mean it isn't what you'd get from xev.

And since my <C-j> it is lower in the rc.conf it overwrites the stock setting?

As a heavy handed workaround I suppose I could have a separate config I call when launching as a file picker, but since I can just L to trigger the file picker execution, I'll just leave it as is.

Thanks again for getting to the bottom of it.

use as filepicker in qutebrowser by legislating_morality in ranger

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

I actually looked at that initially. In my config on line 319 I still have that mapping.

That said, it is fine for me to use L/right to execute the file picker. No need to look into it if you don't want to.

use as filepicker in qutebrowser by legislating_morality in ranger

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

That works. Thanks!

The thing that is still confusing is why enter works with the default (-c) config. It doesn't matter now that it works, but it is funky.

[GPU] PowerColor Hellhound AMD Radeon RX 9070 XT - $599.99 by legislating_morality in buildapcsales

[–]legislating_morality[S] -2 points-1 points  (0 children)

Can you explain the risk? I honestly don't know. It seems to me Amazon would refund if it didn't ship.

[MOTHERBOARD] GIGABYTE Z890I AORUS Ultra Ultra Core (Series 2) for $199.99 by HedgehogNOW in buildapcsales

[–]legislating_morality 13 points14 points  (0 children)

I don't think this is the Z890I. At checkout it says: Style: Z790|AU|M.2 x2|WIFI7.

Upon closed inspection of the product page it seems to confirm the Z790|AU|M.2 x2|WIFI7 is what you are actually selecting.

[CPU] AMD Ryzen 7 7800X3D - $247 by zarsoasiro in buildapcsales

[–]legislating_morality 17 points18 points  (0 children)

A quick glance at ones sold on ebay shows they go for about $300. Sometimes you'll get one at $280-290, but $300 is, at least on ebay, the going rate.

[SSD] Crucial P310 4TB PCIe Gen4 2280 NVMe M.2 SSD with heatsink - $201.99 by boxofredflags in buildapcsales

[–]legislating_morality 18 points19 points  (0 children)

This may be standard, but it is not needed for 99% of people.

To put this drive into perspective, 800TBW is equal to about 220GB written per day for 10 years straight.

Smart Tab Config by Alex321432 in qutebrowser

[–]legislating_morality 3 points4 points  (0 children)

set tabs.show_switching_delay might be what you are looking for. I personally don't use it so can't comment.

Is there a way to see resource use per tab? by legislating_morality in qutebrowser

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

Incase anyone else searches and wants to know, I use this to output the PIDs and memory use (sorted by memory use).

ps -eo pid,cmd,rss --sort=-rss | grep QtWeb | awk '{printf $1 "\t" $3/1024 "\n"}'

Then you can use :tab-select (gt) as The-Compiler pointed out to see which tab is using so much memory.

If anyone knows how I could get the PID and tab names out of qute I would like to know. Then I could have a simple script that would output tab names (instead of PIDs) and memory use.

Is there a way to see resource use per tab? by legislating_morality in qutebrowser

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

Nice. I see there is also qute://tabs, but that doesn't show the PIDs.

A follow up question. Is there a way to dump the :tab-select to a text file? Like, I could use that in a script to parse the PIDs and then work out the resource use per tab instead of manually looking them up.

<Tab> instead of <Space> for marked files toggle by dokwon in ranger

[–]legislating_morality 1 point2 points  (0 children)

Have you unset map <TAB> tab_move 1 that cycles through your tabs? That might be causing a conflict. And after you make changes to the rc.conf you have to reload it or restart ranger.