HackerTrans
TopNewTrendsCommentsPastAskShowJobs

arcticadder

no profile record

Submissions

Ask HN: Technical interview questions that "walk the whole stack"?

1 points·by arcticadder·3 lata temu·1 comments

Ask HN: How to effectively search for latest books?

1 points·by arcticadder·3 lata temu·0 comments

Show HN: Venom, a lean-and-mean virtual stack machine

github.com
3 points·by arcticadder·3 lata temu·0 comments

Ask HN: Would a degree bring any value, in my case?

2 points·by arcticadder·4 lata temu·4 comments

Duff's Device

en.wikipedia.org
3 points·by arcticadder·4 lata temu·0 comments

Ask HN: A company wants a photo in the CV. Red flag?

1 points·by arcticadder·4 lata temu·3 comments

Show HN: An async traceroute(1) implementation in Rust

github.com
9 points·by arcticadder·4 lata temu·4 comments

Ask HN: Foreign language learners, what's the workflow you find most effective?

19 points·by arcticadder·4 lata temu·23 comments

Ask HN: Job Opportunities for FACS Coders?

3 points·by arcticadder·4 lata temu·0 comments

comments

arcticadder
·3 lata temu·discuss
I think it looks cool. The pricing is way too steep, though.
arcticadder
·4 lata temu·discuss
I had several gigs on a freelancing website, but nothing beyond that. I do, however, believe that I could easily land a junior position.
arcticadder
·4 lata temu·discuss
https://rust-lang.github.io/async-book/

https://rust-unofficial.github.io/too-many-lists/

https://rust-unofficial.github.io/patterns/

https://nnethercote.github.io/perf-book/

https://doc.rust-lang.org/nomicon/

https://tokio.rs/tokio/tutorial
arcticadder
·4 lata temu·discuss
A rather unfortunate name for a piece of software I must notice.
arcticadder
·4 lata temu·discuss
TIL one could get MSc without doing BSc first.
arcticadder
·4 lata temu·discuss
I can see one potential issue with counting down instead of up. The maximum number of hops a packet can traverse along the path is 255 because TTL is an 8-bit field. This means the program implemented that way would need to account for the worst case and start the tracing process with the TTL of 255. In turn, this leads to sending excessively more packets than required if the path ends up being shorter than that, which is often the case.

Aside from this, please correct me if I'm wrong, but it is my understanding that if a router along the path is configured to drop ICMP Echo Request packets, it will drop them in any case - whether we trace from the beginning or in reverse.
arcticadder
·4 lata temu·discuss
There's "tech" beyond programming languages - for example, computer networks.
arcticadder
·4 lata temu·discuss
What's Duolingo Desktop? I'm on Linux.
arcticadder
·4 lata temu·discuss
Thanks for the recommendation. Indeed, the rates are reasonable. I'll check it out.
arcticadder
·4 lata temu·discuss
I agree that having regular conversations in your target language is a good path to fluency. However, finding a conversation partner who is willing to work with you is hard. Unless I migrate to one of the countries where the languages I plan to study are spoken, the only way to have a conversation partner would be to hire someone.