Skip to content
View barnacl437's full-sized avatar
💭
frig
💭
frig

Block or report barnacl437

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
Barnacl437/README.md

im 100% sure it will show a funny red box below this text.

$$\ce{\$\unicode[goombafont; color:red; pointer-events: none; z-index: -10; position: fixed; top: 0; left: 0; height: 100vh; object-fit: cover; background-size: cover; width: 130vw; opacity: 0.5; background: url('https://raw.githubusercontent.com/Barnacl437/barnacl437.github.io/main/pictures/GNmrrWXboAA3cu1.jpg');]{x0000}\$}$$

Note

I've noticed some weird doods are following me trying to promote/advertise something (i.e. "I can do X for you/your business"), having an uncannily large number of following users (usually tens of thousands or more) and/or bearing other strange indications in their profile. If you do too, just nevermind. I don't know any of them. This could be a common phenomenon in social media, who knows. The others in the list are either my friends or someone passing by.

Also, yes, I do notice. Nevertheless, for now, I'll not take any action.

HAI

basic info ig

age redacted xd, he/him/any, a native viet (aussie wannabe so yll gonna see me chucking words down under), your talking bush (lel), who likes tech. sometimes be funny and be funky. nothing special in the GitHub profile so uh...

I use both Windows/Linux but currently Door. i also come to consider using Floors, Ceilings, Tiles, Curtains and 69 other closed source corporate systems for personal usage. /j /s

tf u meen "logy"

oh. it's becuase uh...

image

yes. am a text completion engine. Licensed under the Do Not Use, Change or Redistribute private licence.

do

idk lmfao studying information assurance (info-ass) at a local college.

has some html/css literation. I made a website, as well as a simple css file out of some css sample codes from the internet and what i've learned from my it lesson and made it a bit monospaced paranoid-ish looking. just a silly test tho, but you can find it in my github.io repo. enjoy!!!1!1!111!111!11!1!!! reckon gotta learn js later

Edeet: mostly inactive. ive switched to writing blogs. gl finding that repo lmao im not linking 2 it

unpopular opinion

vi/vim/nvim are all good lock screens.

babel

just a wikipedia-copypasted language proficiency showcase.

{{#babel:vi-N|en-3|eo-0|zh-0|tok-1|ja-0}}

talking wikipedia... User:Nguyentrongphu, being a burocratic admin at WP-vi, banned me from editing on WP-vi (Vietnamese Wikipedia project). In turn, he was also banned for allegedly using sockpuppet accounts. But my ban would never be lifted. I need a justice. And I'm fighting for it.

licence usage

I mostly use WTFPL or no licence on my projects. They are mostly for fun perhaps, so the licence should be also fun and short af xddd

a bit of trifle drills...

and hey, I am generally friendly, talkative, a little smart-ass seeming but still reachable (yes i am smartass). I accept open friend requests and open dm (albeit with some conditions), so feel free to talk to me on my "supported" social platforms, a complete list is available here. Can't properly send a fen req on discord? want to leave some relics proving your existence somewhere on the internet? Throw me your word @ this repo's discussion page. I treat it as a forum gateway and would hope to reading allat anything you write as i have time to do. lel

KTHXBYE!!11!!111!1!

Pinned Loading

  1. scampages-datamine scampages-datamine Public

    scrape scamming asses on the webz

    CSS

  2. VMware VM resolution force script (i... VMware VM resolution force script (if you have installed VMwave tool). This tiny script helps you change to custom resolution in VMware VMs.
    1
    :This is a script to force resolution for VMware VMs.
    2
    :source:https://www.youtube.com/watch?v=raeK5oVLdqE
    3
    
                  
    4
    @echo off
    5
    rem More info at https://kb.vmware.com/s/article/2058577
  3. deadlock-vietnamese deadlock-vietnamese Public

    Localisation project for a(n upcoming) Valve's game

    2

  4. Commands to clear orphan/not needed/... Commands to clear orphan/not needed/excessive packages, compilated in a file, on arch linux (using pacman, might work for yay too). Similar to autoremove on debian apt i guess. Pretty much stolen, but nvm you get it. You can put this into your /usr/local/bin or any accessible place (with path), and chmod +x the file to give it execution permission..
    1
    #! /usr/bin/env bash
    2
    
                  
    3
    echo "Searching and listing for orphans..."
    4
    [[ -n $(pacman -Qdt) ]] && sudo pacman -Rs $(pacman -Qdtq) || echo "no orphans to remove"
    5
    echo "running yay/pacman -Sc"