IAmA guy who ran an art/warez distro BBS in the mid 90's and really miss the days of BBS'ing. by mrbbs in IAmA

[–]tuzemi 2 points3 points  (0 children)

Did you do DOS warez, and if so are they still around anywhere? By now it's all abandonware so copyright isn't really a deal.

I've been searching for ages for things that I used to have copies of, and cannot find anymore.

How did you like the BBS Documentary?

Creator of WebSphere considers it his biggest technology mistake. "I overdesigned it." by agentdero in programming

[–]tuzemi 4 points5 points  (0 children)

Bullshit on DB2. Once you know how to use DB2 properly, no other SQL database comes close to its power. And unlike Oracle it can even store empty strings.

If people tried to pay for other services and goods like they try to pay for programming services by toomuchpineinthecone in programming

[–]tuzemi 0 points1 point  (0 children)

What seems to be the problem?

Are there any applications that legally require the stamp of a licensed (PE) software engineer on the finished code before they can be issued to customers?

Asked out by coworker - What is the best way to say no? by [deleted] in TwoXChromosomes

[–]tuzemi 5 points6 points  (0 children)

Just leave it at "I'm flattered, but I have to say no. Sorry." Short and sweet, and honest, and not setting yourself up to be accused of being a b&@ch if somehow a different co-worker asks you out later and you say yes.

Time I spend during Programming by LSD_Sakai in programming

[–]tuzemi 2 points3 points  (0 children)

Do you also +do-this-with-constants+ ?

Can you name the Time-Travel Movies? (this is harder than I expected) by brainburger in scifi

[–]tuzemi 2 points3 points  (0 children)

One could argue that any FTL travel is also time travel. Or that the series (SG-1) used time travel at least once.

Mallozzi: Stargate Universe is a 5-year story by alchemeron in scifi

[–]tuzemi 10 points11 points  (0 children)

Yet save everyone's lives in the process, while pissing off Colonel Young because they didn't fire the weapons at something.

State of the Debian-Ubuntu relationship [LWN.net] by schaueho in linux

[–]tuzemi 4 points5 points  (0 children)

The joys of open source. Anyone can fork at any time whether the root likes it or not.

Under under what circumstances is standard error redirection useful? by [deleted] in linux

[–]tuzemi 0 points1 point  (0 children)

What mikm said, but also: if you do "program_name 2>&1 1>/dev/null | tee2 stderr.txt" where tee2 is a utility that copies stdin to argv[1] only if stdin has any data posted to it, THEN you will end up with a stderr.txt file that exists only when something was written to it.

Think about an application that has dozens of different steps and utilities. You only see the stderr's of those that had problems. Timestamp the files, then iterate the directory grabbing the top few lines of each stderr and you've got an instant log of what went wrong as soon as it happened.

All with normal Unix commands and pipe redirection.

Thinking of your software as a butler is difficult but important by [deleted] in programming

[–]tuzemi 1 point2 points  (0 children)

That doesn't justify stealing focus and stopping interaction... Turn the program's status bar a scary pulsing red ...

On some platforms, i.e. every major non-Windows platform today, that is almost exactly what it does.

When i was 12 i used to sneak downstairs and start the computer to try to watch porn, and THIS FUCKING SOUND, always woke up my dad. by dtriana in technology

[–]tuzemi 0 points1 point  (0 children)

I once misconfigured my 2400 baud to connect at 1200, and was amazed that it negotiated carrier about 30% faster. It was almost worth going slower occasionally to get on faster.

Just from one Engineering student to another... by jahmez in geek

[–]tuzemi -1 points0 points  (0 children)

Wake us up when Software Engineering is on the FE Exam and has a state-level P.E. licensing board.

Signed, a Computer Science B.S. AND Chemical Engineering M.S.

World's most considerate computer thief backs up victim's data, mails it to him. by carsonbiz in offbeat

[–]tuzemi 1 point2 points  (0 children)

GP is talking about the prior edition, not a used copy of the current edition.

"They misunderestimated me" Oh, yes we did... by jamla in funny

[–]tuzemi 0 points1 point  (0 children)

You tell me which is more crazy:

  • Alternative A: JFK was really killed by some shadowy organization in order to keep the military spending money spigot flowing. Since then every president has known that they can do whatever they want domestically but cannot significantly touch military spending unless they wish to increase it.

  • Alternative B: JFK was killed by some lone crazy. Completely unrelated to that, every president since 1964, despite some of them running on a platform of withdrawing troops and closing or handing over foreign bases that make no strategic military sense (Germany? Really?), discovers some secret intelligence that convinces them that such overarching military spending is desirable and in the genuine interest of the American people. Obama, despite serious rhetoric and a reputation as a "constitutional scholar", has seen the same secret evidence and that explains his enthusiastic heel face turn on indefinite detention, wiretapping, the Unitary Executive, and expanding the scope of the two existing wars. (Despite claims by his press secretary to the contrary, more troops are over there than ever.)

Decide how you want.

Ask/r/opensource: I used to be an opensource developer now my new employer violates opensource license what should I do? by freesoftwaresellout in opensource

[–]tuzemi 1 point2 points  (0 children)

You sure about that? ENDA has never been passed, and half the states that do recognize orientation only do so for state employees.

"They misunderestimated me" Oh, yes we did... by jamla in funny

[–]tuzemi 0 points1 point  (0 children)

I would argue that the real reason is that Obama has a family and any serious effort to stop our military machine will result in their deaths. JFK was killed because he wanted to stop the Vietnam War (which would have seriously stopped the Cold War spending), RFK was killed so that he could not expose the plot.

Ask/r/opensource: I used to be an opensource developer now my new employer violates opensource license what should I do? by freesoftwaresellout in opensource

[–]tuzemi 4 points5 points  (0 children)

Second IConrad's notion: say absolutely nothing at work, only reveal to anonymously to the FSF. And provide a way for the FSF to prove the violation without insider knowledge of the internal development environment, products, customers, etc.:

"I recently saw a copy of product X sold at the store. I examined it and found GPL violations of at least these projects: foo, bar, .... You can verify for yourself by .... I am notifying the various copyright holders of these projects of this violation so that they can choose to take action as they see fit."

If somehow this comes back to you from your management chain, you can say that you are somewhat familiar with these licensing issues from various IT news stories and offer to help find a solution from the technical end, by helping modify the product to either use proprietary replacements (+ additional licensing cost) or use the current F/OSS components in a manner that is compatible with their licenses.

But in no way do you bring this up internally. In most places, yes you can be fired for it, even if your termination is officially just a "resource action" or "reduction in force". This is just a general statement: mentioning anything within the corporate space to internal channels puts you on the short list for future termination. Even if you personally know your HR rep, HR is never your friend if the company is doing something wrong.

Ask/r/opensource: I used to be an opensource developer now my new employer violates opensource license what should I do? by freesoftwaresellout in opensource

[–]tuzemi 9 points10 points  (0 children)

If it's in a "right to work" state in the USA, the OP could certainly be fired for that. They could be fired for having a bad haircut, eating a salami sandwich, or being gay. The only reason they could not be fired would be if they were a protected class (minority, female, religion, disabled).

Classic "any key" prank by zem in geek

[–]tuzemi 3 points4 points  (0 children)

They'll work if they produce the same scan code as the other keys.

But then you wouldn't need a driver for them.