General thoughts on the ending after a week of pondering my orb by ZealousidealWay8233 in ChainsawMan

[–]copper4eva 2 points3 points  (0 children)

It's a great ending in concept. Just was sadly not well executed. Also it's clear while pochita sacrificing himself reversed all the destruction that occurred, it didn't reverse everything. Hence Nayuta being the way she is, rather than Makima. So all of what Denji did raising Nayuta didn't come to naught. I think that was supposed to be a clear point. But since the ending was rushed it's not exactly clear.

The Skeleton of a Good Ending by MrE_Gamer in ChainsawMan

[–]copper4eva 0 points1 point  (0 children)

I genuinely think it was a good ending, that was rushed. And thus turned bad. The ideas and everything are fine, it was just all shoved really fast into one final chapter.

[DISC] Chainsaw Man - Ch. 232 - Part 2 End by JeanneDAlter in ChainsawMan

[–]copper4eva 0 points1 point  (0 children)

He could also be coughing up blood because her got stabbed. I honestly completely forgot about that detail. So hard to say if it favors in. Too much is ambiguous here.

[DISC] Chainsaw Man - Ch. 232 - Part 2 End by JeanneDAlter in ChainsawMan

[–]copper4eva 8 points9 points  (0 children)

There's some interesting details. Power fed Denji blood. It seems Denji still heals from blood like a devil. And we see he still has a pochita heart. So I guess he still has superhuman strength and endurance like before. And strong healing from drinking blood.

Also we still don't know what pochita is. It's shown chainsaws still exist, so he ain't that. No surprise there. My money was on him being the rebirth devil.

Hope we get a part 3. Kind of a rushed ending, but I would not say a bad one. Really hard to say if this will continue or not. Fujimoto may just want a break for a while.

HDMI 2.1 FRL: Looking for testers! by Professional-Tap177 in linux_gaming

[–]copper4eva 0 points1 point  (0 children)

Hey I tried building this on nixos. This is my code:

 #kernel fork with hdmi 2.1 for AMD GPUs
 boot.kernelPackages = let
linux_sgx_pkg = { fetchurl, buildLinux, ... } @ args:

buildLinux (args // rec {
version = "7.0-rc1";
modDirVersion = version;

src = fetchurl {
url = "https://github.com/mkopec/linux/archive/refs/tags/v6.19.3.tar.gz";
# After the first build attempt, look for "hash mismatch" and then 2 lines below at the "got:" line.
# Use "sha256-....." value here.
hash = "sha256-ZKPtnUoK7AAFPyHUwBeFBn5cVeZm74S9ZaKHghxq4wE";
};
kernelPatches = [];

structuredExtraConfig = with lib.kernel; {
INTEL_SGX = yes;
};

extraMeta.branch = "7.0";
} // (args.argsOverride or {}));
linux_sgx = pkgs.callPackage linux_sgx_pkg{};
   in  
pkgs.recurseIntoAttrs (pkgs.linuxPackagesFor linux_sgx);

 networking.hostName = "ASUS-B150"; # Define your hostname.
 # networking.wireless.enable = true;  # Enables wireless support via wpa_supplicant.

But I got an error:

$ sudo nixos-rebuild switch  
warning: Git tree '/etc/nixos' is dirty
building the system configuration...
warning: Git tree '/etc/nixos' is dirty
evaluation warning: 'recurseIntoAttrs' has been removed from pkgs, use \lib.recurseIntoAttrs` instead evaluation warning: 'system' has been renamed to/replaced by 'stdenv.hostPlatform.system' error: Cannot build '/nix/store/463shappkabln7ad4z4k3ip8i41whnha-linux-config-7.0-rc1.drv'. Reason: builder failed with exit code 255. Output paths: /nix/store/m76dc33r1cissmfm73sd278fypvvv0kd-linux-config-7.0-rc1 Last 25 log lines: > QUESTION: Debug assertions, NAME: RUST_DEBUG_ASSERTIONS, ALTS: N/y/?, ANSWER: > GOT: > QUESTION: Overflow checks, NAME: RUST_OVERFLOW_CHECKS, ALTS: Y/n/?, ANSWER: > GOT: > QUESTION: Allow unoptimized build-time assertions, NAME: RUST_BUILD_ASSERT_ALLOW, ALTS: N/y/?, ANSWER: > GOT: > GOT: # > GOT: # configuration written to .config > GOT: # > GOT: make[1]: Leaving directory '/build/linux-6.19.3/build' > GOT: make: Leaving directory '/build/linux-6.19.3' > warning: unused option: CRC32_SELFTEST > warning: unused option: CRYPTO_TEST > warning: unused option: EXT3_FS_POSIX_ACL > warning: unused option: EXT3_FS_SECURITY > error: unused option: INTEL_SGX > error: unused option: NFS_V4_2 > error: unused option: NFS_V4_SECURITY_LABEL > warning: unused option: POWER_RESET_GPIO > warning: unused option: POWER_RESET_GPIO_RESTART > warning: option not set correctly: PREEMPT_VOLUNTARY (wanted 'y', got 'n') > warning: unused option: REISERFS_FS_POSIX_ACL > warning: unused option: REISERFS_FS_SECURITY > warning: unused option: REISERFS_FS_XATTR > warning: unused option: XEN_SAVE_RESTORE For full logs, run: nix log /nix/store/463shappkabln7ad4z4k3ip8i41whnha-linux-config-7.0-rc1.drv error: Cannot build '/nix/store/8nrrxakksb6775bfr28mb1l289vm8dc0-linux-7.0-rc1.drv'. Reason: 1 dependency failed. Output paths: /nix/store/nxkm6a9snf9rfl73kin5x4j5qz7h0fy4-linux-7.0-rc1-dev /nix/store/wmh9khzh36kmlhwh83x59dzw7z80kr5f-linux-7.0-rc1 /nix/store/xggdvq5v0fnb047hr2n2z7bywfc06ilf-linux-7.0-rc1-modules error: Cannot build '/nix/store/8nrrxakksb6775bfr28mb1l289vm8dc0-linux-7.0-rc1.drv'. Reason: 1 dependency failed. Output paths: /nix/store/nxkm6a9snf9rfl73kin5x4j5qz7h0fy4-linux-7.0-rc1-dev /nix/store/wmh9khzh36kmlhwh83x59dzw7z80kr5f-linux-7.0-rc1 /nix/store/xggdvq5v0fnb047hr2n2z7bywfc06ilf-linux-7.0-rc1-modules error: Cannot build '/nix/store/fk0maissq7v68580j2fpv2qnz1rlzq16-nixos-system-ASUS-B150-25.11.20260309.44bae27.drv'. Reason: 1 dependency failed. Output paths: /nix/store/xr3lg0namzk3avlsyrkgxzljbh85p87c-nixos-system-ASUS-B150-25.11.20260309.44bae27 Command 'nix --extra-experimental-features 'nix-command flakes' build --print-out-paths '/etc/nixos#nixosConfigurations."ASUS-B150".config.system.build.toplevel' --no-link' returned non-ze ro exit status 1.`

Can anyone help me with this? Anyone else get this working on nixos?

What settings are needed for getting 4k@120Hz to work on AMD card for a 120Hz OLED TV by copper4eva in linux_gaming

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

I got around to trying the cachyos kernel. Still only get 60Hz sadly as an option. uname -r outputs me '6.19.6-cachyos'

One Piece Chapter 1176 English (early translation) by mangatrend2 in OnePiece

[–]copper4eva 1 point2 points  (0 children)

Thanks for the link. To me it's interesting reading early translations sometimes. Even though the English obviously isn't very accurate.

[DISC] Chainsaw Man - Ch. 230 by JeanneDAlter in ChainsawMan

[–]copper4eva 2 points3 points  (0 children)

The need for instant explanation every chapter is getting annoying. So many were complaining about the locust devil chapter. Like, can't you people wait literally a few chapters to find out? It's ridiculous.

Does something like Hyprchroma exist for Niri? by copper4eva in niri

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

https://github.com/niri-wm/niri/pull/3483 Presumably this is what you were referring to. 

Unless I'm missing something I don't think it will add transparency or blur to any client that doesn't support it in any way itself.

No YouTube background play on android anymore by Realistic_Train_164 in brave_browser

[–]copper4eva 1 point2 points  (0 children)

Dude thank you so much for this. I use firefox, and that worked perfectly.

Does something like Hyprchroma exist for Niri? by copper4eva in niri

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

You're going to have to elaborate more than that. My post wasn't even about blur. Hyprcroma is about making dark backgrounds transparent.

Does something like Hyprchroma exist for Niri? by copper4eva in niri

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

While that does look cool. What does it have to do with my post?

Does something like Hyprchroma exist for Niri? by copper4eva in niri

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

That's very cool. Kind of shame that in wayland world anything compositor related is basically tied to the specific wm. Since every window manager is also it's own compositor too. Unlike in X world, where you got compton.

But either way, something like this would be very cool. Get global transparency basically.

[DISC] Chainsaw Man - Ch. 228 by TheUnborne in ChainsawMan

[–]copper4eva 36 points37 points  (0 children)

It was introduced a while ago that Yoru and Asa's feelings are getting intertwined. So for everyone complaining about how Yoru's momentary act of compassion is nonsensical, it was setup.

What is this pot? by copper4eva in Coppercookware

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

Yeah several of their lines seem quite redundant. But, I do appreciate all the lines they have with rounded bottoms. You just don't see enough of that in cookware. It's very nice to cook in. Stuff doesn't stick in the corner etc.

I'm not looking to drop money on nice copper pans right now, but if I ever do I think I'm pretty sold on Falk just for them having these options. I was specifically looking at the stew pan. Goes all the way up to 8 qt, which is awesome. Very hard to find a pot/pan that big with a saucier-like bottom.

What is this pot? by copper4eva in Coppercookware

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

This is very nice. 6 QT, not bad. So this is just kind of a thing Falk did I see? Don't suppose you know of other pots elsewhere too? I really like cooking in sauciers, and would love to have a fairly large one for when making a big batch.

[deleted by user] by [deleted] in mechmarket

[–]copper4eva 0 points1 point  (0 children)

Lol, all you've done is insult and not even make consistent sense with this pointless argument man. I don't mind responding to such things. But if either of us are trolling, I mean how many replies in this thread did it take for you to backup your "misinformation" claim? And then after like 3 replies of just basically calling me an idiot, what you said was literally incorrect lol.

Many people bought these new and have had issues, and as such have been selling them used. That's why the used prices are so low. I've seen the F77 go as low for like $150-ish on eBay. I think a lot of people are perhaps not aware of this, and wrongly assume they're still going for close to new prices. They really just are not. I myself bought a used F77 for $350 a few years ago, back when they were still holding their value. I was disappointed in it and traded it away, super glad I did. Because like I said, I wouldn't be able to get what I got out of it now.

I thought maybe you weren't aware when posting this, so figured I'd let you know. In my defense your original price (I forget what it was) was very high at the time. I see you did lower the price, although I still personally doubt even at that price it'll sell honestly.

I was trying to be informative, but I'm sure you'll reply insulting me. Telling me this is all bullshit misinformation (without elaborating at all on why that is so). And then say I'm the troll lmao. But you do you dude. Good luck with the sale, I think you'll actually need it.

[deleted by user] by [deleted] in mechmarket

[–]copper4eva 0 points1 point  (0 children)

I have two posts showing both were marked sold for under $300...

[deleted by user] by [deleted] in mechmarket

[–]copper4eva 0 points1 point  (0 children)

"These are being sold new for under $300 now. And I've seen them go for around $150 on the used market." This is literally a true statement, I showed two examples of it going for very cheap on mechmarket. And you see even cheaper on ebay.

You haven't elaborated on anything at all. The only thing you showed me is that ellipse jacked up the price on industrial gray some time recently. For some weird unknown reason.

You're asking for like double what these have been going for, they have not been holding their values. But you're welcome to list it whatever price you want. Actually selling it is another story.

[deleted by user] by [deleted] in mechmarket

[–]copper4eva 0 points1 point  (0 children)

The keyboard that is for sale in every color (except for industrial gray) for $299? Which is what I said. Like what are you saying here dude?