this post was submitted on 18 Sep 2024
43 points (90.6% liked)

Programming

17030 readers
255 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS
top 13 comments
sorted by: hot top controversial new old
[–] PushButton@lemmy.world 22 points 2 days ago (1 children)

The new technology is: show a message saying "Whoaa! You have busted your limit!" on every search.

I didn't do a search for 6 months, but whhooaaa! Calm down with your searches!

[–] undefined@links.hackliberty.org 11 points 2 days ago (2 children)

I always found the code search more distracting than helpful. Just let me use the browser native Command + F ffs.

[–] RonSijm@programming.dev 3 points 7 hours ago

That doesn't really work all the time, because large files or large commits are lazy loaded on scroll, so what you're searching might not have loaded yet

The code search does a server side search

[–] Venat0r@lemmy.world 1 points 1 hour ago

I think it's referring to when you're searching the entire code base(s), as opposed to individual pull requests.

[–] thingsiplay@beehaw.org 10 points 2 days ago (1 children)

Article is from February 6, 2023. I thought its something "new".

[–] roadrunner_ex@lemmy.ca 2 points 2 days ago (1 children)

Oh, whoops! I didn’t notice its timestamp when I read it 😅

[–] nhu@programming.dev 2 points 1 day ago

I enjoyed the article anyway. Thanks for sharing.

[–] refalo@programming.dev 8 points 2 days ago* (last edited 2 days ago) (2 children)

I wish they didn't switch to requiring a login to search code... seems like a big privacy issue cause you just know they're saving all those searches and associating it with your account.

[–] roadrunner_ex@lemmy.ca 5 points 2 days ago (1 children)

That’s a fair point. I’ve always assumed it was a form of rate-limiting, but you’re right, that’ll be part of their analytics at least

[–] refalo@programming.dev 4 points 2 days ago

I can see the argument from both sides... and maybe both is true. I think the same could be said about twitter... having to login to read tweets means they can easily track who looks at what... which is very valuable information to a lot of people with money.

[–] u_tamtam@programming.dev 1 points 10 hours ago

This is Microsoft enshittifying the platform they acquired to squeeze more revenue. But this is totally fine, because as user hostile and evil as the Microsoft corporation measurably is, they made a cute jpg few years ago about loving opensource or something (yeah, I know, those are different things, but I'm calling out their PR bullshit and the usual bootlickers)

[–] hector@sh.itjust.works 3 points 2 days ago

Code search is an amazing feature on large codebases :)

[–] Venat0r@lemmy.world 1 points 1 hour ago

... we haven’t had a lot of luck using general text search products to power code search. The user experience is poor, ...

It is?