HN user

michens

38 karma
Posts1
Comments13
View on HN

Yes, either @IfBuildProfile/@DefaultBean if your logic depends on build profile, or @LookupIfProperty/@LookupUnlessProperty if it depends on property value

Annoying notifications are a thing for most of the MS stack. Outlook, Teams, Word. Recently I had to dig into some cryptic Registry options to disable some stupid balloon notifications in outlook that pop up every time I open the app. I don't care about your tips and your new interface, I just want to be able to search for a specific email and go back to work quickly.

Care to explain? Keeping private keys inside the repo sounds fine for me as long as these keys are only used for local development, they are rotated regularly and are only valid for localhost (in case of TLS certs).

One thing I love about macOS terminal is the distinction between Command-C and Control-C in the Terminal. One copies a text under cursor and the other sends a SIGINT. I absolutely hate using Control-Shift-C to copy a text in Linux terminal and Control-C anywhere else.