home.social

Search

1000 results for “wigging”

  1. Genuinely wigging out about AI taking my job. Like, actually losing sleep over it.

    My grand strategy: pivot to OT/ICS and hardware. Hardware because AI doesn't have hands (yet?). OT/ICS because I assume people still prefer their facilities/cars/planes to not explode when the AI goes the extra mile.

    Is it a good plan? Probably no. Do I have a backup? Also no.

    Looking for some assurance I’m crazy and wrong or correct and doing the right thing.

    #infosec #icssecurity #hardwarehacking #careeradvice #offensivesecurity

  2. Genuinely wigging out about AI taking my job. Like, actually losing sleep over it.

    My grand strategy: pivot to OT/ICS and hardware. Hardware because AI doesn't have hands (yet?). OT/ICS because I assume people still prefer their facilities/cars/planes to not explode when the AI goes the extra mile.

    Is it a good plan? Probably no. Do I have a backup? Also no.

    Looking for some assurance I’m crazy and wrong or correct and doing the right thing.

    #infosec #icssecurity #hardwarehacking #careeradvice #offensivesecurity

  3. Things are looking bad for the billionaires and bigots, as working class people won big this week. (Related: Who else saw the video of Sam Altman wigging out in that investor call? #OpenAI going down in flames…)

    Ofc things aren’t great *everywhere* but we have lots to give us hope. And it wasn’t just coastal cities by any means.

    tiktok.com/t/ZP8D54n5h/

    From #Atlanta to #Detroit to #Poughkeepsie and beyond, I hope you’re taking heart 💪 💕 🗣️ ✊

  4. Lynyrd Skynyrd (sic) is on TV. Decrepit old men singing "what's your name, little girl?"

    Then I hadda stop wigging... I'm that age. Until recently, I'd prance about on stage acting a quarter my age, too.

    There's a chance I might again. I've been getting the itch, and plinking ain't cuttin' the mustard.

    I'd like to think I don't look as thirsty/creepy as these guys, but dunno.

    Mayhap I do.

    #OldManProblems #Basstodon #BassistenGegenRassisten #BassistsAgainstRacists

  5. Lynyrd Skynyrd (sic) is on TV. Decrepit old men singing "what's your name, little girl?"

    Then I hadda stop wigging... I'm that age. Until recently, I'd prance about on stage acting a quarter my age, too.

    There's a chance I might again. I've been getting the itch, and plinking ain't cuttin' the mustard.

    I'd like to think I don't look as thirsty/creepy as these guys, but dunno.

    Mayhap I do.

    #OldManProblems #Basstodon #BassistenGegenRassisten #BassistsAgainstRacists

  6. Lynyrd Skynyrd (sic) is on TV. Decrepit old men singing "what's your name, little girl?"

    Then I hadda stop wigging... I'm that age. Until recently, I'd prance about on stage acting a quarter my age, too.

    There's a chance I might again. I've been getting the itch, and plinking ain't cuttin' the mustard.

    I'd like to think I don't look as thirsty/creepy as these guys, but dunno.

    Mayhap I do.

    #OldManProblems #Basstodon #BassistenGegenRassisten #BassistsAgainstRacists

  7. Lynyrd Skynyrd (sic) is on TV. Decrepit old men singing "what's your name, little girl?"

    Then I hadda stop wigging... I'm that age. Until recently, I'd prance about on stage acting a quarter my age, too.

    There's a chance I might again. I've been getting the itch, and plinking ain't cuttin' the mustard.

    I'd like to think I don't look as thirsty/creepy as these guys, but dunno.

    Mayhap I do.

    #OldManProblems #Basstodon #BassistenGegenRassisten #BassistsAgainstRacists

  8. Lynyrd Skynyrd (sic) is on TV. Decrepit old men singing "what's your name, little girl?"

    Then I hadda stop wigging... I'm that age. Until recently, I'd prance about on stage acting a quarter my age, too.

    There's a chance I might again. I've been getting the itch, and plinking ain't cuttin' the mustard.

    I'd like to think I don't look as thirsty/creepy as these guys, but dunno.

    Mayhap I do.

    #OldManProblems #Basstodon #BassistenGegenRassisten #BassistsAgainstRacists

  9. Solution to dehumanisation of skin and hair, strangely beautiful, profoundly sad. 1 mannekin head has a dark skin tone, circa 90% of local on the streets have dark skin tones. As a white person with straight hair I feel profoundly ashamed of the history that lead to this creative wigging
    #CreativeWigging
    #Flatbush

  10. I need to create a list of locations in a macOS app based on a partial string. For example, the user enters "salem" and the app returns a list of suggested cities that are named Salem. What are my options for getting a list of suggested locations based on a partial string? Is MKLocalSearchCompleter the best solution here or is there something newer I can use?

  11. I need to create a list of locations in a macOS app based on a partial string. For example, the user enters "salem" and the app returns a list of suggested cities that are named Salem. What are my options for getting a list of suggested locations based on a partial string? Is MKLocalSearchCompleter the best solution here or is there something newer I can use?

    #macOS #swiftlang #swiftui

  12. I need to create a list of locations in a macOS app based on a partial string. For example, the user enters "salem" and the app returns a list of suggested cities that are named Salem. What are my options for getting a list of suggested locations based on a partial string? Is MKLocalSearchCompleter the best solution here or is there something newer I can use?

    #macOS #swiftlang #swiftui

  13. I need to create a list of locations in a macOS app based on a partial string. For example, the user enters "salem" and the app returns a list of suggested cities that are named Salem. What are my options for getting a list of suggested locations based on a partial string? Is MKLocalSearchCompleter the best solution here or is there something newer I can use?

    #macOS #swiftlang #swiftui

  14. I need to create a list of locations in a macOS app based on a partial string. For example, the user enters "salem" and the app returns a list of suggested cities that are named Salem. What are my options for getting a list of suggested locations based on a partial string? Is MKLocalSearchCompleter the best solution here or is there something newer I can use?

    #macOS #swiftlang #swiftui

  15. HTTPX is a nice Python HTTP client. Here is a comparison of HTTPX synchronous and asynchronous clients.

    gavinw.me/notes/python/httpx-s

  16. There is a CLI module buried in the Python Streamlit package that can be used to run a Streamlit app from within Python code. Not sure if its use is officially supported but this seems to be the only way to run a Streamlit app from within Python code. gavinw.me/notes/python/streaml

  17. Here is my example of testing PyZMQ client and server code with pytest and pytest-mock. I haven't found much information on this topic. Anyone else have examples of testing PyZMQ code? gavinw.me/pythonic/pyzmq/test-

  18. I'm thinking of starting a tech/programmers meetup called KnoxCoders in the Knoxville, TN area. It would be a monthly or bi-monthly meetup where someone local would give a programming presentation. Not sure if this will be an actual group yet but thought people might want to discuss the idea. So if you're in the Knoxville area, let me know what you think. I created a form at forms.gle/N6VtccpxqDbEBsF79 to help determine interest and get some suggestions and feedback.

  19. Marines Test Wing-In-Ground Effect Drone with Multirole Ambitions

    The US Marines are eyeing a game-changing drone that's taken to the skies for the first time - the Regent Squire Wing-In-Ground Effect drone, a multirole marvel that could revolutionize military operations. With its maiden flight a success, this cutting-edge tech is generating serious buzz.

    osintsights.com/marines-test-w

    #WingingroundEffect #DroneTechnology #MilitaryAviation #UsMarines #EmergingThreats

  20. Golden Retriever Scolding Mom As She’s Picked Up From Boarding Will Make You LOL

    TikTok viewers are cracking up over Rosie the Golden Retriever, who gives her mom a full lecture after…
    #NewsBeep #News #US #USA #UnitedStates #UnitedStatesOfAmerica #Health #GoldenRetriever #petsitter #waggingtail
    newsbeep.com/us/446367/

  21. 'Wiggling' atoms may lead to smaller, more efficient electronics. Via @sciencex.physorg #Science #Physics #ParticlePhysics #AtomicPhysics 🔭🔬🧪🥼🧑‍🔬

    'Wiggling' atoms may lead to s...