Skip to content
  • Githib Workflow Script Failing

    The Lounge workspace linux cloud tools help
    7
    0 Votes
    7 Posts
    0 Views
    R
    - Uncategorised posts - Discussion Boards[^] even though finding the appropriateness of using it is masked by it's absence in the dropdown list of discussions.
  • A fun bug!

    The Lounge iot help workspace
    11
    0 Votes
    11 Posts
    0 Views
    N
    honey the codewitch wrote: I guess I could use this "bug" to make a digital theramin. :) I didn't know what the :elephant: was that, so I searched and it does sound pretty cool. i.e. Amazing Theremin Music Compilation 🎵 - YouTube[^] (second song from Ennio Morricone is pretty cool too) Addition... Jean Michelle Jarre... damn it. So long I know that song and I didn't know it was done like that. :doh: :doh: M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.
  • 0 Votes
    2 Posts
    0 Views
    J
    Was it an election year there? "the debugger doesn't tell me anything because this code compiles just fine" - random QA comment "Facebook is where you tell lies to your friends. Twitter is where you tell the truth to strangers." - chriselst "I don't drink any more... then again, I don't drink any less." - Mike Mullikins uncle
  • 0 Votes
    12 Posts
    0 Views
    G
    ... and Chris lights the match... Software Zen: delete this;
  • Buy or Build?

    The Lounge graphics hosting question career workspace
    43
    0 Votes
    43 Posts
    0 Views
    J
    charlieg wrote: The machine I built 10 years ago is still thundering along... I have machines going back probably 20 years. All purchased as is. Added a few things probably to each but nothing significant. And I am certain all of them would run if I just turned them on because I did not move on from any of them because they were failing. I suspect the older ones are VGA and definitely have serial and parallel ports. Probably a modem card. Actually machines even older than that which still worked I got rid of just to free up a bit of space. I actually have 3 CRT monitors that still work too. And a HP Laserjet. But I wouldn't want to try to run any of the games that I play now on those older machines. Although I do still use a soldering iron that is at least 20 years old.
  • 0 Votes
    1 Posts
    0 Views
    No one has replied
  • I'm close to giving up

    The Lounge workspace android graphics adobe sysadmin
    12
    0 Votes
    12 Posts
    0 Views
    H
    I thought I had successfully avoided it, given my lack of formal education or background in engineering - I was at Microsoft at 18 - I never went to uni. But no, I have to get scouted here *shakes fist at Chris Maunder* and now suddenly I'm neck deep in it - hardware as well as software, after leaving the software field professionally for years. And for some reason I enjoy the hell out of it, even as it makes me want to snatch myself baldheaded. :~ To err is human. Fortune favors the monsters.
  • Need more break, hence more went....

    The Lounge question workspace
    14
    0 Votes
    14 Posts
    2 Views
    T
    PIEBALDconsult wrote: That is not an option on a VT screen. What year was the most recent VT terminal released? Wikipedia describes the 1993 VT520 (i.e. 30 years ago), discontinued 10 years later (20 years ago). I doubt that there were later VT screens. According to Wikipedia, the 1987 VT320 (and its successors) could display 132 chars/line, leaving room for 62 chars of end-of-line comments starting at col 70. In the age of non-graphic, character oriented screens, it was commonplace for editors to provide a command to move the window to the right by, say, 20 or 40 characters. For the first generation of character screens, the entire screen had to be redrawn. More 'recent' models provided escape sequences for moving the contents in a line buffer (in the terminal) to the right or left, so only the new part had to be transmitted. Editors of the time fine-tuned their output to the terminal model in use, to reduce data transmitted. Similarly, some systems such as Oracle's PRO*C put a limit on line lengths. They can't possibly have had a limit less than 132! I worked with editors having a 256 char limit, some time in the 1980s. I googled 'Oracle PRO*C', and was sent to the documentation for version 12.1; it seems to be released in 2014. At that time, the 'Precompiler options' documentation for MAXLITERAL states The maximum value of MAXLITERAL is compiler dependent. For example, some C compilers cannot handle string literals longer than 512 characters, so you would specify MAXLITERAL=512. This is a (semi-)reasonable limit, but not one preventing you from using end-of-line comments! The limit may of course have been lower in earlier years (e.g. 256), but if a compiler couldn't process a source file that could be printed on 'any' line printer of the day, it must be classified as a toy compiler. (Besides, for EOL comments, the compiler sets no limits - the preprocessor strips off all comments, EOL or otherwise! So the limitation would be in the preprocessor, and I doubt very much that it had any limit affecting EOL comments.) A note from modern times (5-6 years ago): The company I worked for was revising its C coding rules. The working group had suggested that all source files be limited to a maximum of 80 characters. At the meeting where this proposal was presented, my project leader immediately jumped up and declared that our project would have an exemption from this rule. The main reason: We had
  • 0 Votes
    2 Posts
    0 Views
    pkfoxP
    definitely count me in In a closed society where everybody's guilty, the only crime is getting caught. In a world of thieves, the only final sin is stupidity. - Hunter S Thompson - RIP
  • .NET and the nullable configuration

    The Lounge csharp com help question workspace
    29
    0 Votes
    29 Posts
    1 Views
    L
    I fully agree with everything you wrote, however, nullable checking is not necessarily about eliminating the use of null per se. It's about telling things that can legitimately be null (then it reminds you to check) apart from things which should never be null (then it reminds you to not put a null in there).
  • 0 Votes
    5 Posts
    7 Views
    _
    I have read that post, I didn't noticed any solution with relative height, I've read not very carefully though.
  • 0 Votes
    1 Posts
    0 Views
    No one has replied
  • 0 Votes
    4 Posts
    0 Views
    T
    You never know, the guilty party may have been in such a rage or similar state of mind he/she forgot to use either. There are no solutions, only trade-offs.    - Thomas Sowell A day can really slip by when you're deliberately avoiding what you're supposed to do.    - Calvin (Bill Watterson, Calvin & Hobbes)
  • 0 Votes
    6 Posts
    0 Views
    M
    I did. and it took me to another page and I posted my question there.
  • 0 Votes
    1 Posts
    3 Views
    No one has replied
  • GDMA on the ESP32S3

    The Weird and The Wonderful ruby performance help workspace
    5
    0 Votes
    5 Posts
    17 Views
    H
    BLE is present on every ESP32 in the line, as far as I know. I'd definitely go with an S3 board, just so you're future proofing the experience you get. To err is human. Fortune favors the monsters.
  • Please help with pictures

    Article Writing com help workspace
    3
    0 Votes
    3 Posts
    3 Views
    S
    Yes, it will help to increase Audience engagement.
  • Printer setup

    The Lounge com workspace
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Reorganizing code

    C / C++ / MFC question workspace
    2
    0 Votes
    2 Posts
    1 Views
    L
    There is no simple answer to such a question as the lifetime of a variable will depend on its usage and requirements. You need to analyse your code to decide what is best in each specific case.
  • English Online

    Article Writing com learning workspace
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied