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

 



Forgot your password?
typodupeerror
×

Comment Re:Tips for Enano (Score 1) 244

Make the link to the "demo" front and center. Forget about "screenshots" -- it's a web application, who wants to see screenshots when you can click a link and see the web app in action!

You're right. Changed this.

Let people using Enano send in a link (or edit a wiki page of links) linking to their homepage. This will give end-users with tiny sites an incentive to try your package, because it will drive traffic to them. Long ago, I used a CMS called Serendipity that had exactly this marketing tactic, and it worked well.

How would you recommend we get this off the ground? I feel like the list has to have at least 20-ish sites, or people will just go "this is a joke."

Uh.. you really need themes available. Think of myspace, etc. People like to customize their sites.

I'm trying to think of a better way to promote the Enanium backgrounds plugin. Basically you drop in a .jpg file and a 16x16 .png icon and Enanium (the new shiny default theme I designed at some point along the 1.1.x beta series) does all the dirty work of applying it as a background for your site. That's the most common form of customization I've seen people using.

Offtopic: The other reason I stayed anonymous because I haven't been "dandaman32" in about 3 years. It's one of those juvenile nicknames you can never seem to get rid of. That, and this account's got karma on /. and I can thus get my daily news fix without staring at flash ads.

Oracle

Submission + - Oracle completes Sun acquisition (sdtimes.com)

iammani writes: The article begins with "With the final hurdle regarding the MySQL database cleared, Oracle today announced it has completed the deal to acquire Sun Microsystems."

Submission + - How to spread word about my FOSS project? 1

An anonymous reader writes: I'm in a bit of a bind with an open source web software project of mine. It's a very small project that I've been developing for over three years. By now it's got a promising feature set, but very few users and virtually no community around it. The problem is that people I have asked to try it refuse to do so because it doesn't have a thriving community. It's an infinite loop: without users, we won't have a community, and without a community, users aren't coming. So, Slashdot, my question is: how can I build a community and help get the word out about a project led by 2 people and with only 5-6 regulars on our forum and IRC?
Open Source

Linux Kernel 2.6.32 Released 195

diegocg writes "Linus Torvalds has officially released the version 2.6.32 of the Linux kernel. New features include virtualization memory de-duplication, a rewrite of the writeback code faster and more scalable, many important Btrfs improvements and speedups, ATI R600/R700 3D and KMS support and other graphic improvements, a CFQ low latency mode, tracing improvements including a 'perf timechart' tool that tries to be a better bootchart, soft limits in the memory controller, support for the S+Core architecture, support for Intel Moorestown and its new firmware interface, run-time power management support, and many other improvements and new drivers. See the full changelog for more details."

Comment Open source doesn't mean crap (Score 1) 98

A project can be as "open source" as it wants, but that doesn't mean it has to take patches, adhere strictly to disclosure policies, or release early/release often.

I'm skeptical, because the same goes for this project of "open sourcing" our "operating system." I don't see how it helps much if we can't contribute our changes back to upstream. Neither do those who submit changes often have any guarantee whatsoever of receiving recognition and getting commit access.

Comment You're screwing yourself over with FAT32 (Score 1) 564

All three major OSes, Windows, Mac and Linux, support R/W access to NTFS. With FAT32 you're limited to 4GB file sizes and you get NO journaling - which means you actually have a greater chance of data loss when you lose power. RAID won't help you there.

Think about your needs for a bit. Do you want to be able to access your terabyte plus of data from other computers or other OSes? Depending on your needs you might also be able to just use a setup like that of my place: networked Linux based storage over a Gigabit LAN. It won't work if you're grinding away 4 VMs at a time on VMware or editing video, but it's fine for storing downloads and music. Going with a Linux based storage server means you can also access the drive over whatever protocol you want, Samba/NFS for local traffic and even SFTP or HTTP for accessing it away from home. You also get a lot of flexibility with your RAID options. Try picking up a third drive (the same size) or even two more and putting them all in a RAID 5 configuration.

Whether you use local or network-attached storage, go for software RAID. It takes almost no CPU time on modern computers and you can move the array to a different computer. That's an invaluable disaster recovery path to have. And use NTFS, for previously stated reasons.

Comment Um, yes, it's called fsck. (Score 5, Informative) 289

I'm using ext4 on an encrypted partition on my tiny X41 tablet. The hard disk is 5400RPM IIRC, so when Ubuntu decides to run fsck due to a scheduled run or an unclean shutdown after a certain bug manifests itself, I don't have to sit there for 10 minutes or more waiting for fsck to run. That for me and many other casual users is probably the biggest advantage of ext4.

Does a laptop count as production? In the eyes of an everyday user, yes. My laptop is very much "production" IMHO, and I trust ext4 enough to not magically make all my school assignments disappear.

Digressing a bit, I haven't seen any of the data loss either, though I use GNOME and not KDE. I do think that if an application relies on specific undocumented behavior, that the application should change, not the filesystem driver. It's acceptable that the kernel developers are doing their best to get temporary workarounds into place, but the permanent solution is to fix the applications so they don't depend on undocumented behavior.

Privacy

US Courts Consider Legality of Laptop Inspection 595

ceide2000 writes "The government contends that it is perfectly free to inspect every laptop that enters the country, whether or not there is anything suspicious about the computer or its owner. Rummaging through a computer's hard drive, the government says, is no different from looking through a suitcase. One federal appeals court has agreed, and a second seems ready to follow suit." This story follows up on a story about laptop confiscation at the borders from a few months ago.

Slashdot Top Deals

He has not acquired a fortune; the fortune has acquired him. -- Bion

Working...