Skip to content

The Lounge

For discussing anything related to a software developer's life but is not for programming questions.

This category can be followed from the open social web via the handle the-lounge-ecd8bc40@forum.codeproject.com

160.3k Topics 2.0m Posts
  • Wordle 801

    com help tutorial question
    14
    0 Votes
    14 Posts
    0 Views
    J
    Wordle 801 5/6 ⬜⬜⬜🟨🟨 🟩🟨⬜🟨🟩 🟩🟩⬜🟩🟩 🟩🟩⬜🟩🟩 🟩🟩🟩🟩🟩 "A little time, a little trouble, your better day" Badfinger
  • Wordle 802

    18
    0 Votes
    18 Posts
    22 Views
    J
    Wordle 802 4/6 ⬜🟨🟨⬜⬜ ⬜⬜🟨🟩⬜ 🟨⬜⬜🟩⬜ 🟩🟩🟩🟩🟩 "A little time, a little trouble, your better day" Badfinger
  • any tips to share on Build number maintainence?

    question
    11
    0 Votes
    11 Posts
    3 Views
    P
    I use the build in mechanism to automatically generate the 3rd (version) and 4th (revision) parts of the build number. The 3rd value is the day of the build and the 4th value is a value representing the minutes within the day. So in assemblyInfo.cs have: [assembly: AssemblyVersion("4.1.*")] I have the major and minor set to 4.1 but these can be set to any numbers. To retrieve the full version number values use: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Reflection; using System.Diagnostics; using System.IO; static int Main(string[] args) { Assembly assembly = Assembly.GetExecutingAssembly(); FileVersionInfo fileVersionInfo = FileVersionInfo.GetVersionInfo(assembly.Location); string version = fileVersionInfo.ProductVersion; int majorNo = fileVersionInfo.FileMajorPart; int minorNo = fileVersionInfo.FileMinorPart; int buildNo = fileVersionInfo.ProductBuildPart; int revisionNo = fileVersionInfo.ProductPrivatePart; }
  • New week, new toy...

    html com iot
    26
    0 Votes
    26 Posts
    5 Views
    J
    Gary Wheeler wrote: Based on my experience being married to a long-time diabetic, you don't want your health insurance to be aware that your are using a glucose monitor unless you are actually a diabetic. That sets all sorts of flags related to benefits and pharmacological eligibility. I'm not sure what I can get away with saying on CP, but I'll just say I'm not a fan of our medical industry... both providers and insurance. It's more like a mafia than an industry that cares about people's health. Gary Wheeler wrote: Her doctors know better than the data entry monkey (or AI now) who says no. 100%... to be fair it's both the hospital and insurance companies that are to blame for this mess. There be a ton of doctors who don't do jack for their patients. Always buyer beware it seems. JeremyΒ Falcon
  • 0 Votes
    7 Posts
    0 Views
    S
    Well, I don't really care! :) I don't use Bing Chat or Google Chrome and I only use Edge, maybe, once a month (damn financial website that ONLY works with Edge).
  • Imperial Internet

    com business performance
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • CCC 2023-08-30

    question
    4
    0 Votes
    4 Posts
    0 Views
    P
    YAUThursday! Software rusts. Simon Stephenson, ca 1994. So does this signature. me, 2012
  • I'm exhausted and so relieved, plus a little excited

    design database com graphics iot
    9
    0 Votes
    9 Posts
    0 Views
    H
    They might not have Let's Encrypt! root certificates installed Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix
  • Not looking forward to a visit from Idalia

    announcement com
    21
    0 Votes
    21 Posts
    1 Views
    Mike HankeyM
    Thanks jmaida wrote: ooks like you are enough inland to avoid direct storm surge damage, but wind is the enemy. Looks like it's going to go right over us, hopefully it will have calmed down a bit when it reaches here. We have a lot of large trees on the property and that is my biggest fear. I don't think before I open my mouth, I like to be as surprised a everyone else. PartsBin an Electronics Part Organizer - Release Version 1.1.0 JaxCoder.com Latest Article: SimpleWizardUpdate
  • CCC 2023-08-29

    5
    0 Votes
    5 Posts
    0 Views
    P
    That's a given in any situation. Advanced TypeScript Programming Projects
  • Oi! Peter-in-2780!

    com question
    3
    0 Votes
    3 Posts
    0 Views
    P
    Sorry about that. Long day of travel, comfy bed... BLUNDER Mistake BUSS Kiss (archaic but I thought still known in UK) BLUNDERBUSS makes a damaging report when fired. Software rusts. Simon Stephenson, ca 1994. So does this signature. me, 2012
  • Most creative music videos?

    c++ database com graphics oop
    11
    0 Votes
    11 Posts
    2 Views
    P
    Here are a couple based on Land of the Lustrous: Houseki no Kuni AMV - A Gem's Calling - YouTube[^] Tough as Diamonds - [Houseki no Kuni] - YouTube[^]
  • not bad ... new Meta AI preview (speech to text)

    com regex question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • How that happened?

    com question
    5
    0 Votes
    5 Posts
    0 Views
    Kornfeld Eliyahu PeterK
    Irrelevant, but funny... Thank you! "If builders built buildings the way programmers wrote programs, then the first woodpecker that came along would destroy civilization." ― Gerald Weinberg
  • How can we found the language

    xml question
    7
    0 Votes
    7 Posts
    0 Views
    G
    He and I replied to a now deleted post. Hence the confusion.
  • Construction Project Scheduling

    com
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Oi! Peter-in-2780!

    com question lounge
    2
    0 Votes
    2 Posts
    0 Views
    pkfoxP
    It's his new regime :-D 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
  • Been a week...

    32
    0 Votes
    32 Posts
    0 Views
    Graeme_GrantG
    lol... Graeme "I fear not the man who has practiced ten thousand kicks one time, but I fear the man that has practiced one kick ten thousand times!" - Bruce Lee
  • 0 Votes
    2 Posts
    0 Views
    S
    this controller board is even more interesting: image is here diligent hands rule....
  • Momentary brain cramp

    9
    0 Votes
    9 Posts
    0 Views
    G
    Did that but in Google search tab :laugh: