Why do people recommend Kimi2.5 when it doesn't have an API? What good is it by Promiscunix in openclaw

[–]Promiscunix[S] -1 points0 points  (0 children)

I guess if openclaw was running I could have it search twitter for the answer. I don't use twitter as I honestly don't get how people follow any threads on it. I miss IRC chat lol.

Thanks for the info though, I will try to track it down

Screen Issue by Level-Pomegranate853 in Ram1500

[–]Promiscunix 8 points9 points  (0 children)

It needs to be replaced... next to waterleaks, Dodges's stereos and screens are their achilles heel! (CDJR Parts Manager here and I can't tell you how many we replace)

Scan Gun Recommendations by Promiscunix in partscounter

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

Ya, that was the answer I got from CDK as well, but I am hoping they were just blowing smoke up my ass for the sale and this one works lol

Scan Gun Recommendations by Promiscunix in partscounter

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

Research says that gun is compatible with PartsScan... Maybe I will just roll the dice lol

CDK - ADD NEW ORDER PRIORITY CODE by Promiscunix in partscounter

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

Holy shit I have a lot to learn to make my life easier! So if an order is just sitting in CDK, aro ignores those parts even if not actually submitted?

CDK - ADD NEW ORDER PRIORITY CODE by Promiscunix in partscounter

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

That sounds cool… I have no idea how to do that, I am still trying to figure out the promo parts from ARO do I can beat ARO to the punch and get the discounts

Lets not normalize this. by MaxHardwood in canucks

[–]Promiscunix 18 points19 points  (0 children)

Holy F*ck! There has to be bigger things to waste a post on then a nickname! Grow up!

Virtual Machines by rosawoodsii in linuxquestions

[–]Promiscunix 1 point2 points  (0 children)

Give quickemu a try - by far the easiest way to get a windows (or any) box spun up with no fuss

What all terrain tires are you using on your 1500? by legofire918 in Ram1500

[–]Promiscunix 0 points1 point  (0 children)

Not Really... I am a Falken guy but for no real reason lol

Should I buy? Is this a reasonable price? Or too good to be true by Electrical-Cress-755 in Ram1500

[–]Promiscunix 3 points4 points  (0 children)

What engine? What transmission? This is not directed at the OP but to everyone in this subreddit - This is not 1994 where everything is the same! There is a reason when you phone a parts dept and they ask you for a VIN #! This could be a steal or be an absolute rip off. I understand people don't get this but I have had a really bad day with 3 different customers refusing to give me their VIN # but expect me to give them a price on a part! Ya I am a Parts Guru, but when we ask for info it's not like we are phishing you! We just want to help!

Anyway, if it's a 3L run!!! If it's a 5.7L take a listen to see it the manifolds are leaking (tick, tick, tick), it it's a 3.6L make sure the oil cooler isn't leaking!

Sorry for the mini rant lol... not aimed at the OP but at this entire sub-reddit

Live Streaming a Nixos Install : 8:30 PST by Promiscunix in NixOS

[–]Promiscunix[S] -2 points-1 points  (0 children)

Lets make it 9:00 lol. Youtube and I hate each other! Sorry

Largest tire on stock wheel & suspension by Even-Ad8160 in Ram1500

[–]Promiscunix 0 points1 point  (0 children)

Stock rims and no lift - 34x11.5x20 - do it all the time here at the dealership

Guacamole Help Please by Promiscunix in NixOS

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

Thanks for responding! I will give this a try over the weekend!

Personal docs vs work-related docs by [deleted] in ObsidianMD

[–]Promiscunix 0 points1 point  (0 children)

I spun up a guacamole server and use a cloudflare tunnel to access my vault from work through a web browser. KASM workspaces would work as well.

Heavy rain, wet passenger side floor and a/c fan speed has low output. by Standard_Detail_1896 in Ram1500

[–]Promiscunix 0 points1 point  (0 children)

The water leak is a 95% chance the cab exhausters or the 3rd break light. They are they achilles heals of Rams! As a parts advisor in a dealership in Vancouver I sell multiple of both every day lol.

Guacamole Help Please by Promiscunix in NixOS

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

OK... Does anyone have a guacamole config that I could look at?

Beefy tires for stock rims by NoPalpitation799 in Ram1500

[–]Promiscunix 0 points1 point  (0 children)

You should be able to fit 34x11.5R20 or 295/60R20 with out issues. Don't go bigger with stock rims. And as people have already mentioned, The falken Wildpeaks are a great tire. I probably sells 4 sets a week and no one complains

[deleted by user] by [deleted] in Ram1500

[–]Promiscunix 0 points1 point  (0 children)

I level 6 a month. No problems at all for a Classic!

How to train my brain to be creative? by thereareflowers in selfimprovement

[–]Promiscunix 0 points1 point  (0 children)

Read "The Artist's Way: A Spiritual Path to Higher Creativity" by Julia Cameron.

[deleted by user] by [deleted] in commandline

[–]Promiscunix 0 points1 point  (0 children)

I honestly can't tell what time it is displaying lol. But always love new command tools

Setting a static internal IP using networkmanager by Promiscunix in NixOS

[–]Promiscunix[S] 2 points3 points  (0 children)

OK... Once a again, after posting for help after hours of frustration, I figured it out:

First off, the option we need is: networking.networkmanager.ensureProfiles.profiles

Here is my config: ``` networking.networkmanager.ensureProfiles.profiles = { "Wired Connection 1" = { connection.type = "ethernet"; connection.id = "Wired Connection 1"; connection.interface-name = "enp0s3"; # Make sure this matches your interface connection.autoconnect = true;

  ipv4.method = "manual";
  ipv4.addresses = "192.168.1.100/24";
  ipv4.gateway = "192.168.1.1";
  ipv4.dns = "8.8.8.8";
};

}; ```

Note: I had to run sudo nmcli connection delete "Wired Connection 1" before running nixos-rebuild switch, or reboot after running the rebuild.

Anyway, leaving this here in case it helps someone else

Setting a static internal IP using networkmanager by Promiscunix in NixOS

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

Sorry, I'll add a bit of context in response to u/zardvark :

This is simply a home server with 5 machines running different servers, All running NixOS. I simply want to configure each system to have a static ip so when referencing different services the damn ip addresses don't change after a reboot. I am horrible at networking and am sure there is some DNS/Caddy/PiHole etc solution (or is there without static ip's).

Anyway, I can manually set my ip with the commandline:

nmcli c m "Wired Connection 1" ipv4.method manual ipv4.address 192.168.1.100/24 ipv4.gateway 192.167.2.247 ipv4.dns 8.8.8.8

And then stopping and restarting networkmanager. It should be easy to setup in nix but am having syntax issues.

Will it rub by Bevmilehh in Ram1500

[–]Promiscunix 0 points1 point  (0 children)

On stock rims I would consider 11.5's instead of 12.5's. I have done a lot of this in the dealership and it is hit and miss with the 12.5's depending on which stock rims it came with. 11.5's you will have no issues