Made a pretty jank script for converting your phone into a secondary screen and use it for stuff like youtube, apps, screen mirroring, changing volumes etc. (LINUX MINT ONLY)
github.com/Arinji2/adb-...
Give it a try if you would like, its just a lot of jank soo take backups
Posts by Arinji
v0.3.0 Is Out Now :)
www.npmjs.com/package/proc...
Github:
github.com/Arinji2/proc...
Installation:
pnpx process-web-image /path/to/image
Npm:
www.npmjs.com/package/proc...
I am really enjoying using Tanstack Start by the amazing @tannerlinsley :) But i realized how much i depended on next/image
Thats why i created process-web-img
Its a easy way to make your webp/png image into srcset friendly and fallbacks
www.npmjs.com/package/proc...
Happy coding!
Hero Section for a UI Design for a Product called "Vocab Thing"
Hmmmm.. designing is hard xD
#vocabthing #design
Bardcore Design
Completely forgot i was making a design called "Bardcore".. i shld probs finish this lol
#design #music #bardcore
SQL View of All my Auth Tables
Setting up google oauth
Handrolling my own oauth handling over a package made it so much easier to do a guest setup
guests with a same setup to normal users means i can easily add guest -> user feats
and its also easy asf to add more providers
like thats all you need for google oauth :)
#auth #google #oauth #golang
Downloads on Steroids is stable and out now
It's my take on a downloads manager tool, which works purely on filenames.
A quick example.. to delete a file in 2s, just rename it to
d-2s-test.txt
That's it, check it out and lemme know what yall think :D
dos.arinji.com
#golang #frontend #downloads
Google Search Result of my site, with value param
TIL Google will index query params , if the page is "unique enough"
Notice the value=vibeify part, it links directly to my website
arinji.com?designer=tru...
I have 0 clue how it indexed this. I don't see this for most of my sites.. but it's cool Google is hella smart.
#frontend #google #seo
Asking chatgpt to scrape my website for data
Chatgpt showing all of my side projects as citations
Saving all of it to memory
Really impressed with how well search works with Chatgpt now, its very seamless where i can easily enable search when i want it to get more context.
Then being able to tell it to save all of the data to my memory means it always has context of what i have made.
Really impressed
Hard part of supporting both the terminal and the file explorer.. is that you need to make demos for both of them :/
On a side note.. am i the only one who panics a lot whilst recording stuff? Each vid takes multiple tries cause i do a typo or smthn.. any tips?
This is how one of my releases looks like
github.com/Arinji2/down...
Its actually very clean.
All you need is
github.com/Arinji2/down...
and
github.com/Arinji2/down...
Give it a try and lemme know what yall like and dont like about it
PS: Im not the creator, just a user advocating
Been making a cli app for a while now.
I had issues with figuring out how to make binaries for the 3 os i support.
Thats when i found out about goreleaser.com
And its amazing. It handles everything for you, and the creator is very active on discord :D
With the next version of DOS (Downloads on Steroids) there will be a whole bunch of stability and quality of life updates and a whole bunch of tests
One such feature is being able to put in a user hash from catbox.moe for perm links as shown in the video :D
Founder Mode ❌
Manager Mode ✅
🚀
Using the new deepseek r1 is actually pretty interesting. Even if its answer is debatable, understanding its chain of thought really opens your mind to new ways to question yourself.
This is its response to one of my questions regarding golang conventions.
Built my first Discord Bot, and i decided to go with Golang, cause Go <3
github.com/bwmarrin/dis...
This is an amazing package and i would def recommend it for anyone who is building bots
github.com/Arinji2/garc...
Now i can be called a Discord Bot Developer :D
Going from your Downloads Folder to a shareable cdn link instantly :D
Files saved in your downloads -> cdn links automatically :D
(yes / are converted to # cause file systems dont like having those)
THE NAME IS "Downloads On Steroids"
Spent a while to try and make a nice setup experience for my downloads tool
POC of my first cli tool + with cross platform support.
Its a download manager tool with move support and temporary files. It works with both the GUI and the CLI for linux, windows (and maybe mac) by using the filename.
cdn.arinji.com/u/75pv48.mp4
Lemme know what yall think :D
An hour of testing, multiple hours of debugging.. giving up on claude later and a billion print statements later
And I'm still trying to add cross platform support to my first cli :)
I am really happy that I decided to spend time unit testing most of the functionality, makes this part easier.
Even supermaven calling me out on my tests xD
Took a while cause you shifting around directories programmatically is goofy.. but we got move custom and move default now :D
Checking for renamed files on linux is a bit.. scuffed.. but we good :D
Took a while, but we now have the first version of the deletion store file :D
Yes.. we are being thoughtful and making sure we test the more fundamental parts of our code :)
(ignoring the fact it already helped me find a bug)