B Raja

@bathiniraaja.bsky.social

Naval Ravikant: "Following your genuine intellectual curiosity is a better foundation for a career than following whatever is making money right now." 1) Learning what excites you Creates luck Others can't copy. Because ... ↓

Bild

There is a kind of blind arrogance and self-centeredness that I see everywhere. A person becomes successful, makes money, justifies having so much by claiming they are wealthy because of the choices they made, not luck.

Will you expect this code to be JSpecify-compliant? If not, then how to fix it? @NullMarked public final class Demo { List<String> removeNulls(List<@Nullable String> input) { return input .stream().filter(Objects::nonNull).toList(); } }