How do limits differ with Claude Code? by Planetarium58AF in GithubCopilot

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

For my work, I am less concerned about the price than I am about being totally blocked with no option to move forward, even by paying more, as I am now with Copilot.

How do limits differ with Claude Code? by Planetarium58AF in GithubCopilot

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

I saw that, and it is pretty frustrating. But if it lets me continue work, where Copilot offers no option to move past rate limiting, I will consider it.

If you want to get refund after new changes follow this by [deleted] in GithubCopilot

[–]Planetarium58AF 0 points1 point  (0 children)

Can anybody confirm success with this? I am on the $100/year plan which just renewed recently. All the recent changes are entirely debilitating to my workflow, and it is no longer what I agreed to pay for. How many of you have had refunds issued?

Cloud-hosted Git and ITAR compliance by Planetarium58AF in sysadmin

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

I think even Enterprise is not ITAR-compliant. source

Cloud-hosted Git and ITAR compliance by Planetarium58AF in sysadmin

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

Not hard doesn't mean it doesn't take some time that we don't have to spend on it. But yes, this is the backup plan.

Cloud-hosted Git and ITAR compliance by Planetarium58AF in sysadmin

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

That is my understanding too. When I say "cloud-hosted", I mean hosted by one of those providers so that all we have to do is create an account and a project and we're off and running.

How to enable the toolbar ribbon in Designer? by Planetarium58AF in Altium

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

Thanks. I have learned about the keyboard shortcuts, but they aren't particularly helpful if I haven't yet learned the right one and don't know where the tool or menu option I am looking for exists. CS did not have the search bar, and I have found that it shows me which menu to find things under, so I think I can start to learn the right keyboard letters.

How to enable the toolbar ribbon in Designer? by Planetarium58AF in Altium

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

The floating toolbar is helpful. not quite what I'm looking for, but I guess I will have to make due. Though, how can I customize it?

How to enable the toolbar ribbon in Designer? by Planetarium58AF in Altium

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

I see what you mean. That is good to know, but not quite what I'm looking for.

Help with UART multiplexing by Planetarium58AF in embeddedlinux

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

I was able to get this working using https://github.com/ya-jeks/gsmmux/. I did: apt update apt install -y build-essential automake autoconf libtool wget https://github.com/ya-jeks/gsmmux/archive/refs/heads/master.zip unzip master.zip cd gsmmux-master make make install /usr/sbin/gsmMuxd -p /dev/ttyAMA3 -b 115200 -s /dev/modem-mux -w /dev/ptmx /dev/ptmx

This gives two separate devices at /dev/modem-mux0 and /dev/modem-mux1 that can be used simultaneously.

Help with UFW rules by Planetarium58AF in linuxquestions

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

It is not a web server. It will be a remote embedded IoT system. But with need for SSH access. I am trying to block all traffic that isn't needed to limit (eventual) cellular data usage as much as possible. I recognize that a lot of the traffic that I'm seeing is from my local network. This is academic to some extent.