Spyke
lifeprotips·Life Pro TipsbyQuinten

New moderators wanted for c/LifeProTips

We noticed this community was abandoned by its previous moderators, and so we’re here to help it thrive again!

We’re looking for new moderators to help make this a truly awesome community. Keep in mind that as a moderator, it would be up to you to make sure all posts are following the Lemmy.World’s rules, and your own community rules.

Server rules can be found on https://lemmy.world/legal

If you are interested in moderating this community, please reply to this post with your time zone and availability.

View original on lemmy.world
lifeprotips·Life Pro Tipsbybridgeenjoyer

LPT: reduce doomscrolling and brainrot

This is my own tip ive been doing and helping others to do as well.

I notice people (especially young) dont use bookmarks/favorites anymore. Many mainly know only 3 things online:. Google (only reading summaries), x, and tiktok. Probably chatbots too.

I myself have a ton of bookmarks for interesting hard to find sites (many I found on Lemmy) and when i find myself endless scrolling or being bored, I go to my bookmarks!! Its always way more enjoyable and actually helps my brain learn. Whether its an article I marked to read later or an old forum post or a blog, it's much better for you than constant content consuming.

Another benefit is you're keeping your web traffic off corpo net and reducing their tracking and revenue from you.

Things like wikwok on f droid are wonderful as well.

I only wish i had kids so I could teach them these things and stop the brain rot! Its really sad how many people are turning into zombies because of endless addictive scrolling.

View original on sh.itjust.works
lifeprotips·Life Pro Tipsbyfubarx

Gmail Unsubscribe Tip

Here is an incredible Gmail tip to quickly unsubscribe from all the companies you may have unknowingly subscribed to.

Open Gmail in a web browser.

Delete everything in the URL after /mail/ and replace it with /mail/#sub

This will open a list of all the companies you are subscribed to for emails, together with an unsubscribe button for each one.

Source

View original on lemmy.world
lifeprotips·Life Pro Tipsbysixty

You can count past 1,000 on your fingers by using binary, instead of just 10

YSK You can count past 1,000 on your fingers by using binary, instead of just 10

With just one hand, you can count to 31, and with both hands you can reach a whopping 1,023. This is because the placement of the held up fingers matters, rather than the amount.

It can be very useful in everyday use, being able to count to huge numbers when you don't have your phone or pen and paper nearby.

You can count past 1,000 on your fingers by using binary, instead of just 10https://www.mathsisfun.com/numbers/binary-count-fingers.htmlOpen linkView original on sh.itjust.works

If You Can't Avoid Shopping On Amazon, You Can Make Your Delivery Driver's Life Easier, Reduce Emissions, and Support Music Artists for Free!

If you still have to shop on Amazon for one reason or another, but you don't need the things you're ordering as fast as possible, Amazon will sometimes have an option for a later delivery time.

The option is sometimes marked as a "Lower Carbon" or a "No Rush" delivery. Sometimes, these options will have a little bit of text under them saying you get a "digital reward" if you pick that option. That reward credit can't be used towards regular products, but it can be used towards digital items, such as music.

If you didn't know, you can still buy MP3s of songs from Amazon Music for most of the artists on their platform. (though I wouldn't recommend doing this without the credit, since their prices are higher than most other marketplaces like Bandcamp, Qobuz, etc)

Essentially, if you choose to get your package a bit later:

  • The shipping process can optimize for scale over speed, which reduces carbon emissions, and makes the jobs of delivery drivers and warehouse workers a little bit easier
  • You get free money you can throw at musicians to own their music instead of being reliant on a subscription service

If you have the credit, (it can sometimes take a few days to show up after the delivery, they'll email you) you just go to Amazon Music, find an album, go to the album's page, then select MP3 Music under Purchase Options and it'll let you download it right away!

You can see how much credit you have in your account, then way down at the bottom in the Shopping programs and rentals section under No-Rush rewards summary.

This is a good way to make any packages you do still have to order on Amazon a little better for people and the planet, and it also gets you some free music while supporting the artists you like. If you're building a local music collection like me, this is a good way to add onto that!

View original on piefed.social
lifeprotips·Life Pro TipsbyBoycottTwitter

LPT: Always remove the si= part of YouTube links.

The part that says either ?si= or &si= is only for tracking. You can remove this part of the link and it will still function just the same. It makes the link shorter and also helps protect your privacy. The only important part of a YouTube URL is the video ID. There are two types of URLs:

youtube.com/watch?v=

For this one you can remove everything after and including the ampersand if present.

youtu.be/(videoid)?tracking

For this one you can remove everything after and including the question mark.

Note the exception is if you want to intentionally leave in playlist information you might want to keep that part.

View original on lemmy.zip
lifeprotips·Life Pro TipsbySackeshi

LPT: You can create substitution shortcuts on Google Docs

TIL that I must share with yall.

If you go to google docs, then Tools > Preferences > Substitutes you can add one at time a shortcut.

For example if you want to type other currencies other than the dollar you can put UK$ = £ to always get £ or EU$ = € to always get €

Once you find it it's hard to stop, and can make things SO easy,

Also Tools > Preferences allows you to turn off things like auto capitalize for new lines.

View original on lemmy.world
lifeprotips·Life Pro TipsbyMeatsOfRage

LPT: Do your furniture shopping near the end of the month

This likely applies to all larger commission based purchases but do your large buys near the end of the month.

Why? Commission based jobs generally have bonuses and incentives for their staff to hit specific sales targets for the month. What this means is, near the end of the month you'll have sales staff trying a little harder to close deals and get in those last minute sales. What this means for you is a sales person more willing to negotiate a better deal on your purchase.

This is coming from personal experience as I worked in furniture sales for 6 years (two different stores) and tried it out a couple times myself.

View original on lemmy.world

LPT: If your carrier limits hotspot usage, you may (potentially) get around it by changing TTL to 65 or running proxy on the phone

TTL

The default TTL for Android is 64. Default for Linux is 64. Default for Windows is 128.

When a packet passes through the router, its TTL is decreased by 1. So a packet from your phone will have TTL of 64, while one from device on hotspot will get decremented to 63 when passing your phone, acting as a router.

Unless it starts with 65, then gets decremented to 64, the same as with your phone directly.

On Linux you can temporarily change this with

sysctl net.ipv4.ip_default_ttl=65

as root.

If the carrier just checks the TTL, congrats.

I haven't played around with IPv6 hop limit.

HTTP proxy

If that doesn't work, you can try to proxy traffic through the phone. I like to use Tinyproxy in Termux.
The config is pretty simple, and also supports (unencrypted) authentication with username and password.

Another option is an all in one app like TetherFi. It creates WiFi Direct group (without direct internet access), and has a built-in HTTP proxy.

Both ways allow also using your phone's VPN.

The HTTP proxy can be easily configured in Firefox, for example. For Android, there is a pretty cool app called NekoBox which is a proxy client for many different protocols. It uses the VPN interface to pass everything through the proxy, thus giving you full device connectivity on the other device.

TinyProxy: https://tinyproxy.github.io/ (can simply be apt installed in Termux)

Termux: https://f-droid.org/en/packages/com.termux/ (terminal emulator for Android)

TetherFi: https://github.com/pyamsoft/tetherfi

NekoBox: https://github.com/MatsuriDayo/NekoBoxForAndroid

View original on lemmy.sdf.org
lifeprotips·Life Pro TipsbySackeshi

LPT: Don't leave your electronics constantly charging

When you get a new phone or tablet or computer you should charge it to ~80% and then wait until it's below 20% before charging again. This will protect the battery life. Basically leaving your phone charging overnight slowly breaks your battery because it's constantly being stuck on maximum capacity straining the internal structure of the battery.

Keeping your devices on WiFi also helps greatly increase the time before the next change

View original on lemmy.world