home.social

Search

1000 results for “exostin”

  1. black people simply existing. are more brave than the troops #blm #blackisbeautiful

  2. if you have an existing link to one of our GitHub Pages docs renderings, that won't automatically redirect like the repo will, so you'll need to change `apple.github.io` to `swiftlang.github.io` in your URL.

    we have some links in the Swift-DocC repo that need to be updated as soon as our CI is back online 😅 #SwiftDocC #Swift

  3. If keeping your existing bike in use is appealing, then this Swytch Bike Go kit may be just the ticket. Our Editor found it to be a good low-speed accelerator for getting off the lights and to speed. Mark's full review of the assembly, product quality and ride characteristics here:

    cyclingelectric.com/reviews/sw

    #swytch #ebikes #ebikeconversion #cycling #technology #transport #electricbikes #health #fitness

  4. Combining an existing chatbot with ChatGPT brings quite funny results. And also shows how #ChatGPT tweaks its argumentation to fit itself into a chatbot. #splitpersonality
    That was a coding experience.

  5. Why not just use existing CP/M assemblers &| C-compilers from the past, eh, Kroc??

    Because #v80 is more than that. Only 3KB is actual code. The other 3.7.KB is a static binary tree to map #z80 CPU mnemonics to opcodes. What if we replaced this static table with one for... 6502 instructions?

    Now we can assemble 6502 code on a Z80. Why would you even want to do that? Because you could use v80 to assemble a 6502 port of itself (v65?), even assembling z80 code on a 6502... and now you can bootstrap any code on any system using just 8-bit code runnable on 8-bit hardware using the same assembler syntax [but different CPU mnemonics], all whilst never giving up PC+GitHub but making it possible for anyone to develop 100% on retro hardware (if they choose) that can't hope to run Git and LLVM. Imagine being _productive_ on 8-bit hardware!

  6. CW: Mention of UK Politics and Covid Pandemic

    Is there an existing API which maps postcodes to the new UK #GeneralElection constituency boundaries? And either the same tool or a different one which lets you look up candidates standing in those new constituencies?

    It's the sort of thing I'd expect #MySociety to have, but I'm not seeing anything on their website. I'm a bit out of the #ukpolitics loop these days, so :boost_requested:

  7. #Quotes #Kindness #Existing #Tolerance #Charity #Peace #SmallChanges #ArthurConanDoyle

    This quote is new to me---it's like he looked into my heart and mind, for this is how I strive to life my life---though it can be hard at times, in the political and human nature realms.

    "I should dearly love that the world should be ever so little better for my presence. Even on this small stage we have our two sides, and something might be done by throwing all one's weight on the scale of breadth, tolerance, charity, temperance, peace, and kindliness to man and beast. We can't all strike very big blows, and even the little ones count for something." -Arthur Conan Doyle, physician and writer (22 May 1859-1930)

  8. #Quotes #Kindness #Existing #Tolerance #Charity #Peace #SmallChanges #ArthurConanDoyle

    This quote is new to me---it's like he looked into my heart and mind, for this is how I strive to life my life---though it can be hard at times, in the political and human nature realms.

    "I should dearly love that the world should be ever so little better for my presence. Even on this small stage we have our two sides, and something might be done by throwing all one's weight on the scale of breadth, tolerance, charity, temperance, peace, and kindliness to man and beast. We can't all strike very big blows, and even the little ones count for something." -Arthur Conan Doyle, physician and writer (22 May 1859-1930)

  9. #Quotes #Kindness #Existing #Tolerance #Charity #Peace #SmallChanges #ArthurConanDoyle

    This quote is new to me---it's like he looked into my heart and mind, for this is how I strive to life my life---though it can be hard at times, in the political and human nature realms.

    "I should dearly love that the world should be ever so little better for my presence. Even on this small stage we have our two sides, and something might be done by throwing all one's weight on the scale of breadth, tolerance, charity, temperance, peace, and kindliness to man and beast. We can't all strike very big blows, and even the little ones count for something." -Arthur Conan Doyle, physician and writer (22 May 1859-1930)

  10. #Quotes #Kindness #Existing #Tolerance #Charity #Peace #SmallChanges #ArthurConanDoyle

    This quote is new to me---it's like he looked into my heart and mind, for this is how I strive to life my life---though it can be hard at times, in the political and human nature realms.

    "I should dearly love that the world should be ever so little better for my presence. Even on this small stage we have our two sides, and something might be done by throwing all one's weight on the scale of breadth, tolerance, charity, temperance, peace, and kindliness to man and beast. We can't all strike very big blows, and even the little ones count for something." -Arthur Conan Doyle, physician and writer (22 May 1859-1930)

  11. #Quotes #Kindness #Existing #Tolerance #Charity #Peace #SmallChanges #ArthurConanDoyle

    This quote is new to me---it's like he looked into my heart and mind, for this is how I strive to life my life---though it can be hard at times, in the political and human nature realms.

    "I should dearly love that the world should be ever so little better for my presence. Even on this small stage we have our two sides, and something might be done by throwing all one's weight on the scale of breadth, tolerance, charity, temperance, peace, and kindliness to man and beast. We can't all strike very big blows, and even the little ones count for something." -Arthur Conan Doyle, physician and writer (22 May 1859-1930)

  12. So I transferred my existing notes to #Logseq, but building a #zettlekasten is much easier for me using #Obsidian.

    Obsidian makes it easy to split windows to see multiple notes at the same time and extract text to new or existing notes.

    In Logseq, I have to copy and paste everything and constantly navigate back and forth. To be honest, it feels a bit like working with sticks and stones!

    Though I guess I _could_ open multiple windows...

  13. #!/bin/bash

    # disconnect every existing connection

    IFS=$'\n' read -r -d '' -a outputs < <( pw-link -o && printf '\0' )
    IFS=$'\n' read -r -d '' -a inputs < <( pw-link -i && printf '\0' )

    # pw-link -d out in

    i=0; while [ $i -lt ${#outputs[@]} ]; do
    j=0; while [ $j -lt ${#inputs[@]} ]; do
    pw-link -d ${outputs[$i]} ${inputs[$j]} 2> /dev/null
    ((j++));
    done

    ((i++)); done

  14. "If there aren't existing relationships between business stakeholders and the Data Team, unleashing Generative AI on an organisation is unlikely to work."

    towardsdatascience.com/how-i-u #ai #lean #agile #organizationaldevelopment

  15. Need to move an existing @mikrotik #CAPsMAN running on a hAP ac2 to ax2 and the whole wifi-qcom vs. wireless packes thing makes my head spin help.mikrotik.com/docs/display even after watching the video m.youtube.com/watch?v=37aff6d1