Short circuiting conditions is important. Mainly for things such as:
if(Object != Null && Object.HasThing) …
Without short circuit evaluation you end up with a null pointer exception.
Short circuiting conditions is important. Mainly for things such as:
if(Object != Null && Object.HasThing) …
Without short circuit evaluation you end up with a null pointer exception.

I have the same issue. If you sub to the community you can see comments. So seems like the issue is for local communities you are not subscribed to.
I’ve resorted to just sharing my laptop screen. You can also use picture by picture to get split displays which are easier to share.
I just made the switch from 3 24 inch monitor to a single 49 inch super ultrawide. It’s basically 3 monitors with no bezels. A lot of things are annoying though like full-screening videos/games but there are workarounds.
They do in embedded when you are polling a read only register. The cpu can change the register but writing to it does nothing.
From my experience this is a very Indian thing.
This is what I use too. Also using the provided dynamic dns server just makes this dead simple and has been working for years. Is there a good reason to switch?
I think it’s this. I was posting on 3 different accounts until I found one to settle in.

“The site can’t be reached”
https://lemm.ee/comment/1800250
alternative link to same comment. I really wish there was a better way to link to comments that’s instance agnostic…

It’s tied to your Google account, not the phone.
Finally feels like I’m home! Also are there any plans to add or is there a way to view downvote counts?

You can backup and restore it on each account. Actually you can even backup from reddit sync app and restore that on the lemmy sync accounts which is what I did and have all my lemmy accounts set up like I had my old reddit sync.
The cynical in me tells me this was Musks plan all along and had been coaxing Spez to get him to implode Reddit to take off heat from this move.
Arrays are address offsets.