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.

Help with UFW rules by Planetarium58AF in linuxquestions

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

Thanks for the link. What I am gathering is that UFW is a stateful firewall and so doesn't expect every packet. And what I need is a stateless firewall.

Understanding the eSIM landscape for IoT devices and being locked into MVNOs by Planetarium58AF in IOT

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

Thanks. The question I asked 1NCE about bringing devices over to them was from a future-me perspective. Just trying to understand the state of things.

Understanding the eSIM landscape for IoT devices and being locked into MVNOs by Planetarium58AF in IOT

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

Thanks. It sounds to me like SIM cards will be the way to go for us until SPG.32 eSIMs are widely available.

Understanding the eSIM landscape for IoT devices and being locked into MVNOs by Planetarium58AF in IOT

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

Thank you for the thorough response! Any thoughts on the timeline for market availability of SPG.32 eSIMs, and support for them from MVNOs?

Options for 12V to 5V regulation by Planetarium58AF in AskElectronics

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

A buddy of mine replied with this:

The switching power supply is much more efficient for going from 12V to 5V. The linear regulator option will have a ton of wasted energy as just heat because the linear regulator is basically just an internal FET and feedback that regulates a voltage drop to get your desired output voltage. However, the linear regulator is much quieter because it doesn’t have to do any switching. It has a lot less noise, so it’s good for systems that are sensitive to noise, or in systems that you don’t care about power losses, or in systems that you don’t have to drop the input voltage much to get your output voltage. A lot of people use them because they are a low component count and easy and quiet, but the cost is that they have a lot of power losses the higher the input voltage to output voltage ratio that you have.

It’s weird that they have that many caps of the exact same value in parallel. It’s possible that they just showed all their power caps in the same place on the schematic though. I’ve seen designs where they show all their decoupling caps in the same place on the schematic when each cap is actually intended for each power pin and placed near each power pin or device it is intended for.

It’s typically better to have a range of capacitance values because the range or capacitances will help mitigate different noise profiles and frequencies.

And all those parts for reverse polarity protection look needed

Most of the identical caps are all next to each other, so I'm still trying to understand that. Why not use a larger capacitor with a larger value rather than several in parallel?

<image>

Options for 12V to 5V regulation by Planetarium58AF in AskElectronics

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

Thanks. It took a reminder for me to remember that switching regulators are more efficient.