HackerTrans
TopNewTrendsCommentsPastAskShowJobs

greenyoda

no profile record

Submissions

Bait and Switch Job Offers

corcodilos.com
3 points·by greenyoda·قبل 11 سنة·0 comments

HR Causes Talent Shortage

corcodilos.com
5 points·by greenyoda·قبل 12 سنة·3 comments

comments

greenyoda
·قبل 3 أشهر·discuss
And a big discussion from earlier today: https://news.ycombinator.com/item?id=47633396
greenyoda
·قبل 7 أشهر·discuss
Last sentence of the article: "A hoped-for by acquisition by Amazon.com in 2023 collapsed over regulatory concerns."
greenyoda
·قبل سنتين·discuss
"adb" was also the name of the debugger in early versions of UNIX. I remember using it in Version 7:

https://www.unix.com/man-page/v7/1/adb/
greenyoda
·قبل 3 سنوات·discuss
> ...now that witness tampering is off the table?

It's not off the table. He may still face a trial on the remaining charges of campaign finance fraud and foreign bribery.
greenyoda
·قبل 3 سنوات·discuss
I bought a cheap Brother laser printer 20 years ago, and it works great today. Just plug in the USB cable, and it works on a modern machine with no extra drivers or software. (It's old enough that it still also has a parallel port on it.)

I recently replaced the toner and drum with third-party ones, and they work fine - no vendor lock-in.
greenyoda
·قبل 5 سنوات·discuss
My bank allows me to deposit a check just by photographing it with their smartphone app. No more visits to ATMs needed.
greenyoda
·قبل 6 سنوات·discuss
Virtual machines are not a recent invention. They were already being used on IBM mainframes starting in the early 1970s:

https://en.wikipedia.org/wiki/VM_(operating_system)

Notably, the VM operating system could run an instance of itself in one of its own virtual machines.
greenyoda
·قبل 10 سنوات·discuss
Searching for "dead salmon fMRI" turned up the following:

http://www.prefrontal.org/files/posters/Bennett-Salmon-2009....
greenyoda
·قبل 10 سنوات·discuss
I'd say it's a bug, since the unsound statistical methods are incorporated into the three most common software packages that are specifically intended to be used for fMRI analysis. If these methods don't work well for fMRI data, fMRI software shouldn't be using them.

From the paper: "Using this null data with different experimental designs, we estimate the incidence of significant results. In theory, we should find 5% false positives (for a significance threshold of 5%), but instead we found that the most common software packages for fMRI analysis (SPM, FSL, AFNI) can result in false-positive rates of up to 70%." (http://www.pnas.org/content/early/2016/06/27/1602413113.full)

Choosing a bad algorithm for your software is as much of a bug as a null-pointer crash, and is something that needs to be tested for when building software.
greenyoda
·قبل 10 سنوات·discuss
Link to original paper: http://www.pnas.org/content/early/2016/06/27/1602413113.full
greenyoda
·قبل 11 سنة·discuss
This happened to me, and is one of the reasons I quit being a manager and went back to being a developer. The product didn't actually fail, but the daily stress of constant interruption and long hours of slogging through thankless shitty tasks eventually wore me down.

Also, I regret not having delegated some of those boring and shitty tasks, since they would have developed skills in my staff (like debugging under difficult environments) that would have made them stronger and more independent developers.
greenyoda
·قبل 11 سنة·discuss
I think you're overestimating the impact of the Morris Worm - there weren't all that many servers to bring down.

The first commercial ISP in the U.S. was founded in 1989.[1] Until then, only a few people in universities and the tech and defense industries had access to the internet. According to this chart[2], the number of internet hosts in 1992 is barely distinguishable from zero on today's scale.

[1] https://en.wikipedia.org/wiki/Internet_service_provider#Hist...

[2] https://en.wikipedia.org/wiki/File:Number_of_internet_hosts....
greenyoda
·قبل 11 سنة·discuss
When the second edition was published in 1988, there were seasoned C programmers, but security wasn't nearly the issue it is today. Since there was no World Wide Web yet, most computer systems weren't exposed to a global network full of people who wanted to crack code for profit. There was no e-commerce, no on-line banking, etc.
greenyoda
·قبل 13 سنة·discuss
In the U.S., if you're mailing a large number of items, you can get significant discounts for providing the mail to the post office pre-sorted by the 9-digit ZIP code. To take advantage of that, your address schema would at least need to be able to extract that information.

One compromise would be to impose an address schema by default, but allow users whose addresses are incompatible with it to opt out of it and enter a free-form address.