Details
-
AboutAndroid developer with a passion for technology and video games
-
SkillsAndroid studio, Android SDK, Java, Xml, Gradle, Swift 2.0, Xcode
-
LocationBangalore
-
Github
Joined devRant on 7/3/2016
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
god dammit this guy got to live the dream!
-
@TheInitializer yes thats what I did finally using a while loop, its very easy to simulate a for loop with a while loop, downside being you have to write 2-3lines of extra code
-
Java has one these, OutOfMemoryError occured while throwing OutOfMemoryError
-
@RogelioHit Yes DO NOT enable source control (which is enabled by default in the latest xcode so you need to disable it manually).
-
@deusprogrammer There are many caveats, such as if you have storyboard open while you are editing, when change every line in your code it triggers a build which hangs xcode for a period of 2-5 secs depending on your luck. This period of 2-5 secs would however be extended to 10-20secs if you have source control enabled. Ok how do I know this you ask? Because I have tried many things trying to find out what causes the shitty performance and pin pointed it to Apple's shitty storyboard and source control mechanism.
-
Ahaha, I just heard from my boss that IBM's core swift contributors will be coming to Bangalore next Jan, I'm going to fuck them up so bad!
-
I feel you man
-
@raven then make an issue, ill rewrite myself :D
-
@debug But swift doesn't have this!! :( I don't know about swift 3.0 though, I'm in the migration process currently, just posted a rant about what a painful experience it is, celebrating Diwali right now so after the festival i'm going to checkout the new features in swift 3.0 and see if they have the downTo()
-
@emes001 In the end I fixed this by casting Error to NSError at every place I use NSError such a pain in the ass though!
-
@tpalmerstudios How can you say that? The Open source developer community is the most magnanimous, we've been literally giving out hours and hours of work (Which would be worth a lot of money) for free for other devs in the community, and we also share our problems and solutions on the various forums that we've built
-
I've done this myself a few times, feels good to be appreciated *nods* :P
-
@spunky yes or either do that lol which is probably the correct way, but a for loop is much more readable for these kind of things
-
@ElectricCoffee Not its not being initialized to null `serializeNulls()` means it makes the Gson converter to serialize json values that are "null" instead of serializing them to string "null" , also thats not the problem here, the problem is Im building a Gson instance inside a fucking for loop, you know how expensive Gson instantiation is??
-
@edisonn its the stars that get your repository popular not forks
-
@eternalfool Thats all just BS, trust me, if you look at devRants own stats, you'll see that swift devs rant the most
-
You know what I did in order to get a for loop like this? This
var arrayFrom5To0: [Int] = [5,4,3,2,1,0]()
for i in arrayFrom5To0 {
//do shit
} -
@Casanovanoir you have to be really stupid to be < 40 years old, own a phone and not know what the page indicators mean, don't you think?
-
@tysa isn't macintosh licensed software? plus if you manage to get macintosh installed, you'd have to go through the whole process again when you want to update it, too much pain in the ass for a mediocre OS anyway.
-
For me personally unbuntu is too much bloat, and too orange :D
-
Linux mint cinnamon is a good linux distro to get started on, very similar to windows with start button etc, so my recommendation would be linix mint. And I'm happy even though it took so long for people to realize windows is crap
-
yes thats Microsoft for you :)
-
@forkbomber I think in this case its most probably windows fanbois, I've really pissed some windows fanbois off :P
-
yes ofcourse, you've made false = true and thus created a paradox in your little lua universe
-
@dfox Thank you and sorry I didn't know I could send you an email, ill do that next time
-
I can't rant on this thread anymore too many comments, so il just make a new rant >.<
-
Come on guys atleast say something about the variable name caminit LOL
-
@hvidt Then you should probably go for the Note app first, (its a good beginner app)
-
What do you want to become in life? an android app developer, or a game developer?
-
Also notice that he just commented out that line, instead of deleting because he was not sure lol, he just guessed "maybe this isn't actually required lets comment it, but leave it there just in case" LOL