Forgot your password?
typodupeerror

Comment It's been done before (Score 4, Informative) 94

Larry Wall made Java Perl Lingo (JPL, named after Larry's previous employer) around the release of Perl 5. O'Reilly first tried to sell it as a commercial software in the Perl Resource Kit, but eventually made it open source http://www.oreilly.com/pub/pr/... in a "dumpware" sort of mode. It eventually became incompatible with newer Perl and Java releases and I want to say it was abandoned, but that is pretending people used it.

Comment I can see what they would want out of it (Score 1) 231

In Kent Walker's post, I can see what Google wants out of the deal: It prevents foreign governments to demanding servers and storage in their country and Google wants to keep them wherever they want to rather than where foreign nations demand them to. That isn't an issue that resonates with me.

He seems to think that I should be willing to abide by new additional copyright restrictions because they are offset by some fair use clarifications. I feel that copyright has encroached too far already and should be rolled back.

Finally he suggests the general public should have more participation next time negotiations like this occur, but doesn't say where they were this time when people wanted participation, or even access to what was being discussed? If they didn't help us participate this time why should the next time be different?

The post seems hollow and self-serving. I'm still convinced that the TPP is a bad idea.

Comment Re:Translated (Score 2) 451

Very few of the rear end collisions that this type of system protects against have fatalities. Even relatively few injuries compared to other accidents. What we are mostly talking about here would be reducing property damage (the car collided into) so insurance claims will go down (to the benefit of the ones collecting the insurance premiums) This will also be a boon to the companies who own the automatic emergency braking patents, as they get to license them to the other auto manufacturers.

Comment Re:Due to stupid security warnings, security (Score 1) 208

I think there is some implicit context you have in your head that isn't quite coming out in your written content, and then you are blaming people who don't aren't getting you. If you are talking about the "transform" "transfrom" typo, that isn't an issue with all scripting languages. It depends on the language's syntax, etc. If that is the error you, then Perl with "use strict" will catch it. Many other implicitly typed languages require you to declare variables even if you don't declare their types. If the "transform", "transfrom" typo wasn't the issue you were describing common to all scripting languages, then maybe now is the describe the universal flaw of scripting languages with words rather than a partial example.

Comment Re:Voluntary IP address submission? (Score 2) 323

You don't need to activate the product over the internet. You can activate over the phone. I haven't looked into it closely, but I'd check if the code the machine generates includes the MAC address. Or if it still includes it if you disable the network driver. Or which MAC address it will use if you add another network adaptor (PCI or USB) which you can throw away as soon as you are done.

Comment Applescript & Automator? (Score 1) 299

I don't think Applescript and Automator bridge the gap between non-programmer and programmer as slowly and as fluidly as Hypercard did. A non-programmer could start using Hypercard as a simple flat file database without programming. The sample Addressbook etc. Hypercard stacks were perfectly usable and there was a large quantity of freeware and shareware stacks that (inherently) came with complete source code. If someone had just a small wish for how it behaved differently ("I wish the addressbook had a nickname field:) many could be added through the GUI tools without programming. At some point, they may wish for behavior that involved changes in code, if they reached that point, the code had a fairly strong mapping to the concepts they had learned so far (stacks, cards, backgrounds, fields, etc) that they may be able to suss out what the code was doing and figure out simple changes. Once doing a fair amount of modification of the existing code, some may choose to strike out on their own and create something new.

Applescript and Automator seem to be more about simple automation of tasks. Which is a great power to give someone. ("Ugh, I hate doing this same drudgework every day|week|whenever_the_situation_bothers_me") but seems to me still a larger jump from non-programmer to programmer.

Submission + - Trustworthy Proxy Services

gusoline writes: Since I'm now living in Brazil (originally from US), I'm looking for a reliable, trustworthy proxy service I can use to both access services I've used for a long time (Pandora, Netflix, etc.) and services I want to try out (Spotify). Since I'm not looking for illegal downloads or to hide what I'm doing, I'm less concerned about anonymity than I am about region restrictions, reliability, latency, and security of passwords and traffic through their network. I'm OK paying for services that deliver what I want (including the Proxy service itself). Any suggestions from the crowd?

Submission + - BerliOS closes down (berlios.de)

An anonymous reader writes: Dear BerliOS developers and users,

BerliOS was founded 10 years ago as one of the first repositories in Europe. It was
developed and maintained by Fraunhofer FOKUS. As an European, non-proprietary
project BerliOS pursued the goal to support the various open-source players and provide
a neutral mediator function. In 2011 over 4710 projects have been hosted on BerliOS,
with 50,000 registered users and over 2.6 million file downloads each month. We are
proud that with BerliOS we have brought the idea of an OSS repository to Europe.
Meanwhile, the concept has prevailed and there are many good alternatives.

Unfortunately, as a research institute Fraunhofer FOKUS has only few opportunities to
operate a repository like BerliOS. Such a project will only work with a follow-up financing,
or with sponsors or partners taking over the repository. In the field of OSS this is a
difficult undertaking. In a recent survey the community indicated some support in funds
and manpower which we would like to thank you for. Unfortunately, the result is not
enough to put the project on a sustainable financial basis. In addition the search for
sponsors or partners was unsuccessful.

Open Source is understood by Fraunhofer FOKUS as a paradigm for future-oriented
intelligent use of IT. It hurts us all the more that we are forced to discontinue the hosting
for BerliOS by 31.12.2011.

* As a developer, you should export your BerliOS project into another repository.
Alternatives see
http://en.wikipedia.org/wiki/Comparison_of_open_source_software_hosting_facilities

* On our site you will find a guide on how to get your project data out of the portal and
migrate it in a different platform, see
http://developer.berlios.de/docman/display_doc.php?docid=2056&group_id=2

Fraunhofer FOKUS has a strong commitment to open source and interoperability, and is
involved in numerous successful OSS projects. The institute focuses on the development
of quality standards for open source software and in particular on the technical, semantic
and organizational interoperability between open source software components and
between open source and closed source software. Example of our OSS activities including
our management of the German Competence Center QualiPSo.

We thank all who have used BerliOS over the years.

Fraunhofer FOKUS
www.fokus.fraunhofer.de

---------------------
This email was sent from developer.berlios.de.
To change your email receipt preferences,
please visit the site and edit your account via the
"Account Maintenance" link.

Direct any questions to admin@berlios.de, or reply to this email.

Comment Re:Missed the point (Score 1) 594

Saying "PDP" instruction set makes them sound all the same. C is very similar to the PDP-11 instruction set, Unfortunately, it was produced after C was developed. I strain to find similarities between the PDP-7 instruction set and C. Most of the PDP-11-isms that people see in C are the post-(increment|decrement) instruction variations and the MOV variations that dereference an address register.

Comment A different view from a developer (Score 5, Interesting) 398

(This message may be seen as inflammatory, but I assure you that it is just my opinion and not particularly anybody else---I don't speak for the projects on which I participate).

Hi.

I am not a developer of VLC, but I am part of the LAME team (that MP3 encoder that a good amount of people use). I see similar problems regarding LAME as those described by the VLC team: lack of continuous power and resources.

Some users just magically think that "oh, this program won't exist anymore, so let's use this other one". The sad thing here is that they are shortsighted in the fact that they, by doing nothing (just receiving the programs), are not giving the incentive for the projects.

What about if the proposed alternative dies a few days from now? The amount of alternatives is finite.

Not only that, but the major players out there all share the same codebase: there are "incestuous" (in a good sene of the word) relations with VLC, xine, and mplayer: the all use, to some extent or another (well, in some cases, to the full extent) some common libraries: ffmpeg, libmp3lame, theora, vorbis, dirac, x264 and so on.

Usually, also, the players also send some feedback to the people writing the libraries and, without them, the libraries would not be as good as they are. And the feedback that developers provide is, not infrequently, in form of patches, or constructive suggestions. Some users, like the one above, just cares less and, honestly, where would you just "grab the extra codec" if they all, come, essentially, from the first place?

If you didn't know, perhaps it is a good reminder to put here that people from the VLC project developed the nice libdvdcss library, which benefited xine and mplayer, while people in the other projects have directly or indirectly benefited the others.

I would not like to have the "Linux desktop" mainstream with a "community" with a person that doesn't want a community. For people that are more altruistic (and that show it, instead of just playing in slashdot all day), I am open to a more open talk.

[Gee, from what I wrote the above, it seems like if I only saw Linux---I actually value the other Unix-like operating systems as much].

I guess that what I meant to say here is: "Talk is cheap. Show me the code. Don't wish the death of what you may proudly use and not even know".

Regards, Rogério Brito.

Slashdot Top Deals

"Atomic batteries to power, turbines to speed." -- Robin, The Boy Wonder

Working...