Live data from Hacker News

Viewing profile — cbreezyyall

cbreezyyall

HN member
Joined
Fri, Feb 26, 2016, 6:06 PM UTC
HN karma
34
Public activity
18 items

About cbreezyyall

No profile information was provided.

Recent public activity

  1. comment
    Comment #43395841

    That's the 'regular representation' of a group. https://en.wikipedia.org/wiki/Regular_representation

  2. comment
    Comment #39281165

    Often referred to as resume driven development.

  3. comment
    Comment #39072768

    This feels like an interesting interview question. I think you could simulate this with a full outer join on the entire select list and coalesce? For a UNION ALL you could put some…

  4. comment
    Comment #37942435

    Is that contact form the best way to get in touch with you about getting involved?As a programmer and amateur DJ it breaks my heart to see the best website for buying tracks go dow…

  5. comment
    Comment #37616663

    Imagine never being able to be lazy about anything because the jokes are such a layup.

  6. comment
    Comment #36550955

    I know other editors have their spinoffs but SLIME is the reason emacs is the go-to for lisp programming. it's really hard to beat that dev experience

  7. comment
    Comment #35958484

    This comment isn't getting the recognition it deserves.

  8. comment
    Comment #35810538

    Tavis is an absolute gem and everything they do falls in the very small "good computer thing" bucket

  9. comment
    Comment #34675367

    SomethingAwful has bar none the best tech related forums and discourse.

  10. comment
    Comment #34398274

    A personal favorite ruby -e 'puts (0..99).map {|i| srand(46308667) if (i%15).zero?; ["FizzBuzz", "Buzz", i+1, "Fizz"][rand(4)]}'

  11. comment
    Comment #34225458

    My biggest takeaway from this is that CLOS and it's multiple dispatch system is the Platonic Ideal of OOP

  12. comment
    Comment #33068218

    you say lone wolf mass shooter, i say domestic gladio.

  13. comment
    Comment #32341261

    I would never ask leetcode questions that have some trick to them. These are ones we've come up with internally and are incredibly straightforward.

  14. comment
    Comment #32341242

    I could try this. I can't really leave since the interviews are all done over zoom now, but I could ask the candidate if they'd like a few minutes without my camera or mic on.

  15. comment
    Comment #32341227

    This doesn't really seem like an option; normally I'm just one of a series of interviews and I can't just hand them off to the next person.

  16. comment
    Comment #32341217

    I wouldn't say I'm compromising the tested standards, if they can't do it I'm going to be up front about that. It's just that the expected skill level for a particular role gives c…

  17. story
    Ask HN: How do you make the most of a bad interview

    Context: I do technical interviews for various roles at my company. The interview lasts 45 minutes and I primarily test people on their data modeling and SQL skills, though sometim…

  18. comment
    Comment #24082737

    Doesn't AWK already do all of this?