Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)JE
Posts
2
Comments
119
Joined
2 yr. ago

Permanently Deleted

Jump
  • The Trump administration has not disclosed vetting procedures, despite growing scrutiny over DOGE hires and security clearances.

    Well yeah, because there are none besides the rubber stamp of elon's balls

  • From Wikipedia: Combs died on August 27, 2019, after crashing a jet-powered car while setting a land-speed record as part of the North American Eagle Project on a dry lake bed in the Alvord Desert, Oregon.[2][3][7][8] The crash was caused by a failure of a front wheel, likely caused by hitting an object in the desert, which caused the front wheel assembly to collapse at a speed nearing 523 mph (842 km/h).[25]

    Imahara died on July 13, 2020, at the age of 49, after suffering a ruptured, previously undiagnosed, intracranial aneurysm.[37][3]

  • Schooling for programming isn't super necessary. Programming, at it's core, is not super difficult. It's effectively learning how to structure fundamental logic in a way to do what you want and then figure how to do that with the programming language you are using. There are various free resources online to get started.

    Once you've learned some fundamentals, you can start some random practice project and figure out how to expand it to challenge yourself and learn from practice.

    A lot of programming is also experience driven. As you code, you learn better approaches, new capabilities within your programming language, best practices, etc. Looking back at code from when I was first starting, I often find multiple potential improvements in the way I did it at the time.