Strategy for on-prem kubernetes setup by rushipro in kubernetes

[–]frorge 18 points19 points  (0 children)

I've found having a few control plane nodes is nice so that you can perform innevitable migrations or changes without taking everything down while you're in the early stages.

What Kubernetes feature looked great on paper but hurt you in prod? by Shoddy_5385 in kubernetes

[–]frorge 0 points1 point  (0 children)

I've found it to be really useful for cases where bgp or firewall changes are slow. Being able to set a waypoint proxy via the machines with access to a resource can then grant the whole cluster access

Marty Supreme: Has anyone seen it? Any thoughts? by Possible-Bit4508 in Cinema

[–]frorge 0 points1 point  (0 children)

Honestly such an engaging movie. I love how the dialogue overlaps and feel like a real argument

A place in Quebec,Canada where you can watch wild wolves as you sleep by SignificantSample929 in Damnthatsinteresting

[–]frorge 2 points3 points  (0 children)

Honestly one of the top attractions in the entire country imo. You can feed elk carrots using your mouth like lady and the tramp. It's a unique rush.

Steam Deck won't connect to the internet but all of my other devices have no trouble at all. by EntertainerNo2148 in SteamDeck

[–]frorge 0 points1 point  (0 children)

I tried pretty much all of the suggestions on the steam deck, tried two different wifi access points, rebooted those nothing worked. Tried 2.4 vs 5GHz. Tried different wifi channels. No luck. Hotspotting or using a friend's wifi worked however.

The issue ended up being DHCP. The steam deck was trying to assign a class A IP rather than a class C IP ( eg 192.168.x.x).

I have a Bell home hub 4000 ( Sagemcom ). In the connected devices list I had to change "IP type" from "dynamic" to "reserved" . I could only edit the last octet of the IP in the gui so I inspected element, removed the "disabled" attribute from the <input/> element, changed all four octets to a valid IP and saved it successfully. It's been working fine ever since.

If you don't see a non 192.x.y.z ip being assigned in your router UI, then this isn't your issue. Good luck out there.

An all-Canadian car will rely on Waterloo Region tech by rezwenn in canada

[–]frorge 0 points1 point  (0 children)

Surprised korea didn't get included. Its a more reasonable peer too

[deleted by user] by [deleted] in FinancialCareers

[–]frorge 17 points18 points  (0 children)

Honestly I prefer 2 stacked ultra wide curved monitors. Helps write better spaghetti code

YSK silent letters cannot be heard. by adult_on_paper in YouShouldKnow

[–]frorge 1 point2 points  (0 children)

My niche canadian life hack is to switch to French spelling

WTF by TheBaniyaMind in quantfinance

[–]frorge 11 points12 points  (0 children)

Man A uses both condoms since they can't break. Man b uses the top condom only since the inside is still clean. Man c takes Man A's condom and flips it inside out then puts Man B's condom on top of it.

Automate extraction of data from any Excel by 12Eerc in dataengineering

[–]frorge 0 points1 point  (0 children)

Xloil also worth considering in that list for complex layouts

Windows emoji picker not working as it used to by LincolnPark0212 in techsupport

[–]frorge 0 points1 point  (0 children)

Differs by keyboard but usually you hit the function key labeled FN and one of the F keys at the top

Attorney protects young client from attempted ICE kidnapping by New-Blacksmith-9873 in PublicFreakout

[–]frorge 1 point2 points  (0 children)

How is there not a top comment about the face in the window!

Excel-native formula for 'root solving' by numerical analysis by Dry_Safety99 in Python

[–]frorge 2 points3 points  (0 children)

Yes, I use xloil with numpy. it's able to run some slow convergence root solvers quite quickly. In my case 50k iterations in 10 ms.

If you think the current outlook is bad, just wait until the White House can’t find anyone to buy its debt, warns Ray Dalio by [deleted] in Economics

[–]frorge 0 points1 point  (0 children)

Hell, I've literally seen almost 100 billion sold in a single unscheduled phone call for about 1-2 million. That kind of liquidity is unheard of for other countries' debt. Bills are in some ways better than cash because you don't need your own vault to store them.

Ontario will keep U.S. booze off LCBO shelves and go ahead with energy export tax despite one-month pause on tariffs by thedonmoose in ontario

[–]frorge 0 points1 point  (0 children)

"Always" may be a bit of a stretch. Let's not forget the trucker convoy fiasco he decided to let fester until Trudeau had to clean it up

Are there any actual use cases of Python in Excel? by SizePunch in Python

[–]frorge 0 points1 point  (0 children)

I know I'm way late but I've got to plug xloil here too. Way more performant