Are the posted questions getting worse?

  • Should save a lot of time and efforts for hackers.

    _____________
    Code for TallyGenerator

  • jonathan.crawford - Friday, February 16, 2018 5:36 PM

    Sean Lange - Friday, February 16, 2018 1:19 PM

    He was actually not out of line in the least. In fact, his response was probably nicer than mine would have been. The best part of the whole thing is the OP finally came back and said "I guess I could have read the documentation". πŸ˜€

    so with your comment in mind, he says

    I would assume by now you run into Dijkstra and the PV semaphores in your first computer science classes

    I just graduated with a BS in Computer Science and I'm pretty sure he's not talking about signaling the battleship with my flags, but I have no frickin' clue what he is referring to? (granted, I didn't graduate from some ivy league school, but still). Is this something I should bother looking into, or is this just Joe being Joe? I've also never converted anything to or from hexadecimal, couldn't code in assembly if my life depended on it, and am not interested in building my own computers, so maybe it's just my perspective.

    Dijkstra is supposedly the first person who (among other much more incredible things) came up with (IIRC, in 1956 and published 3 years later) the "shortest path" graph algorithms (with weighted and non weighted "edges") that are the basis of modern tools that map the shortest edge path from point A to point B, geographic in nature or not.  The first optimization of Dijkstra's  weighted edge algorithm frequently solves the problem faster but doesn't necessarily pick the path with the fewest nodes.

    He also came up with PV Semaphores which, at their most basic level, are blind in/out token counters that do things like count resources without knowing the type of resource, which is probably why Sergiy says "Should save a lot of time and efforts for hackers".  They're also supposed to help prevent race conditions.

    Personally, I hate the term "semaphore" for such counters.

    A lot of Dijkstra's stuff seems pretty obvious nowadays (which is a bit of a tribute to how simple he made things) but it certainly wasn't back then.  It was all considered rather revolutionary at the time.

    What's that got to do with Hexadecimal conversions?  Absolutely nothing.  It's just Joe's way of knocking his ring in a passive-aggressive manner.

    --Jeff Moden


    RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
    First step towards the paradigm shift of writing Set Based code:
    ________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.

    Change is inevitable... Change for the better is not.


    Helpful Links:
    How to post code problems
    How to Post Performance Problems
    Create a Tally Function (fnTally)

  • Well, get ready for a bunch of new vulns in computers this year...
    Someone leaked a list of upcoming vulns from the CVE lists...
    I find the 5th one down rather intriguing, I have to wonder of SQL Server does something similar, which would explain so many of the "why's my database so big?" questions...

  • jonathan.crawford - Friday, February 16, 2018 5:36 PM

    Sean Lange - Friday, February 16, 2018 1:19 PM

    He was actually not out of line in the least. In fact, his response was probably nicer than mine would have been. The best part of the whole thing is the OP finally came back and said "I guess I could have read the documentation". πŸ˜€

    so with your comment in mind, he says

    I would assume by now you run into Dijkstra and the PV semaphores in your first computer science classes

    I just graduated with a BS in Computer Science and I'm pretty sure he's not talking about signaling the battleship with my flags, but I have no frickin' clue what he is referring to? (granted, I didn't graduate from some ivy league school, but still). Is this something I should bother looking into, or is this just Joe being Joe? I've also never converted anything to or from hexadecimal, couldn't code in assembly if my life depended on it, and am not interested in building my own computers, so maybe it's just my perspective.

    LOL I certainly didn't say his entire comment was on point. He so often refers to things from the 50s and 60s that he looks like "Grandpa Cobol". He is incredibly smart but it seems that his very profession has passed him by. The "basics" he clings on to so adamantly are often not taught much anymore and unless you are writing compilers there isn't a lot of need for it. So yes, Joe being Joe. But at least wasn't overly rude for once.

    _______________________________________________________________

    Need help? Help us help you.

    Read the article at http://www.sqlservercentral.com/articles/Best+Practices/61537/ for best practices on asking questions.

    Need to split a string? Try Jeff Modens splitter http://www.sqlservercentral.com/articles/Tally+Table/72993/.

    Cross Tabs and Pivots, Part 1 – Converting Rows to Columns - http://www.sqlservercentral.com/articles/T-SQL/63681/
    Cross Tabs and Pivots, Part 2 - Dynamic Cross Tabs - http://www.sqlservercentral.com/articles/Crosstab/65048/
    Understanding and Using APPLY (Part 1) - http://www.sqlservercentral.com/articles/APPLY/69953/
    Understanding and Using APPLY (Part 2) - http://www.sqlservercentral.com/articles/APPLY/69954/

  • jasona.work - Monday, February 19, 2018 6:16 AM

    Well, get ready for a bunch of new vulns in computers this year...
    Someone leaked a list of upcoming vulns from the CVE lists...
    I find the 5th one down rather intriguing, I have to wonder of SQL Server does something similar, which would explain so many of the "why's my database so big?" questions...

    Do you have a link to the source? I could really do with that Cheap Viagra; my spam emails haven't been selling me any recently. πŸ™

    :laugh:

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • jasona.work - Monday, February 19, 2018 6:16 AM

    Well, get ready for a bunch of new vulns in computers this year...
    Someone leaked a list of upcoming vulns from the CVE lists...
    I find the 5th one down rather intriguing, I have to wonder of SQL Server does something similar, which would explain so many of the "why's my database so big?" questions...

    I just love the second to last statement. Most people don't realize that.

    Luis C.
    General Disclaimer:
    Are you seriously taking the advice and code from someone from the internet without testing it? Do you at least understand it? Or can it easily kill your server?

    How to post data/code on a forum to get the best help: Option 1 / Option 2
  • Thom A - Monday, February 19, 2018 7:08 AM

    Do you have a link to the source? I could really do with that Cheap Viagra; my spam emails haven't been selling me any recently. πŸ™

    :laugh:

    The font used shows its origin

    https://xkcd.com/1957/

    Luis C.
    General Disclaimer:
    Are you seriously taking the advice and code from someone from the internet without testing it? Do you at least understand it? Or can it easily kill your server?

    How to post data/code on a forum to get the best help: Option 1 / Option 2
  • jasona.work - Monday, February 19, 2018 6:16 AM

    Well, get ready for a bunch of new vulns in computers this year...
    Someone leaked a list of upcoming vulns from the CVE lists...
    I find the 5th one down rather intriguing, I have to wonder of SQL Server does something similar, which would explain so many of the "why's my database so big?" questions...

    Re: #8:

    +--------------------------------------------------------------------------------------+
    Check out my blog at https://pianorayk.wordpress.com/

  • Ray K - Monday, February 19, 2018 2:14 PM

    Re: #8:

    I assumed he was going for Air Bud

    -------------------------------------------------------------------------------------------------------------------------------------
    Please follow Best Practices For Posting On Forums to receive quicker and higher quality responses

  • Ray K - Monday, February 19, 2018 2:14 PM

    jasona.work - Monday, February 19, 2018 6:16 AM

    Well, get ready for a bunch of new vulns in computers this year...
    Someone leaked a list of upcoming vulns from the CVE lists...
    I find the 5th one down rather intriguing, I have to wonder of SQL Server does something similar, which would explain so many of the "why's my database so big?" questions...

    Re: #8:

    That's nothing, Bolton Wanderers have been signing donkeys for years.


    On two occasions I have been asked, "Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?" ... I am not able rightly to apprehend the kind of confusion of ideas that could provoke such a question.
    β€”Charles Babbage, Passages from the Life of a Philosopher

    How to post a question to get the most help http://www.sqlservercentral.com/articles/Best+Practices/61537

  • jasona.work - Monday, February 19, 2018 6:16 AM

    Well, get ready for a bunch of new vulns in computers this year...
    Someone leaked a list of upcoming vulns from the CVE lists...
    I find the 5th one down rather intriguing, I have to wonder of SQL Server does something similar, which would explain so many of the "why's my database so big?" questions...

    That's priceless.  I think my favorites are 6, 7, 17 and 20.

  • Finding the complement of a set by changing an equal to a not equals in a very simple query appears to be beyond some people.

    Drew

    J. Drew Allen
    Business Intelligence Analyst
    Philadelphia, PA

  • drew.allen - Thursday, February 22, 2018 1:28 PM

    Finding the complement of a set by changing an equal to a not equals in a very simple query appears to be beyond some people.

    Drew

    Some people just don't understand...

  • Seems like he/she started to get it and work through it.

  • drew.allen - Thursday, February 22, 2018 1:28 PM

    Finding the complement of a set by changing an equal to a not equals in a very simple query appears to be beyond some people.

    Drew

    NOT not funny πŸ˜›

    Far away is close at hand in the images of elsewhere.
    Anon.

Viewing 15 posts - 61,126 through 61,140 (of 66,712 total)

You must be logged in to reply to this topic. Login to reply