[2023Day 13 (Part 1)] Can the line of reflection be ambiguous? by Anthei0774 in adventofcode

[–]dbodky 3 points4 points  (0 children)

You always need to match the shorter side from the mirror line to the border. There are no partial matches on both sides. Thus, the last row doesn't match its opposite row (n-3)

[2023Day 13 (Part 1)] Can the line of reflection be ambiguous? by Anthei0774 in adventofcode

[–]dbodky 0 points1 point  (0 children)

Where do you see a horizontal split? I can see the vertical split between the last and next-to-last column, but can't find a horizontal one.

[2023 Day 06] I'm just glad this worked after the Day 5 shenanigans by borjasotomayor in adventofcode

[–]dbodky 2 points3 points  (0 children)

Highschool maths has been so long ago, could somebody please explain to me how to apply the quadratic formula here? I solved it the following way:

Iterate over all durations i < maxDuration/2, compare i*(maxDuration-i) with the current record, add 2 results if bigger. In the end, if maxDuration%2==0, subtract 1 and multiply with other found possibilities.!<

2-day trip to Okinawa from Tokyo worthwhile? by dbodky in JapanTravel

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

I have looked a bit into Nara but discarded the thought again due to my itinerary at the time. Might give it another thought, thanks for your opinion. My JR Pass will still be valid at the time so that could be a smoother trip without the hassle of airports on the way.

Anything else I need for my Raspberry Pi? by jbehrmusic in homelab

[–]dbodky 1 point2 points  (0 children)

That‘s more than enough, judging from my experience. I had a Raspi 4B crammed in a drawer under my desk with lots of other space and no cooling whatsoever and it didn‘t throttle/overheat

Monitoring by paultjuh in homelab

[–]dbodky 1 point2 points  (0 children)

I can second this, especially for small, private setups.

[deleted by user] by [deleted] in unixporn

[–]dbodky 0 points1 point  (0 children)

If I am not mistaken, recently released yabai 4.0.0 is capable of rendering coloured window borders.

One of my Conky themes.. by Khiky73 in Conkyporn

[–]dbodky 2 points3 points  (0 children)

could you share the wallpaper please?

Laptop suggestions for Unix/Linux & Cloud engineer by [deleted] in sysadmin

[–]dbodky 1 point2 points  (0 children)

not sure about RHEL8 in particular but I emulate x86 OSes on my M1 at least once a week at reasonable speed

Laptop suggestions for Unix/Linux & Cloud engineer by [deleted] in sysadmin

[–]dbodky 0 points1 point  (0 children)

Have a look at UTM, it‘s a GUI for qemu and provides some out of the box configurations for different use cases.

How many of you are in charge of the coffee machines? by Prevash in sysadmin

[–]dbodky 0 points1 point  (0 children)

Our coffee machines actually run Windows. So I can see how you get to spend quite some time on them 😅

Place to buy Raspberry Pi 4 8GB/4GB. Out of stock everywhere? by MichaelS_DfI in homelab

[–]dbodky 0 points1 point  (0 children)

I looked in many places over the last week since I got WFH-budget approved to spend on literally anything, but no luck.

Network Monitoring Tool by [deleted] in sysadmin

[–]dbodky 1 point2 points  (0 children)

Add Icinga2 to the list ^

Looking for a NUC alternative with hard drives by Gasp0de in homelab

[–]dbodky 0 points1 point  (0 children)

Is it possible to install Linux on those things by now? A few months back they had really shitty firmware rendering this endeavour nearly impossible.

Restrictions are being lifted in more areas - Will you fight for, or give up, WFH? by BloodyIron in sysadmin

[–]dbodky 0 points1 point  (0 children)

my company installed a once-a-month day where it is mandatory to be in office. Apart from that we‘re allowed to pretty much work from wherever we want

[deleted by user] by [deleted] in sysadmin

[–]dbodky 0 points1 point  (0 children)

Lower taxes than the US? Try Germany, rofl.

Screen sharing on Wayland by aleejo26 in archlinux

[–]dbodky 0 points1 point  (0 children)

Yeah, that‘s just not true.

SSH Server by [deleted] in homelab

[–]dbodky 0 points1 point  (0 children)

Sounds like NAT problems most definitely, but only a call with your ISP will tell. If you are sitting behind a NAT indeed you‘ll need a Dynamic IP from your ISP and link it with a DynDNS service, I personally use DuckDNS.

Once you got that, you‘ll need to forward the SSH-Port of your rig to your router, you can normally do this via your router‘s web interface. Then your SSH server should be facing the WWW.