JackbyDev

joined 2 years ago
MODERATOR OF
[–] JackbyDev 3 points 1 hour ago (2 children)

How breaking was it? I guess that's more important context

[–] JackbyDev 1 points 4 hours ago (2 children)

A positive thing to be able to accidentally not be able to progress in the story?

[–] JackbyDev 7 points 4 hours ago (6 children)

You think they intentionally released a patch just to screw over some mod devs?

[–] JackbyDev 2 points 4 hours ago

I'm assuming the hypothetical domestication process proposed by OP is magical though.

[–] JackbyDev 1 points 6 hours ago

I think this might be a reference to peace Walker. In peace Walker and 5 your home base is an oil rig. Both have a guy with a revolver but I only played 5 and don't remember a vampire.

[–] JackbyDev 1 points 6 hours ago

Something especially frustrating was that every gun had a blood ammo type for attacking BTs but the best method for nearly the entire game was to sneak and throw blood grenades instead. Then you get the cuff blade thing and the sneaking is still better. The only real depth to it is that I learned you can intentionally trigger the fights to farm chirillium.

[–] JackbyDev 6 points 6 hours ago

The game was really close to being amazing. A lot of aspects about the UI were annoying. Having so many cutscenes and progress screens for every delivery was insane. Having to skip each cutscene individually was also odd.

Luckily they patched that you only get the BT cutscene once after a while, because the roads that went through BT turf were such a pain.

[–] JackbyDev 4 points 6 hours ago

Keep on keeping on 👍

[–] JackbyDev 2 points 6 hours ago

How? I don't care how long a game takes to make, I want it to be good.

[–] JackbyDev 1 points 6 hours ago (4 children)

Couldn't you just kill primary quest givers and be locked out of the game?

[–] JackbyDev 2 points 6 hours ago* (last edited 6 hours ago)

Oblivion's scaling was so wonky. Especially compared with what I really believe to be one of the worst leveling systems of all time. Anyone defending the leveling in Oblivion is nostalgic or thinks things are good just because they're complicated. Being able to both under AND over level was such weird design.

[–] JackbyDev 4 points 6 hours ago (8 children)

How did they screw over Fallout London devs?

 

There are times I'd like to get a measurement of a room's layout. I know there are some apps that do this, but a lot are just full of premium pay wall stuff.

I'm just trying to get the dimensions of my office (it is an odd shape) so I can okay around with potential furniture layouts.

 
:: Remove make dependencies after install? [y/N] y

If I didn't remove make dependencies, would yay/pacman be smart enough to know the thing I am installing does not actually depend on them? It's a very nice feature of package managers that they track dependencies and can do things like remove "dangling" dependencies and I don't want to mess that up with some random dependencies needed only for a build. But I also don't want to install something every time I need to build lol.

So does yay and/or pacman know that the things I am installing don't actually depend on the make dependencies?


Solution: Keeping the make dependencies after install will not fool pacman and/or yay into thinking the make dependencies are "real" dependencies of whatever you're building from AUR. They both correctly recognize them as orphans (unless of course something else actually depends on them). So feel free to not remove them during install without worrying about dependency graphs getting tarnished; you'll be able to easily remove them later if you'd like.

36
submitted 3 weeks ago* (last edited 3 weeks ago) by JackbyDev to c/[email protected]
 

I am trying to make a 2024 version of my paladin. I can pick Oath of Devotion because it is free. I can pick the Xanathar's options and Oathebreaker because they are from 2014 content I own, but I cannot pick the 2014 version of things I own if they're in 2024 content I don't own. I can't use the Oath of the Ancients.

 

I'm interested in setting up something to act as a file server. Think of it as "the cloud" but local. I've never built (or bought) something specifically for this, so it's a big foreign to me.

I think really all I would want is something that can store a lot of TB of data easily. It doesn't need to be fast. It doesn't need to be able to stream media anywhere. It really only needs to be able to act as an SFTP server, maybe run sync thing (new to that), and maybe act as a NAS. My gut feeling is something like 10+ TB might be a good amount to start. Something that won't fill up quick and that I can put big things in (like a full system image of another computer) without concern.

What would be a good way to go about this? Building a computer like normal but getting very cheap stuff? Getting something pre built or used (like surplus office stuff)? I'm just not really sure where to begin.

 

When talking about inflation there are two main types. I usually call them treasury and CPI inflation, but I don't necessarily know if those are widely used terms. By treasury inflation I refer to the total supply of money, like the inverse of federal interest rates basically. By CPI inflation I mean the change of the consumer price index over time. Both are useful, but depending on the context one may be more useful than the other.

 

If I turn my controller on, it won't connect. But if it's on when I turn my computer on (or restart/wake from sleep), it connects just fine. I am using the "Xbox 360 Wireless Receiver for Windows". It's possible it's actually connected but not recognized by Steam or any games, but I am not sure how to troubleshoot that directly. The Arch wiki (linked) doesn't say anything about this specifically.

I am on CachyOS.

Any ideas? <3

Update: This somehow fixed itself. I don't think I even upgraded or anything since it was a problem.

 
58
submitted 1 month ago* (last edited 1 month ago) by JackbyDev to c/[email protected]
 

The initial concept developed by the company involved using heat generated by Bitcoin mining rigs, according to Heata Co-founder and CTO Chris Jordan.

"We literally put a Bitcoin miner in a barrel of mineral oil and plumbed it up to a radiator," he told The Register.

Edit, because I think folks may be confused due to the quote I put in. They are not installing crypto miners into water heaters. That was just their original inspiration. Sorry for the confusion.

"We're not looking at serving real time workloads, we're not doing websites, databases, message queue servers," Jordan explained. "Our ideal job is; here's a chunk of data, go and process that for some hours. And here's the result," he said.

This could still prove useful for 3D rendering workloads, finite element analysis, computational fluid dynamics, and others where there is a lot of CPU or GPU processing, he claimed.

 

My Keyboard has a chattering problem. On Windows I was able to run a program that would detect this and fix it. I believe I could use the built-in keyboard bounce accessibility feature to solve this, but the lowest setting it will allow me to use is 100 ms. When I type normally I will sometimes push a key that fast (e.g., hitting backspace a lot or in a video game). Is it possible to lower this settings to something like 10 ms? Maybe via the terminal?


Edit:

Potential workaround found. In ~/.config/kaccessrc manually change it to something like 10. Save and reboot. It didn't seem to take hold if I didn't reboot. Even typing this now I am seeing some problems, but I also hear the ding indicating it is working. Change BounceKeysRejectBeep to false to get rid of the ding. A comment on the bug mentioned 40 ms, so maybe that's a good sweetspot.

[Keyboard]
BounceKeys=true
BounceKeysDelay=10
BounceKeysRejectBeep=true
 

For me it isn't working. Single player works fine. If Crossplay is ON I can see other games on the world map, but time out when joining the lobby. When I disable Crossplay I see none at all. (Yes, this is the opposite of what you might guess based on other issues people have mentioned where disabling Crossplay fixed it.)

Update: I switched to Proton 9 from the Cachy version and it works!

 

On Windows I use the linked program. I tried using KDE's accessibility settings but the lowest time it can do it 100 ms, which I naturally do on occasion (mashing backspace quickly, for example). Is there any other solution?

25
Powering my GPU and rails (programming.dev)
submitted 1 month ago* (last edited 1 month ago) by JackbyDev to c/[email protected]
 

This will likely have some technical inaccuracies because I've never dealt with something this specific with PSUs. I have two slots for PCIe. I have a 3070 ti which has two 8 pin connectors. Each of this PSU's cords for the PCIe slots (minus that mysterious 600W one which I think is not for anything I'm doing due to the size) goes from the 12 pin on the PSU to two separate 8 pin connectors (well, 6 with the optional 2).

My gut feeling is to just plug a single cord from the PCIe slots I to the two slots on my GPU. But I'm wondering about what would happen if I plugged two cords into the PCIe slots separately and then put a single connector into the GPU from each. Would that be better/worse/the same/catastrophic?

I'm wondering if it has something to do with dividing the current among the different rails in the PSU or something? It has a little jumper to enable "overclocking" which does something like combining the rails, but I'd rather not fool with that. And it also might be totally unrelated to the other question. The jumper is, of course, just out of view of the pic, but it's also not really relevant.

Edit: I went with one and it's working fine.

view more: next ›