Ram
9 posts


Govt imposes 30% duty on yellow peas import from November 1 financialexpress.com/policy/economy… via @FinancialXpress
English
Ram retweetledi

@GhosthausKid @Yampeleg It generates token by token, in image generation probably pixel by pixel.
Which is very different from other image models out there that use diffusion. I.e. generate the whole image as noise and then gradually make it sharper.
English
Ram retweetledi

Candidate with 15y experience in #Java and #Spring in 2024 does the following in an coding task. My biggest red flags:
- java.util.Date 🤯
- findAll() conversion
- @Repository use
I know Lombok's @Data is debatable so just a yellow flag.
Hire or no?

English

If a String is created using 'new' for the first time, the created string wouldn’t be saved in Pool. To put such Strings in the pool, we need to call the intern() method on the String.
#Java
#JavaStrings
English
