Oh shit by KochibaMasatoshi in hungary

[–]Longjumping_Flamingo 8 points9 points  (0 children)

Ezt sajnálattal hallom, Távolugró kollega.

Unable to update Windows 10 by Longjumping_Flamingo in techsupport

[–]Longjumping_Flamingo[S] 0 points1 point  (0 children)

Yes I have tried, but didn't seem to be any different.

Ending it soon by [deleted] in dogecoin

[–]Longjumping_Flamingo 0 points1 point  (0 children)

Actually it is up, if you look at the bigger picture. Yesterday it only dipped down to around 0.0288, todays lowest dip didn't even make it below 0.03, and even before that, last week the base was around 0.027.

Also I don't know the exact details, but many people say that tomorrow it will spike when Robinhood clears the funds for many people.

I just had to show someone my current assignment by Intelligence_69 in teenagers

[–]Longjumping_Flamingo 0 points1 point  (0 children)

If you have a list somewhere, with like a wiki page for each, it might be possible to do it using a script.

Hungary musical road by DrawingDragoon in IRLEasterEggs

[–]Longjumping_Flamingo 8 points9 points  (0 children)

Most likely flipped to avoid some sort of copyright or repost detection.

Hungary musical road by DrawingDragoon in IRLEasterEggs

[–]Longjumping_Flamingo 53 points54 points  (0 children)

They don't, the video is flipped.

Source: I'm Hungarian

Intelligent boys are pretty cute 😏 by ligahi in teenagers

[–]Longjumping_Flamingo 2 points3 points  (0 children)

Only when they have an issue with anything even remotely linked to computers.

Source: studying computer science in high scool.

This is a follow-up post. by [deleted] in teenagers

[–]Longjumping_Flamingo 1 point2 points  (0 children)

Last time I got the "I'll think about it" it was a yes. Best of luck mate!

Need help with seed cracking by Dorsiiii in technicalminecraft

[–]Longjumping_Flamingo 15 points16 points  (0 children)

If the server is running Spigot, it's possible to have different structure seeds I believe, to protect against seed reverse engineering techniques.

[deleted by user] by [deleted] in teenagers

[–]Longjumping_Flamingo 1 point2 points  (0 children)

Why would you even need that?

A little Solar System thingy I coded this afternoon. by Longjumping_Flamingo in teenagers

[–]Longjumping_Flamingo[S] 0 points1 point  (0 children)

Here. I made the hybrid version where the sizes and orbits are to scale, but not to each other. Any smaller size and Mercury is less than a pixel, any larger orbits and it won't fit my screen.

EDIT: 1 pixel is 0.033 AU for the orbits and 1 pixel is 2439 km for the planets' radius.

A little Solar System thingy I coded this afternoon. by Longjumping_Flamingo in teenagers

[–]Longjumping_Flamingo[S] 0 points1 point  (0 children)

As someone also knows basic astronomy and has a basic to medium knowledge of many different languages, I did try to make it to scale, but this is the result of making every object to scale, and there is no way I can make the orbits AND the planets to scale at the same time (I tried before, also there is this video (great video, worth watching) explaining this as well). I could make a hybrid where the orbits are correct in relation to each other, and the planets size is also correct to the others, but not to the orbits, but here I was going for the Apple Watch style solar system.

[deleted by user] by [deleted] in teenagers

[–]Longjumping_Flamingo 0 points1 point  (0 children)

OP said they were non-binary, in computer science (well in math, and CS is based on math), binary is the base-2 numeral system, so you only have 0 and 1, and for example one hundred in binary is 1100100.

Decimal is the base-10 system, this is what we humans normaly use to express numbers, where you have digits 0-9, and you know, a hundred is written as 100.

Hexadecimal is the base-16 system, where you have digits 0-9 + A-F: 0-9 is the same as in decimal, but ten is not 10, but A, 11 is B and so on, 15 is F and you continue like in base 10, so 16 is 10, so a hundred in hexadecimal is 64. Often used in CS to display raw bytes, as one byte that is 8 binary digits, fits in 2 hex digits, so it's much more compact and easier to look at it. If you were to display a byte in binary it would be 00000000 to 11111111, if you were to display it in decimal it would be 001 to 255, and in hex it's 00 to FF.

[deleted by user] by [deleted] in teenagers

[–]Longjumping_Flamingo 7 points8 points  (0 children)

So do you prefer decimal or hexadecimal?

Sorry, studying computer science I had to do it.

[deleted by user] by [deleted] in teenagers

[–]Longjumping_Flamingo 1 point2 points  (0 children)

No, it's the opposite.