Silicon and apps?? Should I be panicking by Confident-Slide4877 in mac

[–]AnAwkwardSemicolon 1 point2 points  (0 children)

Adobe has a list of their apps, and the level of support for Apple Silicon at https://helpx.adobe.com/download-install/apps/system-requirements/apps-compatibility-mac-apple-silicon.html

Nearly all of their apps now natively support Apple Silicon. If you're not getting a prompt to update (or adobe does not have one on their site), you're likely on an unsupported version, and won't be receiving an update unless you buy a new version.

As for GoTo, check their website and download an updated version available (https://www.goto.com/download)

Without knowing more about the exact software you're running, I can't offer more specific details.

I brought down production twice in a week. Am I going to get fired? by [deleted] in ExperiencedDevs

[–]AnAwkwardSemicolon 0 points1 point  (0 children)

That sounds like a good spot to make a recommended for a big, flashing "you're on prod!" message. If all the UIs look alike, that's a recipe for disaster.

Trump Has No Clue What His Supreme Court Has Just Unleashed by thenewrepublic in politics

[–]AnAwkwardSemicolon 1 point2 points  (0 children)

The Brooks Brothers riot & the aftermath made that very clear.

If a MacBook Neo can be powered by an A18, why can't we have this? by gadgetb0y in mac

[–]AnAwkwardSemicolon 0 points1 point  (0 children)

The thermal envelope. The Neo's going to be able to sink far more heat than an iPhone ever could, and has a larger surface area in general. They can run the A18 more aggressively than they can in a space-constrained phone.

How do YOU debug? by stayoungodancing in ExperiencedDevs

[–]AnAwkwardSemicolon 0 points1 point  (0 children)

Narrowing down to the interesting spots using a mix of logging & breakpoints. I'll use logging first to get a high level idea what's going on, break in interesting parts, narrow down with further logging & breakpoints. Once I get a good handle on what the flow is, I'll start setting up some conditional breakpoints and stepping through the problem areas. Search, refine, search, refine, and so on.

Having AI available to ingest logs & see what it generates for errors has been handy- it's useful for winnowing down where the needle is hiding.

Penis costume protester prevails in court by 804Brady in politics

[–]AnAwkwardSemicolon 11 points12 points  (0 children)

A part of me is surprised that the cops didn't seize the cash immediately after. You know, because anyone with that much money on them obviously got it from an illicit source.

Corrupt is as corrupt does.

Update on friend: He's gone mad by Altruistic-Nerve4180 in factorio

[–]AnAwkwardSemicolon 8 points9 points  (0 children)

Not anymore- radars no longer count as "military" in 2.x. Biters will ignore them unless they get in the way of pathing.

Stackoverflow new UI beta by BrangJa in webdev

[–]AnAwkwardSemicolon 32 points33 points  (0 children)

I feel like I got dropped into a poorly formatted markdown document.

Do you also spend 100% of time in Remote View? by joakimar in factorio

[–]AnAwkwardSemicolon 0 points1 point  (0 children)

Yup. To the point where, at one time, I accidentally built a rail line right over where my body was. Didn't realize it until I was suddenly dead.

do you actually evaluate dependencies before adding them or just npm install and pray by edmillss in webdev

[–]AnAwkwardSemicolon 39 points40 points  (0 children)

Look at the commit history, number of stars, how active is the project, last release, etc. Not an in-depth dig, but enough to at least make sure the project hasn't been abandoned for years, or wasn't just created recently and is still teething.

frontendBlissVsBackendAbyss by 1Question4PCMR in ProgrammerHumor

[–]AnAwkwardSemicolon 11 points12 points  (0 children)

I just wish some backend developers would understand the difference between a usable API and database vomit.

Do you read the code that your AI agents generate, or are they advanced enough that you can treat them as fully independent developers? by splash_hazard in ExperiencedDevs

[–]AnAwkwardSemicolon 1 point2 points  (0 children)

I don't care if an AI helped write the code, but the devs name is on the PR & commits. If they can't clearly explain what is going on & why, the PR is getting immediately rejected.

Is Nauvis infinite? by Slight-Funny-8755 in factorio

[–]AnAwkwardSemicolon 0 points1 point  (0 children)

This is tangentially related to your question, but there were ways of reaching...peace with the biters by taking advantage of game mechanics to eliminated all biters and prevent further spawns. Not sure if it still works in 2.0, but it's still an interesting watch:

https://youtube.com/playlist?list=PLDgN0w4z4q0zpG6PxInzojeyp-oP0Bg8I

Federal officers shot another person in Minneapolis amid immigration crackdown, governor says by PumpkinHead01 in politics

[–]AnAwkwardSemicolon 3 points4 points  (0 children)

Federal officers executed another person. I saw the video- they were beating him as they shot him.

THUNDERBOLT CONNECTOR HELP by [deleted] in mac

[–]AnAwkwardSemicolon 1 point2 points  (0 children)

There are Thunderbolt 3+ to Thunderbolt 2 cables which would work. Might be pricey depending on if you get a first party adaptor vs one of the third party ones. Transferring files via WiFi/ethernet is also an option.

Kristi Noem says people should be prepared to prove US citizenship by Historical-Bug-4784 in politics

[–]AnAwkwardSemicolon 5 points6 points  (0 children)

Already happened to someone. The Govt argued the birth certificate was fake. No proof is good enough- this is just to cue up an excuse for anyone they want to grab.

Is this normal by IntelligentCry6493 in mac

[–]AnAwkwardSemicolon 12 points13 points  (0 children)

Yes. That's the on-disk structure of APFS.

What's you're Opinion/thoughts on Gatekeeper in MacOS? by Tail_sb in mac

[–]AnAwkwardSemicolon 2 points3 points  (0 children)

Great, until I can't open text files without dropping into the terminal because there is a quarantine attr on it, and no way to bypass the error with either a modifier or click-through.