Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "#vindic"
-
I HATE it when SCHOOL TEACHERS OF ALL PEOPLE Suspect me of hacking because I am coding probably in batch because I don't have admin privileges12
-
So I just restored a computer for my grandpa
it was quite the task because I had ot learn how to use revovery grub but finnaly I was able to get linux.
ALEXA PLAY CHAMPION BY QUEENS9 -
ok so imagine this I am in school waiting for the infinite loading screen on a website to load
so I go into cmd and do the tasklist command and I kid you not the person next to me said are you hacking ME I LITERALLY JUST DID TASKLIST MOFO11 -
man I really feel down as a dev that that develops privacy software.And man it sucks with your school telling you your desires of privacy are evil and having under appreciated skills.if there is anyone out there like me I want you to know your not alone4
-
USING FUNCTIONS MMAKES MY CODE EASER TO READ BUT FOR THE SAKE OF EVREYTHING IBM AND LINUX DOING NETWORKING FUNCTIONS WITH MORE THAN ONE JOB FEELS LIKE RIPPING YOUR TOENAILS OFF!2
-
so am I the only dev that keeps a psuedo code notebook and then once all the pages are used up usally have a bonfire
also stay safe social distance and wash hands blah blah blah you know the shpeel3 -
am I the Only Developer that REALLY HAS BAD TIME MANAGEMENT Skills over long projects like come the fek on brain.
look below only if interested has nothing to do with rant
------------------------------------------->
oh yeah and by the way got a new project out3 -
me looks at chromebook
chromebook plz dont add an os to me
one eternitey lator
me this is now a linux book3 -
school:coding hahaa no
me:why not
school:becuase we arnt earning reputationf rom that you f***ing white male
ME:NO
school:...9 -
I honestly think the hardest thing as a developer is to find people who will contribute to a proj nothing against people preoccupied just saying if anyone wants to help they can but back to the main point I also think that motivation is hard thats why I am so grateful for the devrant community
-
school uses nothing but proprietary software with no manuals. school=> YoUrGoOdAtTeChUsHoUlDNoWhAtToDo3
-
should I take computer science and if I should Can I choose a programming language or will I have to just see what they have to offer?12
-
I held her in my hand as it started booting gave her a new OS and and anti windows background this is
MANJARO2 -
I WAKE FUCKING UP TO COME TO DISTRO TUBE AND ETHICAL LICENSING RETARDS WANT TO FUCKING INFECT OPENSOURCE THIS IS MORE AUTISTIC THAN ME AND I AM ACTUALLY FUCKING AUTISTIC
https://youtube.com/watch/...6 -
I am back with one fresh and hot
my school doesnt allow libre office
the most ACTUAL security they have is windows defender and all the rest is restrictions smh7 -
what does devrant think of doing a weekend coding session with lil sleep because I am thinking od doing it next weekend4
-
KEY GENERATION OH MY DAMANNABLE PC KEY GENERATION IN C WILL DRIVE ANYONE MORE NUTZ THAN ACTUAL NUTZZZZZZZ1
-
my school blocked tor connections to there website so lol rip me grades IDK if whonix might fix it
IDIOTS!2 -
my ECC project is taking a while so sorry if anyone is still interested and waiting!
but I am trying to work out the bugs and maybe layout the frame work for anyone else who likes cryptography for fun and is just starting -
If anyone in this wonderful community wants to help with my encryption project contact me VIDNIC@protonmail.com
Thank You18 -
story time
today I learned how to license a git hub project have I finally made it to intermediate developer?
------if Ur interested in a little something I did just for fun--------
https://github.com/vindicit/...12 -
me Looks at beta 1.0 of encoding/encryption program
program Looks back
me :>
announcement bet1.0 is here -
I am learning Lua because I am developing in a game. My question is would there be a way to load C into Lua6
-
Happy B day me and all of devranters who share the same and all the oozein boozin and devlifing for evreyone2
-
so when you have to get your programming computer fixed how do you deal with it without being depressed?3
-
hey I just finished on taking criticism sorry for not fixing the one security issue tho but evreything else has been fully implemented
https://github.com/vindicit/...4 -
using System;
using System.Text;
using System.Text.Encodings;
//Bitwise XOR operator is represented by ^. It performs bitwise XOR operation on the corresponding bits of two operands. If the corresponding bits are same, the result is 0. If the corresponding bits are different, the result is 1.
//If the operands are of type bool, the bitwise XOR operation is equivalent to logical XOR operation between them.
using System.Text.Unicode;
using System.Windows;
using System.IO;
namespace Encryption2plzWOrk
{
class Program
{
static void Main(string[] args)
{
//random is basically a second sepret key for RSA exhanges I know there probaley is a better way to do this please tell me in github comments.//
Random r = new Random();
int random = r.Next(2000000,500000000);
int privatekey = 0;
int publickey = 0;
string privateKeyString = Console.ReadLine();
byte[] bytes3 = Encoding.ASCII.GetBytes(privateKeyString);
foreach(byte b in bytes3)
{
privatekey = b + privatekey;
}
int permutations = random/ 10000;
if(privatekey < 256)
{
while(permutations > 0)
{
foreach (byte b in bytes3)
{
privatekey = privatekey + (privatekey ^ permutations)*20;
}
}
}
publickey = privatekey*random;
Console.WriteLine("your public key is {0}",publickey);
}
}
}
would this be considerd ok HOBBYIST encryption and if not how would I do a slow improvment I used bitwise to edit bits so thats a check :D12 -
hey if devrant has any suggestions to learn machine learning AI from that would be nice and yes my github is under construction9
-
Does anyone want to help me with the project I am working on It is to improve the disappointment of the encryption program1
-
I usually like sticking to a distro but when the DE I wanted to try and like at the moment in time couldn't be loaded onto manjaro without serious intervention I am deciding to try out void linux with anyone has any tips you can tell me5
-
is there a way to meet people with interests in developing other than local clubs because there are none where I live
noteForPeople:I am 13
Email:VINDIC@protonmail.com9 -
me: ah yess I need to sleep
brain:you should learn rust
me:SHUT UPP NO NOPE I AM SLEEEPING NOOOOPE
me:zzzz4 -
sooo I am in NY and when I heard the contact tracing stuff I was lilke hahahahaahaaa oh shiet the librem phone is expensive2
-
there are new changes to https://github.com/vindicit/...
I made a visual windows form, please criticize just not to harshly k7 -
how useful does a program that makes a new tor circuit to the website your on every 10 seconds sound devrant!1
-
This is random not a rant but An appreciation letter to all chill teachers thx for letting devs talk about developing applications.
thank you sincerely one random dev! -
hours upon hourse of physiccs work and beyonf the many mini rants I am going to give up here will come elliptic curving keygen thats partially why I have been not uplaoding code
mini rant1.WHAT DOEZ PHYSICS HAVE TO DO WITH LIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIINESSSSSS NOT BRICKS BUT LIIIIIIIIIIIIIIIIIIIIIIIIIIIIIINESSSSS
mini rant2.WHAT DOES A MEAN DOES IT MEAN ALLPINES WHAT DOES A MEAAAAAN
mini rant3.WHAT DO YOU MEAN CANT CONVER TO FLAOTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTT
https://github.com/realvindic/...3 -
soooh I am a big dumb dumb and broke a nix install by being over zealous with dd
soooooo
Ima have to fix that buuuut
one question should I use dmenu ore is there an alternative that is better and opensource?1 -
I am thinking of getting a pine64 phone from people who know more about it than me should I
PS.I plan to use it as a portable developing machine for places I cant take my laptop4 -
sorry this is rushed
this is more of a story to be honest IDK what I am gonna do it seems like more of the poeple with the ideology of anonyimity is evil seems to surrond me
so at the moment I might need to hang low becuase of projects like IP-RAPID I will be replying for 3days then will try to get the itch off my back called anti anonyimity -
me: ok this code should work
code doesnt quite work
debugger:REEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE USE MEEE REEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
me:..... -
this is just the funniest thing ever whenever I try to use a DesktopEnviroment I always endup dragging
my mouse to try to get to a diffrent virtual desktop do I use tiling window managers too much q: -
I dont know if this help might help other devs or in general students just I hope you like this its helped me continue developing in times where I certainly didnt even want to get out of bed alone from work on a project
https://youtube.com/watch/...1 -
Hope you are washing your hands, now that we are quarantined i can spend more time learning different programming languages, i need it because i have a group of friends making a game, say hi to vindic because he is one of our scripters and the only one to have devrant