Live data from Hacker News

Viewing profile — JesseAldridge

JesseAldridge

HN member
Joined
Sat, Dec 29, 2007, 8:08 PM UTC
HN karma
1,807
Public activity
487 items

About JesseAldridge

I'm in San Francisco. Contact me at JesseAldridge@gmail.com.

http://jessealdridge.com

YC Badge: 0x6cF8d9618dF0ACa91ECE741439d182E5391C881B

Recent public activity

  1. comment
    Comment #40640904

    I remember once I worked at a company that was being acquired by another. As part of the screening we all had to go over to the other company to do an algorithms interview. Everyon…

  2. comment
    Comment #40639987

    I do not have an alternative and agree that this type of screening is necessary. I just think the fundamental problem here is not procedural as the post seems to suggest - but rath…

  3. comment
    Comment #40639433

    I always find it strange that people who talk about tech interviewing inexplicably overlook what seems to me to be a core defining characteristic: they are highly traumatic. You ta…

  4. comment
    Comment #34588745

    Buying a simple Brita filter is probably a good idea, right?

  5. comment
    Comment #30775760

    And where does legal authority come from? Social consensus - it's the same thing. The legal edifice maintaining property rights also requires maintenance.

  6. comment
    Comment #28951667

    There is value in able to send and receive money more easily.

  7. comment
    Comment #23850931

    > boy do I have some fun stories from that experience Not gonna lie, I'm kind of dying to hear them.

  8. comment
    Comment #23597210

    Hey guys. I wanted to see if I could invest my money in a better way than just sticking it in a Vanguard account. I decided to just try buying a bunch of stocks following a bunch o…

  9. story
  10. comment
    Comment #22689394

    I tried a few and I like Emfit's tracker the best: https://www.amazon.com/Emfit-QS/dp/B0158W3E2A It's nice because it goes under your mattress so you don't have to wear anything. T…

  11. comment
    Comment #22516972

    > they haven't transitioned from SVN to git solely because of the logistical challenge of migrating 30 years of commits lol, I don't think that's the reason. At the only place I wo…

  12. comment
    Comment #21733944

    > Why did founders tie themselves in knots doing the wrong things when the answer was right in front of them? Because that was what they'd been trained to do. Maybe I'm overly cyni…

  13. comment
    Comment #21567951

    Here's a map of PM2.5 levels in San Francisco for those interested: https://hoodline.com/2015/04/should-you-be-worried-about-air...

  14. comment
    Comment #21508400

    It should be stated that the flip side of not giving up is incurring the massive opportunity cost of years of lost compensation. That can easily be over a million dollars for a goo…

  15. comment
    Comment #21301220

    > add each number in a list x to each number in the corresponding row of a two-dimensional array y I mean, I could write a function `add(x, y)` that does that in any language. You …

  16. comment
    Comment #21236305

    > "These planets are much, much too far away. Even in the very optimistic case of a livable planet that is not too far, say a few dozen light years...We are talking about hundreds …

  17. comment
    Comment #21120436

    Process 100,000 rows?

  18. comment
    Comment #21119885

    Embodied cognition is definitely a thing: https://en.wikipedia.org/wiki/Embodied_cognition And in software development, the primary bottleneck is thinking. Anything you can do to e…

  19. comment
    Comment #21033808

    It was a Flask app using SqlAlchemy (so Python). I'm not sure functional programming would have changed the situation much. I imagine there would still be repeated patterns involvi…

  20. comment
    Comment #21032520

    This was my position for a while. ORMs introduce a layer of magic which obscures what's actually going on under the hood. I decided I would just make raw SQL queries and handle map…

  21. comment
    Comment #20956769

    According to the Amazon summary from the linked book: "a major shift in prosecutor behavior that occurred in the mid-1990s, when prosecutors began bringing felony charges against a…

  22. comment
    Comment #20890473

    > My little brother is 16 and I know he won't use this because no one he knows uses Facebook. Is this really true? I heard from someone at Facebook that while teenagers say they do…

  23. comment
  24. comment
    Comment #20007320

    I use the desktop version of Draw.io + some custom code to make the diagrams searchable: https://github.com/JesseAldridge/draw.io-convert I do think a truly useful knowledge reposi…

  25. comment
    Comment #20007293

    What is Tree Notation? This is the first Google result: https://en.wikipedia.org/wiki/Newick_format Also, what do you do if you want to put the same node in two different places in…