Messages - Edvard [ switch to compact view ]

Pages: prev1 ... 95 96 97 98 99 [100] 101 102 103 104 105 ... 602next
496
We wish we could catalog them all, but with tens of thousands of low-quality software patents issuing every year, we don’t have the time or resources to undertake that task.

But in an effort to highlight the problem of stupid patents, we’re introducing a new blog series, Stupid Patent of the Month, featuring spectacularly dumb patents that have been recently issued or asserted.

https://www.eff.org/deeplinks/2014/07/inaugural-stupid-patent-month

stupid-patent-square-2.jpg


Their first example:
U.S. Patent No. 8,762,173, titled “Method and Apparatus for Indirect Medical Consultation.”
...
    a.    take a telephone call from patient
    b.    record patient info in a patient file
    c.    send patient information to a doctor, ask the doctor if she wants to talk to the patient
    d.    call the patient back and transfer the call to the doctor
    e.    record the call
    f.     add the recorded call to the patient file and send to doctor
    g.    do steps a. – f. with a computer.
...
What we found was that the original claim 1 (which was similar but not identical to the claim that eventually was patented) had not claimed a computer.
The examiner correctly issued a rejection, saying the claim was abstract and thus wasn’t something that could be patented. In response, the applicant added element (g) (“providing a computer, the computer performing steps “a” through “f””). And the rejection went away.

Somehow, something that wasn’t patentable became patentable just by saying “do it with a computer."
:-\


from aGupieWare Blog

497
Non-Windows Software / No time for Man pages? Cheat!
« on: August 10, 2014, 03:51 PM »
Cheat allows you to create and view interactive cheatsheets on the command-line. It was designed to help remind *nix system administrators of options for commands that they use frequently, but not frequently enough to remember.

https://github.com/chrisallenlane/cheat

cheat.png


How it works:

The next time you're forced to disarm a nuclear weapon without consulting Google, you may run:
cheat tar
You will be presented with a cheatsheet resembling:
# To extract an uncompressed archive:
tar -xvf /path/to/foo.tar

# To extract a .gz archive:
tar -xzvf /path/to/foo.tgz

# To create a .gz archive:
tar -czvf /path/to/foo.tgz /path/to/foo/

# To extract a .bz2 archive:
tar -xjvf /path/to/foo.tgz

# To create a .bz2 archive:
tar -cjvf /path/to/foo.tgz /path/to/foo/
To see what cheatsheets are availble, run cheat -l.

Note that, while cheat was designed primarily for *nix system administrators, it is agnostic as to what content it stores. If you would like to use cheat to store notes on your favorite cookie recipes, feel free.

He also lists some other similar solutions:
https://github.com/chrisallenlane/cheat#related-projects


from NixCraft

498
Post New Requests Here / Re: IDEA: Application memory limiter
« on: August 10, 2014, 03:29 PM »
IIRC there used to be something called a "job object" where you could do something similar.

There still is:
http://msdn.microsoft.com/en-us/library/ms684161%28VS.85%29.aspx
A job object allows groups of processes to be managed as a unit. Job objects are namable, securable, sharable objects that control attributes of the processes associated with them. Operations performed on a job object affect all processes associated with the job object. Examples include enforcing limits such as working set size and process priority or terminating all processes associated with a job.

No idea where to go from there, but there's example code from the links at that page.


500
It's almost like that same short-sighted venture capital goal of an early "cash-out" has come to the art and creative world. That mindset has hurt business. Because there's no longer a long-term goal to actually build sustainable business. Just to get them to where they can be sold. Then, take the money and move on.
AHA!  So that's why there have been so many web services that only existed to irritate their competition into buying them out, while short-selling their customers/users in the interim. 
>:( >:( >:(

Pages: prev1 ... 95 96 97 98 99 [100] 101 102 103 104 105 ... 602next
Go to full version