doragcoder | 10 years ago | on: Let's fix NPM with IPM – Immutable Package Manager
doragcoder's comments
doragcoder | 10 years ago | on: Playboy to Drop Nudity as Internet Fills Demand
doragcoder | 10 years ago | on: Show HN: Cryptomove – security via data concealment, last-line data defense
doragcoder | 10 years ago | on: LibreStock – do-whatever-you-want stock photos
Gratis - Free as in Beer
Libre - Free as in Speechdoragcoder | 10 years ago | on: Researchers show that an iron bar is capable of decision-making
I'm sorry but this sounds more like a way of measurements and calculations than actual decision-making, as that's been decided by the maker or user of the object.
doragcoder | 10 years ago | on: Intel and TBS Announce America’s Greatest Makers Reality Show, $1M Prize
doragcoder | 10 years ago | on: Interviewing candidates
I like to interview people across a range of subjects (as I have not had the chance to hire a pure specialist). So knowing what they feel confident in answering will help me tailor the questions to what their perceived strengths are.
So I think it gives me a feel of your confidence level in a language. If you flipped through a "Teach yourself C++ in 24 hours" book once, then rate yourself a 10 on a scale from one to 10. Then not answering basic C++ questions will raise red flags.
If they answer a "1" on something. (And I re-assure them that answering 1 is perfectly ok). Then I can feel a lot more comfortable giving them more hints, or a lot more supporting detail in a question that they have indicated they are not very strong in.
doragcoder | 10 years ago | on: Interviewing candidates
Q: On a scale from 1 to 10 (1 being low) how do you rate yourself on "Programming Language Du Jour"?
Then I can see if their self assessment is inline with mine. Which can help in reviewing the resume.I also like to ask for them to choose a project in the past to talk about, because then it's easy to see what they are passionate about. Or easily tell if they are choosing to talk about something because they think, you think, it's cool.
doragcoder | 10 years ago | on: Houndify: Add voice enabled, conversational interface to anything
I think it can augment things well, but not be the prime time star.
doragcoder | 10 years ago | on: Coinbase is indefinitely suspending its business in Wyoming
doragcoder | 10 years ago | on: GitTorrent: A Decentralized GitHub
doragcoder | 10 years ago | on: GitTorrent: A Decentralized GitHub
doragcoder | 10 years ago | on: How Savvy Startups Use Unique Data to Go Viral
Because at the end of the day you have to ask what people want, right?
doragcoder | 10 years ago | on: GitTorrent: A Decentralized GitHub
doragcoder | 10 years ago | on: I'm a black ex-cop, and this is the real truth about race and policing
doragcoder | 10 years ago | on: A Brief History of the Wristwatch
Pocket -> Wrist -> Pocket (phone) -> Wrist...
Now if I can just get my 10-year old patent for wrist squares to go through....
doragcoder | 10 years ago | on: Sony Buys a Facebook Spinoff to Give New Life to Blu-ray
doragcoder | 10 years ago | on: Six Men Spent 520 Days Locked in a Room to See If We Could Live on Mars
doragcoder | 11 years ago | on: Grooveshark Shuts Down
doragcoder | 11 years ago | on: A Rust Contributor Tries Their Hand at Go
Then make a Draw() method on the single object default to what you expect. The simple inline explanation is:
type SingleObject struct {
Cowboy
Shape
}
Access is as follows to be unambiguous: Woody.Cowboy.Draw()
Woody.Shape.Draw()
https://github.com/artktec/gopkgr