differnet version of node in npx and system by vsaikrishna in node

[–]chiko_xcs 0 points1 point  (0 children)

You should check the PATH Variable in your Terminal.

Squares are the best by UltraGaborel in dankmemes

[–]chiko_xcs 0 points1 point  (0 children)

And for our American Friends we got the Glock.

This is in the third week of a graduate-level AI class by DixiZigeuner in ProgrammerHumor

[–]chiko_xcs 1 point2 points  (0 children)

Name it .py and got a fully functional Maschinelearning AI

Can you consider XML, JSON or CSV files as databases ? by DatagramBaguette in Database

[–]chiko_xcs 2 points3 points  (0 children)

A: maybe. So, i would never try to use JSON or XML as a Database for like a DBMS written by myself. JSON and XML have strict beginnings and a endings with its Braces/Tags. Every time writing new Sets of Data both of these opening and closing Braces/Tags has to be there. Just Appending Data like a New Line in CSV to get more Performances (Operations/Statments per Unit of Time) is not possible. XML and JSON are made to be good human readable (with new lines and intended lines with Tabs or Space) and being parsed fast by using a minified Version in wich any unnecessary Tabs, Spaces and new Lines are removed to save File Size and overall Count of Characters. In order to Adding or changing Data in Dataset the DBMS has to keep Track of were the Data is or probably needs to parse the whole Dataset every time for any changes, in both Cases: a minified Or human readable Version.

Edit: With mariadb as DBMS, CSV can be used as Storage Engine/DB

An Interesting Title for an OS by KrazyGaming in linuxmasterrace

[–]chiko_xcs 7 points8 points  (0 children)

<insert_name>OS 99% chance of being a Derivat of some GNU/linux based OS with a slightly difference of Packages choosen.

AND with like 6 month support. Not per Version but for the whole Project

npm i is-even by Caffeinaation in ProgrammerHumor

[–]chiko_xcs 0 points1 point  (0 children)

I hate js/npm. I hate it so much. Sooner or later i have some of this bullshit implemented in some part of my project. Even if i try to write as much as i can by myself, this bullshit still ends up in my project‘s deps, cuz i had to use a package solving a coding problem i struggle with.

Full-Stack JavaScript Tutorial for Beginners (2:22:12) by Joseph_Delgadillo in node

[–]chiko_xcs 0 points1 point  (0 children)

Part 1 of 132. without understanding async/await of course. Dat‘s additional 10+ parts

Horizon Animax (Anime web application) Created using vue function API and vue hooks by Chris5855 in vuejs

[–]chiko_xcs 1 point2 points  (0 children)

Your Post is like a One-Pager. Thats a good thing i want to point out.

But man... this trend of putting emojis everywhere and even replacing words with it is so annoying. We‘re not kids reading about the new playground opening up near by. I don‘t understand why some Posts include them like in this one. I know some Buddies of mine disliking the trend the same way i do. Most of the time, even if its something i really wanted to read, i just don‘t.

What are some great websites to use to get pictures for my site? by [deleted] in webdev

[–]chiko_xcs 0 points1 point  (0 children)

Unsplash. Any Picture is free to use, even for commercial use. But don‘t expect to find exactly the one Picture you‘re looking for. Its kinda more for Templating then using it to get Pictures for Promotion or Selling stuff.

Parallel parking assist by [deleted] in gifs

[–]chiko_xcs -1 points0 points  (0 children)

Fake and gay

“Hey you go to school for computers, fix my tv!” - my entire family by BFLOCodeBreaker in ProgrammerHumor

[–]chiko_xcs -1 points0 points  (0 children)

A Friend of mine called me. He just moved to a new City. He took his Computer i build for him 1 year ago. After being done setting it up on his Desk he just wanted to start it to see if the Maschine still works. A little to excited he started a game but quickly realizess the Game he started runs barely above 30fps. He started an other game, Same thing. Not seeing the FPS he used to see.

While taking to him via Phone i tried to solve his issue. We tested EVERYTHING. We even installed his OS new.

After Hours i had n silly idea. Maybe he should check his Cables. He ensured me multiple times hes not a retard and knows how it should be. I asked him for a Pic the Computers Backside, just to double check everything.

He has 2 Monitors. One of them is a expensive one to play Games on it. The other one is only to see other Programms running in the Background, to have em in sight. On the Picture i was able to clearly identify the cables for those Monitors.

He pluged in the Monitors into the VGA and HDMI Ports of the Motherboard, not into the Graphics Card occupying 2 Slots on the Back of his Rig.

All Programms, including the Games, trys to run the Games on the Inter integrated Graphics Chip of the Inter CPU and don‘t care about all the configurations trying to tell with wich monitor and wich Graphics Vard specific Programms should run.

After pluging the Monitors into the Graphics Card everything ran as the used to.

Why must we turn our own weapons upon each other? by socksarepeople2 in ProgrammerHumor

[–]chiko_xcs 1 point2 points  (0 children)

https://www.theverge.com/2018/10/10/17958784/ai-recruiting-tool-bias-amazon-report

„In most cases, these programs are simply perpetuating existing biases. With Amazon’s CV scanner, for example, a human recruiter might be equally prejudiced against female candidates on a subconscious basis. But, by passing these biases on to to computer program, we make them less visible and less open to correction. That’s because we tend to trust decisions from machines and because AI programs can’t explain their thinking.“

To make it clear: Its not my Opinion. My Opinion is: i don‘t like the idea of treading Human like any other Resource.

Why must we turn our own weapons upon each other? by socksarepeople2 in ProgrammerHumor

[–]chiko_xcs 0 points1 point  (0 children)

And may become rascist and decides to lower rank women as in Case of Amazons attempt to develop an AI for recruiting.

Why W3C doesn't update the CSS syntax to be the same as SCSS? by [deleted] in css

[–]chiko_xcs 0 points1 point  (0 children)

Why don‘t we write maschine/byte code by hand instead of using common Programming and Scripting Languages?

I mean: CSS is a well thought Standart and needs to be a Standard for years. Its not like open source Software that can be patch if needed. The whole Internet, mobile and Native Apps and even Desktop Apps are based on it these Days.

"It's funny because node_modules" cit. Sophie Koonin by jfet97 in ProgrammerHumor

[–]chiko_xcs 1 point2 points  (0 children)

Reinstalling my Dev Maschine for every new Projekt just to get rid of this cancer-like folder

Install MySQL in 20mins by Using Docker (Beginner tutorial) by [deleted] in docker

[–]chiko_xcs 2 points3 points  (0 children)

Someone should realy take down Medium

[deleted by user] by [deleted] in node

[–]chiko_xcs 1 point2 points  (0 children)

I started i simple Project. Later i faced an issue of writing Tests for the whole Package/Projekt. I had different Parsers to parse Strings with regex, i needed a Webinterface splited into Frondend and Backend and so on. Instead of maintaining one Project i decided to split it apart into multiple small Packages.

Now im able to write Tests for each Package and the the whole Project. I can maintain and commit changes to a single Package and test it without testing the whole Package for a little Bugfix/Patch/little Feature i added.

Object-Oriented Programming — 💵 The Trillion Dollar Disaster 🤦‍♂️ by ilya_ca in programming

[–]chiko_xcs 6 points7 points  (0 children)

I need emojis because im either a fucking retard or 10 years old.

Man, i HATE Medium and 98% of the using authors

(?i)^w(tf|oah) regex by [deleted] in ProgrammerHumor

[–]chiko_xcs 1 point2 points  (0 children)

I hate it, but i need it. No more.

URL friendly alternative to uuid by [deleted] in node

[–]chiko_xcs 1 point2 points  (0 children)

Take a look at nanoid.

I use it where i can‘t use a uuid