Message from @Daniil

Discord ID: 567085382689226753


2019-04-08 13:22:11 UTC  

Also its a well-paying hell

2019-04-08 13:22:24 UTC  

From the things I have seen, Vue is my favorite framework

2019-04-08 13:22:27 UTC  

Then AngularJS

2019-04-08 13:23:08 UTC  

Ive yet to try Vue. Ive only tried React and Angular 2+ so far.

2019-04-08 13:24:28 UTC  

The company that im being rented out to have their app written in AngularJS, so I have to spend the day looking at tutorials in order to get an idea of how AngularJS looks like. Its pretty primitive tbh

2019-04-08 13:24:39 UTC  

Not that I mind

2019-04-08 13:24:59 UTC  

It's not as much focused on components, and more on reactive bindings, I'd say

2019-04-08 13:25:34 UTC  

Seems so, yeah

2019-04-08 13:26:45 UTC  

Basically I was brought in cause I am basically the only guy in the company that knows PHP, and I dont even like PHP. But this means every time there's a client in need of a PHP dev, I'm the one that gets picked.

2019-04-08 13:27:19 UTC  

Nobody likes php, specially now that there is such a separation between frontend and backend

2019-04-08 13:29:04 UTC  

Really? Ive not used php for long enough to notice. Previously my work was mostly just editing stuff on Wordpress for whiny clients

2019-04-08 13:30:10 UTC  

React, Vue, Angular, etc. all are focused on separating frontend and backend, so that the client only needs an API. Php kind of goes against this by mixing the backend and the generation of the html code in the same files

2019-04-08 13:30:31 UTC  

Of course, it is still a quite relevant language,a nd can be used to simply offer an API

2019-04-08 13:49:09 UTC  

I will find out what the project looks like tomorrow, but my guess is that php is used exclusively on the backend there. I just dont see the point of mixing two hybrid languages on both sides of the stack lol

2019-04-08 16:57:08 UTC  

Few tutorials later, AnuglarJS is really dirty compared to Angular

2019-04-14 19:14:28 UTC  

What do I hate more than women? Women in tech

https://cdn.discordapp.com/attachments/563336240645013524/567065155444408335/57180249_2256280877917928_8840295794826280960_n.png

2019-04-14 19:28:39 UTC  

Kinda blurry, whats wrong with her coding?

2019-04-14 20:02:25 UTC  

She's typed the same thing at least 3 times and each time has a "code not found" error.

2019-04-14 20:03:50 UTC  

OOF

2019-04-14 20:34:05 UTC  

Its a bunch of mostly incorrectly written console commands to change current directory and similar things

2019-04-14 20:34:51 UTC  

It's like popping the hood and saying you're tweaking your car today

2019-04-14 20:36:08 UTC  

She's trying to access the code folder but its saying no such directory, so she's going up and up trying to find that folder lol

2019-04-19 22:03:01 UTC  

https://cdn.discordapp.com/attachments/563336240645013524/568919511915429908/57674200_2531817483512383_592297662523375616_n.png

2019-04-23 18:05:46 UTC  

tfw working in a Russian company

https://cdn.discordapp.com/attachments/563336240645013524/570309355308580866/unknown.png

2019-04-23 18:08:51 UTC  

I can't wait until companies develop a new type of input with >100000 choices with hundreds of continuous 4th dimensional parameters for gender selection

2019-04-23 19:36:31 UTC  

Inb4 someone makes the input for gender a hex colour picker

2019-04-23 19:37:25 UTC  

Tfw asshole client wants me to fix a list worth of stuff on their site, but im too lazy to make a dev environment

2019-04-23 19:52:00 UTC  

>dev environment

Just use notepad and imagine colors or somethin lmao

2019-04-23 19:52:25 UTC  

Lel, its a live webshop site

2019-04-23 19:52:33 UTC  

If I screw this up I will lose all my shekels

2019-04-23 19:52:36 UTC  

better roll d20

2019-04-23 19:52:55 UTC  

no backups, we're going in raw

https://cdn.discordapp.com/attachments/563336240645013524/570336323185934363/unknown.png

2019-04-23 20:35:11 UTC  

Is it the same porting project to angular JS?

2019-04-23 20:55:46 UTC  

Nah, its sidework

2019-04-23 20:56:09 UTC  

I did some backups, clicked around, prepped stuff for tomorrow and logged 10 euros lol

2019-04-23 20:56:14 UTC  

Then went home

2019-04-25 09:54:41 UTC  

I'm really, really tired of seeing hindu doctors, PhDs and research staff saying generic, retarded stuff in answers to tech related questions

2019-04-25 09:54:58 UTC  

Question: "What is the difference between a database and knowledge base?"

2019-04-25 09:55:15 UTC  

My answer: "knowledge base" is an ambiguous term, usually used to refer to databases or collections of data that, in one way or another, contain "information about things", which is used by some program or whatever.
For example, we can store wikipedia and use it as a knowledge base. Or we can store a set of facts as triples <subject, predicate, object> as a knowledge base. A program could use those knowledge bases, for example, to infer how related two concepts are. For example, we could query wikipedia articles with each concept and then analyse how similar the retrieved pages are.

2019-04-25 09:55:38 UTC  

----------
The answer next to it, by "Hind Lamharhar": "Hi
The difference is knowledge. How?
A datab such relational can't be processed by machine it composes of a set of data without knowledge so human only can use it so if we add knowledge to it it can be processed by machine so like that we move from syntactic level to a level with semantic so we can can add automatic processes to use it
Hope that help you"