HackerTrans
TopNewTrendsCommentsPastAskShowJobs

wtroughton

no profile record

comments

wtroughton
·قبل 6 أشهر·discuss
I'd make the case that turning their citizens into consumers like America has done could be considered a national security risk.
wtroughton
·السنة الماضية·discuss
Education does not operate in a vacuum. Many students are incentivized by the social accreditation of completing a program. Institutions need some way to qualify that teaching is actually being done. Whether it be an examination, a certification, or bringing a project to completion.
wtroughton
·قبل سنتين·discuss
“A shared fiction in the world to help frame interactions between people”. You sir are a natural philosopher.

I think what’s universally important is to keep active and engaged in what we’re doing. Some of us have to tell fictions that what we’re doing has meaning, whilst others just know what brings meaning to their life.
wtroughton
·قبل سنتين·discuss
Anyone else fall into the trap of procrastinating watching YouTube or pg’s essays for advice?
wtroughton
·قبل سنتين·discuss
My internship project involved a tool to look up individual IP addresses as well as checking a range of address blocks. I ended up implementing the trie data structure, which performed well in terms of storage and run-time efficiency.

My initial approach was to store IP addresses into a hashmap but if the average query was to check address blocks like /24, then it'd turn out to be very poor data structure to search through.