What is IRC and Github

User avatar
snowflake
Member
 
Posts: 215
Joined: Mon Nov 16, 2015 16:50
IRC: snow__flake
In-game: snowflake

What is IRC and Github

by snowflake » Tue Nov 17, 2015 20:30

Hi,

i want to know what is IRC

this might be a simple question but i still wanted to know?


i know what is Github but i want to know why its used for
✱ ŜИØŴℱŁΔҜΞ ✱
IF I REPORT ANY PROBLEM - SYSTEM
Ubuntu 15.04
32-bit
Memory-3.8GiB
Disk Space -310.8GB

DONT PM ME PLZ!!!! ,
 

User avatar
oleastre
Member
 
Posts: 81
Joined: Wed Aug 13, 2014 21:39
GitHub: oleastre
In-game: oleastre

Re: What is IRC and Github

by oleastre » Tue Nov 17, 2015 21:01

For IRC: https://en.wikipedia.org/wiki/Internet_Relay_Chat
It's an instant messaging system (think facebook messages for example, or google hangout) that works with different channels. There is a channel dedicated to minetest where you can talk with other people.

For github, it's a "git" hosting platform. Git is a version tracking system; it's used by developers to store, archive and exchange their source code. Git is done in such a way that it's easy to track the history of different versions of the same file.
It's used by the core minetest team to build the minetest engine source code, but also by modders to track the history of their mods.
See also: https://git-scm.com/

Hope it helps.
 

User avatar
benrob0329
Member
 
Posts: 1192
Joined: Thu Aug 06, 2015 22:39
GitHub: Benrob0329
In-game: benrob03

Re: What is IRC and Github

by benrob0329 » Tue Nov 17, 2015 21:02

IRC = Internet Relay Chat, its a chat service that is P2P, or server to client when there is a group.

Github is used to host open source projects using the Git code management tool.

(Google hangouts uses XMPP I believe, and FB prob uses a proprietary one.)
 

User avatar
Wuzzy
Member
 
Posts: 2161
Joined: Mon Sep 24, 2012 15:01
GitHub: Wuzzy2
IRC: Wuzzy
In-game: Wuzzy

Re: What is IRC and Github

by Wuzzy » Tue Nov 17, 2015 23:46

IRC is short for “Internet Relay Chat”.
It is a very old but proven Internet protocol for chatting, i.e. sending and recieving text messages from multiple persons in real time.
To use IRC, you need to install an IRC client. Just search the Internet to find a good one. I personally use Hexchat, it is for GNU/Linux but if I recall correctly it works for Windows, too.
There are many IRC servers and each IRC server has numerours channels. In each channel people discuss about a particular topic.

On the FreeNode server (a popular IRC server) there is a channel for general Minetest discussions, called “#minetest”.

If you have an IRC client installed, you can click the following link to instantly join the chat:
irc://irc.freenode.net/#minetest

If you want to know more about IRC, visit http://www.irchelp.org/ in your web browser. They explain it much better than I do.


GitHub is mainly there to share code with others, based on the Git revision control system. GitHub also features an “issue tracker” which is basically a system where people can report bugs and feature requests. So GitHub is not a developer-only place.
Why it is used? Well, my guess is that it is relatively simple to use and has many features. Or maybe it just spread by word-of-mouth. I don't know. But GitHub is pretty popular, yeah.


@benrob0329:
IRC is not P2P-based, it is good old server/client architecture.

Google Hangouts NEVER used XMPP. In fact, Google ditched their XMPP server (known as “Google Talk”) in favor of their proprietary Google Hangouts.
I'm creating MineClone 2, a Minecraft clone for Minetest.
I made the Help modpack, adding in-game help to Minetest.
 

User avatar
snowflake
Member
 
Posts: 215
Joined: Mon Nov 16, 2015 16:50
IRC: snow__flake
In-game: snowflake

Re: What is IRC and Github

by snowflake » Wed Nov 18, 2015 07:16

K thanks Wuzzy and benrob
✱ ŜИØŴℱŁΔҜΞ ✱
IF I REPORT ANY PROBLEM - SYSTEM
Ubuntu 15.04
32-bit
Memory-3.8GiB
Disk Space -310.8GB

DONT PM ME PLZ!!!! ,
 

User avatar
Ferk
Member
 
Posts: 330
Joined: Tue Aug 18, 2015 17:18
GitHub: Ferk

Re: What is IRC and Github

by Ferk » Wed Nov 18, 2015 11:12

If you just want to check the minetest channel out you don't need to install an IRC client, you can just use the webchat for the freenode IRC server: http://webchat.freenode.net/?channels=#minetest

But of course a proper client would be better in the long term if you plan to stay in the channel regularly.

About Google hangouts.. you can still use the XMPP protocol to connect with a XMPP client to google hangouts.. but it's kind of shoe-horned, Google doesn't use XMPP internally and it won't have federation (you can't talk from a Google account connected to XMPP with people using other XMPP servers that are not Google). It used to have federation, but they removed that when they released hangouts because, they say, they were getting a lot of spammy traffic from third party servers, even though messages from people not in your list were disabled, the traffic was still being sent and they had to filter them out.

It seems we are stuck with email when it comes to messaging in a federated way. Maybe someone could create a mail client that was designed to look like instant messaging. Even if this meant a lot of polling, if something like this became popular email servers will be pushed into trying to actually offer proper messaging federation to prevent too much traffic when people use the far worse alternative..
{ ☠ Dungeontest ☠ , ᗧ••myarcade•• }
 

User avatar
benrob0329
Member
 
Posts: 1192
Joined: Thu Aug 06, 2015 22:39
GitHub: Benrob0329
In-game: benrob03

Re: What is IRC and Github

by benrob0329 » Wed Nov 18, 2015 15:34

Or we could all use Jitsi (or other XMPP servers..)
 

User avatar
Wuzzy
Member
 
Posts: 2161
Joined: Mon Sep 24, 2012 15:01
GitHub: Wuzzy2
IRC: Wuzzy
In-game: Wuzzy

Re: What is IRC and Github

by Wuzzy » Fri Nov 20, 2015 17:22

By the way, my XMPP adress is Wuzzy2@jabber.ccc.de. I don't need stinky Google for chatting. :P

If anyone here uses XMPP, you should update your forum profile, it is possible to enter the XMPP adress. :) It is hidden behind the little light bulb icon.
I'm creating MineClone 2, a Minecraft clone for Minetest.
I made the Help modpack, adding in-game help to Minetest.
 

User avatar
snowflake
Member
 
Posts: 215
Joined: Mon Nov 16, 2015 16:50
IRC: snow__flake
In-game: snowflake

Re: What is IRC and Github

by snowflake » Wed Jan 27, 2016 17:46

so THX for all ur relpy
✱ ŜИØŴℱŁΔҜΞ ✱
IF I REPORT ANY PROBLEM - SYSTEM
Ubuntu 15.04
32-bit
Memory-3.8GiB
Disk Space -310.8GB

DONT PM ME PLZ!!!! ,
 


Return to Minetest General

Who is online

Users browsing this forum: No registered users and 7 guests

cron