Details
-
AboutI'm a nerdy chick interested in especially compilers check me out on gitlab gitlab.com/letItRain
-
SkillsC, C++, C#, Python2, lua, assembly
-
Github
Joined devRant on 9/12/2016
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
-
It's time to put my 3D printer together 😍
All the parts I ordered have arrived accept for two timing belts.
Super excited, will post pictures in a couple days when I finish building it and writing the firmware for it.8 -
I'm really happy 😁
I'm usually a library developer, but I bought a domain and started a website: forbylinux.com
I'm constructing my own Linux distribution and package manager from scratch.
Anyway, I've never used CSS, html and JavaScript before, how does it look? (It's kind of empty, still have to add content)9 -
Sigh OK, so, my friend we'll call him z has told me he's visiting the deep Web with tor. So I immediately start asking him about what security he uses (which is 3 VPNs tired through each other).
Like no z! You don't go to the deep Web, that's where the bad things happen! 😡8 -
I honestly don't know where else to post this (I know it's politics, but it's also my life). I'm afraid. I'm a transgender woman and gay. I'm afraid that my rights are going to be taken just before I ever got to use them. I'm afraid I'll never get to be me. I'm afraid things are going to get worse. And none of this is helping with my depression disorder or anxiety disorder 😐4
-
I remember back when I was in pre calculus I decided to take a class online. So my teacher's website was made by him and run on go Daddy, he taught precalculus, calculus, algebra, algebra ii, and computer science. I decided to penetration test his website and use a web crawler. His directory that had the tests, test answers, exams, exam answers, and homework answer's as well as all the books he's written in PDFs, was unprotected, I could access and download them all. He also had a database directory that contained all the students' phone numbers, email addresses, home addresses, and their full names.
I alerted him to this and didn't get anything in turn :P2 -
got my Devrant stickers!!!
attached them to the PC case I decided I'll be keeping for the rest of my life (I just love this case). Ended up super gluing part of the big sticker to my desktop.2 -
OK so... project I've been working on! It's a virtual processor that runs in the browser coded in JavaScript. OK so I know, I know, you must be thinking, "this is crazy!" "Why would she do this?!?!" and I understand that.
The idea of Tangible is is to see if I can get any tangible performance over JavaScript. I've posted a poorly drawn diagram below showing how tangible works.
The goal for tangible is to not use html, javascript, or CSS. Instead, you would use, say for instance, c++ and write your web page in that, then you compile it using my clang plugins and out pops your bytecode for Tangible. No more CSS, no more html, and no more javascript. Instead everything from a textbox to a video on your web page is an object, each object can be placed into a container, each container follows specific flag rules like: centerHorizontal or centerVertical.
Added to all of this you get the optimization of the llvm optimizer.18 -
!rant found this super relaxing app called viridi, would recommend it for stress relief. btw, that's patty the snail 😁6
-
so here I am, at 3 in the morning on my tablet and I think, "Yes I too would like to join the pain of web development" so I download sololearn apps for html, JavaScript, CSS, SQL, and PHP.
WTF brain?!?! 😂4 -
!rant GOD FUCKING DAMN IT!
I failed at a dating sim, how the fuck did I fail at a dating sim? They're designed to make you feel love and romance or some shit like that! The girl got hit by a car, almost died, got amnesia, forgot all about me and then presumably started dating me, but I don't know CAUSE THE FUCKING GAME ENDED!
*sigh* I have work to get back to.13 -
has anyone seen Google's AI face-tree nightmare generator? (a joke from another thread)
They need to be stopped!12 -
writing an assembler for my compiler, Manticore.
Currently working on writing a hand written parser and parse tree node system.7 -
That moment when @dfox likes your comment and you feel successful in this social platform even though you're new.25
-
can anyone recommend a nice c++ ide on linux?
I've tried eclipse, but it's a bit bulky and I don't like it's makefile set up.
I do like geany, but I would like autocomplete on it :P8 -
god damn it c++, you and your ambiguous, contextual grammar!
currently working on a c++ and c parser, went from trying to use a parser generator to now writing a parser by hand.3