Live data from Hacker News

Viewing profile — crocarneiro

crocarneiro

HN member
Joined
Tue, Oct 06, 2020, 5:55 PM UTC
HN karma
16
Public activity
12 items

About crocarneiro

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #30793747

    Just wanted to thank you. I used Beekeeper for some time instead of PGAdmin and it was a very nice experience.

  3. comment
    Comment #26982900

    Same here. I think it's better for small modifications. I find CTRL+o CTRL+x faster than ESC + :x, also there is no need to enter an edit mode. But at the end of the day is a matte…

  4. story
    Ask HN: Which C style do you use?

    Just for statistics, which C coding style do you use and why (if there is a reason other than just personal preference)? The Indian Hill Style (https://archive.org/details/indian-h…

  5. comment
    Comment #26925768

    He meant that in some SQL Dialects you cannot check FIELD = NULL, you have to use FIELD IS (NOT) NULL (like Oracle). Therefore you cannot use FIELD inside an IN clause either.

  6. comment
    Comment #26838790

    That's true. There was this senior guy in our company we could ask him anything about .NET and C# and he would live code for us to answer or question. So I think it's nice to have …

  7. comment
    Comment #26838748

    That makes sense. Lately the demand for seniors is high. I see a lot job postings for "Senior Software Engineer...", you wouldn't hire a guy to not code at all. If you do you might…

  8. comment
    Comment #26838692

    Hmm I see. At my company the seniors who did not dropped out became POs (product owner). Given we barely have developers with 5 > years in house I can say that most seniors here ar…

  9. story
    Ask HN: Senpais, seniors developers, do you still write code at your job?

    I know it change from company to company (that's why I am asking here to be honest), but I see some people saying that seniors don't even code anymore. Is it true (in your case)? S…

  10. comment
    Comment #26837487

    I would like to know about this too. Did you find any interesting article?

  11. comment
    Comment #26808154

    Dope! I love those, don't know what the name is, "kinda vaporwave old school" styles

  12. comment
    Comment #26318989

    Don't know about the other two, but the first one is available in java 10 and later.