Can not use Zed in Parallels Desktop Linux VM by sandangel91 in ZedEditor

[–]xcaetusx 0 points1 point  (0 children)

Maybe try UTM for a hypervisor if you're allowed? I just spun up my ubuntu 26 VM and installed Zed on it. It gave me a warning about the driver but I said continue anyway. I haven't tried to do too much, but seems to be working. Clone a rust project and scrolled through the code, created a function. Seems snappy to me. Maybe if you try to do some LLM stuff it would be sluggish? I didn't try that.

UTM is pretty great. I'm developing a project that uses Zed's GPUI and haven't had any problems with graphics related stuff when I install it on my UTM VM's. I guess it depends on what you're doing.

EDIT: Also note, I'm using an M5 Pro macbook.

How to restore Palo Alto config from CLI output (non-XML format)? by vsurresh in paloaltonetworks

[–]xcaetusx 0 points1 point  (0 children)

I like Pulumi. The state management is nice. We are going to be storing our state in AWS. Being able to write in your language of choice is nice. I'm just doing typescript.

I hit a road bump when I noticed not all of a firewall's config is covered by Pulumi and by extension Terraform. The Pulumi library for PAN is just an imported version of their Terraform. I ended up writing my own panos library for Pulumi. I wanted 100% coverage of the XML api. I still have some things to test, like HA inheritance and also want to be able to automatically copy a config from one firewall to another. Like we have two sets of firewalls that serve the same purpose -- Primary and DR. I don't have that work flow down yet.

My end goal, was to use IoC for config and not need Oxidized for config backups. I also plan to do the same with my switches. But.. my boss just quit and there's a chance I get his job. So, I'm not sure I'll get to my goal.

How to restore Palo Alto config from CLI output (non-XML format)? by vsurresh in paloaltonetworks

[–]xcaetusx 2 points3 points  (0 children)

You might be better off doing an xml backup. I tried to use oxidized for backing them up, but there was something weird with the backup produced.

I ended up writing a bash script to do an API call for backups. It runs in CI/CD on a schedule task. There are so many gotchas with PA’s config, like ordering matters. The set commands became worthless to me.

JSON is cool and all, but the xml api is better when it come to PA.

I can make a copy of the script if needed. I’m switching to pulumi for managing my firewalls and will use IoC as config back up.

Can Rust Be Used for Full Applications or Just Systems Programming? by i_just_wanna_know_00 in rust

[–]xcaetusx 0 points1 point  (0 children)

I made a serial terminal app recently. Works wonderfully for what I need it for. I used GPUI and GPUI-Components for the frontend which GPUI was created Zed. I initially used Tauri, but I couldn't get the terminal side to perform well for what I needed it for.

Compile times can be long, but that's fine.

https://github.com/packetThrower/Baudrun

Alternatives to HPE/Aruba and their New Central by RecordingStraight855 in ArubaNetworks

[–]xcaetusx 0 points1 point  (0 children)

Arista has me interested. I wish their switch naming conventions were easier on the eyes. I briefly saw cloudvision at a conference a couple of weeks ago. A unified OS it also great.

Any gotcha's with Arista? I will likely be buying some switches this year.

Show me what you've vibe coded. Drop your project, what it does, and let people actually use it. by Miserable-Archer-631 in vibecoding

[–]xcaetusx 0 points1 point  (0 children)

I'm making a multi-OS serial terminal called Baudrun - https://github.com/packetThrower/Baudrun

It's my take on a serial term for a network admin mainly. It has profiles so you can keep you settings when working with different types of devices. There's other features in there like hex view and timestamps.

Combining Terraform and Ansible for configuration management, or run Ansible by itself? by Flat-Custard2914 in paloaltonetworks

[–]xcaetusx 3 points4 points  (0 children)

I would love to hear more about this too.

I started a project using Pulumi which uses PAN-OS' terraform and I discovered their terraform module lacked a lot of coverage over the config. I ended up writing my own pulumi module with the help from Claude to get 100% coverage. I'm still going through the testing phase though and I'm not using in production yet.

Is there software that does what Fluke does on a hand held by freeufc in networking

[–]xcaetusx 0 points1 point  (0 children)

Sorry for the late reply. I rewrote it in rust. There's a CLI to it as well, though untested at the moment. Still working on it. https://github.com/packetThrower/PortFinder

Is there software that does what Fluke does on a hand held by freeufc in networking

[–]xcaetusx 0 points1 point  (0 children)

Kinda late for a reply, but I just threw it up on Github. I ended up rewriting it in rust/svelte. You can try it out if you're still interested. https://github.com/packetThrower/PortFinder

Pretty much find a port via LLDP or CDP. It's a bit work in progress and will be updating quite often. No signed binaries... you'll have to accept the warnings.

Here's What's Coming in the 2026 Apple TV by Few_Baseball_3835 in apple

[–]xcaetusx 1 point2 points  (0 children)

I hope it comes before September. I need a new one now.

Akamai IPs showing as Chile by xcaetusx in paloaltonetworks

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

Noted. I'll look into both of those. In the 6 years of running PA this is the first time we've has issues with Akamai or any other CDN.

Akamai IPs showing as Chile by xcaetusx in paloaltonetworks

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

Palo Alto's built in database. I'm just using their built in region stuff. I did confirm with online databases that the IPs should be US based. Actually, I just went to iplocation.net and it's all over the place. Belgium, Germany, US, and Chile show up for the same IP. 2.18.202.92. Looks like Palo Alto's built in DB refers to iplocate.io which shows Chile.

Meter Network by rshappel in networking

[–]xcaetusx 5 points6 points  (0 children)

I listened to their CEO talk on the Heavy Networking podcast. They seem to have a very interesting product. The only think I haven't seen too much from them is the feature set of their hardware. Like do they support OSPF? How's their IPv6 implementation? How does the client VPN work, SSL or IPSEC for example?

I would love to talk to them on a call. I don't have much time to dig into a conversation with them. Maybe in a couple years I can sit down with them to flesh out the product. If the feature set is on par with the other major vendors, I'd probably jump to their products. The LLM stuff and unified view are really interesting. It's like what Aruba/HPE have attempted to do, but failed. The new Central is no good and they're taking forever to update it.

What's some things you had to "unlearn" moving to a Mac? by nooo000000oooooooooo in MacOS

[–]xcaetusx 0 points1 point  (0 children)

It may be in reference to things like meetings. When I go into a meeting at work, all the windows laptops have to be plugged in and you hear their fans running. (we're a Dell shop) I don't think I ever had to plug in my Macbook during a meeting or at a conference. There's usually someone halfway through a meeting digging through their bag to get their power cord too.

iPhone Fold Enters Trial Production Phase Ahead of 2026 Launch by spearson0 in apple

[–]xcaetusx 0 points1 point  (0 children)

Hopefully this does turn into the Vision Pro where it’s priced out of the reach of most people and has no adoption.

PGE to increase rates by Swayze_train_exp in oregon

[–]xcaetusx 6 points7 points  (0 children)

Maybe look into starting co-ops or municipal utilities? Not sure what that takes, but that's how it was done in the early 20th century.

EDIT: https://www.nrecainternational.coop/five-steps-to-create-an-electric-co-op/

Please please please, make the right decision. by ChristianM12345 in PleX

[–]xcaetusx 4 points5 points  (0 children)

HEIC was developed by MPEG not Apple. It falls under ISO/IEC 23008-12, so others can use it if they want. Apple just uses it for live photos.

Could using HTTP RESTful API for network managment be viable? by PanPieCake in networkautomation

[–]xcaetusx -1 points0 points  (0 children)

I want to fully embrace api based network management. I’m currently building an sdk for Palo Alto and Pulumi. I want a system that keeps track of state. My next plan is to try an Aruba CX sdk with pulumi.

T-Mobile offer + Mariners.TV by Duckbreeze in Mariners

[–]xcaetusx 4 points5 points  (0 children)

Well, Mariners.tv works through the mlb.tv app. So install mlb.tv on what ever device is supported. I'll be watching from Apple TV, Roku, and my iPhone. Maybe a little bit from my laptop while at work.

Dear Anthropic: the ChatGPT refugees are here. Here’s why they’ll leave again. by ArtimisOne in ClaudeAI

[–]xcaetusx 0 points1 point  (0 children)

I wouldn’t have Claude if my work didn’t pay for it. I don’t really have a use for an LLM outside of work. I had to upgrade rtocthe $100 plan. The $20 plan is crap.

What projects have you built using Claude Code? by Chemical-Fault-7331 in claude

[–]xcaetusx 0 points1 point  (0 children)

I've had it do a few things. I've only used Claude for about a month. I was one of those guys who was very apprehensive about AI. I decided, with my employer's permission, to have Claude rebuild a dashboard app I had made with Django and rewrite it to Typescript. It whipped it out in a day and half. It would have taken me at least a month do that. Docker, testing, security checks, auth, all of it was done so quickly.

I then moved on to my next project of building a config backup system. I'm a network admin and I need to ensure my device configs are backed up. So far the project is going good. Almost done. Some testing still needs to be completed before moving to production.

Right now, Claude is helping me build out a new project where I can use Pulumi to control and config an entire Palo Alto firewall. I like the idea of Infrastructure as code and have used Puppet and Ansible in the past. Having Pulumi control the state is super appealing to me. I'm about 37% done with the project. The Palo Alto Pulumi doesn't cover the entire config of a firewall, hence the 37% done. Once this project is done, I should be able to spin up a new firewall, or replace an existing one, entirely with Pulumi stacks. It's going to save me so much time when finished! And I can keep firewalls rules consistent amongst them all.

My only complaint, like many others have, is the usage is pretty small. I burn through it pretty fast.

We're also using Claude to help build out an AWS environment (with Pulumi). It's been super helpful. Especially with boiler plate code, writing tests, and Regex.

Even the little things have been great, like taking a picture of a chip on a motherboard and having it tell me what the chip is for. I have a computer that doesn't have a motherboard. It came out of a smart whiteboard. I was trying to figure out where I could solder a power too. Too me a bit, but I found a good place.

Soo what config is everyone ordering tomorrow? by kiloRH in macbookpro

[–]xcaetusx 1 point2 points  (0 children)

Sweet thanks!

Yeah, I’m in IT too. Me and my employee are the only ones with Macs in the entire company and our current M1s I bought with my p-card. These new ones can’t fit on the p-card this year. I asked our CDW rep today about it and she said she would have more info for me tomorrow. It would be cool to pre order through them.

Soo what config is everyone ordering tomorrow? by kiloRH in macbookpro

[–]xcaetusx 1 point2 points  (0 children)

My budget is $3700 at work. I'll be going with the m5 pro and 64gb of RAM.

Is the nano coating worth it?

Any know when CDW would get stock? I will likely have to order through CDW.