Stuttering and texture pop-in makes me immediately wonder if your SSD shit itself.
Maybe see if there’s anything in the system logs and/or SMART data that indicates that might be a problem?
Stuttering and texture pop-in makes me immediately wonder if your SSD shit itself.
Maybe see if there’s anything in the system logs and/or SMART data that indicates that might be a problem?
Cloudflare tunnels are the thing you’re looking for, if you’re not opposed to cloudflare.
You run the daemon on your local system, it connects to cloudflare, and presto, you’ve bypassed this entire mess.
I think the thing a LOT of people forget is that the majority of steam users aren’t hardcore do-nothing-but-gaming-on-their-pc types.
If you do things that aren’t gaming, your linux experience is still going to be mixed and maybe not good enough to justify the switch: wine is good, and most things have alternatives, but not every windows app runs, and not every app alternative is good enough.
Windows is going to be sticky for a lot longer because of things other than games for a lot of people.
What, you mean you don’t play games and go “Well that looked great! Well worth my time!” like an awful lot of the AAA game industry appears to think gamers do?
Huh.
Seriously though, I’m curious how we ended up in the make-shit-prettier race and not a make-the-writing-good, or make-the-game-actually-fun, or even things like make-more-than-two-dungeons (looking at you, Starfield) race.
Especially given the cost to me, personally, to keep upgrading my GPU has reached an untenable level: I’m sure as crap not paying $2000 for a new GPU just so we get a few extra frames of hair jiggle or slightly better lighting or whatever.
Listen, is it really a 3d printer hobby if you don’t have 5 or 6 printers, none of which could actually print anything, and five boxes of parts laying around for you to fix your printers?
Oh also see above while planning another printer project, because none of those printers will do something you might want to do.
(/s, kidding, etc, but there’s That Guy somewhere, and you know who you are.)
Oh, that’s neat and I can certainly see why that’s useful.
I have to do a little gcode header swapping by hand because I’m cheap and bought a p1p and am certainly making it do things it’s not really designed to do, and that kind of functionality could save a bit of time.
What is a macro in this context that requires custom firmware?
My googling makes it just look like gcode stuff to work around hardware issues, but I’m confused how that requires Klipper, since you can drop any gcode block you want into any slicer I’ve ever seen?
I was just curious if they had done their own thing. Some companies just ship Cura, some have done their own thing, and I wasn’t aware of which way they went.
I’m not a giant Cura fan* so was just curious.
(* Cura has the problem of trying to be everything for everyone and to do everything anyone ever might want to do, and ends up just being… a bit much.)
The software was easy to pick up.
Are they shipping something other than Cura?
I’m a fan of the Bambu printers because they just simply work.
You want to print something, they print something, done.
If you want to fiddle, then they’re the wrong printers, but if you want to model shit and make things then they’re really hard to beat right now.
And, yes, I have reservations about the closed sourced nature, but honestly ask yourself: are you going to contribute to the code? Are you going to build your own firmware to run on your printer? If the answer is no, then that’s probably not really a concern that should be driving your decisions.
It is mostly professional/office use where this make sense. I’ve implemented this (well, a similar thing that does the same thing) for clients that want versioning and compliance.
I’ve worked with/for a lot of places that keep everything because disks are cheap enough that they’ve decided it’s better to have a copy of every git version than not have one and need it some day.
Or places that have compliance reasons to have to keep copies of every email, document, spreadsheet, picture and so on. You’ll almost never touch “old” data, but you have to hold on to it for a decade somewhere.
It’s basically cold storage that can immediately pull the data into a fast cache if/when someone needs the older data, but otherwise it just sits there forever on a slow drive.
…depends what your use pattern is, but I doubt you’d enjoy it.
The problem is the cached data will be fast, but the uncached will, well, be on a hard drive.
If you have enough cached space to keep your OS and your used data on it, it’s great, but if you have enough disk space to keep your OS and used data on it, why are you doing this in the first place?
If you don’t have enough cache drive to keep your commonly used data on it, then it’s going to absolutely perform worse than just buying another SSD.
So I guess if this is ‘I keep my whole steam library installed, but only play 3 games at a time’ kinda usecase, it’ll probably work fine.
For everything else, eh, I probably wouldn’t.
Edit: a good usecase for this is more the ‘I have 800TB of data, but 99% of it is historical and the daily working set of it is just a couple hundred gigs’ on a NAS type thing.
I’ll admit to having no opinion on windowing systems.
If the distro ships with X, I use X, and if it ships with Wayland, I use Wayland.
I’d honestly probably not be able tell you which systems I’ve been using use one or the other, and that’s a good thing: if you can’t tell, then it probably doesn’t matter anymore.
Oh, that makes sense. I was trying to mentally imagine what kind of FDM printer could possibly need that much power and was very much coming up with a blank, lol.
So uh, if I can ask, why?
Like what are you doing that needs this kind of uh, upgrade?
One thing you probably need to figure out first: how are the dgpu and igpu connected to each other, and then which ports are connected to which gpu.
Everyone does funky shit with this, and you’ll sometimes have dgpus that require the igpu to do anything, or cases where the internal panel is only hooked up to the igpu (or only the dgpu), and the hdmi and display port and so on can be any damn thing.
So uh, before you get too deep in planning what gets which gpu, you probably need to see if the outputs you need support what you want to do.
Time to rename the blue shell to The Shell of Equity, I guess?
Might have been unclear; I listen basically exclusively to spoken word stuff. Podcasts, audobooks, “raido” plays, etc.
The Airpods actually sound remarkably good and clear (and ANC helps a lot with ensuring clarity anywhere even slightly noisy) with voices, so for my uses, they sound perfectly fine.
I have a pile of Chi-Fi earbuds that absolutely destroy them in sound quality for music, but it’s very much a 99.9% of the time it’s not music situation.
The best way I’ve heard that described is that for the Bambu stuff, you spend your time fiddling with the thing you want to print, not your printer.
I love my p1p (and it’s several thousand hours and 100kg of filament into ownership and all I’ve had to do is clean the bedplate and replace a nozzle), and really wish there was anyone who was making an open-source printer that’s as reliable and fiddle-free as this thing has been.
One thing I ran into, though it was a while ago, was that disk caching being on would trash performance for writes on removable media for me.
The issue ended up being that the kernel would keep flushing the cache to disk, and while it was doing that none of your transfers are happening. So, it’d end up doubling or more the copy time because the write cache wasn’t actually helping removable drives.
It might be worth remounting without any caching, if it’s on, and seeing if that fixes the mess.
But, as I said, this has been a few years, so that may no longer be actively the case.