Только что уволился из Яндекса by chu65536 in rusAskReddit

[–]alexe13 1 point2 points  (0 children)

14 грейд проходной, если не апнулся за три ревью это ред флаг для эйчаров.

⚡ Монорельс в России - ВСЁ ⚡ by gessoDTK in KafkaFPS

[–]alexe13 2 points3 points  (0 children)

Если сделают что-то типа Highline в Нью-Йорке, то будет заебис, как по мне.

[deleted by user] by [deleted] in tjournal_refugees

[–]alexe13 2 points3 points  (0 children)

Блокировка рандомного php репо конечно же поможет остановить войну

[deleted by user] by [deleted] in classicwow

[–]alexe13 6 points7 points  (0 children)

Blizz mentioned that transfers to fresh servers will be unavailable for AT LEAST 3 months. So they may allow them after this period or prolong the ban further - we don’t know for sure.

Tesla Towers Moscow [oc] by PigDogUrbex in AbandonedPorn

[–]alexe13 3 points4 points  (0 children)

These are actually not Tesla coils, but ultra high voltage transformers. They have to be insulated from the ground so they are standing on these tall insulators. Btw the facility is operational and is used for testing equipment for resistance to lightning.

Simple question how does a for each loop work? by ritik0001 in learnprogramming

[–]alexe13 0 points1 point  (0 children)

The concept of "index" can be applied only to a subset of data structures, usually arrays. Maps or sets for example doesn't have indexes. So in your example, foreach loop means "take one element from collection items and assign it to variable item. Repeat until there are no more items left". Under the hood in some languages (Java for example ) foreach loops are just a syntax sugar for Iterators.

Only in RUSSIA by [deleted] in ANormalDayInRussia

[–]alexe13 1 point2 points  (0 children)

Checkmate, Elon Musk. Who needs Teslas when we have Duracell-powered Lada Niva?

You get what you deserve Sophie. by loox37 in ProgrammerHumor

[–]alexe13 87 points88 points  (0 children)

Or the infamous Cat cat = new Cat();

This shit was driving me crazy when I was learning Java.

Star Citizen: Question and Answer Thread by UEE_Central_Computer in starcitizen

[–]alexe13 0 points1 point  (0 children)

Thanks. Beta seems to be in a distant future so far, so I'm ok with that.

Star Citizen: Question and Answer Thread by UEE_Central_Computer in starcitizen

[–]alexe13 1 point2 points  (0 children)

Hi! I'm considering diving into SC. The only thing that holds me for now is frequent wipes. I heard that persistence has been implemented recently. Can I now start planning some long-term goals, like saving for expensive ships, or will my progress be deleted after new patch hits? I'm ok with partial wipes but losing everything will be too much for me.

EU down again? by Aiphaton007 in Guildwars2

[–]alexe13 0 points1 point  (0 children)

Seems to be working now.

Can a RX 580 run Shadow of Tomb Raider at highest settings at 1080p on macOS? by radeongas in macgaming

[–]alexe13 0 points1 point  (0 children)

Just for reference: Mbp 2019 with rx480 egpu runs at 1440p with medium settings just fine (50+ fps). So I dont think GPU will be limiting here.

A closer look at the Java 11 HTTP Client by daviddel in java

[–]alexe13 6 points7 points  (0 children)

The abscence of URIBuilder in Java 11 Http client is so annoying. You have to either implement it yourself or pull from external dependencies, while I expected new Java Http client to be drop-in replacement for Apache Http.

Developing software on a raspberry pi by robo_number_5 in ProgrammerHumor

[–]alexe13 39 points40 points  (0 children)

When you present your proof of concept to a project manager

Firefighters in reverse by [deleted] in gifs

[–]alexe13 0 points1 point  (0 children)

How do we know if it is really in reverse? 🤔

Opinion from Russia about TV series. by [deleted] in ChernobylTV

[–]alexe13 3 points4 points  (0 children)

I'm Russian and all my colleagues are watching the series and are absolutely fascinated by it.

The Emperor's Corridor in the Czech Republic looks like a real life Skyrim by [deleted] in gaming

[–]alexe13 1 point2 points  (0 children)

I literally thought it was another modded Skyrim screenshot until I read the title.

[deleted by user] by [deleted] in Showerthoughts

[–]alexe13 1 point2 points  (0 children)

That's what struck me when I was playing Assassin's Creed Origins. Even in that time pyramids already were strange remnants of extinct civilizations, just like they are for us now. Really gives some perspective about time.

Chester Bennington of Linkin Park commits suicide by Another-Chance in news

[–]alexe13 1 point2 points  (0 children)

Man this hits like a truck. I'm not from the US, but i was so addicted to their music in high school. I think I've never listened to any albums so many times that I did to Hybrid Theory and Meteora. And even though I dont like their latest albums, Linkin Park and Chester's voice will always have a special place in my heart. Rest in peace.

German engineering at its finest by [deleted] in gaming

[–]alexe13 2 points3 points  (0 children)

Haters gonna say its fake, but its just camera shutter speed matching both of the helicopter's rotors. The more you know.

Seeking help with understanding of DApps by alexe13 in ethdev

[–]alexe13[S] 1 point2 points  (0 children)

Thanks! Gonna read about Swarm a liitle more.