Details
-
AboutI meow.
-
Skillspython, mssql, mysql, js, nodejs, php, html, css, mongodb, bash, json
Joined devRant on 2/18/2018
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
-
Looking around the directory, i noticed these log files.
He sure have a rough time testing it.
Apologies if my work station is running on Windows.8 -
I'm currently removing hard-coded DB creds in our modules which is in production. I've thought, this format is the worst:
db_dsn = 'db_dsn_conn_1'
conn = pyodbc.connect('DSN=%s'%(db_dsn))
Behold!!
conn = pyodbc.connect('DSN=db_dsn_conn_1') -
Hotfix asap. Hotfix still in progress.
An ehancement that also needs the hotfix to be release at live in two days. One day for pre-live testing, and another for live testing.
I pray that nothing else will break.2 -
I'm currently tired, stressed, anguish and frustrated.
I have a live issue(a bug to hot fix asap), 7 files to reprocess to be finished by tomorow, 2 enhancements( 1 under pre-live testing, 1 for live release), and an unstable internet connection today. Tomorrow is saturday. Clock is ticking.
How am i suppose to finish everything on time? :(7 -
It's only Monday. Why do i feel so tired. T_T
Today's work:
- 3hrs check point meeting on Project A
- quick API fix, testing and dev assistance on Project A
- prelive deployment of Module B
- code review and enhancements for Script C
- prelive deployment and testing for Script C4 -
I'm doomed.
My first production worker script is making multiple active attribute of a user. My script should be able to deactive the old attributes if there is new one.
Months ago, this issue occured. My teammate from team A take over the script to investigate since I am busy working with team B.
Yesterday, I found out that I, myself, overwrite the fix my teammate made for that because of a new feature.
I have to clean up the affected records on production on Monday..and i have to explain to my manager. T.T
LPT: ALWAYS PULL REPO before developing new feature... -
It's Friday and you're tired. You're working beyond 8 hrs already. Sure it's paid OT but you want to go home. Just finishing the last 10 API endpoints. But you execute the wrong script the overwrite the directory of the last 10 API endpoints instead of the swagger doc generator script. GRRRrrr.... NO!!!!! T_T2
-
I feel hopeless after Unity fails to start/run under your primary user but works fine using guest user and other user in the system. And i did my research to fix it, but none seems to work. :(
The last thing i did to my laptop that might cause the error is executed the commands below:
sudo apt-get update
sudo apt-get upgrade6 -
Concentrating and understanding someone's code/ script. :|
The code is not in class form, does not have comments, and indentation is out of control. T_T1 -
When you're newly assigned to one of the most FUCKED UP team in the department and your manager said that ALL LEAVE REQUESTS from your team are AUTOMATIC DISAPPROVED for March until i see significant progress, hayyyy...poker face. I really don't know what to feel right know.7
-
I feel sad for some of my officemates. They are required to go to office today due to client support stuff, and it's a Sunday. They should be resting, be with their family/love ones/pet/bed, playing games, or whatever they want to do on a rest day. :(8
-
This company have a group of three DB in their product. One DB consist of 130 tables, and they DO NOT HAVE ERD.
Better start one.....while I'm bored and do no have task yet.
~pokerface :|1 -
In the compeny where i work for...
Me: who's our sysadmin?
Some senior: we don't have one. Me, i guess?
Me: (pokerface. yeah..right. walk away.)11 -
How can you finish you task if your workstation don't have internet access, your "internet" laptop - which your personal laptop - have limited/intermittent internet connection, and the db your testing is under restoration...