354

Meta is starting to ramp up its growth-hacking tactics for Threads in a bid to boost engagement on the Twitter competitor.

121

Google will soon start testing a new ‘IP protection’ feature for Chrome users, offering them greater control over their privacy. The tech giant the upcoming feature prevents websites from tracking users by hiding their IP address using proxy servers owned by Google.

To give you a quick recap, IP address is a unique numerical identifier that can be used to track a user’s geographical location and is used by advertisers to track a user’s browsing habits, see which websites they visit and provide personalized ads.

According to Google, the IP protection feature will be rolled out in multiple stages, with Phase 0 redirecting domains owned by Google (like Gmail) to a single proxy server. The company says the first phase will allow them to test its infrastructure and only a handful of users residing in the US will be enrolled.

Google also said that the upcoming IP protection feature will be available for users who have logged in to Chrome. To prevent misuse the tech giant will be implementing an authentication server that will set a quota for every user.

In the following phases, Google will start using a 2-hop proxy system, which essentially redirects a website’s request to a Google server that will again be redirected to an external CDN like Cloudflare.

While the IP protection feature might enhance user privacy, the tech giant has clarified that it is not a foolproof system. If a hacker is able to gain access to Google’s proxy server, they will be able to analyse all traffic passing through the network and even redirect users to malicious websites.

Since most of Google’s revenue comes from tracking users across the internet and offering them personalized ads, it will be interesting to see how the company strikes a balance between user privacy and revenue generation.

1
submitted 1 year ago by macallik@kbin.social to c/linux@kbin.social

There has been a noticeable shift over the last few months on other operating systems like Android, iOS and Microsoft.

What are your thoughts around how/if integration takes place within Linux?

0
submitted 1 year ago by macallik@kbin.social to c/privacy@lemmy.ml

From September 2023, we will be gradually rolling out our new unique search offer. This will happen over several months and won’t apply to everyone at the same time. This means that when you search through Ecosia, we work with either Microsoft Bing or, with your consent, Google to provide you with search results and ads. In order to do this, we automatically collect data required by search partners to prevent bot attacks and ad fraud - which includes your IP address and search terms.

For a growing number of users we can now provide Google results and advertisements. In order to supply these results and ads, Google requires a cookie to be set on your browser and access to your device’s local storage to store information. We will ask for your consent before doing this and if you do not agree, we will provide non-personalized results from Microsoft Bing.

In order to provide non-personalized Microsoft Bing results and ads, we are contractually obliged to implement Microsoft Clarity to capture how you use and interact with our website through behavioral metrics, as well as sharing your IP address and search terms. This behavioral data is captured in individual search sessions and is not tied to a user profile unless you consent. The processing of this data is necessary for the provision of our service. Although Ecosia does not use this information, it is used by Microsoft Bing for site and advertising optimization, as well as fraud protection. For more information about how Microsoft collects and uses your data, visit Microsoft’s privacy statement and Microsoft Clarity documentation.

Microsoft Bing does also offer personalized search results and ads. This service requires a cookie to be set on your browser which creates a personal profile. We will ask for your consent before enabling this and you can change your choice at any time in your cookie preferences. More information on cookies and how to take control of your preferences can be found in the “What about cookies?” section.

[-] macallik@kbin.social 17 points 1 year ago* (last edited 1 year ago)

(Bash-Specific)

App-Specific

alias battery='upower -i $(upower -e | grep 'BAT') | grep -E "state|to\ full|percentage"' # Get the battery level of my laptop server when I ssh into it

alias audio="yt-dlp -f 'ba' -x --audio-format mp3" # Download the audio version of a youtube video

alias wttr="curl wttr.in/Chicago" # Get the weather of my city in the terminal

Terminal Navigation

alias ba2sy="cp ~/.bash_aliases ~/Sync/" # copy my current iteration of my aliases to my shared syncthing folder so that it's accessible across devices

alias sy2ba="cp ~/Sync/.bash_aliases ~/" # replace the current iteration of my aliases w/ the synced version from my syncthing folder

alias mba='micro .bash_aliases' # open my aliases file in the modernized version of 'nano'

alias reload="source ~/.bashrc" # Quickly refresh my system so that the latest alias file is loaded

alias l='exa --group-directories-first -hlras modified --no-user --icons' # exa is a prettier version of ls. Options toggled: Human-readable, long format, reverse output, show hidden files/folders, sort by modified, hide the 'user' column since I'm the only one that uses the computer, and show the icons to make it look fancy```

Replaced Commands

alias cat='batcat --theme=ansi ' # Replace generic output of cat w/ a formatted version. This is bat (batcat in Debian)

alias rm='trash ' # Instead of auto-deleting files, put them in the 'trash' bin for 30 days, then delete.

Server & Docker-related

alias lazy='/home/macallik/.local/bin/lazydocker' # Run Docker

alias pad='ssh MyPad20334' # shorthand to ssh into my server

138
submitted 1 year ago* (last edited 1 year ago) by macallik@kbin.social to c/linux@lemmy.ml

From bash to zsh and everywhere in between, show me yours and I'll show you mines. Inspire others or get some feedback.

Simply copy & paste the output of alias in your terminal or add some comments to explain things for others.

Edit: Kbin users, click 'More' on a comment and use the fediverse link to read responses that have funky formatting

[-] macallik@kbin.social 17 points 1 year ago

Good read, provided context that I didn't have before as a newbie

[-] macallik@kbin.social 11 points 1 year ago

In the video he provides additional use cases outside of crashes. If I'm understanding it correctly, one is the ability to seamlessly transition across and/or run multiple DE's in real-time, and the second is reimagining app loading by being able to restore apps from the disk as if they never left RAM. Someone please correct me if I misinterpreted this

[-] macallik@kbin.social 16 points 1 year ago

Very similar experience. He did a good job of building to the "Ok but why does this matter" aspect of it all

[-] macallik@kbin.social 11 points 1 year ago* (last edited 1 year ago)

Using curl as a substitute for man/help has made it one of my most used commands for me as of late:

curl cheat.sh/AnyLinuxCommand to view tldr/cheat tips

Also great for the weather via curl wttr.in

Hopefully more commands utilize this technique

[-] macallik@kbin.social 10 points 1 year ago

It doesn't seem largely different from the openly brazen acts he's committed in the past. It seems farfetched that invading an entire country won't get you murdered, but murdering a shifty mercenary will be the straw that breaks the camel's back.

[-] macallik@kbin.social 14 points 1 year ago* (last edited 1 year ago)

As someone who recently created pivoted to Debian (for 12.0) from Windows , the website is quite the headache. I consider myself tech-literate, and have been around the internet long enough where RTFM was a rite of passage, but they really are asking a lot given how many different directions the manual went. I put about 20 minutes into it along with 10-15 minutes reading up on things that were not well explained and then just YOLO'd it.

Also if 98% of people are installing via a flash drive and 2% are doing CD Rom installs, then cater towards the 98% in your instructions. Not only is the CD ROM examples more prominent, but they also end up leading to downloading the same .iso IIRC. Not saying to do away w/ the catering to obsolete technology, but maybe shift the conversation towards terminology and wording that end users can instantly identify with.

It really is an example of someone updating an existing process repeatedly instead of taking a step back and seeing how things have changed over time. I suppose that's the active theme for the entire website. The website is frustrating in that aspect. Speaking from experience, I'd venture that the majority of the traffic that is received from newbies following a YT tutorial where someone spells out where to go and what to click. Looking at the referenced video, it appears that have started to slowly make changes but there's still work to be done.

Reading this thread though, I can see how the web dev team came to their conclusion. A solid portion of this thread are people lauding a crap website like alumni who are extolling the virtues of hazing... "it was hard for me, it should be hard for everyone" or "There should be a bit of effort required to keep out the riff raff" etc.

[-] macallik@kbin.social 17 points 1 year ago

Grand opening, Grand closing

[-] macallik@kbin.social 35 points 1 year ago

To the uninitiated, Firefish is to Mastodon what Kbin is to Lemmy

[-] macallik@kbin.social 23 points 1 year ago

Surprised there wasn't a conspiratorial reference to covid testing in the meme tbh

[-] macallik@kbin.social 13 points 1 year ago* (last edited 1 year ago)

I agree.

This thread is the first time I've been embarrassed to be a part of the fediverse. This thread shows a lot of nihilistic people who don't actually follow politics well enough to have views based in reality. People reference the railroad situation without understanding the resolution and reference student debt and other areas as if Biden had full control of the house/senate.

It really is the left's version of Trump supporters in that they revel in their ignorance, wear it as a badge and then encourage others to follow the same path. At least Trump supporters have the decency to encourage their contemporaries to vote in elections smh.

[-] macallik@kbin.social 28 points 1 year ago

I understand your frustration but also encourage you to pay more attention to what happens behind the scenes. Your position on the railroad strike is outdated/misinformed relative to what happened a month ago:

When Joe Biden and Congress enacted legislation in December that blocked a threatened freight rail strike, many workers angrily faulted Biden for not ensuring that the legislation also guaranteed paid sick days. But since then, union officials says, members of the Biden administration, including the transportation secretary, Pete Buttigieg, and labor secretary, Marty Walsh, who stepped down on 11 March, lobbied the railroads, telling them it was wrong not to grant paid sick days.

https://www.theguardian.com/business/2023/may/01/railroad-workers-union-win-sick-leave

In other words, Biden instructed his administration to double back and force the hand of the railroad companies to get the union exactly what they wanted.

view more: next ›

macallik

joined 1 year ago