Viewing profile — cbreezyyall
cbreezyyall
HN member- Joined
- Fri, Feb 26, 2016, 6:06 PM UTC
- HN karma
- 34
- Public activity
- 18 items
- HN profile
- View on Hacker News ↗
About cbreezyyall
No profile information was provided.
Recent public activity
-
comment
Comment #43395841
That's the 'regular representation' of a group. https://en.wikipedia.org/wiki/Regular_representation
-
comment
Comment #39281165
Often referred to as resume driven development.
-
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…
-
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…
-
comment
Comment #37616663
Imagine never being able to be lazy about anything because the jokes are such a layup.
-
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
-
comment
Comment #35958484
This comment isn't getting the recognition it deserves.
-
comment
Comment #35810538
Tavis is an absolute gem and everything they do falls in the very small "good computer thing" bucket
-
comment
Comment #34675367
SomethingAwful has bar none the best tech related forums and discourse.
-
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)]}'
-
comment
Comment #34225458
My biggest takeaway from this is that CLOS and it's multiple dispatch system is the Platonic Ideal of OOP
-
comment
Comment #33068218
you say lone wolf mass shooter, i say domestic gladio.
-
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.
-
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.
-
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.
-
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…
-
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…
-
comment
Comment #24082737
Doesn't AWK already do all of this?