Search found 16 matches

by Bohun
Mon Mar 02, 2026 6:18 pm
Forum: Newbie questions
Topic: Connecting to the radio stream
Replies: 4
Views: 4718

Re: Connecting to the radio stream

Thank you. The other useful plugin without mac arm64 version is Polybios.
by Bohun
Mon Mar 02, 2026 6:16 pm
Forum: Newbie questions
Topic: The best programming environment on a new Mac.
Replies: 3
Views: 1572

Re: The best programming environment on a new Mac.

Thank you for information.
by Bohun
Sun Mar 01, 2026 4:22 pm
Forum: Newbie questions
Topic: The best programming environment on a new Mac.
Replies: 3
Views: 1572

Re: The best programming environment on a new Mac.

I created a GitHub account and linked the Hollywood local directory to the repository. This will take care of version control. All that's left is syntax highlighting.
by Bohun
Sun Mar 01, 2026 3:51 pm
Forum: Newbie questions
Topic: image dimensions
Replies: 8
Views: 5823

Re: image dimensions

Thanks for your help, it actually works now. Now I'll move on to the next steps.
by Bohun
Sun Mar 01, 2026 9:34 am
Forum: Newbie questions
Topic: The best programming environment on a new Mac.
Replies: 3
Views: 1572

The best programming environment on a new Mac.

Due to the limitations of the Wayfarer browser, which I use to communicate with Le Chat, I'm conducting my AI writing experiments on a MacBook with an M1 processor. One of the painful limitations, though only in one respect, is the lack of an HTTP Streamer plugin for this environment, so I'm focusin...
by Bohun
Sun Mar 01, 2026 9:26 am
Forum: Newbie questions
Topic: image dimensions
Replies: 8
Views: 5823

Re: image dimensions

I postponed reading the image dimensions because adding this function would conflict with the image's current display method. For now, I've focused on displaying the image and overlaying a moveable rectangle over it. However, the rectangle won't move. Could someone take a look and tell me what needs...
by Bohun
Thu Feb 26, 2026 11:00 pm
Forum: Newbie questions
Topic: Connecting to the radio stream
Replies: 4
Views: 4718

Re: Connecting to the radio stream

Today I found httpstreamer plugin. Unfortunately it is not compatible with my mac M1. I there any chance to update this plugin for new MacOS?
by Bohun
Wed Feb 25, 2026 10:57 pm
Forum: Newbie questions
Topic: Connecting to the radio stream
Replies: 4
Views: 4718

Connecting to the radio stream

I tried to write a small program to listen to my favorite radio stations, but I failed at connecting to the servers. Maybe someone can point out where I'm going wrong, because unfortunately, I don't see it. @VERSION 11, 0 @REQUIRE "rapagui" @DISPLAY {Hidden=True, Layers=True} ; Global vari...
by Bohun
Mon Feb 23, 2026 11:24 pm
Forum: Newbie questions
Topic: image dimensions
Replies: 8
Views: 5823

Re: image dimensions

The program's logic is as follows: 1. Load the image and read the dimensions 2. Display the image 3. Apply a movable rectangle for cropping 4. Select the rectangle format: 3R, 4R, 5R, A5, A4 5. Select the rectangle's horizontal/vertical position 6. Scale the image under the rectangle 7. Crop the ima...
by Bohun
Mon Feb 23, 2026 10:31 pm
Forum: Newbie questions
Topic: image dimensions
Replies: 8
Views: 5823

Re: image dimensions

I'm thinking about a small program that manipulates photo dimensions and cropping. If using a brush is appropriate, then yes. I have no programming experience and I'm playing around with AI, but it's not quite right. After a long struggle, the AI ​​also managed to get attributes, but I wasn't sure. ...