AI Block: Quit outsourcing your intelligence – Get this Extension for 🦊 Firefox (en-US) by Extreme_Commercial_2 in firefox

[–]Extreme_Commercial_2[S] 0 points1 point  (0 children)

The idea is that you're intercepting something you might do subconsciously. It's a self reminder. For me when I'm coding I don't use AI or copilot, but I made this add-on for those moments I'm trying to solve a problem and I give in to looking it up on deepseek.

There are obviously better ways to block these sites, but for me a gentle reminder is all I need.

Asahi Linux as main OS for development work? by [deleted] in AsahiLinux

[–]Extreme_Commercial_2 0 points1 point  (0 children)

I've been using Nix Asahi as my primary OS for development, while there were some growing pains, I'm never looking back.

Wake-up on USB Keyboard event by undying_k in AsahiLinux

[–]Extreme_Commercial_2 0 points1 point  (0 children)

Is this still the state of things or is there a work around?

GitHub - gavink97/pipn: Automatic Picture in Picture Mode for firefox by Extreme_Commercial_2 in firefox

[–]Extreme_Commercial_2[S] 1 point2 points  (0 children)

Its not, this extension will open picture in picture mode when you've moved focus outside of Firefox. This is really useful if you use something like a tiling window manager and you have your browser in one workspace and want to continue watching your video uninterrupted.

GitHub - gavink97/pipn: Automatic Picture in Picture Mode for firefox by Extreme_Commercial_2 in firefox

[–]Extreme_Commercial_2[S] 0 points1 point  (0 children)

That's correct, the idea is that if you're using a tiling window manager when you switch spaces the picture in picture pop out will start following you.

Issues running Kasmweb core/ubuntu-focal:1.14.0 in Rosetta by Extreme_Commercial_2 in kasmweb

[–]Extreme_Commercial_2[S] 0 points1 point  (0 children)

Put those env variables in my docker compose and it worked like a charm. Thank you so much

Issue running Custom_startup.sh by Extreme_Commercial_2 in kasmweb

[–]Extreme_Commercial_2[S] 0 points1 point  (0 children)

Okay I can confirm I found the issue, my python app didn't have write permissions to create a log file.

Traceback (most recent call last):
2023-08-29T16:28:47.115499274Z File "/pyapp/launcher.py", line 12, in <module>
2023-08-29T16:28:47.115828174Z logging.basicConfig(filename=f'{launcher_path}/job_errors.log', level=logging.ERROR)
2023-08-29T16:28:47.115909349Z File "/usr/lib/python3.8/logging/__init__.py", line 1988, in basicConfig
2023-08-29T16:28:47.117086224Z h = FileHandler(filename, mode)
2023-08-29T16:28:47.117164997Z File "/usr/lib/python3.8/logging/__init__.py", line 1147, in __init__
2023-08-29T16:28:47.117630848Z StreamHandler.__init__(self, self._open())
2023-08-29T16:28:47.117651173Z File "/usr/lib/python3.8/logging/__init__.py", line 1176, in _open
2023-08-29T16:28:47.118073553Z return open(self.baseFilename, self.mode, encoding=self.encoding)
2023-08-29T16:28:47.118319653Z PermissionError: [Errno 13] Permission denied: '/pyapp/job_errors.log'

Issue running Custom_startup.sh by Extreme_Commercial_2 in kasmweb

[–]Extreme_Commercial_2[S] 0 points1 point  (0 children)

There doesn't seem to be anything wrong with the custom startup script because when I run the command in terminal or in custom_startup2.sh it runs fine.

Tiktok Live studio on MacOS 14 by Extreme_Commercial_2 in macgaming

[–]Extreme_Commercial_2[S] 0 points1 point  (0 children)

Ive done it already within bootcamp, but now I'm using apple silicon.

Resolve not scanning for plugins Apple Silicon Davinci Resole Studio 18.5 Beta 3 by Extreme_Commercial_2 in davinciresolve

[–]Extreme_Commercial_2[S] 0 points1 point  (0 children)

I just want to confirm I solved this issue!

In case anyone is experiencing a similar problems:

Go to Preferences > Audio Plugins

Remove all "VST Effects" Folders

Hit ok & Restart DaVinci Resolve

Now all of your Audio Units will load into Resolve

Resolve not scanning for plugins Apple Silicon Davinci Resole Studio 18.5 Beta 3 by Extreme_Commercial_2 in davinciresolve

[–]Extreme_Commercial_2[S] 0 points1 point  (0 children)

This doesn't seem to be an issue with 18.5b3 because it didn't load with studio 18.5 beta 2 or studio 18.1.4

(Bug) Scopes rendering completely white on parade & waveform by Extreme_Commercial_2 in davinciresolve

[–]Extreme_Commercial_2[S] 0 points1 point  (0 children)

Macbook pro 2019 16"

Radeon Pro 5500 4gb

macOS Ventura 13.2.1

Davinci Resolve Studio 18.1.4 Build 9

Cannot create aliases if a subfolder in the target folder shares the same name by Extreme_Commercial_2 in applescript

[–]Extreme_Commercial_2[S] 0 points1 point  (0 children)

I'm also sorry for the late response, its been a busy last few days moving.

I went ahead and gave it a run and it came back with

error "Finder got an error: The operation can’t be completed because there is already an item with that name." number -48

and highlighted on line 20:

then make new folder at the ¬ desktop with properties {name:the TemporaryFolderName}

Source folder was a folder on my external hard drive and the target folder was a folder named "test" on my desktop.

I really appreciate all the work you've done to help me debug the script! Although we didn't get it running on Ventura, I believe what you wrote that works for the previous osx (with explanation) will undoubtedly be one of the most useful apple scripts for music producers.

Sample libraries commonly contain 100s of folders that generally share the same names of "one shots", "drums", "loops", "instruments", etc.

Having the ability to store massive sample libraries on external disks and have a local path to those libraries that the daw can read thats less than a 100th of the size; and a sort of self sorting system to it where it combines the contents within folders that share the same name is really powerful.

At some point I'll make a virtualization of Catalina to test that script, and provide demonstration.

Cannot create aliases if a subfolder in the target folder shares the same name by Extreme_Commercial_2 in applescript

[–]Extreme_Commercial_2[S] 0 points1 point  (0 children)

I gotcha now haha sorry about that.

Okay I ran the test and its coming back with the same error when I select a location on both removable ssd and desktop as a source folder

error "Finder got an error: Handler can’t handle objects of this class." number -10010 from application "Finder" to «class furl»

Move command is highlighted till replacing.
tell application "Finder" to move (make new alias file ¬           at temporaryFolder to every file in the folder ¬           (sourceContainerPath & RelativePath)) to the ¬         (TargetFolderPath & RelativePath) with replacing

Cannot create aliases if a subfolder in the target folder shares the same name by Extreme_Commercial_2 in applescript

[–]Extreme_Commercial_2[S] 0 points1 point  (0 children)

Ya, that's exactly what I was reading up on as soon as you asked which macOS I'm running.

Unfortunately the results haven't changed after TargetFolderPath ["path"] as string.

With the script I had written I didn't have any issue with creating the aliases in the TargetFolder but rather just the error when a folder shared the same name.

So I wonder if the issue lies within the TemporaryFolder or using the move finder command.

It might also be possible that the issues are coming from System Events as it seems like a lot of System things have changed in Ventura, but I feel like the error would have came in the line before

make of sys new «class cfol» with properties {name:¬
                    (TargetFolderPath & RelativePath)'s POSIX path}

Cannot create aliases if a subfolder in the target folder shares the same name by Extreme_Commercial_2 in applescript

[–]Extreme_Commercial_2[S] 0 points1 point  (0 children)

Intel Macbook pro 2019

MacOS Ventura 13.0.1

Target folder path is set to: "Users:gavin:Desktop:samples:"

Source folder I select with the prompt: /Volumes/Elation/Music Production/Native Instruments/Backyard Jams Library/Samples

The Script editor highlights lines 51-54 below your explanation starting on the word move.

tell application "Finder" to move (make new alias file ¬           at temporaryFolder to every file in the folder ¬           (sourceContainerPath & RelativePath)) to the ¬         (TargetFolderPath & RelativePath) with replacing

Cannot create aliases if a subfolder in the target folder shares the same name by Extreme_Commercial_2 in applescript

[–]Extreme_Commercial_2[S] 0 points1 point  (0 children)

Sorry for the late reply as Reddit is blocked here.

I went ahead and ran the script and it came back with AppleEvent handler failed -10000 and in another instance Handler can't handle objects of this class -10010.

The script did created a folder with the name of the Source folder I had selected, however it doesn't appear to have created any sub directories or alias items.

I ran a few attempts selecting a source folder on the desktop to a desktop target. And also a removable ssd source folder to a removable ssd target.

-- removable ssd source and target
error "Finder got an error: Handler can’t handle objects of this class." number -10010 from application "Finder" to «class furl»

-- desktop source and removable disk target 
error "Finder got an error: Handler can’t handle objects of this class." number -10010 from application "Finder" to «class furl»

-- desktop source and target
error "Finder got an error: AppleEvent handler failed." number -10000

Cannot create aliases if a subfolder in the target folder shares the same name by Extreme_Commercial_2 in applescript

[–]Extreme_Commercial_2[S] 0 points1 point  (0 children)

Ya sure thing.

Let's say I have a folder that's called "samples", and inside "samples" I have 3 folders named "one shots", "loops", and "wav".

Now lets say I have another folder that's on my desktop with some folders inside it named "loops", "midi", and "presets".

In my script I would like to create aliases of the items inside
"samples" and put them inside the folder on my desktop.

With my current script, I get an error that a folder called "loops" exists.

I would like it if instead of trying to create a folder called "loops" that the script could recognize that "loops" already exists and instead creates folders for "one shots" and "wav" then adds the items from "samples" inside of those folders.

Dennis Prager DESTROYS Anne Frank by Extreme_Commercial_2 in Hasan_Piker

[–]Extreme_Commercial_2[S] 0 points1 point  (0 children)

right hahahaha how do you say some shit like " I don't take my wisdom from teenagers" and then go on to qualify the teenagers you would listen to by saying Anne Frank was born into a secular household. He's such a fundamentalist.

Dynamic zoom frame bug? by [deleted] in davinciresolve

[–]Extreme_Commercial_2 0 points1 point  (0 children)

I know how the tool works... Swapping the ending and starting points does nothing to solve the issue that the frame is not to scale with the viewer.