Details
-
About19 YO, as of now only coding for fun
-
SkillsVanilla JS. Hate JQuery and other Frameworks. Did some Delphi @ School.
-
LocationBerlin
-
Github
Joined devRant on 5/13/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
-
Geany! It's awesome!
GTK based, and really fast and simple
Takes a little bit of effort to configure if you have specific needs -
@monr0e Does not even have to have a dot technically
Great Talk on the matter of validating E-Mail-Addresses:
https://youtu.be/xxX81WmXjPg -
http://esolangs.org/wiki/...
For anyone who wants more funny examples -
JSFuck:
[][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]][([][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]](([][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]
(Truncated to fit, actually 24000 chars) -
Befunge:
64+"!dlroW ,olleH">:#,_@ -
Rust:
fn main() {
println!("Hello, world!");
} -
Haskell:
module Main where
main = putStrLn "Hello, World!" -
Oreo is a brand name and they don't want to do those any more. I think they didn't like it the time they did it with KitKat
-
There is no such thing as "Budgie GNOME". It's called "Budgie", since there is no other version. Though they are soon ditching GNOME and fully switching to QT
-
Try vertical monitors some time. They are great for code and long pages. Also, if all your monitors or some are vertical, you don't have to look sideways so much
-
If you want new, try Solus. Its really fast and stable, but rolling release. Also has a great community. Some software may not be in their repos, but everything most people need is.
-
$ pactl set-sink-volume @DEFAULT_SINK@ 200%
Linux FTW -
If i wasn't in the kitchen half an hour before dinner time to help prepare it, I wouldn't get any dinner that day :D If I hadn't helped, I would have felt like an ungrateful brat, but it seems to be the norm...
-
In case you are running Linux and X11: https://wiki.archlinux.org/index.ph...
-
I once heard the quote "Java has as much in common with JavaScript as car with carpet.".
-
Ah yes. Back when my computer was still powered by charcoal...
-
Gave you guys 20 votes. ❤
-
Solus! It's just Awesome. Beautiful, clean and fast. It boots in 4s on my machine.
-
Solus (Linux)
-
Budgie
-
@Telescuffle I think it is mostly really good, but for some people features or even hardware support seem to be really broken. E. g. at my workplace, our fileserver (FreeNAS) is not accessible from Win 10.
-
And that is why i recommend to code in a separate, clean browser instance :)
-
I feel like they are really trying to push mobile web apps. Just look at how many talks they had about it at I/O this year...
-
I always do
parent {
}
child {
margin-top: 50%;
transform: translateY(-50%);
}