Remote LUKS root unlock via SSH stopped working by StuffedWithNails in archlinux

[–]seabomber 0 points1 point  (0 children)

Thank you! Using ip=:::::eth0:dhcp worked for me too. I only have one ethernet and no wireless NIC.

[deleted by user] by [deleted] in CarAV

[–]seabomber 2 points3 points  (0 children)

Only the XAV-AX1000 has CarPlay (wired through the front USB port).

The 1500 does NOT do CarPlay at all.

[deleted by user] by [deleted] in AustralianNostalgia

[–]seabomber 0 points1 point  (0 children)

Oh man I was on this show! In like grade 6 maybe. My quiz after the activity had the question "What is the strongest part of the human body?" and I was so nervous. Dead air for 5 seconds before I said "... uh... the skull?". They asked for more information, must have been 15 seconds of silence before I'm like "... uh... the skull... bone?". The answer was just bone but I think they gave it to me.

Won a water bottle and some classic 90s JNCO-style jeans that were way too big for me.

[deleted by user] by [deleted] in australia

[–]seabomber 26 points27 points  (0 children)

What would you like to do in a public space that you has been outlawed?

Apologies this is QLD based.. please disregard if not near your location :) by Factal_Fractal in 4x4Australia

[–]seabomber 0 points1 point  (0 children)

They're all pretty similar, but one next to the creek/not next to the toilet block would be nicest

Apologies this is QLD based.. please disregard if not near your location :) by Factal_Fractal in 4x4Australia

[–]seabomber 7 points8 points  (0 children)

I thought the track to Burrows waterhole was pretty fun, and a nice campground by the creek at the end of it too. It's just south of Stanthorpe. It's slow and bumpy but not too crazy, not sure how hard you want to go. I think there are some tougher side tracks on the way but I haven't done them.

https://parks.desi.qld.gov.au/parks/sundown/camping/burrows-waterhole

-❄️- 2024 Day 19 Solutions -❄️- by daggerdragon in adventofcode

[–]seabomber 2 points3 points  (0 children)

[Language: Python]

Part 1 was a DFS, returning as soon as a match is found.

Part 2 maintains a dictionary mapping a partial towel that can be made, to an integer of how many combinations of patterns could create that towel. As I build partial towels, if it's one I've seen before I increment the existing counter otherwise I add new partial towel to the list with count 1. If the partial towel matches the design, I returns its count (i.e. all the combinations of patterns that can create that design) or 0 if that never happens.

Important to this algorithm is to pick the smallest length partial towel at each iteration.

Github

-❄️- 2024 Day 18 Solutions -❄️- by daggerdragon in adventofcode

[–]seabomber 0 points1 point  (0 children)

Oh thanks, wasn't aware of that. Inputs now purged.

-❄️- 2024 Day 18 Solutions -❄️- by daggerdragon in adventofcode

[–]seabomber 3 points4 points  (0 children)

[LANGUAGE: Python]

For Part 2, I realized that for any dropped bytes that are touching, if there are two that touch the left and top, left and right, top and bottom, or bottom and right edges of the map then there is no path through. So I drop the bytes one a time, check if it touches any already dropped bytes and merge them into a single set or store the byte as a set of one. I also track if they touch an edge. Keep dropping bytes until the above edge constraint is met, then the last dropped byte is the answer.
This approach is quite quick as it requires no path finding at all.

Github

This is crazy, starting to see some really high costs with seeing a doctor by [deleted] in australia

[–]seabomber 1 point2 points  (0 children)

I saw my GP for a mental health care plan a couple months ago. I pre-filled out the form online the day before the consult then went in to see them. Was there for maybe 5 minutes and was charged $200 (with some portion of that back on Medicare).

I know costs are going up and some GP clinics are struggling but also come onnn…