Details
-
About15 year old mess
-
SkillsC#, JS, Python
-
LocationUkraine
-
Github
Joined devRant on 4/8/2018
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
-
nice
-
@burningcandle sorry, forgot to mention that the full name starts with the letter "A", ends with the letter "X", and has the word "Linux" in it
-
@dontknowshit
1. I just felt like installing something minimal. It's not related to my Pastebin clone.
2. I want to try out Rust and make something small. And finally make a working, serious web application first time in my life. -
@Jilano uhm... it ends with 'h' :/
-
Message to future me: think before you post
-
Hi!
-
@hitko
Well, you're right! My mistake. -
@msdsk they probably did it to force everyone to give up their own websites and switch to Orwellbook
EDIT: I hope that one day they accidentally impose that request restriction on themselves -
they replaced it with a much shittier API (which is only useful for these "print your instagram photos" machines in malls) in order to promote their official client
-
classes are just a fancy syntax for functions with prototypes. so this:
```
class A {
constructor() {
this.letter = "a";
}
say() {
console.log(this.letter);
return this.letter;
}
}
```
transforms into this:
```
function A() {
this.letter = "a";
}
A.prototype.say = function() {
console.log(this.letter);
return this.letter;
}
```
EDIT: devRant what the fuck did you do to indentation -
@jaydee101 really? could've used random numbers (first is 1319310231, second is 129139123, third is 442909309, etc.) instead of ordered numbers (first resource is 1, second is 2, third is 3, you get the idea) in resource IDs, treated the ID as a hex number, and then converted it to Base64, and that's it. obfuscated and requires a few lines of code.
-
@kurtr probably just a script which replaces jQuery with it's slim version
-
what did they choose?
-
@mishaor no it didn't, me very dumb dumb
-
and the USSR has fallen apart... one updoot ago?
-
fluf
-
My phone has a special RabbitMQ back cover, Tensorflow clips, and React RF shields. It's literally unkillable.
-
@jaza-k fuck I forgot serverless. but still, I HAVE IOT AND MICROSERVICES!
-
Pfft, I do deep learning and neural networks using TensorFlow in a Kubernetes cluster on Google Cloud with big data powered by Hadoop and upload that to my IoT devices running on ESP32 through GraphQL using Golang + gRPC microservices. Also my project's website uses React + Mobx + Ramda + TypeScript + Gatsby + Next.js + Apollo + Axios + Socket.io + Babel + Webpack + PostCSS and runs in a Kubernetes cluster on Google Cloud. And I use Firebase + React Native in my mobile apps. Investors give me a trillion dollars
-
I like React
inb4 you fucking monkey dont know shit about js use vue its de only worth js framework!!!!!!! -
why the fuck people are now putting linters into build processes? wtf smh
-
main.c: 1337:69: expected semicolon, found you
-
Not a Macbook, but a Mac mini. 1.66 model, needs rEFInd + 32-bit EFI binaries to boot from a flashdrive without any special preparations. To boot from the Alt menu, you need to specially prepare the USB drive with a special file structure and a HFS file system. But Linux works fine otherwise, except TPM doesn't work for some reason (suspend too, since Linux fails to suspend the TPM and cancels the suspend). Custom Openbox/GNOME 3 worked fine, even 720p30 videos on YouTube were playing fine. Minecraft 1.7.10 was abysmal tho.
-
walletTransactionComputeResultsForWalletTransactionList
-
I disagree. (P)React is kind of lighter than other frameworks (and comparing it to framework isn't fair because (P)React is a UI library, not a framework). For example, Vue requires you to use the use() methon when you want to use a compnent, while in (P)React you can just import it from somewhere/create it by yourself.
-
There's a browser extension for dark mode and I love it! It works nice.
-
@unsignedint well there's Visual Studio Code which is quite decent, so not all Microsoft products are shit. But yeah, Office is very shitty.
-
Wow. *blinks* Wow. They should've read Node.js Best Practices.
inb4 "node js suxx!!!!!!11111111oneoneone" -
@pszejna I actually code in JavaScript lol
-
dig up your Projects-OLD folder and start working on all of them.