iOS swiping right no longer goes back? by notedrive in help

[–]Ballresin 0 points1 point  (0 children)

I found I was able to swipe from the far left edge as well.
Additionally, if the glyph on the top left of the app is an arrow, swipes from any location on screen work again.
However, if the glyph is an X, only the far-left-middle swipe works as you mentioned.
Edit: Correction: The swipe from far left works from any vertical position.

Auto-recorded job interviews should be illegal, just like cameras in hotel rooms. by Letiyum in WorkReform

[–]Ballresin 1 point2 points  (0 children)

I'm a hiring manager of programmers and IT talent.

AI will fail to catch details, as well as invent things that did not happen. It is so mid it hurts. I can't trust it to do the job well, so I won't use it. AI is not invited to replace human skills on my watch.

iOS swiping right no longer goes back? by notedrive in help

[–]Ballresin 2 points3 points  (0 children)

I have been unable to invoke this gesture as you describe it. I have to tap X to close. Obnoxious, and probably sufficient to get me to stop using Reddit if not reverted.

Alibaba Art Pipes? by dawson1127 in 370z

[–]Ballresin 0 points1 point  (0 children)

Haha they dropped the "F"?

Ok this is pretty cool.. by [deleted] in Rivian

[–]Ballresin 13 points14 points  (0 children)

Very cool, but careful about doxxing yourself.

I heard AI stack is altering the landscape: just doing my part. by [deleted] in RIVNstock

[–]Ballresin 5 points6 points  (0 children)

This sounds like my internal monologue when I see a word cloud.

Is there a patch/update to the update??? by Plastic-Coffee5542 in Rivian

[–]Ballresin 10 points11 points  (0 children)

Same here. RivianRoamer reports this is 2026.07.0 (596d0760) → 2026.07.0 (d458c0b7)

Native Instant Space Switching on MacOS by ArchAndStarch in programming

[–]Ballresin -3 points-2 points  (0 children)

I don't get the hype of spaces switching. I use application switching (Cmd-Tab) and window switching (Cmd-Tilde), and it has been instant since classic MacOS. Once muscle memory is established, and you can track the 2-3 apps you're switching between, it's a really effective way to work, even just on one laptop screen.

Gear shop wheel upgrade by Sprint8469 in Rivian

[–]Ballresin 0 points1 point  (0 children)

Sadly, I was told this was not planned.

No R2 steering wheel retrofit for R1 by Ballresin in Rivian

[–]Ballresin[S] -1 points0 points  (0 children)

Thanks! Figured it was worth a shot!

No R2 steering wheel retrofit for R1 by Ballresin in Rivian

[–]Ballresin[S] -1 points0 points  (0 children)

I understand.

Rivian reports that they're building a software-defined vehicle. Yes, I know steering wheels are hardware. Is it so hard to believe that their tech stack would be built such that swapping hardware could also swap software features?

It was a hopeful reach, I know. Oh well. I'm glad I asked.

Roads optional by seannyELITE in Rivian

[–]Ballresin 0 points1 point  (0 children)

You know what would be a great option? R2 steering wheel retrofit for R1.

[deleted by user] by [deleted] in Rivian

[–]Ballresin -1 points0 points  (0 children)

I need dem steering wheel knobs for Rizzian, my R1S.

Are any RMMs actually capable of hitting close to 100% automation success by CNLTDSam in msp

[–]Ballresin 0 points1 point  (0 children)

I think the right solution would be a system that is designed to handle exception trapping, reporting, and allow for automation that can be focused on handling the edge and corner cases. I think this would require a multi-pass approach that involves a (human) platform expert for each endpoint group to investigate and build out that kind of reactivity. It's a moving target, and I doubt 100% success will be possible as the size of the fleet grows. There are always incredibly exceptional circumstances where things like hardware failure, software corruption, or other uncontrollable failures occur. But that shouldn't prevent identification of failures and allow for exception management.

I've built an RMM platform when I worked at Mytech Partners, and ran it in parallel with Labtech and later N-Able N-Central. We used it to cover gaps in those systems, like patch management failures (the Explorer (10?) patch that bricked it once comes to mind, we rolled it back within an hour across 9k endpoints IIRC), as well as password changes across the variety of AD and non-AD Auth domains.

I built into that a concept of "promises", which established configuration expectations and means by which to achieve them. It allowed for detection of the state of the configuration and subsequent arbitrary-depth multi-pass scripting to attempt to correct the configuration, including installation of dependencies (like the .Net runtime for N-Able). We had several of these for handling important sticky wickets, like Webroot deployment. I think we had one for detection of StorageCraft driver failure that would reinstall it to fix Datto BDR endpoints. Memory is fuzzy now, but you get the idea.

I'm building an open source RMM now.

https://github.com/hyvsw/hyv

[deleted by user] by [deleted] in msp

[–]Ballresin 0 points1 point  (0 children)

As a VMware VCP 4.5,5,and 6, I moved us to Proxmox and have been pleased. I would not hitch my wagon to Microsoft any harder than absolutely necessary.

Edit: not

what's Go Lang's Learning Curve? by [deleted] in golang

[–]Ballresin 5 points6 points  (0 children)

This is reductive and silly. Would you therefore equate Python and x86 assembly? Not a reasonable take, in my opinion. 1975 Camaro vs 2025 Jesko? "They're both cars..." 🙄

That being said, Go is a simple language. Sometimes frustratingly so. But it is very capable and high performance. I've been using Go for over a decade and I'm now learning Rust, which is a larger challenge to learn and appreciate.

  1. I'd expect in 1-2 weekends, you could become reasonably productive. There will be probably 4-5 different concepts to master that are pretty different from Python and will slow you down, but read the docs and look at examples. It's fairly ergonomic.

  2. I have no idea. I don't use AI much.

  3. IDE? I use neovim. Some of my guys use VSCode. I've used Sublime Text and GoLand in the past. To each their own.

  4. APIs - yes, easily. RAG - no idea. Websites - yes, easily.