JackbyDev

joined 2 years ago
MODERATOR OF
[–] JackbyDev@programming.dev 3 points 4 hours ago (2 children)

I really hate when game devs don't make all characters opportunistically bisexual.

[–] JackbyDev@programming.dev 1 points 4 hours ago

I thought you said Outer Wilds.

[–] JackbyDev@programming.dev 9 points 4 hours ago

Romance in video games is fun, yeah, but it's usually just something extra. It's rarely the main focus and I'm hard-pressed to really imagine how to make it the main focus without making a gooner game. Usually romance/sex is sort of the cherry on top of an otherwise good game.

[–] JackbyDev@programming.dev 5 points 5 hours ago (1 children)

If the time travel rules are that you cannot change your present you return to, then it becomes tourism.

[–] JackbyDev@programming.dev 1 points 5 hours ago

This is why I try to find legitimate sites offering direct downloads instead of illegally uploading during torrenting. There are many sites offering direct downloads, but I often have trouble finding them.

[–] JackbyDev@programming.dev 2 points 7 hours ago (1 children)

Why do you think you can't cook with a microwave? 😭

[–] JackbyDev@programming.dev 3 points 7 hours ago
  • I use them sometimes.
  • Don't hate me because I like Markdown. :(
[–] JackbyDev@programming.dev 2 points 7 hours ago

I'm so fucking upset with you rin.im not even going to check what I'm saying and I'm adding a lil more to this to just pad it out and ooh I'm so angy with you grrr

That?

[–] JackbyDev@programming.dev 3 points 7 hours ago (1 children)

For folks wanting a summary. https://lemmings.world/post/21140218/13711785

This is bizarre. I hope they find peace. Idk how to not sound condescending when I say that.

[–] JackbyDev@programming.dev 4 points 8 hours ago

It's really funny to me that everyone thinks every database is always 100% correct. What a magical world it would be!

[–] JackbyDev@programming.dev 14 points 8 hours ago

Goober, they're gonna need to spend money on resources migrating away from it.

[–] JackbyDev@programming.dev 6 points 8 hours ago (1 children)

I'm ready to learn COBOL. I will take up the torch. If you know good places to start, let me know. Last time I looked into it it seems way more involved than running stuff like Python, Java, and C.

 

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.

 

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.

 
 

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?

24
Powering my GPU and rails (programming.dev)
submitted 1 month ago* (last edited 1 month ago) by JackbyDev@programming.dev to c/buildapc@lemmy.world
 

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.

 

I've seen some tools that do things like take snapshots periodically and ones that add snapshots to grub, but not this specifically. Does something exist?

This will probably be on EndeavourOS, not Arch directly, if it matters.

view more: next ›