Live data from Hacker News

Viewing profile — thdc

thdc

HN member
Joined
Tue, Jul 28, 2020, 3:38 AM UTC
HN karma
232
Public activity
101 items

About thdc

lurker and sporadic commenter

Recent public activity

  1. comment
    Comment #40969739

    I only go through job listings directly (though some listings may say email this person with your resume and I'm including that), and the response rate has always been low for me. …

  2. comment
    Comment #40640845

    It's probably alternating the comparisons. Compare [0, 1] [2, 3] [4, 5] ... in parallel and swap if necessary, compare/swap [1, 2] [3, 4] [5, 6] ... in parallel, then go back and f…

  3. comment
    Comment #40528648

    Knowing to DRY there depended on business knowledge that the original author did not have. While they were wrong in this case, I would say it was a reasonable move to not DRY based…

  4. comment
    Comment #40415688

    I feel like I've been in this situation for the past year - the place I'm working at had a large culture shift for the worse. I would change jobs, but I hate interviewing and every…

  5. comment
    Comment #39330658

    I like to think it went like this 1. Interviewer: If you're a good software engineer, you can answer basic algorithmic questions. 2. Interviewees: Practice algorithmic questions so…

  6. comment
    Comment #38381298

    Here's an older submission about using ChatGPT to de-obfuscate the more basic methods: https://news.ycombinator.com/item?id=38150096 Some comments claim that it can break some of t…

  7. comment
    Comment #38355693

    Yeah around 1.5mb transferred but less of an issue with caching of course. You also won't have something nice like $$ or \[ \] and will have to put the \begin{tikzpicture} ... \end…

  8. comment
    Comment #38353182

    I use TikZJax https://tikzjax.com/ (wasm tikz). It works well, but you have to figure out the markup and dynamically styling the images are difficult; For example, to make darkmode…

  9. comment
    Comment #38235199

    You are correct that good code does not translate directly into revenue, but it affects it indirectly e.g. through ease of future development, maintenance, and fixes. If the thing …

  10. comment
    Comment #38235006

    I like to say that users includes the people working with (using) your code in the future. It changes the definition of user compared to the normal usage, but I think it's a good p…

  11. comment
    Comment #38153141

    Email obfuscation has a lot more techniques than what would be encountered in a text response, so I find the title too broad. I'd be interested to see attempts to extract emails fr…

  12. comment
    Comment #38145731

    It's very important to me because it's an instance of one of my values - keeping something borrowed in the same or a better condition. For example, we're "borrowing" the earth/envi…

  13. comment
    Comment #37916284

    Arguably it's less direct due to the superlatives and exclamations. For example: > Christ. That's literally the remap_file_pages() system call definition. No way in hell does "ON_B…

  14. comment
    Comment #37848409

    Agreed, they have a pretty nice setup for a "big" company. I've been contributing code to Mozilla for the last few years despite not working there and I got started on https://code…

  15. comment
    Comment #37753601

    Will you follow up with stats and analysis on response rate and further steps in the application/evaluation process? I'd be interested in that.

  16. comment
  17. comment
    Comment #37727734

    I think this is a perfect example of why "We don't have Senior Engineers anymore". It's hard to show the thinking process to others, so the person who says an answer faster is assu…

  18. comment
    Comment #37620094

    Yep, but op also mentioned spammers that get through signup without being flagged and having to go and manually flag them. My thoughts on the loop overall are: - maybe users are fa…

  19. comment
    Comment #37620019

    I assumed that the two paragraphs were connected > Enter Akismet. This is a spam detection tool by the Wordpress people and is pretty accurate and easy to use. > Blocking spam on s…

  20. comment
    Comment #37619455

    I'm missing the part on how op determines valid users for the frustration loop. > Enter Akismet... Blocking spam on signup worked somewhat, but was easily circumventable > some spa…

  21. comment
    Comment #37585778

    A quick glance at the script (I may have missed important parts) shows that everyone costs the same so you should only need to consider the effectiveness of the type of hire; every…

  22. comment
    Comment #37575481

    > (in selected cases) The tweet presents the quote without context so I interpret it to be a sweeping statement and therefore disagree based on that. If someone could provide a tra…

  23. comment
    Comment #37525956

    Yeah, it seems like the author is storing more information than just the position but not enough to figure out all of the possible next states of the game. Another straightforward …

  24. comment
    Comment #37412901

    You would still need a STUN server, though there are many public ones out there. The main idea in removing the signaling server is to somehow transfer the session description betwe…

  25. comment
    Comment #37268199

    I'm all for alternative sources of energy (including nuclear) but I feel like generating and storing nuclear waste for future generations parallels how coal/oil/gas/etc. ruined the…