Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror

Submission + - Roguelike Celebration (roguelike.club)

paulproteus writes: The Roguelike Celebration is a community-generated weekend of talks, games, and conversations about roguelikes and related topics, including procedural generation and game design. It's happening right now, with a live stream. It's for fans, players, developers, scholars, and everyone else, including people new to this type of game.

Submission + - OpenHatch, an open source outreach organization, winding down its activities (openhatch.org)

paulproteus writes: OpenHatch was a non-profit that organized free tutorials with college computer science groups to learn how to teach how to get involved in open source, covered previously on Slashdot. It has run more than 50 events so far. On Friday, it announced it is closing its doors due to board members moving on to other projects, leaving open the door for other people to organize future Open Source Comes to Campus events.

Comment Sandstorm (Score 1) 132

I run an instance of Sandstorm, which is software you can install on a Linux server that lets you run other apps. Some features:

* One-click installs of any of 47 apps, like WeKan (similar to Trello) and Davros (similar to Dropbox) and Etherpad (which you probably already know about) and Piwik (similar to Google Analytics).

* Total self-hostability, with auto-configured free HTTPS certificates and dynamic DNS if you want.

* Security sandboxing of the apps against each other and away from the Internet, so malicious apps can't leak your data back to the app's author.

* A way to "share" an instance of any app, like on Google Docs.

* Total open source-ness.

Admittedly, I'm one of its authors too. So feel free to take this with a grain of salt. But I do use it every single day.

Also if your friends don't want to self-host, but want to use the same apps as you, the Sandstorm.io company runs a hosting service.

Submission + - Software Freedom Conservancy asks for supporters

paroneayea writes: Software Freedom Conservancy has is asking people to join as supporters to save both their basic work and GPL enforcement. Conservancy is the steward of projects like it, Samba, Wine, BusyBox, QEMU, Inkscape, Selenium, and many more. Conservancy also does much work around GPL enforcement and needs 2,500 members to join in order to save copyleft compliance work. You can join as a member here.

Comment Share the source, and make it easy to install (Score 2) 47

Hi anonymous person,

Getting more eyeballs on your code is a marketing problem. So:

* Give us here a link to your code, and

* Make it easy to run your code.

* Then, you can try to reach people who care about that problem domain and tell them to use your code.

To make it easy to run the app, I suggest you create a package for Sandstorm, which is an open source project that makes web apps easy & secure to run. I work on the project, so feel free to decide I'm biased! But do take a look at https://apps.sandstorm.io/ and see how easy it is.

You can reach me (for packaging help) at community@sandstorm.io and find our packaging tutorial here: https://docs.sandstorm.io/en/l...

Best of luck!

Comment Re:Back doors & binaries (Score 1) 359

Only problem having the source code does not mean you can actually understand it. A lot of open source code is obfuscated, sometimes I'm wondering if its deliberate

The GPL handles this by requesting the "preferred form for modification." Consider reading the GPL sometime; it's a really well-written document that considers a lot of these issues.

Comment File a take-down notice (Score 3, Insightful) 180

YouTube has a standard DMCA complaints procedure. I recommend that Yoon Mi-rae and the label follow that process, partly because it actually works which is great in this case, and partly to give Sony a taste of their own medicine.

Here is the link: https://support.google.com/you...

(Note that I have a bunch of experience with the take-down process, including participating in an EFF lawsuit ~10 years ago; see https://www.eff.org/document/d... .)

Comment This is w/r/t CPython, not random code in Python (Score 5, Informative) 187

The Slashdot summary is confusing, as is the eweek.com headline. Reading the article, it is clear that it is about the code that powers the official Python interpreter, AKA CPython, AKA /usr/bin/python. When I clicked the link, I thought Coverity had surveyed the entire world of open source Python code and discovered that Python programmers as a whole publish higher quality code than people who e.g. program in Ruby. That's not what the article's about.

It'd be great if the headline in Slashdot were to be fixed to say, "Python interpreter has fewer code defects compared to other open source C programs, says Coverity."

GNU is Not Unix

Submission + - The FSF Adapts the Kickstarter Approach to Fund-raising 3

ChronoEngineer writes: Recently the Free Software foundation launched a new fund-raising system starting with the GNU Mediagoblin project. Rewards from its new tiered donation reward system include physical objects such as a 3d print of the project's mascot as well as digital ones (Rewards List). This gives free software projects an alternative crowd-funding source where all of their contributions go to advancing free software since the administrative cut taken from the earnings goes to the Free Software Foundation. Chris Webber, of GNU Mediagoblin, mentions this as one of the reasons he chose the FSF over Kickstarter for his project.

Slashdot Top Deals

"When people are least sure, they are often most dogmatic." -- John Kenneth Galbraith

Working...