Wednesday, June 22, 2022

New programming language | VariableX (Update 6/23/2022)

 On my website (Which isn't setup currently while I am writing this), I created a simple language which at the time didn't realized I was making one as I created it to be more simpler than JSON. Only details I am giving about it. The prototype, which I like to call it works 100% as I use it a lot when loading up all my projects I make. 

This programming language is a storage type of programming language meant to store data. Like JSON and MySQL.

The name of this programming language will be called VariableX or VX for short. I know, a awesome name. On the prototype, I made the compiler a lot more simpler since it was something quick but I am planning on creating a more reliable compilation. The public version will first be in Javascript, even though the first prototype was in PHP. Reason because I needed it in Javascript first as the new caching system I made was in Node.js which uses Javascript as the language.

Update (6/23/2022 1:05 PM):

I have finished the coding of VariableX, currently it will be set private for a while to test it.

Wednesday, June 8, 2022

Website new caching system

 This is only available to my website not yet forwarded to the internet.

I use a universal system on my website to help me easily create new projects. To do this, I created a custom programming language, it isn't much though, the programming language is a way to easily store values, similar to json but more simple. This uses a custom file as well that is in each of my Project folder directory, which my websites reads to be able to implement onto my site.

Previously, my website used the PHP file reader. Which I thought was inefficient and could really be prone to DoS attacks since calling files needs more resources. So I created a caching system to cache all the projects in a json file inside an array for PHP to loop through them. This new method caches them to a specified amount of milliseconds. This new system used node.js to accomplish this.

Currently everything seems to be working find. I do have some more future plans to help decrease DoS attacks as well that by theory should be efficient. This new system workings will be confidential to prevent users or bots from making workarounds. But this system will be uniquely new as well. Maybe, it's possible other websites might use this method, but not entirely sure as the system would be completely hidden to just regular users.

Saturday, February 5, 2022

Tor Dashboard Alpha

About everyone knows what Tor is. If you don't then Tor is a browser where you are anonymous. It is somewhat slower than other browsers. You can also access secret websites called onions, that are hidden from the clearnet.

Remember however, it's in Alpha version. Which means there will most likely be bugs. However though, I haven't found any though. However, that doesn't mean anyone else will.

Bugs, Suggestions, Feedbacks:

If you spot a bug, have a suggestion, or just want to share feedback. Click this link to go submit them.

Download:

Tor Dashboard is still in Alpha, starting from Alpha version 1.2, I include a Changelog file to list what changes.

Alpha downloads