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
Search - "gitpush"
-
FOR FUCK SAKE ANDROID STUDIO!!! 5GB RAM WHAT THE FUCK ARE YOU DOING!!! I NEED THOSE VMs RUNNING AND USING 5GB IS NOT COOL AT ALL!!60
-
Side projects what got me job three times. Move your lazy ass and work on your projects AND actually finish at least one 😒15
-
FOR FUCK SAKE DO PEOPLE THINK BEFORE POSTING!!!
I got a 3 star review on my app and the user said if I implement feature x he will give me 5 stars, what is even more funny is he is requesting it for free!!
I hate this fucked up miserable world -.-28 -
PM: Bro send me latest version of the app
Me: But I"m not finished with x feature and it will crash the app in its current situation
PM: No problem bro just want to test
*5 minutes later*
PM: Bro app is crashing when I do x
Inner Me: YOU PEACE OF SHIT I TOLD YOU IT WILL CRASH!
Actual Me: throw a ticket I'll handle it later.11 -
In my previous job boss wanted me to implement all features found on WhatsApp 🤦🏼♂️
I'm lucky I found another job two months later4 -
Me: Want to copy this file to another computer
Bluetooth: Use me!
Google Drive: I'm better!
USB: I can help
Network shared folder: I'm in position!
Me: Let me add it as an attachment to a new email and download it on the other computer ¯\_(ツ)_/¯6 -
QA just asked me, why does the website look so ugly and no CSS is working on Internet Explorer
I'm lucky I'm not the web dev lol
*I laughed*
*IE laughed*
*Windows laughed*9 -
FUUUUUUUUUUUUUUUUUUUCK!
8 FUCKING GB GONE FOR ANDROID STUDIO! THAT IS HALF THE RAM I HAVE FOR THIS LAPTOP!!! WHAT THE FUCK IS WRONG IT KEEPS GETTING WORSE T_T48 -
Facebook employees need to work on their sense of humor -.-
Found it in React Native docs (https://facebook.github.io/react-na...)7 -
*Opens LinkedeIn*
*Sees a posting for iOS/Android devs*
*Read description to find: Good knowledge in Eclipse for Android*
Which year are we in? Have they heard of Android Studio?6 -
I have my doubts of being a good developer when my fingers type this thing
Just checking if a string contains itself10 -
enabling firewall on a vps to secure my docker containers and forgetting to add openssh to allowed list --> ssh blocked 😃🔫24
-
Me: Great iOS app is only 20MB shouldn't take long to upload!
XCode laughed
AppLoader laughed
Apple laughed
I cried T_T7 -
I was added on LinkedIn by a person who is:
Strategic Thinker & Solution Architect & Innovation Thinker & Data Scientist & CORE Banking & Digital Transformation & AGM & CIO
HOW FUCKING LUCKY I AM TO BE ADDED BY THIS TYPE OF PEOPLE -.-7 -
Please Java and all java shit, take more memory I don't need it -_-
16GB doesn't seem to be enough to have a VM and Android Studio Open but it is more than enough to have
1. Visual Studio
2. SQL Server Management Studio
3. VM
4. FireFox
5. Visual Studio code
Fuck. This. Shit!20 -
Not sure if posted before, but I found this useful tool, good enough to leave simple 'to do' directly on the server
https://github.com/klaussinani/...11 -
tl;dr: thanks! :)
I just love this community.
The idea of devRant is great. The emotions, the shared knowledge in each post. Never seen such densely packed quality content in a social media! :D
I enjoy spending my time here, though I do not post that much. Reading just about the life of @linuxxx, @gitpush @alexDeLarge (to name a few) share with us is just wonderful, it makes me happy! :)
I think this post is meant as a thank you, I guess? Just felt like it... hope you guys don't mind having read a non-dev related post.^^'
btw:
@dfox and @trogus, you guys are awesome as fuck!4 -
Meanwhile at HTC:
Dev: Just gonna tweak this function to make our keyboard faster!
Dev: ha! Done, users will love this update5 -
Just added Kotlin plugin to my new android project and what do you know, CPU went to 100% of usage.
Aaand the winner is: Fucking Android Studio!19 -
Just found this website for Regular Expressions:
https://regex101.com/
In-case anyone struggles like I do10 -
Going through Master Card API docs to see how to integrate it, saw that they have sample code, checked Java sample code and found this:
String data = MessageFormat.format(
"'{'\"apiOperation\":{0},"
+ "\"sourceOfFunds\":'{'\"type\":{1},\"provided\":'{'\"card\":'{'\"numbe\":{2},"
+ "\"expiry\":'{'\"month\":{3}, \"year\":{4}'}',\"securityCode\":{5}'}}}',"
+ "\"order\":'{'\"reference\":{6}'}',"
+ "\"transaction\":'{'\"amount\":{7},\"currency\":{8},\"reference\":{9},\"targetTransactionId\":{10}'}'," + "\"customer\":'{'\"ipAddress\":{11}'}}'",
apiOperation,
sourceOfFundsType,
cardNumber,
cardExpiryMonth,
cardExpiryYear,
cardSecurityCode,
orderReference,
transactionAmount,
transactionCurrency,
transactionReference,
targetTransactionId,
customerIpAddress );
FOR FUCK SAKE what happened to JSONObject (for Android) class, I'm sure it is a waaaay better solution than that mess ...
And from Oracle:
JsonObject value = Json.createObjectBuilder()
.add("firstName", "John")
.add("lastName", "Smith")
.add("age", 25)
.build();
I guess that is a cleaner understandable solution than what master card has.8 -
My psychiatrist has recently taken me off paroxotine which i was taking for anxiety. As a result, I'm wide awake unable to sleep cos my head is running at a million miles an hour. You know what I keep thinking?
1.) Sweet hairy balls of Mary Theresa I'm getting married in 3 months.
2.) Installing Arch sounds like fun. I wonder if I can do Unity3D and C# dev on it.
3.) @Gitpush, @Alice, @Linuxxx, @Bluenutterfly, @ThatDude, @AlexDeLarge Love your rants, keep up the good work!14 -
People I see all day on devRant
2016:
- All versions of Jase (@Jase @jAsE ...)
- @Linux
- @dfox @trogus
Today:
- @gitpush everywhere
- @Linux
- @dfox @trogus36 -
For fucks sack I just created my server and fail2ban already blocked 6 IP addresses dafuq is going on on the internet 😓20
-
I reached a point where I'll be happily working as the kid who serves coffee and tea to random strangers and not work at a company, as a freelancer OR WITH FUCKING HUMANS!
I'm out !!15 -
A day of an iOS developer life:
1. XCode crashed
2. XCode freeze
3. XCode "Jump to Definition" takes me to a different file that has the exact same variable name instead of jumping to the top of the file
4. XCode Storyboard designer throwing 1000000000 as UIStackView width on a newly created UIView
5. Heart attack
6. Lots of depression
** Note:
just noticed devRant web has xcode as placeholder in the tags box lol devRant knows my pain T_T8 -
What could be worse when Technical Manager forcing you to write SQL Scripts inside C# Code as:
List<String> items = SELECT * FROM table
And not accepting to argue with me as I am a noob according to him10 -
How to make Xcode crash:
1. type: self.btn
2. Profit!
I need to add this on my CV as an expert in making xcode crash, not implying that Xcode is a shit IDE !!6 -
*Working on android app life is good, but iMac suddenly became slow*
Me: Wonder what I have open
*After checking and found only Android studio and FF Developer edition*
*Checks RAM: 654MB remaining*
*Closes Android Studio*
RAM: 4.83GB remaining
T_T5 -
Dear Apple
I'm using AppLoader, a tiny app with only one thing to do: Upload IPA (app) file to your servers, please explain WHY THE FUCK IT TOOK 4.5GB RAM TO DO A SIMPLE TASK!
Dafuq is wrong with these guys -.-6 -
I DID IT :D
I VERTICALLY ALIGNED A DIV IN CSS
I'm a noob in front-end development, I usually use bootstrap but now I did it in vanilla CSS inside ReactJs =D
or is it lol, I don't know, I used these:
position: "relative",
top: "50%",
transform: "translateY(-50%)"
source: https://stackoverflow.com/a/441616615 -
Me: ya hi, we integrated with your API and I'm receiving error x
Provider: ok we'll disable validation, plz check
Me: ya it works, what's the problem? I used a GUID for id and I'm sure it's unique, here is URL and request body
Provider: you have something wrong in your implementation. Fix it and it will work
Me: aaand what's the wrong part of my implementation?
Provider: id is not unique, fix it. *Hangs up*
I sometimes sit and wonder, how and why does this kind of people get hired, FOR FUCK SAKE YOU ARE THE PROVIDER AND YOU DONT KNOW WHAT THE FUCK IS WRONG!
fucking useless ...7 -
*Copies url from bitbucket*
*Switch to Slack on macOS*
*Presses command + v*
Slack: whaaaaaaaaaat :O I'm gonna freeze for few moments to understand what the fuck you just asked me to do4 -
Just saw on LinkedIn the following:
One of my connections is an iOS developer and someone asked him to do a mobile app for iPhone, my connection replied that the final price is $200 (yes two hundred dollars)
Client reply was:
You are going directly to hell for that expensive price! Deal is off!
Me:8 -
Wanted to give DuckDuckGo a try, later I realized I better not to, because a one letter mistake will lead to disasters.
I mistakenly typed: dickdickgo.com :)16 -
!rant
I'm just amazed what 512MB of RAM can do :O
That's htop from my VPS I feel sorry for the CPU though.
It is running three docker containers:
1. Dotnet Core
2. MySQL
3. OpenVPN26 -
Every time someone rants about Visual Studio I'm like: WTF are they talking about? it is the best IDE I ever used!!
but now after using VS 2017 I must say:
WHAT THE FUCK MICROSOFT DID TO THIS THING! IT RANDOMLY FREEZE EATS OUT ALL CPU AND NOW USES A GOOD 1.5GB RAM!
my previous experience:
barely 20% of CPU
at max 700MB RAM
Guess those days are over :\13 -
thought I'd type:netstat -atn on my server and the result was a bit scary, found a Russian IP address with state of: FIN_WAIT1
Either Fail2ban was closing his connection or that dude was able to access my server :/
Checked /var/log/auth.log
and found this for his IP: Failed password for root from ----- port 37635 ssh2
I hope I'm still safe :)
Instantly disable password login and make it only SSH
but now I need to carry my SSH keys or else I'm blocked out lol9 -
thought I'd check why I'm getting connection timeout on my app
I think the problem is me and not the code3 -
I don't know which should make me worry:
1. the fact a gradle build for a new project is taking 90% of CPU
2. The fact CPU Freq isn't going higher than 2.18 when it can go up to 3.1?
3. The fact gradle is always taking 5 minutes to build when it used to take 1 minute for a medium project?15 -
I came across a line of code that calls an sms provider that sends account credentials in the url using HTTP T_T25
-
Any folks willing to join the GIT family in devrant...
Steps to join:
Change username with prefix "git" followed by your favorite available commands..
Example: gitpush(already taken and co-founder of this gang), gitpull68 -
Me: Phone at 13% better plugin to laptop
*few minutes later*
Phone at 5%
Me: WTF!
Laptop: ¯\_(ツ)_/¯8 -
today I pull a project to take over from my colleague
today I notice all commits where on master branch
today I leave this world T_T19 -
Today I played hide and seek at work, this time it was not find the missing semicolon but instead find the unknown. After 30 minutes it turned out the request URL had a capital 'i' instead of a small 'L'
==> l = I almost the same but guess my eyes are not functioning as they should
It was a fun game11 -
FOR FUCK SAKE MAKE UP YOUR FUCKING MIND !!!!
Been working on an app at work for 9 months and now PM tells me customer wants to change flow of the app!!!
Kill me please ASAP!6 -
So far all designers I worked with do the following:
1. Use "creativity" to come up with stuff that the system does not allow implementing, for example: Changing clock color in mobile statusbar to Blue!
2. Use "creativity" to come up with a heavily customized calendar for a windows software which requires building the control from scratch, but they explain their creativity by saying: Can't you use CSS?
3. Provide iOS only design which follows android guidelines and refuse to provide android styles for at least pages that to be handled differently on each platform, for example, we had a checkout page in an app, and they wanted the same style for both WITHOUT building custom control for it, they said: Can't you use the android custom control inside iOS
4. They design for a website and send same mockups for me to implement on mobile apps, the problem is a web page runs on a big screen when the mobile app doesn't have room for half the stuff they designed but they must look exactly the same as website !!
5. They send entire PSD with no color codes and say: You can extract icons, and colors from psd ... When they should provide them as per our request which is: SVG for Android and PDF for iOS with the color codes, but no, they are lazy!
6. They ask the team to create a page in the app which is almost production ready just so that they test different font sizes and see how it will look on the phone
7. Same as #6 for images that contain text
The list goes on, but those are by the far the ones that made me one step away from resigning, some of them made me resign...6 -
YOU FUCKING FUCK PIECE OF FUCKING SHIT XCODE I FUCKING WISH YOU DISAPPEAR FROM THIS FUCKED UP WORLD!
What I did:
1. Scroll right on "Magic Mouse"
2. Profit! (XCode crash!)5 -
Go home Google you are drunk!
Was converting a currency to USD and that error came up, what is funny is their system produced that result and it wasn't me who entered it .-.15 -
Using FireFox Dev edition:
Me: Cool a new update, lets hit update and restart button.
*two seconds later*
Me: FUUUUUUUCK, I was using incognito and now all my tabs are gone -.-8 -
Dear XCode I hope you fucking burn in hell you piece of shit! can't do anything without that shit either indexing, or freezing, or crashing!
FUCK YOU BITCH!9 -
PM: Hey listen, client sent us his feedback about the app that we need to fix, they wont take time.
Me: Sure no problem.
5 Minutes later:
*Receives email*
*checks email*
15 easy tasks that take not time to finish BUT they are put inside ONE FUCKING TASK ON JIRA! WHAT THE ACTUAL FUCK IS THIS SHIT! 15 IN ONE YOU DUMB FUCK!
MOVE YOUR LAZY ASS AND WRITE EACH IN ITS OWN MOTHERFUCKING TASK!
Another reason on why I hate humans -_-1 -
!rant
found this when wanting to check a notification, paused it multiple times, and my boss was: why does this keep on stopping!
Guess I better not do it again if I want to keep my job lol5 -
Fucking Apple products fuck xcode fuck all ishit!
Wrapped my views in a UIStackView in storyboard designer and xcode gave it a width of 8,000,000 and height of 3,000,0006 -
Episode 2 of this rant: https://devrant.io/rants/851636/...
PM went to meet with the provider and came back, so I had a talk with the PM and it went like this:
Me: so how did the meeting go? Hope they corporate with you
PM: *in a sarcastic voice* Bro, you need be a good dev, they told me only a good dev can implement Master Card API calls, and its all in the docs. That's all they told me, so you should know how the meeting went
Me: *there is no wifi in jail, there is no wifi in jail, there is no wifi in jail, there is no wifi in jail* Fine bro, I'll go back to school and come back after 12 years.
Seriously when I send the provider the request and the body and all they tell me is: You have an error, Id must be unique but they fail to point out the exact error or at least send me a valid ID to test, how does this make me the bad dev and him the genius that can run Apple, Google, MS all together at once!
What is even worse, when I called the provider he told me: Man transaction ID must always be unique, how could you not know this, how is Mastercard supposed to differentiate between transactions!!
But hey, no one told me transaction id must be unique, primary keys are never unique, like DUH!10 -
Wasted 7 hours for this:
import moment from 'moment'
Should be:
var moment = require('moment')
What happened? When app running in debug mode all is working without issues! When generating release APK, it crashes when using moment
Fucking hybrid shit apps...13 -
yay! Almost done learning basics Nodejs REST :D
Now time to learn how to make gitlab auto build and test, then new features to my little project
Next in line:
Testing UI in React Js/Native T_T13 -
Why does FireFox has the shittiest dev tools?
Working on my website and it kept throwing "TypeError: Failed to fetch"
with no other info
Opened Chrome and that thing gave me the entire error without even modifying my logs code, and now I can peacefully solve the problem -.-11 -
Note to my past self:
Thank you for taking care of me and assuming that out of no fucking sudden authorization token will be required to perform an API call!
You saved me so much refactoring and modifications with your tiny little assumption of how fuckups will think :)1 -
I am speechless! Assigned back to a project after leaving it for four months, went to see tasks, and they are like this:
Q1. Why did't you do this for the app?
A1: Because your team has not yet provided API, how is my team supposed to implement
Q2: Why having this in the app? either x or y not both!
A2: You guys wanted both
Q3: Why is the app showing data that must not be displayed?
A3: Because your server is sending me the data based on the criteria I sent? What else do you expect
and the list goes on ....11 -
Yes of course, my problem is not having enough memory to throw an exception of not enough memory ...5
-
So Android Studio + Ubuntu VM = 16GB RAM are not enough, but how about Android Studio INSIDE Ubuntu VM, that will teach that bitch to stick to 4GB RAM usage!2
-
ok ok I'll move it to inbox Google, you lazy ass company can't you make your won mail service to it by it self -.-
Must admit, those spam emails are getting funnier by the day8 -
Am I doing something wrong here? Or those imports are so damn annoying?
Any solution for reducing those imports? especially that I am using them all and not have non-used imports
Just like Java, too much imports -.-7 -
For fuck sake Facebook test your shit before you update!
Lesson learned, never update Facebook pods ... or even better never use Faceshit!1 -
Any doctor here that happens to also know git?
What's with recruiters looking for doctor and git?14 -
Why download xcode9?
You'll have tons of free time to browse devRant
Apparently Apple understood the No Freeze as More Freeze 😒😒😒😒😒2 -
WTF Woke up this morning and found my email used to register to a website called fiverr.com!!
What is even worse is that at the end of the email where they have that section of: this email was sent to ..., the name is random letters
Even more ironic that website does not allow access from Lebanon ....
I think it is time to change my email, been getting a lot of spam into my inbox lately, though Gmail has a good spam filter :\6 -
Episode 3 of this rant: https://devrant.io/rants/871827/...
Me: So I'm going an API call to Mastercard but they don't give us back CreditCard token to save.
Provider: Ya man you need to curl a request in your code to get the token...blahblahblah.... man you need to know these things they are not an easy things to be done, just paste curl code on MasterCard website into your code and it will work
Me: *ignores his shit talk and proceed to test*
*5 minutes later*
MasterCard Server: error.cause=INVALID_REQUEST&error.explanation=Invalid+credentials.&result=ERROR
Me: *calls provider and tell him*
Provider: Oh sorry, we need to enable this feature for your account.
devRant people please, give me one reason why I should not leave this field, and maybe also leave this life knowing there are this type of people alive.
Thank you :)2 -
This takes me back 14 years to the past when I first started learning VB.Net and Console Apps.
Learning F# to get my self into functional programming let's hope I don't get carried away with the ability to mix C# with F# :\ -
How to force your self to write unit tests for your personal projects:
1. Go to a public place
2. Forget to bring your phone cable & never install a simulator because you are lazy af
3. Profit!4 -
Part 2 of this rant: https://devrant.com/rants/933393/...
Today I received the source code of the application, it has like four views but guess what, all four views have their controllers in one controller.js file that is about 1400 lines of code.
Also all their data models are in one file,
everything is in one file.
Does anyone know how to make it through that shit :(16 -
!rant
My colleague saw this code of mine and said it is annoying conditions are not on the same line, since it is a shared project I can't go "that's my style!"
What do you think should I convince him why we need to follow this approach (at least it can be easily read rather than reading a screen wide line)26 -
1. No more fucked up solutions like: React Native, Flutter, Xamarine, Phonegap, Ionic
2. Make XCode vanish and put a better IDE instead of it
3. Keep "the next bill gates" away from me, those who keep on saying: I have an idea its like Facebook but different8 -
Forget what the fuck I said about wk88 rant, I now doubt my skills, and gave up hope of being good in programming T_T
(wk88 rant: https://devrant.com/rants/1163009/)3 -
Dear Apple: FIX YOUR FUCKED UP IDE!
Generating IPA file takes ages, freezes the shit out of the mac and to make it even worse a full clean -> build -> Generate Signed APK on slow ass gradle takes barely 5 minutes while XCode takes ages9 -
Wrote a small code to test my "Reset Password" feature, service console kept printing: User not found and returns 404
I was 100% I added that user manually to the database....
Well it turned out I added that user to the wrong database. I need to sleep T_T -
one gotta love Cordova piece of shit -.-
Tested app on browser all is good, deployed on phone and that shit wasn't able to access internet, turned out I needed another cordova plugin for this shit to work.
XCode, I'm sorry bro you are much less pain than cordova :(18 -
My biggest regret working for a company that is not willing to buy decent dev machine when they actually can afford it.
-
one gotta love finding things by mistake lol
What I found so far:
1. Updating Windows Store App UI will refresh running app UI without the need to re-run the app from Visual Studio
2. At work couple of days ago: Pressing Command + ~ will result in switching to different windows of same app7 -
Store POJOs as json inside a database column so that we have a dynamic relational database!
For those who don't know what a POJO
*POJO: plain old Java object
Technically I was asked to store all data models as json in a single column 🙄10 -
!Rant && !Believe what I am seeing 😓
Just downloaded Android studio 3 to give kotlin a go to find out their designer is soooo much better now, I tried editing an activity with constraint layout and many elements inside without a single freez 😨5 -
The amount of attempts to access my website is just too much O_O
Anyway in nginx to block access if login attempt failed after 3 times?14 -
Damn it gitpush focus when type the damn password!! I locked my self out of my server again 😭
Time to visit the portal and login 😒6 -
I was just asked to explore Ionic Framework any advise?
Please tell me I will not face hell doing an ionic app :(
I started reading docs and the word Cordova appears to be used a lot, I had a really bad experience with Cordova + PhoneGap, am I in trouble? am I going to regret life?10 -
!rant
Goodbye Java I will not miss you at all! I swear ...
I do like it when making web services (especially that I can use Java8) but for Android you have been a torture. Hello sweet Kotlin! I shall embrace you and treat you like my newly born baby!!
Story is:
Working on a new project where I need to talk to a web service (also made by me).
Started writing in Java, all is cool and unit tests pass.
Downloaded Android Studio 3 Beta 1 and converted my Java code to Kotlin, That AsyncTask did not look nice in kotlin, converted it to async & await feature and I must admit lots of code removed, no more need to create a new fucking AsyncTask every time the app sneezes for data!
I feel like I'm working with C# but with difference in syntax.
My life is now complete :)undefined java goodbye! am i drunk? koline: sorry i have a boyfriend hi there kotlin i shall not miss you what the fuck did i just use for a tag?8 -
How to kill a laptop in two steps:
1. Run React Native metro bundler
2. Run debugger
and a 16GB core i7 laptop on Ubuntu will leave this life :)2 -
That awkward moment when I was one step way from buying a program for 49$ and ending up using GitBook editor for markdown files for free.
Ya I know, but I suck at markdown files and I needed a decent editor lol
it is a nice editor though: https://www.gitbook.com/editor -
Open source mail server?
I'm using Mailu but was thinking if there are other good options?
Also it is better if it has a docker image13 -
Guess what was running and then killed
Yes it was Android studio building, however; it seemed it was trying to fill RAM and forgot what I asked it to do >_>1 -
When I am asked to do something and the next day same person asks to change what was changed the day before.
For fuck sake do a prototype and fucking change that and not the actual fucking code 😒😒😒 -
So @Linux gave me a website to check which happens to have a tutorial on how to close ssh session after x inactive minutes, and now every time I'm back to the terminal I find my self out T_T
but it is a good life savior if I forgot my session on work computer lol11 -
It happened only once, when browsing all those websites and see their products online I was like:
I need to do this, I need to have a website and product online how cool would it be?
And here I am 14 years later and dream came true 🙂
Don't know if that counts for this week rant though -
So that calculator now open source was a diversion? Too bad didn't work ...random afraid to lose data no more games for you! still can't abandon windows t_t haven't updated in a year4
-
Started to learn nodejs REST, with mongodb, either the service is too light (still only has login) or mongodb is too fast, I've never seen that speed in fetching a single user with 6 properties in its json response, it takes 15ms on my laptop when a dot net core service + MySQL takes at least 70ms6
-
Who at Microsoft thought that this is a good idea?
I wish I did not update, last update I did was a year ago and I was happy with it, now Windows feels like chaos ... Half the things are Dark themed and the other half is not. Lets see what the future holds
Also that Windows.old thing takes up 20GB that even if installation fails, it never succeeds in rolling back ... At least I was never able to rollback ...15 -
I'm facing something really strange, in a coffee shop I go to usually, all downloads even if from terminal download speed is at best 200KB/s and at worst 50KB/s, but there is this game armored warfare, it reaches 2MB/s download speed on the same connection, while at home everything goes to max 200KB/s.
My question is, how do the devs at armored warfare do this? use max connection speed or are there any configs need to be changed so I can reach max speed in any downloading?31 -
It was back in 1996, when dad taught me how to run games from DOS it was a mind-blowing thing and for me a black screen and white text was a "wtf it's too hard" thing. Then he showed me how to format and I felt like he was doing rocket science 😂2
-
Such variable names
much helpful
very wow!
Either I need to download sdk source code for var names to show up correctly or I need to memorize which is for what :\9 -
anyone having the same problem of mine? I was asked to give an estimation but I suck at giving estimations!
I once gave my boss an estimation of three weeks, and completed in 1.5 weeks + including unit tests for my work O_Oundefined please go away i don't like estimations why i can't do estimations pm please leave me alone why you so hard estimations4 -
Fucking hell with React Naive! Spent all day making a screen and that bitch looked messed up on Android but working as intended on iOS!
I fucking hate that shit hybrid shit apps!5 -
I just wrote this code, let's see if the dude who is going to work with it after me will rant about checking state right after setting it as null.
I wonder if he will know why I did this ...30 -
Thought I'd try out Asp.Net Core + React + Redux, at first I got shocked from the TypeScript shit I saw, but an hour later, I like what I'm seeing :P2
-
Just found a job listing that requires experience in deploying apps to Google Play and Apple App Store T_T8
-
I was wondering why every time my my code is accessing the !valid() part to later realize I was coming back to it = its state is reset = I need a break T_T
P.S. if you find anything in my code make sure to let me know :)9 -
Been ages since Apple changed their iTunes Connect page (aka developer console)
And guess what? They made it even brighter T_T
It was always white background but the icons where darker, now I go blind every time I open that shit4 -
If there is anything I hate in life more than XCode is not organizing work!
A feature done few months ago on mobile, tested, passed QA and now it is not working! Why? Because API got screwed!! Why? Because someone is changing the core of the system without notifying anyone!!
Both API and that feature were not touched in months and suddenly stopped working and guess who is blamed, damn right me and the API dev when non of us even made a change -.-3 -
Part two of: a day off an iOS developer life:
1. App crashed and stack trace gives no info in which file it happened, I have a generic table view cell that is used in so many places and Xcode just wrote: xcell does not support key value.
2. Mac freezing when Xcode is creating IPA file thanks to a new feature in Xcode 9 (Mac freezing is the new feature, even mouse pointer doesn't move -.-)
3. Let's check the value of this class property, Xcode: fuck off and either print it in console (after hitting a break point) or expand that shitty tree at the bottom to reach your class property!
An advice: never click jump to definition when Xcode is indexing, it will either freezing Xcode or crash it.
Part 1 link: https://devrant.com/rants/1137208/...1 -
I used to check what local market wants, but after joining devRant I noticed local market sometimes feels in stone age, so since February 2017, devRant is best place to learn either asking, or checking what others are doing it a helps in getting ideas on what kind of project and language needs to be done for the sake of learning
-
Also found this, could be helpful :)
https://github.com/FiloSottile/...
-
previous: https://devrant.com/rants/19528344 -
Guess who forced unwrapped Nullable value after making sure it was null... Yup that was me
(ಥ,_」ಥ)
(ノಥ,_」ಥ)ノ彡┻━┻4 -
!Rant
That amazing moment when everyone leaves office and I can enjoy music loud on iMacs amazing speakers \m/3 -
I fucking hate design agencies and everything related to fucking design!
Today we received an email from design agency asking us to put two images next to each other so that they can compare and see which one fucking fit better!
What is the difference between these two images:
first one has 28points of text size while the other one has 26 points ...
one more reason to hate this fucked up world!undefined agency design please leave this planet no one likes you what the fuck is wrong with this world fuckwholes please forget my email4 -
NO MICROSOFT FOR FUCK SAKE NO!
I have a fucking 15inch screen and that left side menu is eating 25% of it! IF you gonna throw in a new "Creative" design, make the damn menu re sizable, NO I DO NOT WANT TO HIDE THE LABELS AND MEMORIZE YOUR STUPID ICONS!
At least do what Gitlab did, a nice small menu that DOES NOT EAT HALF THE DAMN SCREEN!
Oh, did I say anything about sub menu hell that pops up whenever your mouse hover over any of the items on the left? Yaaa... that goes to a brand new rant!19 -
Never thought I would assemble an APK using terminal, but thanks to cheap SSD and Android studio, I think enough said, Android devs will understand lol14
-
I just realize I made QA wait for 5 minutes while testing session handling on the app when I missed just a single zero and made the session expire after 30 seconds instead (instead of 300000 milli calculation produced 30000)
He tried 3 times and then opened a ticket not knowing why session is always expired
wonder if I should tell him >_> -
better late than never.
So I just decided to go with Gitlab after being a Microsoft Team Services user.
To do next on my list:
Move away from .Net for backend services, any suggestions? I use dotnet core due to being able to easily finish what I want and with less code to write. Tried Springboot for Java but not a Java fan, might checkout kotlin though17 -
Dear world:
For you headphones are for music for devs they mean: shut the fuck up and let me code 😒
I hope world understands this shit -
Sad story:
SSHd to a vultr server, downloaded MongoDB docker (approx 170MB) download and extracting 70% of the image was done faster than me navigating from devRan notifs page, to devRant feed page, I need a new internet plan T_T1 -
What is worse than React native? A crash in flutter ....
They need to work on their stack trace all it's errors lead to framework assertion failed, but which fucker in my code caused it....
No one knows, time to play cat and mouse with this thing 😒3 -
A week with flutter:
1. I like how simple it is compared to React Native
2. Same issues as react, want platform specific, good luck writing plugins. Though the upside is I can use Swift and Kotlin with it, but still mixed code is bad7 -
I just created a users table and added everything except two important fields:
1. FirstName
2. LastName
I only found out when I started working on my service T_T
I'm sorry, I have sinned :(3 -
!rant but wondering,
I'm doing Instrumented test for my android app, and wrote that code to check if the fragment loads data and click on first item and check if all is working as expected, am I doing it right?
Any help would be great :)
Warning: LIGHT theme ahead, room brightness is higher than my screen and I can't see shit in dark theme :\10 -
There are a lot of things I don't understand in life, but the fact that I need to press tab three times in xcode to select the item in the popup tooltip is just ... I don't know fucked up?
I have a var called: isItemSelected, I need to press tab three times for it to use this option while in all other IDEs I used if it is highlighted then one FUCKING PRESS ON TAB BUTTON SELECTS THE HIGHLIGHTED SHIT !!
Fucking Apple shit -.-1 -
Go home Mac App Store, you are drunk for 6 months now, every time I want to get over this annoying update I just update and then up like what I just found when checking for updates :)(10
-
I'm planning on stopping my mail server but I don't know to which service I should move, I have a custom domain that I need to link, for example Google cloud apps where I can forward emails, but of course I don't want to use Google.
Any recommendations?13 -
I'm no Nodejs expert but can someone explain how in the fucking world is node_modules folder is that HUGE! on my slow ass internet it takes couple of mins to pull the repo and five mins to finish npm install! and takes so much ram to build a freaking docker container for my react website when it takes barely 300MB to build both MySQL and Asp.Net Core dockers T_T7
-
I'm pretty sure istockphoto is mining bitcoin! Visited that website twice and the damn VM started freezing and CPU usage went up to 70% ....2
-
I am sure now, my server hates me T_T
opened an SSH from Vultr portal and after working for few minutes that thing suddenly rebooted, am I a bad person :(
In its defense I had two docker containers that literary ate all the 512MB ram available :35 -
What's with JSON conditional evaluation?
How is it a good thing to add conditions to JSON?
Next in line:
Open vacancy: Full stack JSON developer -
Unbelievable !!! In reference to this: https://devrant.com/rants/2131796/...
The process that was killing performance was, Watchman! I don't even understand I don't have any node stuff running why is watchman starting on system boot ... it was taking sweet 512MB of RAM
Everything now runs smoothly ...3 -
Never new setting up a mail server could be a huge pain 😭
Two days still no luck... Let's see how long it takes13 -
Finally no more xcode at work :D
But now I have to work with React Native, still a better thing to work with than Ionic 1 + Angular .-.6 -
The joy of learning typescript!
One thing I hated about Javascript, fucking runtime errors when I mistakenly fuckup with a typo or assign wrong param to my vars12 -
Learning AngularDart, my thoughts:
1. Fucking hell I feel like a noob + I like it
2. I still prefer Vue + Typescript tho2 -
Python Question:
I'm learning Python and thought I'd start with web services since that's a concept I'm familiar with. My question is, in the attached code, am I doing it right when it comes to python? Cuz I feel like I'm following the same structure I follow in C# WebAPI and NodeJs
What about naming style? Is is the default for python? cuz I'm also using C# naming style :\
Thanks in advance ranters :)26 -
Either my server is hacked or I fucked something up two days ago without knowing, I suddenly start receiving a dms file when I try access my domain or either by IP, file name is: valroSG0.dms
Do I need to be worried :S10 -
404 error at its best from Microsoft 0_0
Side note: Anyone tried https://github.com/AvaloniaUI/... is it really same as WPF for Windows?2 -
Who is that genius at Microsoft thought about that if adding a new email to outlook on Android and credentials are wrong, CLOSE THE WINDOW AND GO BACK TO SETTINGS!!
Error message says wrong username/password then let me fucking fix them not go back and enter everything from scratch (outgoing, incoming servers, username, password)
Fuck this shit -_- -
Doesn't work
I hate my life
fuck this shit
Oh I used the wrong list
*jumps from the top of the mountain* -
Took me an couple of days to reach this moment :')
Using MAAS to deploy to VM's, now time to get introduced to JuJu and see where it takes me :)4 -
Spent an hour and a half debugging why binders are not working on my Asp.Net project to end up finding out that my controller was missing:
[Route("[controller]")]
attribute at the beginning
Life is wonderful :)2 -
YOU FUCKING FUCK APPLE GET YOUR FUCKING SHIT TOGETHER DAMN IT!
Left work 4 hours ago and guess what fucking ipa file did not get uploaded to app store, why? no one fucking knows! I admit 4Mbit speed isn't fast but if a tiny interruption happens to the mac's connection apploader will simply drop the upload!
I don't understand NASA was able to reach Mars and Apple fails to make a fucking decent file uploader !!!!
Now I will be going to waste two fucking hours tomorrow morning for the fucking file to be uploaded! -
I saw this in a project proposal of a friend's job:
we build native apps using the most advanced mobile application
development platform on the market: React Native
I feel sorry for him :\3 -
After 24 hours waiting for Xcode 9 to finish download, I run it on an existing project and got greeted with this:
Indexing Text
For fucknsake you piece of shit! Because indexing project isn't enough now Xcode index text! What the fuck are Apple employees smoking 😔4 -
!rant
True its a two days old story but now ReactJs 16 is out, and license is now MIT.
this is a good way to start my day :) -
Been depressed and bored for the past two days, wish I'm always like this. why?
I learned how to MVVM in WPF and Android.
If only Apple creates something similar to what Microsoft and Google did for data binding.
If it exists please let me know :)9 -
I've been doing it wrong for 6 months! I've been building -> uploading my work manually to server using ssh.
Now I decided I write a script for that shit .-.
Though I'm still not able to make output take a different color in Ubuntu default terminal, tried many solutions but I still fail :\
Any suggestions?14 -
Having a static class in C# with 20 variables of generic type: ArrayList with zero documentation to know type of array content 😒1
-
That joy of finally having them all passed.
I had stupid mistakes like: insertNewItem, but inside I use update T_T
project still fairly new, but this time I decided to write unit tests as I go instead of delaying till the end and writing nothing lol -
My biggest challenge was trying to convince my old boss why things need to be done the way I'm saying and not the way he wants (of course, arch wise and not business wise)
After giving up, I ended up going back to collage, studying Masters in Business Administration just to know how managers think, took me two years, and now I'm in my final semester, even though I left my old job, I am now able to handle things in a better way in my current one regardless if I was arguing with general manager, or project manager, luckily clients are not allowed anywhere near me ... -
!rant,
please bare with me :)
What is the difference between having a VPS with OpenVPN and connecting to it and between registering for a VPN provider?10 -
!Rant
Xcode 9 is now officially out, will I be writing new types of rants OR will I be saying sorry to Apple for all those Xcode hate rants I wrote.
Tomorrow is a new day :)4 -
Goodbye world, I will not miss you, I will not regret leaving you BUT THIS! I MEAN THIS !!! I cannot stand -_-
https://stackoverflow.com/a/...
For fuck sake! Why don't you put comma at the end of the line!! please someone delete his answer no commas at the beginning. Please, show mercy for a second T_T10 -
I hope I did not make the wrong decision here:
Been working on a side project using React Js for a year now. After getting to know more about Vue, I just started rewriting it and moving it to Vue, to speed things up I'm using core JS classes for network stuff and validations ...etc just rewriting Redux to Vuex and React Components to Vue Templates
If I made the wrong decision I'd appreciate if anyone tell me about it before I go deeper in the rewrite process lol
It is not that I found speed difference both perform the same from what I've seen for my scenarios. But the output code of Vue is soooo much cleaner than what I found in React, either I failed to write a clean react code no matter how hard I try to optimize it, or Vue really takes the short way and keeps things clean.19 -
I like how google is trying to catch up in the competition of video calls, and chat...
I have a Gmail account & work email is on Google G-Suit, every time I access one of them that Google meet popup shows in a desperate attempt to make people use it ....14 -
Sometimes I look at my old code and I wish I could go back in time and punch my self in the face for writing that shit
But then I look at it as I'm actually improving so guess it's ok?
Spent 4 hours fixing callback mess I had in my ReactJs project, making it all as Promise and async hope I don't fuck up this time -
!rant && isSorry = true
this aint StackOverFlow but I need a tiny help here, I'm receiving data result from an API that is formatted as x-www-form-urlencoded, do I add a valid url at the beginning and use URI parser in Android or is there some other solution for it?
Sample of the result I'm receiving:
repositoryId=TEST&response.gatewayCode=BASIC_VERIFICATION_SUCCESSFUL&result=SUCCESS&sourceOfFunds.provided.card.brand=MASTERCARD15 -
Happened this weekend, bought a website template and added it to my git repo and after 10 minutes wait (slow internet and too much images) I realized I added the wrong template
Had to start again 🤦🏼♂️😪 -
Not sure if it is a rant or not but I'm getting worried about Apple... Two days passed uploaded a new update multiple times and all ended on the first try 😨
Usually it takes many tries for it to be uploaded 😨
On top of that, iTunesConnect is faster and no longer stuck at loading when token expires 😨
I hope I'm not dreaming 😅4 -
Fuck you VS Code! Have to reboot my VM every four hours because that piece of shit starts glitching on the screen and freezes the entire system when I want to close it!8
-
Access undefined as undefined....
Apple devs need a break. Xcode devs need to be sent to another planet -_-4 -
Me: What if I use navigation props in EF Core, what might go wrong?
*tests API call*
*120 seconds later finally got result*
Me: I better undo my changes and stick with 2 seconds response time O_O -
You see this? that's Apple fucking up! Uploaded a release and their server could not do its job correctly... Now I need to do another build just to be able to upload the app again
It's been processing for two hours, and there is another build that is processing for a week!
Not only their XCode is shit but also their iTunesConnect is shit, can they just rename the company to Shit, cuz that's what they seem to be best at doing...2 -
Saw this open source software list, thought I'd share it here,most of them work for Linux.
https://www-fossmint-com.cdn.ampproject.org/...2 -
rant == false && help == true
I usually don't like posting non rant stuff here but I need help.
How do you usually design your service communication class?
I am working on a mobile app which contains talking to a REST service, I usually put all network calls in one class. Down side if it becomes a big class it becomes a pain to maintain. Any thoughts?
For a backend service I usually go with Repository design and it is working out well for me. But for mobile Apps I'd like to see if there is a better approach4 -
Stackoverflow moderator election, time to down vote those who are going mark our question as duplicate!
https://stackoverflow.com/election/...1 -
it thrills me how killing "watchman" makes computer faster!
Well it is a Facebook creation after all .... No wonder why1 -
Accidentally cleared user accounts table that connects mobile apl accounts with main system accounts. Almost had a heart attack but luckily Azure had point in time restore 😌
-
My biggest data loss and also contributed in me getting into computer stuff was when dad formatted the computer before I was able to take a backup, felt so bad at that time it had all my photos from school with friends.
So instead of crying in the corner and me not knowing they can be brought back, at least half of them, I started learning how computers work, how software work, what type of software is out there ...etc. Though that brought more work for dad having to format my mess every month of so XD
But I ended up learning a lot of new things. Then one programming class at school sent me into the dev world2 -
Rant!
What ryms my gears seeing those posts on LinkedIn:
1. What startups need to do to become the next billion dollars corporate
2. App ideas that will sell in millions
3. What every wannabe needs to know to become the best entrepreneur
I honestly don't recall adding other than devs and HRs 😒undefined wtf world full of... i have a million dollar idea useless why? plz throw away your computer do you even hear your self talking? i'm speechless 😔 -
So Apple did make iTunes connect better but why the hell would they disable the tab button to move to next text box? I hope its just something wrong on my end or that would be a dumbass move -_-
On a side note, devRant need to have a category for Apple so it makes it easier for at least me to rant about them -_____-3 -
Was just asked why a react project keeps on throwing CI error that path not found, saw the OS was windows and my reply was:
I don't dare using Nodejs/React on Windows, on *nix machine or that thing will keep on messing up
I hope I was right in my response :S6 -
Watching a video on YouTube that shows: Refactoring and Extract Method features in xcode 9 beta brings a tear to my eye, never thought we will get that basic functionality 😢
-
WTF Is wrong with Kotlin! Every fucking time I upgrade its Android Studio plugin i receive loads of errors about: Type mismatch: inferred type is FragmentActivity? but FragmentActivity was expected
for fucks sake bitch! Why the hell you keep on switching from optional to non optional on every fucking update, my commit history is full of this type of fixes -_-5 -
One thing I don't understand, when I want to sign into iTunes Connect website, I have auto fill filling credentials, Apple first shows only email field, click next, then it shows password field, click next then you are logged in.
Why is it like this? Username and password are both filled, but yet need to click login twice to access my account -_-4 -
I never thought I'd reach a point where I use High Contrast theme for development O_O
Was always a user of dark theme, but now VS Code is on High Contrast and it is comfortable af but ugly af also :\6 -
Not a specific bug, but I always have that satisfactory feeling when I fix a bug inside a code like this:
1. Spaghetti af
2. Duplicated af
3. Heavy use of static fields instead of passing via callback when required
4. variable names like: textbox1 ..etc.
5. No comments
It is true that is a huge pain in the ass to deal with, but then I look at it as I was able to create something out of that mess, I mean all is mixed up nothing is clear, no clue where it starts and what caused it, but then I put the pieces together and end up with a solution of what I thought to be: It will never be solved when that mess is here.
Not an excuse for messed up code, I try fixing whenever possible, but hey, at least I did not run away and give up -
Is this really android 12? My phone is stuck at android 9, and I'm using simulator to test an app but wtf is this? its like the cheap copy of an iPhone settings :S
What is this even the stretching when we hit edge of scroll :S
This thing looks like when Windows Phone meets iOS9 -
Some people must be forbidden by law from drawing wire frames!!!
I received wire frames, with white background and everything else is #C2C2C2 -_-2 -
Did I screw up or is it ok doing this?
1. Calling another method inside the same factory file
2. Calling a method from another factory file
3. All factory methods are static because they only depend on their passed parameter(s)7 -
React Native so far today:
1. need external dependency to load svg
2. react-native link doesn't work as it should
3. metro bundler not updating its cache
I wonder if the list will grow or that's it for today... -
Is it by design or Facebook devs made a mistake?
https://github.com/libra/libra/...
In short, power is centralized, protocols can be changed at any given time --> Coins issued can be manipulated, revoked, increased by that centralized power holder3 -
RPi or any other alternative? I need at least 2GB of RAM and getting two RPis is not an option lol
I like OrangePi but not sure how good it is tbh3 -
I hope I'm doing it wrong and there is actually a way to tell who the sender is, like an Id? But fuck no Apple finds it using tags with numbers a fucking genius idea!
Again, I hope I'm wrong and we can actually do something like: sender.id = txtName.id ...10 -
It seems google index this link: https://devrant.com/search/...
for that query:
The Crashlytics build ID is missing. This occurs when Crashlytics tooling is absent from your app's build configuration. -
I hope it fucking work this time, kubernetes has been on my damn list since last summer, gave up on my 2Mbits internet so I took a scaleway server with 200mbits let's hope I get it to work this time!19
-
I finally got the time for learning Go.
Anyways I'm reading this about packages, and made me wonder, what exactly a package is in terms of Go lang?
That example extracts two functions into a new package, and that made me confused11 -
React native never fails to amuse me!
For fuck sake few seconds difference in time between development machine and my phone causes the app to crash on long tap!
The solution on their GitHub was to fix time difference between Android and mac 🤦🏼♂️
What... The.... FUCK!4 -
How do you test unreachable code or part that is considered an edge case?
For example I catch exceptions in case IO failed and data was not written on database, but that only happens if hardware failure, or no disk space left, how do I mimic that?
I also have unreachable code for example, in one layer I fetch data (lets call it function x) and always return success result unless item not found I throw KeyNotFound exception. But in the calling function I handle the case of Status == Failed
Just in-case in the future I change function x and start returning failed status, so my logic already written but never reachable14 -
Something really strange happened now, I received my 2-step login codes from Google from an unknown number and just codes, doesn't Google usually use this format: G-XXX-XXX
and have their name in the title?5 -
What are the symptoms of a broken openssh server?
I completely lost access with connection reset by peer, however, earlier today I kept having my session auto disconnect on only one server, the only way I could gain access is to remove and then install openssh again
But on this particular server, I have not even changed ssh port, why did it get broken?15 -
featureRequest = true;
It would be nice if clicking outside the "Post Rant/Comment" box doesn't dismiss it, I almost lost a long comment a while ago due to wrongly clicking outside the post button (which is not small but somehow I am able to fuck it up lol)4 -
Spent an hour trying to figure out why my API request was returning unauthorized, turned out I had a trailing space after the ID (hard coded for testing purpose) T_T4
-
!rant but wondering,
this time I did not get my self blocked out of my server lol
But I have set up nginx to receive url then redirect to another server, my question is:
I ran tracert on the url but it ended on the nginx server, is there a way I can find out if my nginx IP is forwarding?
I have a webservice on server z, and nginx on server x, tracert end at server x, so does dev tools in chrome/firefox they show host ip header as server x. Is there a way where I can trace my call to server x if it is forwarded to another server?
I know I'm forwarding it, but if someone wants to know, can they? -
Where do I request a new word to English dictionary? Apparently, template is now tempalte according to my fingers >_>2
-
Google made sure that devs understand Layout Editor has lots of bug fixes in AS 3.4,
I'm now at 3.4.1 and that thing still crashes (stops responding to changes unless I do them in XML) when I just add a damn new control in an empty window!
I hope they get it right anytime soon.
So my situation right now:
XCode shit when writing code but has some robust Layout Editor
Android Studio: Amazing when writing code but shit when using Layout Editor
Guess one can't get the best in at least one of them :\3 -
React Native, Flutter, Xamarine, Cordova hope all of you fucking burn in hell! Piece of shit solutions...
Just want to simply enable remote JS debuggin but the fucking app stops reloading when that shit is turned on. Now how the fuck am I supposed to know what the fuck is wrong with my code, disable remote JS debugging and app loads again.
Fuck this shit!6 -
Was working with Swift lately, we no longer have: x++ in Swift, and I wrote rowIndex += 1, and go-lint was not happy about it ....6
-
Forget about this: https://devrant.com/rants/2136329/...
Now I Whatsapp myself with the files I want because apparently, I'm too lazy to connect the phone to my laptop :\5 -
Thought I'd give Windows a try from that rant: https://devrant.com/rants/2002967/...
Typical windows, no biggie...1 -
I'm still learning so take it easy on me, I'm trying to learn typescript and Factory pattern, hope I did it correctly this time :)
Link: https://pastebin.com/99AL3qah
Its only one class in hope I got it right so I can continue with the others9 -
Dafuq is wrong with Android Studio, build error report is useless every time I have error in one of my files I need to run gradle assemble debug manually to know where the fuck is my error
Like now I changed type of a property and as usual build report showed error in Databinding auto generated class instead of pointing to my fragment where the error should be3 -
I give up. I am having trouble understanding Go lang *, & stuff.
attached code does print what fmt.Println has, but the function calling: FindByID is throwing invalid memory address or nil pointer when it attempts to use the result of the code.
Can someone please explain where I'm wrong?
Error log blames the line of "if" condition even though fmt does print its output to console16 -
Came to work at 9, it is now 3, I have done nothing thanks to React native project screwed up just because I updated one dependency ....
And guess who's dependency it is: Facebook!
How to solve issue, by guessing!
https://github.com/facebook/...1 -
I thought I'd give flutter a test, a simple list app lags on the following:
1. Scrolling the "Lazy Loaded" list
2. Tapping on a list item to change an icon color
I followed their "lesson" in creating that app
Now tell me, why should I invest time on this?6 -
About to checkout Gatling for load test to my REST api, any other suggestions?
So far their docs look straightforward to follow, requires scala but it doesn't look that complicated for that particular case.
Dotnet core devs, do you recommend another tool?8 -
Opinions please.
I want to share a small model in my iOS app. Now on android I'd do with with ViewModelProviders, but on iOS I'm going with SharedDataContainer which is basically a singleton class that store key value data.
Is there any better approach? Data will not be bigger than 10 list items with guid (key) and int (value)
However; when I have big data I do cache on disk or hello OOM exceptions (or whatever they call that bitch on iOS) -
I saved myself headaches and whenever some one talks about this thing, I leave ...
Code gets complicated? Blame the one who forced that coding style in front of management and go to sleep peacefully.
Either work like an adult and accept criticism or go away and let me do what I'm paid for ...2 -
I don't understand this:
xtrabackup --backup --datadir=/Path/To/Database/ --target-dir=/Path/To/DBBackup/ --host=172.25.0.51 --port=3306 --user=backup --password=...
When I execute it out put says:
Access denied for user 'backup'@'172.25.0.1'
Why is it using user@GATEWAY instead of user@HOST?7 -
Went through 60 python packages to see which fails installing on the serve. Took hrs as I have no terminal access but just via jenkins pipeline. So "edit/gitpush requirements.txt and wait" many times. Eventually looped them 1 by 1 in shell. By end of day got the list that installs.
Finally sent the whole list....with confidence
-Takes full 10 mins & Fails......
(panic mode starts)
+Changed the sequence = fails, somewhere else
+1 by 1 again = installs.....
+few random without the culprit =works
+again, whole list = fails, somewhere else
Need to sleep, brain's thinking of eagles1 -
I need a short command in Slack to paste in the text "Let me know when you have pushed", you know, for efficiency's sake2
-
That moment when I suddenly notice that I've been working for two days on my repo that is hosted on Microsoft Team Services, while the active repo is hosted on Gitlab
Luckily changes where on a sub library can be managed to integrate a diff1 -
That awkward moment when I spend two days configuring my proxy server and nothing works, I just try calling my server base url and that shit works O_O
That's a good start for a monday10 -
Question: which is better approach?
1. Use push notifications to tell react website that new data is available
OR
2. Use SignalR (similar to socket.io) and push data in real time?
The down side of SignalR is server needs to map connections --> use more memory while push notifications doesn't require that12 -
Not sure if I'm sick or I'm actually in my full sense ....
I reached a point that I'm sick of all that million language to work with, maintain lots of shit, and started to consider using Flutter and get it done.
But I still don't like to build on these things because well, for the lots of trouble I went through in React Native, and yet again in Flutter having to modify several plug-ins because they don't support a simple feature as simple as Authentication header
I thought I'd give SwiftUI a go, but for a starter:
1. No pull to refresh
2. No proper grid (aka UICollectionView)
3. Comparing SwiftUI with Flutter, Google did a better job at keeping things simple
4. Only iOS 13+ supports SwiftUI, their statistics might show 90% using latest update, but that's their target audience, mine might be 90% not on latest update ...
Just some midnight thougts filled with frustration and wondering: How do web developers keep up with those "look ma! I made a new JS Framework!!" their life must be tougher .... -
I'm facing something strange, I have set the following headers in Nginx to return:
strict-transport-security: max-age=31536000; includeSubDomains
vary: Accept-Encoding
x-content-type-options: nosniff
X-Firefox-Spdy: h2
x-frame-options: SAMEORIGIN
x-xss-protection: 1
But I only get them when I browse root of my website, but if I go to https://website.com/subPage
those headers are not returned, now I did set them only on
"location / {}"
Any other headers I am missing that needs to be set?
in nginx, but how do I force it on all sub pages, or there is no need?2 -
Not dev related though, but now that I'm in my last semester in MBA, I'm thinking of going for a double major and doing masters in something else also related to business, say.. MIS?
Any thoughts?1 -
What books do you recommend for reading? Do I buy some ML books?
I am currently reading
- The Clean Architecture
But I'd like to learn about ML as for now all that I've used are ready built libraries like Infer.net, Sklearn1 -
Though I don't use vim, but why all the hate when it is a widely used software?
https://hackaday.com/2019/04/...7 -
Android studio kept nagging on me to update to v3.3.1 for a month, upgraded yesterday, and today it wants to upgrade to 3.3.2 T_T
Irony at its best lol -
Question about GPG:
So I understood the concept and successfully applied it to my Gitlab, but how helpful is it?
From what I understood it helps detecting which commits are from verified authors and which are from just someone who has access?
I'd appreciate if someone explains more on how helpful it is :)5 -
That font in the new Gmail theme is fucking ugly and makes me blind
Wish we could use something else at work :\
I'm not a fan of mail apps but I guess it is time to use one after that update....6 -
Does anyone recommend this book: https://kobo.com/us/en/...
Just want to learn more about Domain Driven Design.3 -
Random thoughts...
Just implemented policy-based authorization in dotnet core, long story short to lock an endpoint to a certain policy I just add: [Authorization(Policy = "NAME")]
on top of function/controller declaration
Was wondering how it is done in other languages, like NodeJs, Java, Kotlin ...etc11 -
Is someone is facing this issue? This is the second time I try to download LibreOffice, download speed is 200KB,
I just downloaded AWS CLI and download speed was 4MB, are they throttling or something?7 -
Only one, they gave me an example of a tiny service from their system to see how I would solve their problem as for the rest are about right a sort algo, find x from y, lame old questions .....
-
It seems I am developing a habit to always forget to test "fetch" code in a repository, found two unit tests having all insert/update/delete but not a single fetch function T_T
-
Fuck you XCODE !!! Keeps crashing
Fuck you REACT NATIVE!! Refuses to fucking start metro bundler
Both must burn in hell right now!1 -
Updated to Xcode 11.4, now git doesn't work and I need to download 1GB of Dev tools to get it working.
Xcode alone is 8GB wtf is included there if I still need to download more tools?1