LinkedIn is copying the contents of my clipboard on every keystroke
221–230 of 380 posts
Re: LinkedIn is copying the contents of my clipboard on every keystroke
#222Earlier quoted context omitted.
Not LinkedIn; Microsoft. We should blame the real owner. Maybe they'll pay more attention if these practices become tied to their overall brand.
The acquisition was 4 years ago, almost to the day: you're right, it's time to blame the real owner.
Re: LinkedIn is copying the contents of my clipboard on every keystroke
#223Re: LinkedIn is copying the contents of my clipboard on every keystroke
#224LinkedIn has a history of acting like a cretin: multiple data breaches, dark patterns where they don't fix their buggy mobile site and just put up a disclaimer "problems with the mobile site - download our app" (just so that they can harvest a wider range of data). I managed many marketing campaigns on Linkedin over the years and spent thousands each month on the platform as a corporate user. If you think that paying…
Re: LinkedIn is copying the contents of my clipboard on every keystroke
#225LinkedIn has a history of acting like a cretin: multiple data breaches, dark patterns where they don't fix their buggy mobile site and just put up a disclaimer "problems with the mobile site - download our app" (just so that they can harvest a wider range of data). I managed many marketing campaigns on Linkedin over the years and spent thousands each month on the platform as a corporate user. If you think that paying…
Re: LinkedIn is copying the contents of my clipboard on every keystroke
#226LinkedIn has a history of acting like a cretin: multiple data breaches, dark patterns where they don't fix their buggy mobile site and just put up a disclaimer "problems with the mobile site - download our app" (just so that they can harvest a wider range of data). I managed many marketing campaigns on Linkedin over the years and spent thousands each month on the platform as a corporate user. If you think that paying…
I've actually gotten my current job and just received an offer from a FAANG due to LinkedIn cold calls. I can't speak to dark patterns, but saying the service has no value is disingenuous.
Re: LinkedIn is copying the contents of my clipboard on every keystroke
#227LinkedIn has a history of acting like a cretin: multiple data breaches, dark patterns where they don't fix their buggy mobile site and just put up a disclaimer "problems with the mobile site - download our app" (just so that they can harvest a wider range of data). I managed many marketing campaigns on Linkedin over the years and spent thousands each month on the platform as a corporate user. If you think that paying…
I mean I've definitely been contacted by FAANG companies out of no where and got interviews through that.
Probably half the interviews I’ve had over the past decade have come from LI, and I think at least 4 or so jobs (including my last and most recent) started there.
It was largely useless in the aughts for me, but not lately.
Re: LinkedIn is copying the contents of my clipboard on every keystroke
#228One of my hobbies is looking at url strings with GET key/value pairs. Programmers must forget that they're visible to users. LinkedIn has a search workflow that shows "origin=TYPEAHEAD_ESCAPE_HATCH" which I've always found humorous.
> Programmers must forget that they're visible to users. GET parameters aren't usually visible to users; with the deemphasis of the URL bar, you'd have to have an incredibly short URL for that to even be a possbility. Right now I'm looking at https://news.ycombinator.com/reply?id=23717577&goto=item%3Fi ....... That's one visible parameter. There's PLENTY OF SPACE for firefox to show the rest of the URL, but it won't;…
Right click on the "crammed" icon area, pick "customize", and then you can drag and drop the icons crammed into the space into another bar (or out of the UI entirely if they are icons for things you never use), which should then recover much of the lost space.
Re: LinkedIn is copying the contents of my clipboard on every keystroke
#229Earlier quoted context omitted.
The clipboard is controlled by the OS. When you 'paste' the OS sends the contents to the app. There is no need for an app to have access to the clipboard.
I'm curious - have you ever actually looked into how clipboards work across various OSes? Because programmatic clipboard access is the norm pretty much across the board.