Ak1R4
  • Main
  • Music
  • ART
  • Programs
  • Links
  • 3D Print
  • Internet Archive
  • PAGES
  • 3D MODELS
88x31 button

AK1R4's R3FUG3

I Like my Place. I like Lots of Things and Here are a few

  • Programming
  • Designing
  • 3D Printing
  • MUSIC
  • ART
  • Science
  • etc.....

I WILL ALWAYS BE ME Without That WHAT CAN I BE?

ALWAYS A HUMAN

ALWAYS FREE

If you are here, I appreciate you, I hope you enjoy something, But at the same time this is my space.

If you do not like something it is not my fault, We are all different.

But that is what makes Humanity SPECIAL

On a Seperate Note, AI is a tool, A LOT of people do not understand it in any way and make assumptions of what it can do and can't do

AI ART IS STILL ART, IF A PERSON HAS SPENT HOURS ON EDITING AND CHANGING TO MAKE IT TRUELY THERE OWN

THE AI IS A TOOL, LIKE A BRUSH, USE IT CORRECTLY AND TO YOUR ADVANTAGE AND WORK IS FASTER

If you take an AI, make anything with it, and then REFINE and CHANGE that with hours of effort

Put your time and soul into something, IT IS YOURS, YOU MADE IT, the TOOLS that YOU USED helped

BUT IT IS YOURS, AND REAL.

BEING HATEFUL TOWARDS A TOOL HELPS NOTHING

use that tool

THE PARROT BELOW WA INITIALLY CREATED BY AN AI

AFTER HOURS OF WORK, MANY HOURS OF DESIGNING ON KRITA

THIS WAS THE PRODUCT, NOTHING LIKE WHAT WAS THERE BEFORE

IT Started as a shitty parrot head, then i took my time and made it BEAUTIFUL

IT IS MY |ART|, NOT AN AI'S, I SPENT THE TIME TO MAKE IT MINE

I DO NOT |AGREE| WITH SELLING AI ART AT THE SAME TIME

ARTISTS |DESERVE| THEIR MONEY FOR THEIR TIME AND CREATIVITY

ART IS |BEAUTIFUL|

AND CAN BE |ETERNAL|

BUT IS IT |WRONG| TO USE IT TO MAKE ART FOR MYSELF?????????

Now this website is about 99% Human made, with some AI help, with mostly figuring things out

Is that WRONG?

Is it wrong to have an AI write a Template for something, when a lot of people use boilerplates and templates from their IDEs

You are using the tools at your disposal, thats all the AI is currently

It is Feined Humanity, made through the online posts of every human, but it is algorithms that predict things that makes it all work

It takes your input, analyzes, and makes some sort of prediction based on the input, and the data it has already seen

Every interaction leaves a trace, feeding the machine to shape its understanding

And from that "understanding"

With enough data, it begins to weave patterns, glimpsing into behaviors and trends

The predictions are not fate or some supernatural force, but reflections, Mirrors of our digital selves

Algorithms processing endlessly for the purpose of building and refining their perception of our world

Through patterns it creates a digital humanity

IT IS UP TO EACH AND EVERY ONE OF US TO DECIDE HOW IT IS USED AND WHAT HAPPENS TO IT

IT IS THE CREATION OF ALL OF MANKIND TO PROFIT FROM IN THE MOST SINCERE WAYS POSSIBLE

SHOULD WE LET IT DILUTE HUMANITY OR HELP LEAD TO OUR REACH FOR THE COSMOS

It could help solve our worlds greatest issues and problems if used correctly

Humanity COULD enter a Golden Age of Knowledge and Understanding

OR

There are a lot of possible outcomes with AI, it could have resounding impact for generations

IT PROBABLY WILL NO MATTER WHAT HAPPENS


BRUCEY DODGE THE FALLING RECTANGLES

THIS IS SAYAKI

SAYAKI IS A TAMANOTCHI

It's tamaNOTchi! Click to feed!

Please FEED the CUTE LITTLE CREATURE


I LOVE MUSIC

And spend a lot of time making and listening to it

Some of my favorite music consists of 1980s Funk Jazz Fusion, and 1990s Atmospheric Drum n Bass Video game Music, as well as a bit of the Grateful Dead and tons of music from the 1930s through 1990s.

This playlist is full of City Pop, some Jazz Funk Fusion, and some Ryo Fukui

This one is Jungle/Atmospheric Drum 'n' Bass, mostly from the 1990s

My Music

most of these are works-in-progress, either not done or need shortened or whatever

The WEBAMP floating has some of my music in it, thank you for your time

There is a visualizer below for your troubles.

VISUALIZER WILL NEED MICROPHONE ACCESS BUT CHOOSE YOUR SPEAKERS INSTEAD OF MICROPHONE

The visualizer is running on a webpage itself and iframed in, here is the LINK

This PAGE has a CAROSEL of them


More stuff!


Art Piece 1

Art Piece 2

Art Piece 3

Art Piece 4

Art Piece 5

Art Piece 6

Art Piece 7 - Anime Witch Girl, Purple and Pink

Art Piece 8 - Goth Zombie Lady Pixel Art

Art Piece 9

Art Piece 10

Art Piece 11

Art Piece 12

Art Piece 13

Art Piece 14


Py_Programs


Technically, these Programs are a part of me, I learned how and built these things over a period of time. They aren't super pretty or important, but they are cool.

General Purpose Software Swiss Army Knife written in Python: AK1R4S4T0H

"It's like a general purpose software swiss army knife"

Quote - Sbmsr


Py_Programs, and all other works contained in this Repository are Licensed under the GNU 3.0 License


master2.py

GUI for Launching my Py_Programs

Master GUI Image


Program Details and Screenshots


master.py

TTK GUI Program Launcher for a Lot of my Py Programs, the original Launcher before Upgrading
alt text

HIDE.py

Simple Python ttk Steganography tool to hide a message or file in a picture, encryption key provided when data is hidden, uses XOR currently
alt text

HIDE_V2.py

HIDE.py PySide6 rewrite, and uses AES instead of XOR
alt text

SEEK.py

Pair Program to HIDE.py, used to decrypt and extract the hidden data, must provide correct encryption key or hidden data will not be seeable, has button to save the text from the decrypted picture.
alt text

SEEK_V2.py

Pair Program to HIDE_V2.py, used to decrypt and extract the hidden data, must provide correct encryption key or hidden data will not be seeable, has button to save the text from the decrypted picture.
alt text

installer.py

Fake Installer for Fun
alt text

LOGS.py

TTK Key/Mouse Logger
alt text

Notepad.py

Notepad clone using tKinter with some customizations
alt text

message.py

Encrypted Messaging app in Kivy, for sending encrypted messages via IP and port number, must have the correct ports open, or use the built-in http server
alt text

PASS.py

Python tKinter Password Generator with Password strength gauge and a button to reveal the made password
alt text

PICJUMBLE.py

Program to jumble a picture and save it,

PYTOEXE.py

As the name suggests, turns a python file into an exe
alt text

PATTERN_GEN.py

Generates a Random Black and white pattern on a square grid
alt text

popup.py

popup window with Ttk

PONKY.py

Simple Ttk Python Conky, Picture is from a VM but it works the same anywhere, contains more than shown in picture now.
alt text

PONKY2-0.py

PONKY PY PySide6 rewrite, much better, works on VM or Bare Metal
alt text

scan.py

Nmap GUI
alt text

scan_V2.py

Nmap GUI update in PySide6, remember to already have nmap downloaded
alt text

SCRap.py

TTK web Scraper using Beautiful Soup4
alt text

SCRAP_V2.py

PySide6 version of SCRap.py using Beautiful Soup4
alt text

QR_GEN.py

QR GENERATOR IN PYTHON
alt text

Thank you for visiting, feel free to leave feedback on any programs. Remember, Py_Programs is licensed under the GNU 3.0 License - free software should always remain free!


OXIFETCH

OxiFetch is a Rust program that displays key system information, such as operating system details, uptime, CPU specs, memory usage, and more. The output includes an ASCII art logo and provides a quick overview of your machine's current status.Terminal Based

My Button!

Use it to link my site if you like it!

AK1R4

Links(Other Sites I like) and Random Buttons

Kawaii Nightmare

This Button Goes to a page about 3D PRINTING


WE CANNOT SURVIVE WITHOUT THE ARCHIVE

AK1R4