There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

programmer_humor

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

tsonfeir , in What it's like to be a developer in 2024
@tsonfeir@lemm.ee avatar

Why are you googling? Lol

Corigan ,

Keep seeing this but what the alternative?

Ddg is garbage, kogi is paid so what’s the go too

tsonfeir ,
@tsonfeir@lemm.ee avatar

DDG and is great. Let’s test your theory.

Provide a real world example of something you would search for, and we can see how they both do.

Corigan ,

Fair I can try it again.

Maybe all search engines are awful vs the height of Google before it’s enshitfication

tsonfeir ,
@tsonfeir@lemm.ee avatar

It’s only getting enshittier.

Searching anywhere kinda sucks. Especially if it’s an obscure topic. I swear half of what I search for just sends me to Reddit nowadays.

SpicyLizards , in What it's like to be a developer in 2024

This thing in quotes?
Searching for not that! Did you mean that? Okay, here’s nothing.

KISSmyOSFeddit , in What it's like to be a developer in 2024

Get with the times. When Google isn’t a useful tool anymore, use a different one.
Curate and maintain your own list of links to official documentation.
I think we’re almost at a point where having a library of books next to your workstation would be beneficial again.

Reawake9179 ,

Full circle

iegod ,

Also AI, though I’m sure that’ll be an unpopular suggestion. It really does save time though.

refalo ,

But then how will OP shitpost for imaginary internet points?

tatterdemalion , in Go vs Rust learning
@tatterdemalion@programming.dev avatar

It’s almost like these languages were designed to solve different problems.

RonSijm , in “ARE YOU ALL SEEING THIS”
@RonSijm@programming.dev avatar

Just wait until she learns child processes get aborted

Anticorp , in What it's like to be a developer in 2024

Because Google decided years ago that relevancy is less important than profitability.

refalo ,

Who are they profiting off of? I have never clicked an ad in my entire life.

Anticorp ,

Doesn’t matter, billions of other people do, and they prioritize ads, and results with AdSense on the pages above relevancy. They’ll even show you shit results to keep you searching longer, which allows them to show you more ads.

refalo ,

Do they though? I don’t know a single person that has ever clicked on an ad. I know, sample size of one, but it just seems so basic to know not to click on them. Maybe those people really do exist. Sigh

Anticorp ,

Do you think Google has become one of the most powerful & profitable companies on the planet through a revenue model that doesn’t work? Of course people click them. If people didn’t click them then Google would have gone bankrupt decades ago. One thing I learned years ago is that I use the Internet very differently than an average person, and I constantly overestimate the intelligence and knowledge of the average person. Corporations bank on stupidity, because it’s abundant.

refalo ,

I have no idea how they make money, it never made sense to me. It still blows my mind to think there are that many people that click on ads, I just have a really hard time believing it still.

dan ,
@dan@upvote.au avatar

Some of the ads are charged by CPM (cost per 1000 impressions), meaning Google get paid just because people see the ads. That’s similar to how ads in traditional media are billed - TV, billboards, newspapers, etc.

Not all ads use CPM though. Some use CPC (cost per click) and some use CPA (cost per action).

phoenixz , in What it's like to be a developer in 2024

This is why I jumped ship to DuckDuckGo like 4-5 years ago already, never looked back

Coincidentally, yesterday I was quickly setting up a new computer for some testing whilst talking to somebody about another so I was half distracted. I did a search for some package to install and got absolute unusable crap. I didn’t understand, tried again, tried different search parameters and it just got worse, and then I noticed that, since this was a new computer, the browser was using google.

I switched to DDG, and first page first hit was what I needed.

DDG also has been in a steady decline and apparently has been using Bing as it’s back-end now. I’d love to use a self hosted open source browser, or of not that, an open source federated search engine, akin to Lemmy, but I don’t see either coming into existence anytime soon.

itsnotits ,

as its* back end now

phoenixz ,

Yeah, auto correct isn’t my friend

sep , (edited )

Someyhing like searxng? Or what do you imagine?

Kornblumenratte ,

searx is around for a couple of years now.

Vilian ,

DDG always used bing backend tho, what’s happening is bing backend worsening

Karyoplasma ,

bing itself is unusable tho. I get a full page of “sponsored links” before any tentatively relevant search result pop up. DDG at least removes the sponsored bullshit.

JackbyDev ,

For what it’s worth, DDG isn’t perfect either. There are plenty of times I have to use Google instead. I don’t keep track of how often it anything but it’s definitely not perfect.

phoenixz ,

Well, that is what I said. Dog isn’t as great as it used to be

Waffelson ,

it already exists and it’s called Yacy, an open source decentralized search engine

dan ,
@dan@upvote.au avatar

apparently has been using Bing as it’s back-end now.

A lot of stuff uses Bing to search, as it’s the largest search engine with an official public API that any developer can just sign up and use. Voice assistants like Alexa use Bing too.

phoenixz ,

Is… Is Microsoft the good guy here? Tell me it ain’t so!

maus , in What it's like to be a developer in 2024

Must be an old screenshot because there’s now half a page of Gemini AI garbage at the very top now.

Highly recommend using the uBlacklist extensions to filter out the garbage, spam, copycat, useless sites that somehow seem to always beat out legitimate sources in SEO.

johannesvanderwhales , in “ARE YOU ALL SEEING THIS”

While most people on Lemmy are going to know what this means, the person who wrote this error message was definitely trying to be cute with that phrasing.

dependencyinjection ,

So my first role as a developer I’m working on an application that runs various classes for children, the parents sign up but it’s children they’re booking for.

We use reactstrap and there is a package called buttonasync and it has a method of executingChildren, let’s say I was a little confused.


<span style="color:#323232;">return (
</span><span style="color:#323232;">            <Form onSubmit={onSubmit}>
</span><span style="color:#323232;">				<FormGroup>
</span><span style="color:#323232;">                    <Label htmlFor="name">Name</Label>
</span><span style="color:#323232;">                    <Input type="text" name="name" placeholder="Name" value={props.name} />
</span><span style="color:#323232;">                </FormGroup>
</span><span style="color:#323232;">
</span><span style="color:#323232;">				<ButtonAsync type="submit" color="primary" isExecuting={isSaving}
</span><span style="color:#323232;">					executingChildren={<><FontAwesomeIcon icon="spinner" spin /> Saving...</>}>
</span><span style="color:#323232;">					<FontAwesomeIcon icon="save" /> Save
</span><span style="color:#323232;">				</ButtonAsync>
</span><span style="color:#323232;">            </Form>
</span>
Rooskie91 , in “ARE YOU ALL SEEING THIS”

She just wants to save the trees!!

MystikIncarnate , in What it's like to be a developer in 2024

It makes me sad because Google used to be great. The main feature that made Google great was the click rejection. Basically the search would know when you clicked on a link and didn’t come back to the search results. This action would add weight to that result as “this probably has the information that was being searched for” so it would be nearer to the top later when others made similar queries.

This was their killer feature, it basically crowd sourced the correct information. After a small amount of time, the correct results would kind of float to the top so subsequent searches would put those results near the top to help satisfy queries faster.

Now? They seem to want to give you results that satisfy their partners, and keep you tied to the results page as long as possible. The focus seems to have shifted from being a good search engine with accurate results, to a meme of how to make money.

Never before has this shift been more clear to me than right now, directly in the wake of I/O 2024; an event my friends have taken to calling AI/O. Pretty much every single presentation was about Gemini and AI generated garbage, but this isn’t what made Google’s new direction clear to me. In the last 20-30 minutes of the event it was made perfectly clear what they were doing with I/O. And to drive the point home, every I/O has showcased stuff you can’t use yet, stuff they’re working on, and other cool shit. Some of it cost money, but there was usually some stuff that was just done because it could be done and it would be made available at some point, a nontrivial amount of it was free. At AI/O, the entire focus was on AI, with little to no non-AI stuff in there, at all, then at the end, they kicked everyone in the shorts. Here’s our prices to access this shit. Buy it. As far as I’m concerned AI/O was a gigantic marketing circle jerk to sell their AI.

It seems that Google has entered the final phases of enshittification.

boonhet ,

Saw an article that said that some execs demanded for search to have better user retention. I.e make the user search multiple times to find what they’re looking for, so they can be shown more ads.

Asafum ,

I can’t wait for this to spread to unrelated areas!

Supermarkets maximizing profit: put ads everywhere and hide the most commonly bought foods!

Gas stations maximizing profits: unskippable ads on all pumps, plus the pump stops halfway to make you watch another ad.

Dating apps: oh… They already killed themselves. Swipe swipe swipe swipe. Hide messages. Hide likes. Reduse exposure to profile unless paid member.

I hate this future.

brisk , (edited )

Just in case you’re not just satirically listing things that are already awful;

Supermarkets increase their “retention” by limiting signage to keep you wandering and avoid “just get that thing and go” shopping. I don’t know how common this is, but when I was a kid the major supermarkets had long lists of what items were in each aisle, plus highly visible signs in the aisle to show exactly where each category was. Now days at the major chains those in aisle signs are completely gone, and the categories have been whittled down to a few major categories; most products aren’t represented on the sign at all e.g. you have to assume “cake mix/decorating” are in the same aisle as “flour”.

Unskippable ads on all pumps are absolutely a thing that are getting more popular. Mobil is particularly bad for it in my experience.

godzilla_lives ,

The square button second from the bottom mutes the audio. I’ve taken to carrying a marker in my car and writing “<— MUTE” next to them. Alternatively, a small screwdriver between the speaker grating.

brisk ,

The ones near me don’t have buttons of any kind

dan ,
@dan@upvote.au avatar

Unskippable ads on all pumps are absolutely a thing that are getting more popular

I never see these in my area… Maybe only some places have them?

jjjalljs ,

It’s frustrating because it’s all done by people. Like if a volcano erupts you can’t really get mad at it. It’s just physics stuff. But all of this? People are making these choices. People made of meat and bone. Like, you could find the decision makers at Google who decided to shit up their product and kick them in the junk.

nephs ,

What if peoples relationships create a superstructure no single human can control, and we need active collective effort to supercede it?

If a single human refuses from a moral standpoint, a humongous amount of money to do something crap as CEO controller of whichever crap company, boards will replace them, and some other human will, because material condition dictate it has to be done. No one is really in control. The boards are all just optimising for profit, because if they’re not, someone else will.

How to break the capitalist cycle of control over peoples will?

jjjalljs ,

In real life? I’m not sure. Years of struggle to change government to enforce regulations, break up consolidation of power, blah blah blah.

In a like ttrpg or movie? Murder. Murder the board and other management and anyone they replace until the greed stops.

Miaou ,

Supermarkets already optimise many things, products with lower margins are at the bottom in aisles, and all the junk food or cheap liquor is next to the cashier.

Also, ever been to IKEA? That thing’s a labyrinth

Sigh_Bafanada ,
hglman ,

It’s a path but, also its always been like that. Also there is a supermarket with the same idea, HEB center market.

dan ,
@dan@upvote.au avatar

Supermarkets maximizing profit: put ads everywhere and hide the most commonly bought foods!

Many supermarkets already do things like putting the milk and bread at opposite sides of the store, so you have to walk through the whole store to get both. You’d often be walking past the end caps while doing so, which are essentially ads (companies pay to have their products displayed at the end caps)

Couldbealeotard ,
@Couldbealeotard@lemmy.world avatar

To be fair, milk at the back of the store is better to keep the milk cold from getting out of the truck and into the fridge.

MystikIncarnate ,

Would this be the inverse of SEO?

rowrowrowyourboat ,
Hammerheart ,

“alright, we need to make our service worse to satisfy our real customers”

grandma ,

This is possibly something you could implement in a meta search engine like SearXNG, though there are some privacy concerns.

Maybe it could locally store which domains you personally tend to click (and stay) on. Then automatically raise those domains when it sees them somewhere in the output of the underlying engines. This isn’t perfect because you wouldn’t get data from other users. But I think it could do a lot to improve search results.

I might actually clone the repo and see if I can get somewhere soon

MystikIncarnate ,

I’d be interested if you can get anywhere.

The thing with Google was that the data about click through vs click back was supposed to be anonymised. Whether it was or not, inside of the black box that is Google’s algorithm, who knows?

Either way, I’d be interested if you get any progress here. I’ve never tried to self host a search engine, but I might consider it.

Ultraviolet ,

I remember how people used to joke about the second page of Google results being a desolate wasteland where no one ever looks, now I just instinctively scroll down a bit because I know the first page of results is going to be trash.

nucleative ,

Because after taking a quick look at that first or second page, I don’t even go back. I just head to another search engine 😅

MehBlah , in What it's like to be a developer in 2024

You can be searching for information on your car and get a similar experience.

CCF_100 , in What it's like to be a developer in 2024

Solution is simple; don’t use Google I use a SearXNG instance 🙃

JoYo , in What it's like to be a developer in 2024
@JoYo@lemmy.ml avatar

worst bt ever

johny_joe_1975 , in What it's like to be a developer in 2024

So many SEO trick to put yourselves into top google search for traffic.

I have google for bug and stuff, and most common bug can be found on shitty content Java tip page with broken format, lot of ads, and sometime untrue/outdate information.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines