hank_and_deans,

Here is an excerpt of the table of contents for the book “Linux Application Development”:

  • Process Primitives
    • Having Children
    • Watching Your Children Die
    • Running New Programs
    • A Bit of History: vfork()
    • Killing Yourself
    • Killing Others
    • Dumping Core
  • Simple Children
    • Running and Waiting with system()
    • Reading or Writing from a Process

It’s actually quite a good book.

bermuda,

Similar for looking up how to play Crusader Kings.

MNByChoice,

For my FBI agents, I always add “linux” or the programming language name to the start. Except for “Go”, which I still search as “golang”.

As an aside, fuck everyone that names things without thinking about the search results. “R” is especially terrible. “Go” is saved by “golang”. “Python” with programming. “R” is not saved by anything.

caseyweederman,
jopepa,

Ooh nice reminder that I haven’t seen RRR again this year, yet. Thanks

jopepa,

Ooh nice reminder that I haven’t seen RRR again this year, yet. Thanks

pineapplelover,

Rlang

Octopus1348,
@Octopus1348@lemy.lol avatar

Same.

NeatNit,

And C really should have predicted this problem :P

mindbleach,

Google’s become shitty enough that it barely matters. “We didn’t find many results for the thing you typed, so here’s something else.”

DragonTypeWyvern,

I’ve googled exact phrases I know took me to the results I was looking for just a few years ago and gotten exactly nothing.

It’s just so sad to see the business majors win yet another front in their war against humanity. At least Google Scholar still works. For now.

flambonkscious,

Is it actually Google, or the vile SEO scum or both?

mindbleach,

Vile SEO scum aren’t why “open watcom” returns “did you mean: wacom tablets?”

flambonkscious,

Yes, you’re right - I forgot about all the fuzzy logic they’ve incorporated!

mindbleach,

Fuzzy is not the first f-word I’d choose.

intensely_human,

Moldy?

mindbleach,

Show me that dictionary.

Cysioland,
@Cysioland@lemmygrad.ml avatar

We were laughing at work because we use Psalm for PHP static analysis and one of the guys was getting bible quotes in the Google results

huf,

you must wait for your children or you will accumulate zombies.

surprisingly good parenting advice from the art of unix programming.

SubArcticTundra,
@SubArcticTundra@lemmy.ml avatar

And you haven’t even mentioned Master and Slave

Ardyssian,

“Leaders and Followers”

ReCursing,
ReCursing avatar

not Cable Select

lseif,

how to automatically kill orphans.

lseif,

i actually have a script that kills all unattached tmux sessions, named kill-orphans, because its funny (even if the name may be technically wrong idk)

averagedrunk,

I prefer funny over accurate.

theneverfox,
@theneverfox@pawb.social avatar

Most of the code I write alone is full of jokes and puns that no one would ever get. But then when I go back to it much later, I smile and go “yep, I know exactly how I most have been looking at the system when I wrote this”

corsicanguppy,

Parse error at comma splice.

starman,
@starman@programming.dev avatar

How to bash cat with pipe? It doesn’t make sense

SkidFace,

en.m.wikipedia.org/wiki/Cat_(Unix))

Octopus1348,
@Octopus1348@lemy.lol avatar

Yes, but it’s funny. A better search would be “how to pipe cat output in bash”

loutr,
@loutr@sh.itjust.works avatar

The second one doesn’t either.

JaddedFauceet,

maybe it is similar to “how to destroy all instances belonging to a class”

thorbot,

Bro you don’t have to pick apart every bit of a meme. Oh right it’s Lemmy that’s required

mub,

When you Google a technical thing you could use the whole sentence like “in a bash session how would you pipe the output from cat to something else?” But that is long winded and can be constraining for the search engine so you boil it down to just the essential words". Start with “how to” then add “bash Cat pipe”, and insert “with” because that is the desired adjective.

I’ve just woken up and I’m wondering if I missed an implied /s. Anyway.

BautAufWasEuchAufbaut,
@BautAufWasEuchAufbaut@lemmy.blahaj.zone avatar

OK but if you already know to use a pipe why would you search that?

DampCanary,
@DampCanary@lemmy.world avatar

maybe because I don’t know how some command receives piped output?

Also some commands don’t work with pipe, so kowing how pipe itsef is implemented is just a fraction of information.

lurch,

Googling and binging programming stuff really shows how much the instant answers, AI stuff and other “optimizatioms” have degraded search results. Every time I have to skip all that bullshit on the top to the actual results. Often, I even have to switch on verbatim mode. And even then it says “There don’t appear to be a lot of good results…” or whatever, but the good result is right there, after I had to dance around all their hoops.

The search giants just don’t understand that often there is just one good source for an information and it doesn’t get repeated all the time, because it perfectly explains it, is brand new or just not something the kids on youtube or reddit would enjoy. They think people want to find things the web is plastered with. So weird.

Gentoo1337,
@Gentoo1337@sh.itjust.works avatar

Yeah. This is why I just search ‘x documentation’ and just go from there

kubica,
kubica avatar

The other day I was reading an highlighted result at the top of the page.

The highlight was something like "Use this."

But reading the full text the meaning was totally different, it was sort of... If you don't mind not having [thing I was searching] use this.

It's almost always the same feeling with anything AI related for me.

sunbytes,

I’m trying out a paid Google called Kagi for a month.

It’s pretty good so far and very fast.

And no ads or SEO prioritisation, which is the key part.

Or tracking/data-retention, so they say (it’s not open source so we only have their word for it).

Lev_Astov,
@Lev_Astov@lemmy.world avatar

Speaking of degrading search results, people have begun phrasing questions like they would search queries so much that now when you search “how to X” it seems more likely to find a person posting a question worded “how to X” than it is to find actual answers.

ndru,

Terminate all running children

fubbernuckin,

They’re getting away

SpaceNoodle,

I Googled man touch once

ozymandias117,

I tried to find a manual page for special permissions (s-perm) as well…

gogosempai,
@gogosempai@programming.dev avatar

The ads Google must have personalised for you based on that would have been interesting. But everyone on Lemmy uses ad blockers so you prolly wouldn’t even have noticed xD

SpaceNoodle,

Not as good as the month I kept getting thicc girl underwear ads

JStenoien,

🙏

KISSmyOS,

It’s not gay if you keep the SOCKS on.

lseif,

you piped into his grep. its definitely gay

caseyweederman,

chmod +R g+s /

lseif,

dont forget to ask consent.

LetterboxPancake,

What about man mount?

tslnox,

In Czech we have a joke /dev/ka

Děvka means hooker in Czech.

LetterboxPancake,

I had some friends/colleagues from Slovakia and I quickly realized that it’s extremely important to mainly utilize curse words while debugging.

cjf,

What happened afterwards? Did you go off on a self searching quest and come to learn the real you?

SpaceNoodle,

I learned that my employer did not filter or monitor network traffic.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • programmerhumor@lemmy.ml
  • khanakhh
  • DreamBathrooms
  • cubers
  • cisconetworking
  • osvaldo12
  • magazineikmin
  • Youngstown
  • thenastyranch
  • rosin
  • slotface
  • Durango
  • mdbf
  • kavyap
  • tacticalgear
  • JUstTest
  • InstantRegret
  • normalnudes
  • modclub
  • ngwrru68w68
  • everett
  • GTA5RPClips
  • ethstaker
  • anitta
  • Leos
  • tester
  • provamag3
  • megavids
  • lostlight
  • All magazines