Skip to content
View billrafferty's full-sized avatar
:shipit:
Don’t panic. I’m just playing with Ai
:shipit:
Don’t panic. I’m just playing with Ai

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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

Hello World 👋

This is my ✨ special ✨ public GitHub profile README repo :godmode:

I'm a dual-national Australian & British developer living in Sydney, with roots in London.

Octocatbill

Most Recent Tech Skills

These are the current technologies I use most often, but I am always learning and exploring new tools and frameworks. I've been a developer for over 25 years, and have experience with a wide range of technologies. This is more a snapshot of my current tech stack, not all of the technologies I've worked with.

Tech Skills

Developing an emulation of 'Snake' within a virtual Nokia interface—built with ActionScript in Flash, then distributed as Windows and Macintosh Projectors on CD—ROM was a fascinating challenge and super interesting, but now obsolete on so many levels 👴

Mona Whisper

  • 📫 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
  • 💬 Ask me about anything work related, just don't try and sell me anything.
  • :octocat: Go build your own https://myoctocat.com/build-your-octocat/
  • ✨ Showcase your skills on your Github readme or resumé with ease skillicons.dev
  • 🚀 gh-space-shooter Visualises GitHub contribution graphs as Space Shooter!

My GitHub contribution graph

Pinned Loading

  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. mearashadowfax/OpenStove mearashadowfax/OpenStove Public

    A free, community-driven platform for sharing and discovering recipes. No ads, just good food!

    Astro 102 20