Pyroglyph

joined 1 year ago
[–] Pyroglyph@lemmy.world 7 points 4 months ago

Not to mention VSCodium already exists.

[–] Pyroglyph@lemmy.world 1 points 6 months ago

I figured they would just run sfc /scannow and then sit staring at their screen bewildered when it inevitably does nothing.

[–] Pyroglyph@lemmy.world 2 points 6 months ago (1 children)

Just found this article about it that seems to fundamentally misunderstand it in every single way. I didn't know it was even possible to be this clueless. Either that, or it's AI.

[–] Pyroglyph@lemmy.world 16 points 6 months ago

Thor from Pirate Software (a game studio) does this. He has his set up so that if he doesn't log into a specific server for a year, the source code to his game will be automatically published.

You could do the same thing. Just grab a super cheap server that checks the last login date and sends out emails.

[–] Pyroglyph@lemmy.world 7 points 6 months ago

Her family tree must be a Penrose triangle

[–] Pyroglyph@lemmy.world 9 points 6 months ago

It’s been 4 years since I built my last one, but I still think it holds true.

I've heard Intel chips still run hot, especially the 14th Gen i9. However, I came across this article by Puget Systems (a system integrator who mainly deals with professional workstations rather than gaming rigs) who found that decreasing the PL1, which I assume means Power Level, from 253W to 125W was a good enough tradeoff for performance/heat that it's the default configuration they ship to their customers.

On the other hand, they still do mention that tasks such as UE light baking, V-Ray, Cinebench, and Blender saw gains of 10-18% when using the higher power limit, which seems much more like what OP's workload is. Puget then proceed to recommend a CPU with a higher core count like a Threadripper PRO for those kinds of workloads, so perhaps OP really would be better off going AMD for their workstation.

[–] Pyroglyph@lemmy.world 5 points 6 months ago (1 children)

I think I'd find that annoying. If a player wanted to quickly switch to the other input method in an intense moment then they'd just be waiting for half a second for their inputs to register. They'd probably think the game is bugged!

[–] Pyroglyph@lemmy.world 5 points 6 months ago

The way I do it would work well. Treat such vectors as two separate components. Not as X and Y, but Direction and Magnitude. No matter how many ways you can find to break the input, as long as you clamp the magnitude you'll never go faster than intended! This also conveniently solves the √2 problem when moving diagonally.

 

Many games support both keyboard/mouse and controller input. Many users (myself included) may wish to switch their input method mid-game, but what is the best way of handling this?

There are two potential solutions:

  1. Have the two input methods combine and reach a consensus (e.g. pressing W on the keyboard while moving the left thumb stick to the left will cause the player to move forward and left)
  2. Have only one input method work at any given time, but switch automatically depending on what the player most recently used.

Technically there is a third option, which is to have the user manually switch between the two input methods in a menu somewhere. I don't consider this a real option because the user experience would be terrible.

So, which solution do you think is better and why?

[–] Pyroglyph@lemmy.world 1 points 6 months ago* (last edited 6 months ago) (1 children)

As someone who tried NixOS recently for the first time, it feels like an uphill battle.

Some immediate concerns I have as a newbie are below. Bear in mind that I'm a single user on a single system.

Organisation is daunting as fuck
Even a relatively simple desktop config seems rather large to me. I expect the complexity of my config to balloon if I were to use this as my primary OS. There seems to be no consensus on how things should be separated.
I've heard home-manager is good, but I don't really get the point of it. What does it achieve for me that editing configuration.nix doesn't? I've yet to find a benefit. It's just another place to dump endless configs and another command to remember to run.

Installing software feels like the roll of a dice
I installed NixOS to try Hyprland, and their docs say to just use programs.hyprland.enable = true, which I've come to learn is a module. But that's not the only way to install things! You also have system packages and user packages! I just want to install some software, I don't want to have to look up whether it's a module or a package every time I want something new. I'm never sure what I should add to which section. No other distro that I know of has this problem! Having 3 different places to add software seems excessive. What am I using? Windows? And now there's Flakes too. I'm sure they're great, but right now I just see them as yet another way to install software on Nix. Great.

There's more, but I'll leave it there for now. I'm sure there are reasonable answers to all that I've said, but I'm just frustrated. I really want to like Nix, but it's not making it easy.

tl;dr: Two things. 1) Lack of consensus on how configs are organised is confusing. 2) Having 3 different ways of installing software (modules/packages/flakes) does not feel better than apt install or pacman -Syu etc.

[–] Pyroglyph@lemmy.world 1 points 6 months ago

I hate them too.

I come to news sites to read articles, not watch videos. If I wanted to watch videos I would go to YouTube. It's as simple as that.
Making them autoplay is just adding insult to injury (as well as wasting bandwidth for literally no reason).

Let's do some napkin maths while we think how much energy has been wasted by autoplaying a video for every visitor.
If I were to guess, the video player pre-caches a few seconds of content, maybe up to 10. That's a fair few MB worth of reasonable quality video/audio data. Now multiply that for every single visitor. That's a lot of wasted energy. The page itself is likely ~1MB in size (at least you'd hope), so they're potentially increasing their costs by an order of magnitude by having the videos autoplay.

It's monumentally stupid.

[–] Pyroglyph@lemmy.world 5 points 6 months ago (2 children)

Gotta back up that claim my dude. Not everyone knows what everyone else has done.

 

Steps to reproduce:

  1. Make sure you have Boost set up with at least two different accounts (e.g. abc@lemmy.world and xyz@lemmy.ml).
  2. Make a note of which account you're currently using in the main sidebar/drawer on the left (e.g. abc).
  3. Visit a post and start making a comment.
  4. Change your account to another one using the drop-down (e.g. change from abc to xyz)
  5. Post your comment.

The comment will appear under the first account's name (abc), instead of what you set in the dropdown.

 
 

It's not 100% consistent, but it seems to happen more when the images are partially off-screen.

 

I'm not currently developing a Lemmy app, and I have no plans to, so this is not a market research post for myself. If anything, I'd like it to be a resource for existing developers to see which features the community most wants!

So, putting aside regular features (e.g. things that the Hard-R app already does), I'm specifically wondering about which less common features you all want?

Here's of one of mine:
I'd like to be able to limit my usage of an instance to a specific account. For example: I never want to post to LemmyNSFW from my main account. That's what my alt is for. So I want to be automatically switches to my preferred account per-instance when I interact with it (or at least give me the choice to switch on-the-fly when composing a post or comment).

 

Hello c/homelab!

My NAS currently consists of 6TB of spinning rust, one disk only. As time goes on I increasingly think about how annoying it would be to lose it to a random drive failure.

So, I recently had an idea for a new storage setup when I saw a 2TB M.2 drive for £60-70 online. Given the low price, these drives are likely low-quality and probably cacheless too, but I have a potential solution: If I bought 4 of these and set them up in RAID10, would that be a sensible way to effectively double the speed and increase redundancy?

Yes, I know it's probably a silly idea when I can just spend more on 2 faster and more reliable drives, but I would like to at least hear from people who might have tried something similar! So what do you think?

 

I have the Valve Index and I'm looking to experiment with using Linux as a daily driver (again). I've tried the latest version of Pop!_OS since I heard people have had good experiences with that, but I get various errors when starting SteamVR (some bluetooth errors, and some others that I don't remember the codes for) that don't seem to have any fixes right now. I would rather not spend an entire day downloading and installing a big list of distro's just to find out something doesn't work, so can anyone detail their good experiences using VR (ideally the Index) on Linux?

I'm by no means afraid of the terminal, so if I have to set up a few things there then that's fine, but I would rather that be kept to a relative minimum if possible.

view more: next ›