"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearMO
Jump
Meet the 74-year-old and his daughter running one of the U.K.'s fastest growing TV channels - by hand
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearRO
    robyoung
    Now 100%

    Wow. I was today years old when I learnt about the "echo". The anti-Semitic world is weird. Incidentally trying to find out what the three parentheses meant with a search engine was impossible, I ended up having a very nice chat with my friend GPT.

    5
  • Why Linux is Best for Most People
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearRO
    robyoung
    Now 100%

    That's quite a high bar. Can you give a Windows or Mac laptop to your elderly neighbour and not also provide them support?

    I realise that I am only a sample set of one and my mother and father have very different usage patterns but they are both in their late 70s. My mother has an Ubuntu laptop and my father had a Windows one. He requires a lot more support. My mum's biggest issue is forgetting her password which is hardly the fault of the OS.

    Edit: to be clear I'm not necessarily agreeing with the OP. I have no opinion on the needs of "most users".

    30
  • calendar rule
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearRO
    robyoung
    Now 100%

    I really like it because in order to keep the days of the week aligning that holiday must be a special non day of the week. It would lead to conversations like. "What day of the week is it?" "It isn't"

    10
  • Canon TDD
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearRO
    robyoung
    Now 100%

    Really!? We're still doing GOTOs in 2023? That should just be a for loop over the collection of tests you want to write.

    2
  • PEP: 8106 Title: Enhance logging API with PEP-0008-compliant aliases
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearRO
    robyoung
    Now 100%

    Yes! I hope this is a trend that continues. I remember this being quite confusing as a new Python developer. I was convinced there was something special about these kinds of camel cased methods.

    2
  • People killing each other
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearRO
    robyoung
    Now 100%

    Atheists aren't exactly immune to the killing either. The Soviet Union has the elimination of organised religion as one of it's goals. I think humans just seem to like killing other humans and differences in beliefs is a handy excuse.

    4
  • Use your database to power state machines
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearRO
    robyoung
    Now 100%

    I don't understand why the most_recent field is needed. Surely the most recent state can be derived from the order field and the unique constraint on it can prevent concurrency issues if the previous sequence is taken before the state change. The benefit would be that the transition history table could then be append only.

    3
  • Terraform, Vault, Nomad etc by HashiCorp moving away from Open Source
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearRO
    robyoung
    Now 100%

    The integrations with other services are implemented in plugins which are separate programs, that are installed separately, and communicate with the core over RPC. I would imagine these plugins can continue to be licensed however their owners choose. I think this license change just applies to core.

    5
  • Any professionals that work with algorithmic systems able to help out?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearRO
    robyoung
    Now 100%

    What exactly do you mean by an algorithmic system? Your introduction to the form implies you have a pretty broad definition. If that is the case then I think you should also account for a large proportion of your target not being sure that they are actually what you're looking for. Define your terms. Give examples of what you determine inside the definition and examples of what you determine outside of it.

    All that said, I think the research area sounds really interesting. I look forward to hearing how it goes.

    10
  • Fix comparing two date strings when they may or may not have microseconds
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearRO
    robyoung
    Now 100%

    That looks like ISO8601 format so you can use fromisoformat to make the parsing a bit simpler. I'm not clear why you need to drop the microsecond part. Surely if one timestamp is a few microseconds past the second it is later.

    d1 = datetime.fromisoformat(date1)
    d2 = datetime.fromisoformat(date2)
    
    return date1 if d1 > d2 else date2
    
    3
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearRO
    Now
    6 23

    robyoung

    beehaw.org