Ram

9 posts

Ram

Ram

@ram318_

Katılım Ekim 2016
72 Takip Edilen3 Takipçiler
Ram retweetledi
Wan
Wan@h_awg·
@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
2
1
37
6.5K
Ram
Ram@ram318_·
2/ Check for Single Method Call: If your lambda only has one method call (e.g., s -> s.toUpperCase()), replace it with a method reference (String::toUpperCase).
English
0
0
0
27
Ram
Ram@ram318_·
🧵 Simple hack to remember when to use method references instead of lambda expressions: 1/ Look for the Verb: If your lambda does one specific thing, like calling toUpperCase(), println(), or new, it’s a candidate for method inference.
English
1
0
0
29
Ram
Ram@ram318_·
Validating JWTs JWTs are signed by the authorization server with a secret key or a private key. The resource server uses the corresponding public key (often retrieved from the authorization server) to verify the token’s signature and ensure it hasn't been tampered with.
English
0
0
0
34
Ram retweetledi
Robert Niestrój
Robert Niestrój@NiestrojRobert·
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?
Robert Niestrój tweet media
English
357
90
1.5K
747.7K
Ram
Ram@ram318_·
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
0
0
0
28
Ram
Ram@ram318_·
Preorder Traversal
Ram tweet media
Español
0
0
0
0