Skip to content
View billrafferty's full-sized avatar
🦾
Working out with Ai
🦾
Working out with Ai
Block or Report

Block or report billrafferty

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
billrafferty/README.md

README

Hello World 👋

This is my ✨ special ✨ public GitHub profile repo :godmode: I'm an dual national Australian and United Kingdom developer living in Sydney with roots in London.

  • 📫 How to reach me: Links Page
  • 🌱 I’m currently learning about LM, AI, AGI, Prompting, Vectors & this latest Deus ex machina that suddenly or abruptly seems to be resolving our interactions with the digital world.
  • 😄 Pronouns: He/Him (I used to find pronouns an unessary complexity or even devisive when I was unfamiliar with it. I found my own clarity when it was explaied to me as an analogy to nicknames. If you make the effort to tell me yours, It's only correct to make the effort to call you by that identifiication as it's clearly important to you, and I am being disrespectful and unkind if I keep calling you by anything else I think is more appropriate, your preffered name and gendender identification is clearly your own)
  • 💬 Ask me about anything work related, just don't try and sell me anything.

Mona Whisper

Pinned

  1. Fish Shell https://fishshell.com/ fu... Fish Shell https://fishshell.com/ function script that echo's out local mac WiFi address and public IP via google DNS query.Could also be done via curl http://ipinfo.io but looks clean and has emoji so happy to have on terminal startup
    1
    function myip
    2
        echo local WiFi IP ᯤ;
    3
        command ifconfig en0 | grep -o 'inet .\{0,16\}\s'
    4
        echo public IP 🌐;
    5
        command dig TXT +short o-o.myaddr.l.google.com @ns1.google.com | grep '.'
  2. Scratch Notes to Gists Scratch Notes to Gists
    1
    # Markdown on Markdown
    2
    Is it :godmode: or :neckbeard: ?
    3
    
                  
    4
    This is the introduction copy and I want to maintaint documention better and have it live in my git repo's and think README.md > readme.txt.
    5