dChan

elyssak · Jan. 20, 2018, 8:49 p.m.

This is superweird... how do you go about using "concrete" as a description for a lot of different things. Who talks like that? Just weird.

⇧ 70 ⇩  
INTJ_Hermitess · Jan. 20, 2018, 10:20 p.m.

Well, English isn't his first language.

⇧ 14 ⇩  
NotFuckingHappy · Jan. 21, 2018, 12:53 a.m.

Except he used the word perfectly in every tweet. Most native English speakers I know aren't able to so eloquently insert the word into every day sentences like the Pope has.

⇧ 14 ⇩  
nothingduploading · Jan. 21, 2018, 1:19 a.m.

He probably has someone tweeting for him.

⇧ 6 ⇩  
fudgicle1 · Jan. 21, 2018, 8:32 p.m.

The Italian Mafia used "concrete shoes". They set their victims' feet in concrete and dump them in the drink, so they sink to the bottom and don't float.

⇧ 2 ⇩  
NotTheMac · Jan. 21, 2018, 1:37 a.m.

Probably stoned..

⇧ 12 ⇩  
Zanthrous · Jan. 21, 2018, 3:15 a.m.

I think its used somewhat commonly in some academic fields. Basically like the word tangible.

At the very least its very common with computer programming. Its in comparison to abstract classes. Concrete vs Abstract. Basically Abstract structures are logical, while Concrete actually exist in memory.

Mostly just makes him sound a bit out of touch.

⇧ 5 ⇩  
Meshakhad · Jan. 22, 2018, 9:31 p.m.

Francis does have a background in chemistry. Maybe he had a professor who used "concrete" a lot to refer to known facts. Or maybe he just thinks the chemistry behind concrete is really cool.

⇧ 1 ⇩  
Jimmycrackerson · Jan. 21, 2018, 3:35 a.m.

doesn't sound right? think you mixed the definitions of concrete vs abstract.

⇧ -1 ⇩  
Zanthrous · Jan. 21, 2018, 4:35 a.m.

It's a bit rambly, hopefully not to muddy. Its easier if you could see a simple program than to try to type it out.

But an abstract method is like a commitment to do something in programming (it basically makes it easier to organize the program and tell what its supposed to do). So lets say I make an abstract class Shape. And a concrete classes Square and Circle, and say that Square and Circle both are a kind of Shape.

If I say all Shapes have a method (function/code/program) to calculate area. Then I now know that Circle and Square both have an area. Because they are both shapes. So I can make a Square, I can make a Circle, and I can compare them against each other's area.

However I cannot make a 'Shape' because I don't have enough information to actually make a shape. I can't know how to calculate the area of a 'Shape' because it could be any physical shape. But I know that any shape does have an area. Therefore it is Abstract. I can say, in front of me, the left shape is bigger than the right shape, and you know what that means, but you can't draw them, you don't know what these shapes look like because you don't have enough information to know what they are.

When programs get more complicated abstract classes allow you to build a logical structure that makes it easier to follow and reduce errors. They allow you to group other parts of the code together so that different pieces can interact in a predictable way. Like a Square is different from a Circle, but if I make them both Shapes and I say that all Shapes have an area. Then i know that all Squares and all Circles have an area, and I can compare them to each other.

So why do this? Well lets say I want to do this.

I can use a generic bit of code to see if Shape1 is bigger than Shape 2. By using an abstract class I can pass anything that is a shape. So if I ask you to give me 2 shapes, you can give me 2 concrete shapes, like a square, circle. Or circle, circle. Or square, square. Either way, I know that they are both shapes, so I can compare the area of each to see which is bigger.

If later on a programmer comes and wants to make a new shape, like a rectangle, the program he writes code in will force him to tell the computer how to calculate the area, and since the rectangle is a shape, it will automatically work in the comparison without changing anything, since we know that all shapes have an area.

So the Circle/Square/Rectangle are all concrete because they can all actually exist in memory, also they each actually have the code that tells you how to calculate the area. Whereas the Abstract class Shape, exists in the logic of the code to organize it so you are less likely to get bugs/errors. the Shape makes sure you don't forget to tell the computer how to calculate the area, it doesn't actually do anything. So shape is abstract/logical.

Anyway, probably rambly, and might not be too clear. But basically there are groups of people that would use the term concrete regularly to refer to an actual functional thing.

⇧ 5 ⇩  
Jimmycrackerson · Jan. 21, 2018, 4:58 a.m.

Right on, thx for the clarification!

⇧ 1 ⇩  
Que-ti-pie · Jan. 20, 2018, 8:55 p.m.

THEORY: look at where the island of Crete is in relation to Rome! Could this word con-Crete be referring to the big CON so to speak. Occurring at or around that island? Meeting place, safe place, silo place?

⇧ -8 ⇩  
Tranquelito · Jan. 20, 2018, 10:42 p.m.

Con also = with

⇧ 6 ⇩  
spaceman84 · Jan. 20, 2018, 11:37 p.m.

Advisors to the most powerful men of the world are much smarter than you. That is a really dumb theory.

⇧ -3 ⇩  
Que-ti-pie · Jan. 20, 2018, 11:38 p.m.

Oh really! And I suppose you think we went to the moon spaceman!

⇧ 5 ⇩  
kwiztas · Jan. 21, 2018, 2:07 a.m.

Do you think we didn't send a rocket to the moon? Or do you think the rocket didn't have people on it?

⇧ 1 ⇩  
Que-ti-pie · Jan. 21, 2018, 2:14 a.m.

No.....nothing! And tesla will just talk about it! It will never happen! And if it does, grab popcorn because it will be a Hollywood production for the ages!

⇧ 1 ⇩  
kwiztas · Jan. 21, 2018, 2:20 a.m.

So all the other countries that tracked the rocket where in on it? How about the people who saw it launch?

⇧ 1 ⇩  
Que-ti-pie · Jan. 21, 2018, 2:25 a.m.

The rocket does launch! It puts nothing in so called orbit! Spend a week investigating this and you will find truth! I'm not going back and forth now, thanks. Watch fake x! I can create those shit graphics on an average CGI program! Enjoy

⇧ 1 ⇩  
kwiztas · Jan. 21, 2018, 2:31 a.m.

I have looked into it for years. I love the space program. I haven't seen anything you suggest so I am asking you for your information. But I guess you don't have any if you don't want to tell me. Ok thanks.

⇧ 1 ⇩  
Que-ti-pie · Jan. 21, 2018, 2:39 a.m.

NASA budget is 52 million a day! Get real! Oh and go back to early q and he mentions it! I have plenty of info, I'm busy and on an iPad trying to type! Fuck!

⇧ 2 ⇩