• Hey there! Welcome to TFC! View fewer ads on the website just by signing up on TF Community.

IDFC Cards Facelift

Bionick

TF Select
Hi all.. IDFC has just refreshed the look of the Wealth, Select and Classic cards. The new design is live and can be checked on the website.
 

Attachments

  • Screenshot_20241224-133524.webp
    Screenshot_20241224-133524.webp
    40.3 KB · Views: 682
  • Screenshot_20241224-133542.webp
    Screenshot_20241224-133542.webp
    38 KB · Views: 669
  • Screenshot_20241224-133600.webp
    Screenshot_20241224-133600.webp
    47 KB · Views: 659
Ah you are right though I think sapphiro is quarterly but idfc monthly. I do have few debit cards for lounge atm so still covered, sad days though.
Yes, it's monthly but see it this way if I travel in Jan I only need to spend in Dec 20K it is not required to complete the full 60K cycle. For ICICI 75K is needed even for 1 access. DCs are best for Lounge Access.
 
Generally speaking, we use "greater than equal to" i.e., ">="
what you used is more often than not considered as "this implies that"

@HumorSimpson #syntax ka jhol
Meanwhile C++ 20 's spaceship operator <=> laughing in the corner

design ufo GIF by Chris Gannon
 
You need not. Every 3 years it keep changes with terse syntax. Most of the teachers, themselves are not versed with c++ real power in templates and end up coding in c with cpp file extension.
python is very user friendly very very much
but java & c are still considered fast and better isnt that right
are python developers overlooked?
 
python is very user friendly very very much
but java & c are still considered fast and better isnt that right
are python developers overlooked?
Programming languages are of 2 types by their design -> Native and managed.
Native : produce object code on compilation (high level language -> assembly instructions -> obj files and executable) which are understood by the processor and are fast.
ex : C, C++, Objective C

Managed : an intermediator translates high level code on the run generally slow. But there are some techniques to improve like JIT compilations. Here no notion of memory and is managed by the JVM. Development is easy due to lot of features in built for development of complex applications to save development time.
ex : java, python etc



>>are python developers overlooked?
The power of python is in its ecosystem of accelerated libraries (NumPy, Pandas) and frameworks(pytorch). If you are in AI/ML python with its libs is all you need.

But anyways python + one more language is needed definitely .


You might wonder, if performance is needed why managed languages ?
Because developer's time is more precious than processor's time.
For example , if you are adding 2 matrices , a plain C code will be faster than a Python code. But the modern processors have vector assembly for accelerated cores (SSE, MMX, SIMD instructions ) which are exposed via sw libraries making C and Python irrelevant. In practicality only the for loop checks may take time but the real computation is handedover to accelerated libraries.



Few days ago the python csv code you wrote, is generally written in Pandas for better performance practically.
 
Programming languages are of 2 types by their design -> Native and managed.
Native : produce object code on compilation (high level language -> assembly instructions -> obj files and executable) which are understood by the processor and are fast.
ex : C, C++, Objective C

Managed : an intermediator translates high level code on the run generally slow. But there are some techniques to improve like JIT compilations. Here no notion of memory and is managed by the JVM. Development is easy due to lot of features in built for development of complex applications to save development time.
ex : java, python etc



>>are python developers overlooked?
The power of python is in its ecosystem of accelerated libraries (NumPy, Pandas) and frameworks(pytorch). If you are in AI/ML python with its libs is all you need.

But anyways python + one more language is needed definitely .


You might wonder, if performance is needed why managed languages ?
Because developer's time is more precious than processor's time.
For example , if you are adding 2 matrices , a plain C code will be faster than a Python code. But the modern processors have vector assembly for accelerated cores (SSE, MMX, SIMD instructions ) which are exposed via sw libraries making C and Python irrelevant. In practicality only the for loop checks may take time but the real computation is handedover to accelerated libraries.



Few days ago the python csv code you wrote, is generally written in Pandas for better performance practically.
Thanks for the cool gyaan 😉
 
I'm holding wealth card. If I order a new replacement by claiming that the old one is lost, will I get the old model or a new face of the card?
New one. But when will they start dispatching new one is not clear at the moment. So if they haven't started dispatching new ones and you request for a replacement, you will get the old design. Also check with customer care if they levy charges on replacement cards.
 
Back
Top