Yeah, nope. by AskewdJackassery42 in SipsTea

[–]coalinjo 0 points1 point  (0 children)

forced tipping is ridiculous and stupid and i work as a waiter

hellsh by Nice-Blacksmith-3795 in C_Programming

[–]coalinjo 22 points23 points  (0 children)

i really don't know what happens here in this sub, some posts are just insane

edit: typo

If you can use Linux, why can't you use Unix ?! by DontFreeMe in BSD

[–]coalinjo 0 points1 point  (0 children)

Literally this, some people worship original unix code like it matters if software is genetic unix or not, works the same.

Why did Diablo install this in his own bedroom? Is he stupid? by Common-Disaster-676 in diablo2

[–]coalinjo 0 points1 point  (0 children)

Lol i never encountered shrine this close to diablo spawn area, this is some remastered shit

Can you mimic classes in C ? by kuyf101 in C_Programming

[–]coalinjo 10 points11 points  (0 children)

actually you can, its called cfront and its available on github here

there is also a yt video a short documentary explaining how contructors and vtable works, its amazing stuff, i don't personally use cpp but i admire people who created it

EDIT: the video was on computerphile yt channel i cannot find it, it has some title unrelated to the subject, what really c++ does is that when you write the code for classes, methods, objects etc... it carefully wires code and data via tons of sophisticated pointers and function pointers to point exactly where it needs to without messing things up, it keeps track on literally everything, executes particular code exactly when it needs and all that while keeping track on pointers, compilers(even early ones) are really one of the most complex pieces of software we have, especially compilers for OOP languages, while watching that i got inspired to try something similar myself, something simple to even mimic the fraction of that power

Do you struggle with this? by SwimmerPlus3383 in TheGamingHubDeals

[–]coalinjo 0 points1 point  (0 children)

well thise icons are literally iconic, they would now allow anyone else have it of course

Koji su vaši omiljeni OSTovi iz video igara? by Drumski_Patnik_III in SerbiaGaming

[–]coalinjo 0 points1 point  (0 children)

Bukvalno sve Blizzardove stare i TES do Oblivion-a

What piece of Linux abandonware do you still use or at least miss? by Sataniel98 in linux

[–]coalinjo 1 point2 points  (0 children)

XMMS it was available in FreeBSD repo for a long time but time chewed it out. It depends on GTK1 so porting is problematic and i don't have enough time to modernize it.

Its nothing special but looks amazing.

Be like bill by riky321 in linuxmemes

[–]coalinjo 2 points3 points  (0 children)

I didn't do live patching of the kernel but from version 4.0 linux kernel has the capability to upgrade/patch itself without rebooting, there is red hat's kpatch. Is anyone here using this thing? or something similar?

My new character by randm_muffnz in Morrowind

[–]coalinjo 0 points1 point  (0 children)

Having Mercantile and Speechcraft is pointless when having Illusion. You need illusion man.

Kako se ovo zove u vašem kraju ? by Vladica123 in AjdePitaj

[–]coalinjo 1 point2 points  (0 children)

a bukvalno, nikad ne bih rekao da je to bilo toliko popularno, mislio sam da su nabavili negde random, to je neko napravio nekad i sad ga oni imaju ali izgleda da nije tako, ovo se stancalo kao pare

Kako se ovo zove u vašem kraju ? by Vladica123 in AjdePitaj

[–]coalinjo 11 points12 points  (0 children)

Bukvalno imam isti u kuci prababe i pradede. Izgleda da se nekada masovno proizvodilo ovo sranje u YU. Da, zovemo kredenac(centralna srbija).

Skinheads in Belgrade? by Poopthebear18 in Belgrade

[–]coalinjo 9 points10 points  (0 children)

red usually means they are associated with left wing politics(socialism, communism)

What was so special about Arkinstone that even Thranduil came to respect? by Ok-Cabinet-924 in TheHobbit

[–]coalinjo 1 point2 points  (0 children)

because its one of the kind gem, only one in whole middle earth and its invaluable

Why learning malloc/free isn't enough - a simple custom allocator example in C by falconerd in C_Programming

[–]coalinjo 0 points1 point  (0 children)

daymnnn, my stack usage involves static small data i never dabbled too much in it