Viewing profile — thdc
thdc
HN member- Joined
- Tue, Jul 28, 2020, 3:38 AM UTC
- HN karma
- 232
- Public activity
- 101 items
- HN profile
- View on Hacker News ↗
About thdc
Recent public activity
-
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. …
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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 …
-
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…
-
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…
-
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…
-
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…
-
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…
-
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.
- comment
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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 …
-
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…
-
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…