The really hilarious thing to me is that the NextPush app (unified push provider that can be run on your nextcloud server) is unsupported by nextcloud talk. But it is supported by a bunch of other competing applications.
The really hilarious thing to me is that the NextPush app (unified push provider that can be run on your nextcloud server) is unsupported by nextcloud talk. But it is supported by a bunch of other competing applications.
This probably won’t help with EA and the like adding kernel-level anti-cheat 6 months after release…
works for me both on my archlinux machine and my steamdeck with steam and non-steam games. I’ve even played NFSU2 with it =] . I don’t think it required any more configuration than just pairing for me, no special drivers or tools. Maybe it needs a firmware update (I don’t know if that’s a thing, just a thought)?
Ah, I see. I imagined your use of that sketch differently. Looks good!
When I do what you did but select “Create Symmetry Constraints” I get a fully constrained result as soon as the Sketcher Symmetry tool is finished. No other action is required.
You didn’t select “Create Symmetry Constraints”. I’m not sure if it will solve the issue completely, but it will probably make some difference.
One thing I see that may come back to bite you later: You can create sketches that make multiple bodies when padded, but I’m not sure why you would want to with the example in this video. If the sketch is two identical bodies mirrored across an X/Y/Z plane use the part design mirror feature and offset the sketch’s attachment not the geometry in the sketch. It works better for that and keeps your sketches simpler, and you get to use symmetry for one side of the two things you are making because the origin will be in the center of one of the objects.
Sketches where the origin of the sketch isn’t the approximate center of a single closed wire are annoying later if you want to reference them in other features or sketches.
Are you making sunglasses? 😎
lol, I just stuck with it I guess 🤣. Seems to work fine
Here’s how it works for me: https://vimeo.com/1019673822
Sorry I forgot to click record cursor. But hopefully that’s clear enough.
which also makes copies of the constraints which are completely independent from the original constraints on the left-hand side - delete the stupid new right-hand side constraints and slowly, painfully constrain the right-hand side copies to the original left-hand side elements
I feel like this is not how it works for me. It does copy the constraints and automatically create symmetry between any points across the selected center line, but if you’re making a mirror why is that not what you want?
Also I’m unsure about the behavior in older versions of freecad, the constraint behavior of this feature is new in 1.0
You want Sketcher Symmetry but it’s not quite what other CAD packages have. Select what you want to mirror, which is probably the entire sketch using the drag selection box, select the Sketcher Symmetry
tool, then press J
to add constraints.
It’s not perfect, I suspect because it can’t read your mind as well as the big CAD packages about where you want coincident constraints for joining lines, but it’s mostly OK.
EDIT: I can’t tell if you are describing the Sketcher Symmetry tool in your 4th paragraph or not. You will sometimes get over constraints where the end points intersect but you can delete them with one click and make those points coincident instead. I suppose this could be time consuming if you have a really really complicated sketch with multiple intersecting points, but that probably wouldn’t pad anyway.
the qobuz webapp is hi-res too, I just use it in Firefox and my dac reports the same bit/sample rate that qobuz does. AFAIK there’s no compression there though I haven’t extensively verified that, only that the end result is 24bit/192kHz if that’s what qobuz says is playing.
EDIT: Also, qobuz is nice because there’s very few things you can click on in the web interface which cause the music to stop playing. I really appreciate that feature… looking at you bandcamp…
Ah, I should have been more clear. The CRITERIA
section of the sway documentation states that class matches support regex, so instead of using a *
as you did in your example you’d use a regex any .*
. So I think (untested of course) that for_window [class="steam_app_.*"] allow_tearing yes
should work.
The comment in the code for allow_tearing notes that it must be enabled on the output as well. Here is the relevant output documentation. There are several other notes/recommendations there as well you should probably pay attention to.
Are your games all wine/proton games? For me in sway they all have the same class followed by some uid thing:
] > swaymsg -t get_tree
[...]
#92: output "DP-5"
#70: workspace "21"
#126: con "Automobilista 2" (xwayland, pid: 171976, instance: "steam_app_1066890", class: "steam_app_1066890", X11 window: 0x5400001)
Or gamescope:
] > swaymsg -t get_tree
[...]
#92: output "DP-5"
#70: workspace "21"
#124: con "Assetto Corsa" (xdg_shell, pid: 170694, app_id: "gamescope")
EDIT: Also allow_tearing was added to master 3 weeks ago, so this is definitely not in the current release. FYI to anyone who might try it.
Or add EA anti-cheat 6 months after release like they did for EA WRC.
Yeah, it changes without skipping a beat for me in pipewire, even in things like zoom/teams.
I use a little oneliner with tofi (rofi/wofi would also work) to select the current output and avoid pavucontrol. It’s mapped to a sway binding but would probably work in any wm/de:
pactl set-default-sink $(pactl list short sinks |awk '{print $2}' |tofi $tofi_args)
I’m using pipewire so the functionality of pactl is actually provided through pipewire-pulse I think
This gave me an idea. Have you considered buying a used higher quality rack and modifying it? Might save some time and get you what you want with less new material, and sort out some of the harder parts to fabricate because they’d be done already, possibly only requiring a little bending to align with your eyelets. Plus you’d be saving something from someone else’s scrap pile.
Around me there are a few community run used bike part shops. They typically have lots of racks and other parts kindof organized into piles or boxes by type. I can usually find something close to what I need if it’s not too specific.
I’m not aware of a welding process that is safe for humans without at least a dust/fume extractor. That and a respirator with the appropriate filters for the application that fits under a welding hood is basically standard equipment even for hobby welding in my opinion. Also hex chrome is a particulate, not a gas, and tig welding uses solid rods (not flux core) and a much smaller heat affected zone so it’s already better in that area AFAICT, but I’m not an expert in this area.
As far as particulates when welding go you should watch how careless people are when they grind their tungsten electrodes containing all kinds of dangerous additives with their respirator around their neck because “I’m not welding so I don’t need it”.
So yes, this is good advice. We should all think more about the things we do, even when working on home improvement projects and mundane stuff, that could end up damaging our lungs.
If you want it to be easily repairable (you mentioned this in another comment) I’d go with small diameter aluminum tube and a very very good radius bender if you can AC tig weld, or stainless steel (maybe 316?) if you can only do DC tig. The reason for this is because neither option “requires” paint, though the aluminum does benefit a little from paint. Paint makes everything harder to repair (assuming the repair involves a welding process) because you have to grind it off again if you break something or want to make a modification.
Also, I totally get wanting to make things. My hobby projects are normally zero percent about saving money and 100% about having fun. Most things I make in my shop would cost about 1/4 of the price if I just went to the store and bought them, especially factoring in time and consumables.
EDIT: I suppose this comment really gives away what region I live in lol
Yeah I think it probably is. Streaming output from it causes the infrared LED to flash rapidly and the image isn’t coming from the main lens, it’s the smaller lens right next to it.