I find it really hard to replace maps, because half of the times I use it it’s because of photos, reviews, or traffic information that’s just not available in other places.
Eager Eagle
- 2 Posts
- 572 Comments
Eager Eagle@lemmy.worldto
Privacy@lemmy.ml•"i am shocked at how many people don't have an actively hostile relationship with advertising"English
2·15 days agoMaybe there’s a technical difference, but at least in Brazil, publicidade and propaganda are widely used as synonyms
- https://www.dicio.com.br/publicidade/
- https://pt.wikipedia.org/wiki/Escola_Superior_de_Propaganda_e_Marketing
It is uncommon to call propaganda (in the political sense) publicidade, so maybe in popular conversations this makes publicidade a kind of propaganda, and not the other way around.
Eager Eagle@lemmy.worldto
Privacy@lemmy.ml•"i am shocked at how many people don't have an actively hostile relationship with advertising"English
98·16 days agoidk about other languages, but in Portuguese it’s literally the same word
Eager Eagle@lemmy.worldto
Open Source@lemmy.ml•Here you can find over 200,000 open source vector iconsEnglish
15·27 days agoif you use this often, you can add a keyword search (firefox-based browsers) or a custom site search (chromium-based) with this URL
https://icon-sets.iconify.design/?query=%25s(use %s after equals; some lemmy front-ends seem to be rendering it wrong)
and a shortcut e.g.
iconso everytime you enter e.g.
icon personin a new tab, it’ll run the search for you
you just know a company like Microsoft or Apple will eventually try suing an open source project over AI code that’s “too similar” to their proprietary code.
Doubt it. The incentives don’t align. They benefit from open source much more than are threatened by it. Even that “embrace, extent, extinguish” idea comes from different times and it’s likely less profitable than the vendor lock-in and other modern practices that are actually in place today. Even the copyright argument is something that could easily backfire if they just throw it in a case, because of all this questionable AI training.
Eager Eagle@lemmy.worldto
Technology@lemmy.ml•Cursor is better at marketing than codingEnglish
6·1 month agoEven if you’re into AI coding, I never understood the hype around cursor. In the beginning, they were just 3 months ahead of alternatives. Today you can’t even say that anymore and they’re still “worth” billions. You can get a similar prediction quality from other editors if you know how to use them, paying a fraction of the price.
Cursor also chugs on tokens like a 1978 Lincoln Continental, that’s how they get marginally better results, so bringing your API is not even a viable option. The first time I tried it, I asked a simple 1-line edit on a markdown and it sent out 20k tokens before I could say “AGI is 6 months away”, and it still got the change wrong.
Eager Eagle@lemmy.worldto
Linux@lemmy.ml•Where is Linux not working well in your daily usage? Share your pain points as of 2026, so we can respectfully discussEnglish
9418·1 month agoI miss start menu ads, intrusive bing searches, copilot upselling, MSN news, and uninstallable things I’ll never use on my PC like Xbox.
Eager Eagle@lemmy.worldto
Open Source@lemmy.ml•Nametag: An open source personal relationships managerEnglish
2·1 month agono problem. I can see that, at the same time, the directory of the place I work at has 20x that number and finding someone is never an issue, so I also don’t bother cleaning up my local list.
Eager Eagle@lemmy.worldto
Open Source@lemmy.ml•Nametag: An open source personal relationships managerEnglish
6·1 month agoof course most are not used, that is fine, I don’t understand why anyone would bother deleting “unused” contacts
Eager Eagle@lemmy.worldto
Open Source@lemmy.ml•Nametag: An open source personal relationships managerEnglish
4·1 month agoI have over 800 and I’m not even a salesperson or anything like that; that’s mostly from exchanged emails over the years
Eager Eagle@lemmy.worldto
Privacy@lemmy.ml•I just halted a job interview process - due to self respect.English
91·2 months agoI’d probably give the extra item to someone, even if a stranger, but I certainly wouldn’t put more money in the machine. Especially considering most machines just give the money back if there’s no purchase made. What a dumb question.
Eager Eagle@lemmy.worldto
Privacy@lemmy.ml•google now requires user data to be submitted by developers on androidEnglish
14·2 months agoProviding government identification
I don’t think so, big brother
I’m feeling again a sudden urge to buy a small countryside house and live off the grid
Eager Eagle@lemmy.worldto
Technology@lemmy.ml•Logitech breaks your mouse with a software updateEnglish
3·2 months agoAll MX master keys are recognized on Linux, but there aren’t many extra keys, I don’t think the official software lets you create macros either.
In any case, you usually don’t need hardware-specific software to create macros on Linux because there are ways to remap keys and actions that are independent to the hardware used.
Eager Eagle@lemmy.worldto
Technology@lemmy.ml•Logitech breaks your mouse with a software updateEnglish
3·2 months agoIdk any mouse that won’t work on Linux, but my next one will probably be a keychron
Eager Eagle@lemmy.worldto
Linux@lemmy.ml•Disabling middle click paste by default makes sense for distros aimed at new users.English
2·2 months agoI’ve never had to look for disabling middle click paste because it broke panning or orbiting in 2d or 3d canvas. Same thing for games, middle click works just fine there.
Eager Eagle@lemmy.worldto
Linux@lemmy.ml•Disabling middle click paste by default makes sense for distros aimed at new users.English
4·2 months agoyeah, I use it all the time to copy username and password in one go instead of fiddling with the clipboard history
deleted by creator
Eager Eagle@lemmy.worldto
Self Hosted - Self-hosting your services.@lemmy.ml•Running docker compose the right wayEnglish
8·2 months agothat is fine, the only requirement AFAIK is the user being in the docker group in case you’re having permission issues running it as user

I’ve been using more https://cheat.sh/ or
--helpon specific commands and subcommands.It’s usually less noise than in a man page, and no need to install a specific man page for each command you want.