Skip to content
View nolim1t's full-sized avatar
💭
Destablizing Authoritarian governments to ₿UIDL ₿ack ₿etter
💭
Destablizing Authoritarian governments to ₿UIDL ₿ack ₿etter

Organizations

@itinerantfoodie @theunicornfactory @lncm
Block or Report

Block or report nolim1t

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
nolim1t/README.md

Hi there 👋 and welcome to the new facebook

  • 🔭 I’m currently working on self-sovereign freedomtech projects as well open source that is builds are fully verifiable
  • 🌱 I'm focusing on building on freedom/self-sovereign open source type stuff as well as communities to further an independent digital circular economy with full privacy (See the Bitcoin Community in Chiang Mai Thailand ). As for that I do have some ownership in a medical cannabis production facility, as well as a dispensary which also takes bitcoin.
  • 💬 Ask me about how to own your own data and be self sovereign. Ask me on the following networks - ideally nostr.
  • 📫 How to reach me - Nostr / discord (ID - nolim1t#2650 / matrix @f6287b82cc84bcbd:monero.social. You may use my PGP key to encrypt stuff to send to me by email at hello (at) myusername (dot) co or use this key to prove that comms are verified. The ways of reaching me might be outdated, please refer to this list for verified/signed ways of contacting
  • You may support my work by a lightning (see nostr) or if you support LNURL you may try this. Via lightning ⚡️ address protocol at [email protected]. Or for the privacy only layer 1 / basechain people, you may try 44DVS1F1haNCisz6VN6RAugWfnULSvZpXZxv56Zeu3srf5BR4simzB1WrqJ9CkxcuL9d753MEBGGTMkekdx6gMUuAGDuiQu on Monero

trophy

Another plug for nostr

nostr npub1z34a5nkxjv5rq5p7unuw3d3xh4an54uyyv4cys96zhyvhlu6qlxs4qnh9r

Pinned

  1. iBeaconAdvertisement iBeaconAdvertisement Public

    Helper class to help turn your Mac into an iBeacon (this is so much better than an iOS device)

    Objective-C 23 8

  2. linux-ibeacon linux-ibeacon Public

    Broadcasting an iBeacon using Linux device (i.e. Raspberry pi) and BLE dongle

    Shell 19 10

  3. nl-bitmex nl-bitmex Public

    My BitMex API Library

    JavaScript 3 1

  4. getumbrel/umbrel getumbrel/umbrel Public

    A beautiful home server OS for self-hosting with an app store. Buy a pre-built Umbrel Home with umbrelOS, or install on a Raspberry Pi 4, Pi 5, any Ubuntu/Debian system, or a VPS.

    TypeScript 6.4k 486

  5. HTTP Request in C using low level wr... HTTP Request in C using low level write to socket functionality
    1
    #include <stdio.h>
    2
    #include <string.h>
    3
    #include <stdlib.h>
    4
    #include <unistd.h>
    5
    #include <fcntl.h>