cultural reviewer and dabbler in stylistic premonitions

  • 290 Posts
  • 654 Comments
Joined 4 years ago
cake
Cake day: January 17th, 2022

help-circle
  • you have posted only two comments on lemmy so far, and both are telling people to buy this phone. do you have any affiliation with it, and/or are you planning to continue using your lemmy account solely to encourage people to buy it?

    also, since you seem to know about this, i am curious if you can enlighten me: are there any benefits of iodéOS compared with LineageOS which it is a derivative of? i didn’t find a comparison between them on the website.







  • https://www.grahamforsenate.com/about :

    After graduating high school in 2003, during the height of the Iraq War, Graham snuck his birth certificate out of his father’s office to enlist in the United States Marine Corps.

    (the bio on his campaign site goes on...)

    After completing his infantry training, Graham was assigned to Kilo Company, 3rd Battalion 8th Marines and deployed to Al-Anbar Province, Iraq in January of 2005 where the battalion served primarily in the area east of Fallujah. In 2006, he was deployed to Ramadi, Iraq and served as machinegun section leader at the Government Center. He was deployed again in 2007.

    After his third deployment, Graham enrolled at The George Washington University using the GI Bill. Graham quickly realized that his time serving in uniform was not over. So in 2009, he joined the Maryland Army National Guard. He was deployed to Afghanistan the following year where he served as a rifle team leader.

    He returned from Afghanistan and went back to school at The George Washington University in 2011. Like many veterans, Graham struggled with undiagnosed PTSD and physical challenges that come from heavy infantry combat. Graham eventually withdrew from George Washington University and moved back home to Maine where he used the resources from the Department of Veterans Affairs to get the help he needed.

    After four tours overseas, Graham was deeply disillusioned with America’s failed foreign policy and endless wars and decided to focus on serving his local community in Maine.

    In 2018, Graham started working on his friend’s small oyster farm in his hometown of Sullivan. He quickly felt deeply connected with the sea and the community. He eventually took over the oyster farm and built it into a business that produces high quality oysters. Graham also began a diving and mooring service to help out around the bay, and serves the town of Sullivan as Harbormaster and Planning Board Chair.

    for some reason his website bio omits his time as a “security contractor” in 2018, although he did mention it in this interview:

    After his return to DC, he was in and out of college. He picked up bartending, and never ended up finishing school. In 2016, he moved back to Maine, where he began gaining support from the Veterans Affairs department, getting physical and mental therapy. He felt a renewed call to service, and in 2018, got a job as a security contractor for the State Department in Afghanistan.

    meanwhile, https://www.grahamforsenate.com/platform :

    Everything we went through in Iraq can be laid at the feet of those in Washington

    canonical(-according-to-wikipedia) "Hide the Pain Harold" (András Arató) meme photo, no text





  • Python does have a year option that they are not using.

    No, it doesn’t:

    help(datetime.timedelta)
    Help on class timedelta in module datetime:
    
    class timedelta(builtins.object)
     |  Difference between two datetime values.
     |
     |  timedelta(days=0, seconds=0, microseconds=0, milliseconds=0, minutes=0, hours=0, weeks=0)
     |
     |  All arguments are optional and default to 0.
     |  Arguments may be integers or floats, and may be positive or negative.
    



















  • How exactly do they hope to lock devs in github??? That’s absurd, there’s no way they can achieve that. I can always take my projects elsewhere and there’s nothing they can do to stop me.

    I can’t tell if you’re joking? If not, what do you think “lock-in” actually means?

    It doesn’t mean that it is impossible to leave, it means that there is substantial switching cost. And, that is certainly the case for github-hosted projects: all active contributors need to make a new account somewhere else, issues and discussions need to be migrated, CI workflows typically need to be rewritten, and good luck finding something that gives as much free compute for CI as github does. Yes, it’s easy to mirror a git repo onto another service, but github is much much more than just git repo hosting and each of their features have their own switching cost.

    Also, OP actually said “lock devs in” rather than “lock projects in” - I actually am forced to have a github account if i want to contribute to projects which refuse to move their issues off of it 😢 … and the difficulty in creating new accounts anonymously these days prevents me from contributing to several things (lemmy, for instance) which i otherwise would.