TheSmartDude

joined 2 years ago
MODERATOR OF
 

Anyone who knows how a skeleton looks like knows that there are spaces between the ribs. However, why does it have gaps between them? Why isn't it a single shell?

 

Whenever there is something wrong in a cell, the lysosome will digesting the cell itself, so that it doesn't disrupt any of the other cells. However, an example of when this should happen in cancer. Why don't lysosomes digest the cell then?

[–] TheSmartDude 7 points 1 year ago (1 children)

This is a public forum. The only relation this has to politics is the appearance of a famous politician in relation to a famous cartoon character with the same name as him. This doesn't promote may ideas whatsoever.

[–] TheSmartDude 3 points 1 year ago (3 children)

I don't even follow U.S. politics.

[–] TheSmartDude 2 points 1 year ago

I mever cared about it.

[–] TheSmartDude 1 points 1 year ago

Where I'm from, the parents and children have led pretty similar lives. Middle school was stressful enough that they didn't go put anyways.

[–] TheSmartDude 1 points 1 year ago (2 children)

The problem is that there is a 25% chance of having 2 recessive genes, and in order for those genes to survive they have to marry somebody who has those exact same genes, which is near impossible.

[–] TheSmartDude 0 points 2 years ago

I'm too young to reveal that information online.

[–] TheSmartDude 2 points 2 years ago

I won't need i, but thank you on behalf of the ones who do.

[–] TheSmartDude 3 points 2 years ago

The part of the floatie that the sign is standing on has never been in the water, and hence is dry.

 

Shouldn't they have disappeared via beign overriden by dominant genes a long time ago?

[–] TheSmartDude 2 points 2 years ago

He was black, the building was white with black windows, and the sky was blue with columbous clouds.

[–] TheSmartDude 1 points 2 years ago

What about people who believe in re-incarnation?

 

Triangle=turtle.Turtle#Making the turtle easily callable. Side_1=float(input("How many pixels should the 1st side of the triangle be?"))#Asking the user the length of the 1st side of the triangle. Side_2=float(input("How many pixels should the 2nd side of the triangle be?"))#Asking the user the length of the 2nd side of the triangle. Side_3=float(input("How many pixels should the 3rd side of the triangle be?"))#Asking the user the length of the 3rd side of the triangle. Angle_1=float(input("How many degrees should the 1st angle be?"))#Asking the user the measure of the 1st angle of the triangle. Angle_2=float(input("How many degrees should the 1st angle be?"))#Asking the user the measure of the 2nd angle of the triangle. Angle_3=float(input("How many degrees should the 1st angle be?"))#Asking the user the measure of the 3rd angle of the triangle. if Angle_1+Angle_2+Angle_3!= 180:#If the angles of the triangle do not add up to 180 degrees. print("The angles of a traingle must add up to 180 degrees.") elif (Side_1>Side_2 and Angle_1<Angle_2) or (Side_2>Side_1 and Angle_2>Angle_1) or (Side_3>Side_2 and Angle_3>Angle_2) or (Side_3<Side_2 and Angle_3<Angle_2) or (Side_3>Side_1 and Angle_3>Angle_1):#If both the side and its opposing angle are larger than another side and its respective opposive angle. print("If an angle is greater than another angle, then the side opposing the 2nd angle should be greater than the side opposing the 1st angle.")#Printing an appropriate message. else:#If everything works fine. pass#The rest fo the code happens. class Side(Triangle):#Drawing a side. def init(self,Side,Angle):#Making the attributes easily callable. self.Side=Side#The side of the triangle. self.Angle=Angle#The angle of the triangle. def Draw(self):#Drawing a side. Triangle.forward(self.Side)#Drawing the side. Triangle.left(self.Angle)#Turning the pen. Sides=[Side_1,Side_2,Side_3]#The sides of the triangle. Angles=[Angle_1,Angle_2,Angle_3]#The angles of the triangle. for Side_number in range(0,2):#This loop will run until all 3 sides have been drawn. Side=Side(Sides[Side_number],Angles[Side_number])#Creating an object for the sides and angles. Side.Draw#Drawing the sides.

 
 

import java.util.Scanner;//importing the Scanner.

public class Letter{//Starting the program.

public static void Letter(){//Initialising the class.

Scanner Letter=new Scanner(System.in);//So that the user can input the letter.

System.out.println("Enter a letter.");//Asking the user for a letter.

final char letter=Letter.next[].charAt(0);//Storing the user input.

switch(letter){//Checkign for the letter that the user input.

case 'A'://If the user had input A.

case 'a'://If the user had input a.

case 'E'://If the user had input E.

case 'e'://If the user had input e.

case 'I'://If the user had input I.

case 'i'://If the user had input i.

case 'O'://If the user had input O.

case 'o'://If the user had input o.

case 'U'://If the user had input U.

case 'u'://If the user had input u.

System.out.print(Letter+" is a vowel.");//Printing an appropriate message.

case 'B'://If the user had input B.

case 'b'://If the user had input b.

case 'C'://If the user had input C.

case 'c'://If the user had input c.

case 'D'://If the user had input D.

case 'd'://If the user had input d.

case 'F'://If the user had input F.

case 'f'://If the user had input f.

case 'G'://If the user had input G.

case 'g'://If the user had input g.

case 'H'://If the user had input H.

case 'h'://If the user had input h.

case 'J'://If the user had input J.

case 'j'://If the user had input j.

case 'K'://If the user had input K.

case 'k'://If the user had input k.

case 'L'://If the user had input L.

case 'l'://If the user had input l.

case 'M'://If the user had input M.

case 'm'://If the user had input m. case 'N'://If the user had input N.

case 'n'://If the user had input n.

case 'P'://If the user had input P.

case 'p'://If the user had input p.

case 'Q'://If the user had input Q.

case 'q'://If the user had input q.

case 'R'://If the user had input R.

case 'r'://If the user had input r.

case 'S'://If the user had input S.

case 's'://If the user had input s.

case 'T'://If the user had input T.

case 't'://If the user had input t.

case 'U'://If the user had input U.

case 'u'://If the user had input u.

case 'V'://If the user had input V.

case 'v'://If the user had input v.

case 'W'://If the user had input W.

case 'w'://If the user had input w.

case 'X'://If the user had input X.

case 'x'://If the user had input x.

case 'Y'://If the user had input Y.

case 'y'://If the user had input y.

case 'Z'://If the user had input Z.

case 'z'://If the user had input z.

System.out.println(Letter+" is a consonant.");//Printing an appropriate message.

default://If anything else happens.

System.out.print("Error.");//Printing an appropriate message.

}//Closing the curly brackets.

}//Closing the curly brackets.

}//Closing the curly brackets.

 

It will contribute to the centralization of the Fediverse, which is something that's not good, as competition is required.

One might say that multiple apps will be bad due to them needing to be very complex to suit to everyone.

However, many 3rd-party apps can provide extremely specific experiences, and with enough effort, you can find out what suits you. I'm using Memmy, since it contains the best parts of most of the apps I have used are designed this way. One app does not need to contain everything. In this case, quantity is better than quality.

One might also say that competition will create toxicity as people will pick sides.

I disagree. Nobody ever fought about whether Reddit is Fun or Apollo was better. That's because they both contain different experiences. It's like conparing apples and pranges; there's not point comparing them.

This is why I believe that there should not be an official app for the Fediverse.

56
submitted 2 years ago by TheSmartDude to c/asklemmy
 

It seems like due to the downfall of Twitter and Reddit, people will be moving to the Fediverse instead, and since there is not much here, people won't be addicted to it anymore.

Additionally, it's open-source and de-centralized as well, which omits censorship. What do you guys think?

 

Won't it be confusing? Are there plans to merge both of them together?

view more: ‹ prev next ›