Details
-
AboutReu.
-
SkillsUnreal Engine C++/BP on basic level / C# / Python.
-
LocationIsrael
Joined devRant on 7/5/2017
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
-
I've now for months been lurking on this awesome app and I love the community. I've been trying to self learn coding but kept hitting a wall. But now i'm starting in school to learn coding and i'm so exited to learn it and be a part of this awesome community.3
-
Fuck Swift is garbage. 😡
How did such a promising language turn into such a steaming 💩??
This may be controversial but I think open-sourcing it may have been a huge mistake.undefined it's worse than java it can't fucking do anything i want i'm at my wit's end how tf is this supposed to replace obj-c?19 -
Can we just appreciate for a second how @dfox is active in his own community, both in support and as a user? I've seen like a dozen posts today of "dfox ++'d my post on my new account", my own included.
Best OP4 -
Coding completely changed my life. After roughly 8 years in construction management, and one rough divorce, I decided my life needed a change, so I dropped my high paying construction job and learned web development. 3 years later learning to code was the 2nd best decision I ever made (1st was to get a divorce)2
-
Lets have a moment of silence for the devs who created IE and Edge.
I'm sure many who worked on them are great devs and at one point were very proud and inspired by their work but upper management ultimately fucked everything up. The IE guys have since been ridiculed and the Edge devs had to create a peice of software that they knew was destined to be one of the most critically reviewed and ridiculed releases ever.
My heart goes out to all of you and we would love to hear your rants. Your welcome here anytime.4 -
A well written script is a lot like a spell.
You invoke it and well stuff( magic to few 😋 ) happens.
The resemblance is uncanny!
Well, off to the Wizarding world of IT Devops then.2 -
I have been working on a project I call Pipelines. The idea behind the project is that it will be a centralized dashboard for you to receive Webhooks on. [more details]27
-
How you can hide your important files from people without making Hidden folders...
1. Go to Desktop and create a new folder
2. Name the folder Internet Explorer
3. Change the folder icon to Internet Explorer
4. Keep it in a corner of the desktop
Now, no one will open internet explorer4 -
Today, social media databases around the world will be forced to accept billions of shitty firework photos.1
-
import java.util.Exception;
try {
public class A {
public static void main(String args[]) {
new Exception();
}
}
}
catch(Exception e) {
System.out.println("Got you BITCH");
}9