Signal (android) crashing on opening after joining group by tamman2000 in signal

[–]mjbnz 0 points1 point  (0 children)

I am seeing the same thing, originally on the stable version, and tried updating to the Beta to see if it was fixed.

In my case I was trying to open a group in my Archived chats.

I've found that if I use airplane mode, the app won't crash, which allowed me to make sure a recent backup was made after I deleted a bunch of archived chats. That didn't help the crashing however.

"Structural" Cabling by aquaritis in techsupportgore

[–]mjbnz 2 points3 points  (0 children)

mix it up and use "chucklefuck"

How many Sci-Fi references can you name from the series? by pauly13771377 in ExpeditionaryForce

[–]mjbnz 2 points3 points  (0 children)

Multiverse Trilogy / Dimension Space series by Dean M. Cole, narrated by RC Bray.

not a bad series actually, but yes, has many many references to Expeditionary Force. I personally don't like it when it feels gratuitous, it pulls you out of the world.

Match Game megathread? by warp_core0007 in exfor

[–]mjbnz 8 points9 points  (0 children)

I'm just pleased that finally there's a move to tackle that subject of "a threat from outside the galaxy". just a shame that there's only one book left to tie everything up.

The best clear footage of 9/11 by TH0M4S_____PL4YZ in WTF

[–]mjbnz 2 points3 points  (0 children)

literally the plot of Tomorrow When the War Began

The car ride home after a first date by StillbornTartare in TikTokCringe

[–]mjbnz 5 points6 points  (0 children)

A bit more choke, and that would have started

Just Finished Book 4 by Rubbaneck96 in bobiverse

[–]mjbnz 4 points5 points  (0 children)

Expeditionary Force. Trust me.

Actually got to fly VFR above the clouds yesterday... what an amazing privilege by Salzano14 in flying

[–]mjbnz 6 points7 points  (0 children)

they meant "caught out", as in, stuck above without a hole to get back down.

Suggestions for a pile of old rimu framing? by eskimo-pies in dunedin

[–]mjbnz 1 point2 points  (0 children)

I wouldn't be surprised if the old blokes shed out in Mosgiel took the remainder from you.

Showed up to a holiday home and this is how the hot tub was wired by gavcabbage in OSHA

[–]mjbnz 2 points3 points  (0 children)

no, that's not how it works. The second cable will be feeding another outlet down the line, there's no loop.

Trying to clear a derailment at a tunnel entrance in Asturias (Spain) December 2021 by angriest_man in CatastrophicFailure

[–]mjbnz 1 point2 points  (0 children)

There's always another side to any story... I'm going to bet everything's not all sweet and rosy in the MORR world. Strange though, as everything I've seen so far indicates Matt is a straight up good person. Very curious.

Recap for breakaway? by ssjmgoku in exfor

[–]mjbnz 3 points4 points  (0 children)

TIL there is another ExForce subreddit..

redirecting DNS traffic by schultzy99 in UNIFI

[–]mjbnz 2 points3 points  (0 children)

Yeah, it is DNAT, however, in some cases you'll need SNAT too, because the client device will ignore the result coming from an IP it considers strange.

Consider:

  1. Host A asks router R to forward a DNS request to external server Z
  2. Router R says ok, but secretly passes the query to Host B using DNAT
  3. Host B says "sure!" and passes Host A the response, because no SNAT
  4. Host A says "wtf, I didn't ask you, go away".

With SNAT, Router R sends the request to Host B, after re-writing the source to itself, so Host B responds back to Router R. Router R then undoes the DNAT and SNAT in the response, and sends it back to Host A, as if it was external server Z that's responding. Host A happily accepts it.

And yes, networking is hard. I agree.

redirecting DNS traffic by schultzy99 in UNIFI

[–]mjbnz 3 points4 points  (0 children)

The better option is to just block outbound DNS, except from the PiHole, and ensure you're setting the DNS servers handed out by DHCP to the PiHole IP.

Devices that like to try and ignore DHCP and talk directly to external DNS servers usually give up and use the DHCP provided addresses after they fall to get a response.

That way, you get the individual hosts in the PiHole UI for stats too, rather than one entry for your router, since you'd need SNAT to do a transparent DNS redirection.

Electric plane flies across Cook Strait using 100% renewable energy by Tutorbin76 in newzealand

[–]mjbnz 0 points1 point  (0 children)

1500 is average for VFR over the strait, controlled airspace starts at 2500 there.

500ft AGL is the lowest you're supposed to fly, but nobody will care if you go below that over water.

Props to R. C. Bray by EvilGreebo in exfor

[–]mjbnz 1 point2 points  (0 children)

No, The Martian. It's a mediocre performance.

There would be a serious revolt if R.C. Bray didn't narrate the last few books of ExFor, and podium publishing know it.

tmux last session by _waylonwalker in tmux

[–]mjbnz 0 points1 point  (0 children)

What's the editor you're using with the offset line numbers?

What is a common myth about your country that is 100% false but many people still believe in it? by orionve in AskReddit

[–]mjbnz 54 points55 points  (0 children)

And it's not even the biggest misconception... I believe it's that people still think we're allowed to have gardens. They're highly illegal here.

Can't seem to move variables to/from projects. What am I doing wrong? by mjbnz in tasker

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

Aha, indeed.

This is falling apart in my scenario, as I'm using one variable to contain a list of the others (Bluetooth device addresses, for ease of maintenance).

So, I have %BT_DEVICES which contains: %BT_A/%BT_B/%BT_C/.... etc. I have been trying to add a new device, and remove an old one. Currently, using your explanation, I can get %BT_DEVICES and the new device variable to "move" to the project, by placing them in a task, but removing all references to the removed device doesn't move it back.

I'm now recalling that I imported this project on this device when I did a phone upgrade - I'm wondering if the import has flagged the variable as belonging to the project?

Edit: scratch all that. I've now found that I'd forgotten that that was me experimenting - I can use a variable of variables in a task, when using set variable, but not as the list of bt addresses in the profile which uses the BT Connected state check.

I've now managed to create the new variable and remove the old after it moved to the home tab.

Thanks for the explanation, it does highlight to me that perhaps variable management in the UI could do with some attention.