Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror

Submission Summary: 0 pending, 6 declined, 0 accepted (6 total, 0.00% accepted)

×
Programming

Submission + - Ancient Programmer Tidbit

jlbprof writes: When I was a young programmer (back in Apple II days). I had a much older programmer as a mentor. He once told me something that I have not seen anywhere written yet it is an absolute truth.

A Control Character's value can be calculated by bitwise anding the character with 0x1F.

Example: Carriage Return is a 0x0D or a control M.
M is 0x4D & 0x1F = 0x0D Voila!

Did you know that?
Patents

Submission + - America Invents Act (politico.com)

jlbprof writes: "What is your opinion of this act? The article says it should be bi-partisan but specifically does it help or hurt the cause to eliminate software and business model patents?"
Slashback

Submission + - Is the Freshmeat Feed down?

jlbprof writes: I am not sure of a better place to put this, so I hope this is the correct place, forgive me if it is not.

I use the "Freshmeat" Slashbox on my home page, and it has not updated in over a week. Is the Freshmeat Feed down?

Thank you

Julian
Printer

Submission + - Open Source Inkjet Printer

Julian writes: "I am a programmer not a hardware person.

In regards to ink jet printer companies using DMCA and patent infringement lawsuits to prevent third party refilled or replacement printer cartridges. What is the likelihood of developing a reasonably priced Open Source Printer? My idea at the moment is to have a fully functional design with firmware (if needed) and driver ready to go. Then some manufacturers can take the design and produce it and sell it, the printer should use existing third party ink cartridges.

Comments?

Thanx

Julian"

Slashdot Top Deals

To do nothing is to be nothing.

Working...