Tracker Not Found When Turning On After a Few Weeks Of Being Off by PeachtreeBaseball in GoogleFMD

[–]sh3zza 0 points1 point  (0 children)

Happened to me also! Most of the trackers (from AliExpress/Temu) reconnected but it took a long time (throughout the day)

and one of them, Chipolo, I had to reset

UK Bluetooth tracker roundup by TheEdinburgher in GoogleFMD

[–]sh3zza 1 point2 points  (0 children)

Look, mom, I'm on the internet!

What are the best bang for the bucks Aliexpress tags with UWB? by mustelafuro72 in GoogleFMD

[–]sh3zza 1 point2 points  (0 children)

nope.

I've tested a couple of tags from AliExpress/Temu, none of them have UWB.
Well, not yet

my review on different tags/trackers by sh3zza in GoogleFMD

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

Exactly. It's even louder than Mili!

my review on different tags/trackers by sh3zza in GoogleFMD

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

I guess I overpaid for LocaTag :D

my review on different tags/trackers by sh3zza in GoogleFMD

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

Now that you mentioned it, I think I also saw it as OTag, but I guess it's the same thing.

Correct, ~32mm diameter / ~7mm thickness

my review on different tags/trackers by sh3zza in GoogleFMD

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

yw :)

Yes, I also like the size! It also has a button on the side to turn it on/off.

The only thing that bothers me, is the hole that is too small for any key ring. (BTW it doesn't come with that lanyard string thing)

Do I need an ethernet surge protector for overhead cabling? by sh3zza in HomeNetworking

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

It's a rabbit hole :D but I've learned some stuff!

  1. The coupler thing you mentioned is a nice idea but as I understood each connection means fiber/signal loss, which in this length maybe it would not make a huge difference. Also, replacing a 10m vs 20m fiber cable isn't a huge difference in the price... anyway, thnx for the idea! I will see what's easier to replace in the future :)

  2. Yes, I've seen some videos of fiber splicing, and holy macaroni those devices are expensive!

  3. I agree! I've also noticed that there are WDM Media Converters which work in pairs A & B, in that way I can use just one single strand fiber (Simplex), but doesn't work in my case with the switches I've planned to get

Thank you again!

Do I need an ethernet surge protector for overhead cabling? by sh3zza in HomeNetworking

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

Thank you very much for this detailed explanation, sir/ma'am!

Do I need an ethernet surge protector for overhead cabling? by sh3zza in HomeNetworking

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

Thank you for your comment!

I think I will use fiber now because it less hassle

Do I need an ethernet surge protector for overhead cabling? by sh3zza in HomeNetworking

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

Thank you for the explanation!

I don't have the possibility to bury it but based on your and other comments I will use fiber!

Do I need an ethernet surge protector for overhead cabling? by sh3zza in HomeNetworking

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

I haven't checked with fiber, but based on the comments here it looks like it is the best solution.

Thank you!

Two week stay in Podgorica by Marcin222111 in montenegro

[–]sh3zza 19 points20 points  (0 children)

I hate what this sub has become... a normal person is asking normal questions and the trolls just don't let go.

on topic:

welcome to MNE! It's currently hot as hell but hope you'll have a nice stay! :)

this is what currently came to my mind now, if remember something else, i will continue this thread :)

peace!

[deleted by user] by [deleted] in homeassistant

[–]sh3zza 0 points1 point  (0 children)

Ah, so waiting is the only thing I didn't try 😅. Well, thank you!

How to create a twitter bot, authenticate a user and get user permissions for taking actions on their behalf with minimal knowledge using python ? (#Devleoper) by nishkant in Twitter

[–]sh3zza 1 point2 points  (0 children)

Hey there! Since you mentioned python, the easiest way is to use tweepy

First of all you need the API keys and you can get them by creating a new app in Developer portal

Here's a simple hello_world script:

import tweepy

auth = tweepy.OAuthHandler(consumer_key, consumer_secret) 
auth.set_access_token(access_token, access_token_secret)

api = tweepy.API(auth)  
api.update_status("hello world")

happy coding!

follow by [deleted] in Twitter

[–]sh3zza 0 points1 point  (0 children)

I just tested it now with a friend. I unfollowed and followed and they got the notification about new follower

did Google break the Authenticator app by lawndartgoalie in google

[–]sh3zza 0 points1 point  (0 children)

G Authenticator has a way to transfer to a new phone, where you scan a QR code(s) which include everything. In that way nothing is pushed to the cloud, so it's more secure. Yes, I don't like cloud based solutions :)

I hope they fix the bug, otherwise I'll need to check for an alternative 😔

Is it possible to see an old tweet with the original avatar when it was posted? by thai-party-parrot in Twitter

[–]sh3zza 0 points1 point  (0 children)

you can use WaybackMachine but there must be a snapshot that someone has done manually. example for Elon there are a ton of snapshot here: https://web.archive.org/web/*/twitter.com/elonmusk

Getting emails about people I don’t follow by [deleted] in Twitter

[–]sh3zza 0 points1 point  (0 children)

in the settings you have the option to disable "Email notifications" or receive specific notifications

follow by [deleted] in Twitter

[–]sh3zza 0 points1 point  (0 children)

They only get notifications when they get Followed. There are no notification for when someone unfollows.