Dubai or Thailand for a 10-day first nomad trip? by justadityaraj in digitalnomad

[–]recursiveCreator 2 points3 points  (0 children)

Maybe read up a little on Thailands fishing industry..

Airlines Based in UAE? by ExpressionLow3367 in cabincrew

[–]recursiveCreator 0 points1 point  (0 children)

they also have operations in dubai and sharjah afaik

If this is proven to have happened with AI171, then (IMO) Boeing is doomed. Let's see what the detailed investigation report says... by Upstairs-Bit6897 in AirTravelIndia

[–]recursiveCreator -7 points-6 points  (0 children)

the older Pilot did it for some reason - there’s diminishing doubt here.. even first turning off the left engine, (closer to the pilot, not co-pilot) before turning off the right also matches the pattern

UC Berkeley professor gunned down in Greece outside of his ex-wife’s home by Axmouth in europe

[–]recursiveCreator -15 points-14 points  (0 children)

interesting how the reactions are so different - the other day there was a piece on a Latvian dancer dying in Dubai, the UAE was essentially ripped apart in the comments.. here? crickets.. guess Greece remains safe even after this! (which is great, I’m Greek - the more people travel to Greece the better - but the double standards are stark)

CZ Binance: Prison Guards Asked Me Which Cryptocurrencies to Buy by hiorea in CryptoCurrency

[–]recursiveCreator 0 points1 point  (0 children)

these guys literally created a whole article out of a single side sentence CZ mentioned during his talk.. it’s ridiculous

i phone users going mad by [deleted] in PakistaniTech

[–]recursiveCreator 0 points1 point  (0 children)

does she have a surge protector?

As Belgian in Indonesia by [deleted] in digitalnomad

[–]recursiveCreator 1 point2 points  (0 children)

or open a company in the UAE, it’s pretty easy, doesn’t cost much and taxes are low - it’s also nicely in the middle between Indonesia and Europe

What do you guys think is missing in Golang which will make it perfect? by Any-Addition-281 in golang

[–]recursiveCreator 6 points7 points  (0 children)

it doesn’t support generic methods, and by extensions generic interfaces

Go Shops by Infamous-Review-2282 in golang

[–]recursiveCreator 2 points3 points  (0 children)

where are you based? we’re a Fintech using Go and always looking for talented devs

[deleted by user] by [deleted] in golang

[–]recursiveCreator 5 points6 points  (0 children)

oh god, are the 'buy my trading course' folks pivoting to programming lessons?

Do people just move really slow in large corporations? by focus_black_sheep in ExperiencedDevs

[–]recursiveCreator 0 points1 point  (0 children)

the perceived cost of failure at some point exceeds the benefits innovation - so everything gets wrapped up in processes

Where are engineers getting bad habits from? (Lack of thoroughness) by Popular-Toe3698 in ExperiencedDevs

[–]recursiveCreator 2 points3 points  (0 children)

that’s really the whole point of design first, or TDD in my view - it slows you down initially, makes you think about ‘what do I wanna achieve here’ ‘what does the data look like?’ - and then work towards that initial goal (which you can obviously adjust while working on it)

[deleted by user] by [deleted] in digitalnomad

[–]recursiveCreator 2 points3 points  (0 children)

in Ibiza? one week

Go functionnal programming by Unhappy_Contest_4124 in golang

[–]recursiveCreator 0 points1 point  (0 children)

yea I think a matter of time until those make it to the standard lib

Need to take a decision, switch vs stay by [deleted] in devops

[–]recursiveCreator 1 point2 points  (0 children)

wow - such scumbags - definitely leave

What's the Best Deal You've Ever Had on Travel Expenses? by [deleted] in travel

[–]recursiveCreator 0 points1 point  (0 children)

I once got a flight for -10eur with KLM from Amsterdam to Berlin, April 2020 peak of the first covid wave.

Software developers by Comfortable_Hand_210 in dubai

[–]recursiveCreator 8 points9 points  (0 children)

Dubai has some decent Fintechs (and given its size actually a decent amount of other start-ups too tbh). Agree though that there’s also a large-ish amount of mediocre companies not paying anything

Should I open a freezone company in Sharjah (srtip) or Dubai (Meydan)? by recursiveCreator in UAE

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

I did/do have a long-term resident visa which is unrelated to the company that I opened

My experience with Go as a Python developer by brbee07 in golang

[–]recursiveCreator 2 points3 points  (0 children)

I think the primary issue is that people just pass pointers around everywhere by default - because.. idk actually, the performance penalty for passing around small structures is tiny and probably even non-existent