software

All posts tagged software

Linux logo - 'Tux'

This was a piece I had rattling around in my head for some time. It gets weak at the end, and has no real flow to it, but it's interesting enough in places that I thought I'd clean it up and publish it. Enjoy my dark sarcasm!


In a mass-market scenario, the larger the population the higher the chance for one or more free software projects to appear.

Since software can, in theory, be inherited by additional programmers and indefinitely updated, even the smallest chance for a free software project to be created becomes an inevitability over time. This means that even a niche market scenario can have competition from free software.

A crowd of hobbyists will have more time and expertise for a general-purpose piece of software than a development house can bring to bear. Simply put, they can do it better.

It goes without saying that cheaper, better and more supported free software will eventually out-compete proprietary equivalents, displacing established businesses and markets.

How can this problem be addressed?



Continue Reading

Computers > Data, Files > Storage >

update 2 - this is basically pointless with contemporary hardware and software. Just use the defaults for something like cgdisk or GParted:

https://gparted.org/display-doc.php?name=help-manual#gparted-specify-partition-alignment

Use MiB alignment for modern operating systems.
...

The Cylinder/Head/Sector values reported by modern disk devices no longer have a direct physical relationship to the data stored on the disk device. Hence it is no longer valid to use this alignment setting to achieve enhanced performance.

update: cgdisk, when beginning with a new partition table, when creating the first partition, automatically creates a small empty partition before it, and thus is said to align everything properly. I haven't double-checked this.

Continue Reading

spiralofhope logo 768x768-white-background

The Chain of Trust >

When it comes to all the fancy software tools out there, I'm finding myself becoming more and more luddite.

I've learned through reading and discussion many ways on how to handle data. It's something I'm always interested in. However, the one thing that I've learned - and sometimes the hard way - is that no matter how awesome your handling of your data it all falls to pieces when your tools break.



Continue Reading

Software + ln >

https://github.com/brandt/symlinks

Mark Lord's 'symlinks' utility.

Scans directories for symbolic links, and identifies dangling, relative, absolute, messy, and other_fs links. Can optionally change absolute links to relative within a given filesystem. Recommended for use by anyone developing and/or maintaining a Linux FTP site or distribution or CD-ROM.

Continue Reading

Linux logo - 'Tux'

Software > Search >

(on Wikipedia)
http://www.gnu.org/software/findutils/

"The GNU Find Utilities" is one of those packages that's installed everywhere. find is one of those programs everyone ends up using and ends up being horrified at.

  • aka GNU Find Utilities

See also:

  • grep - For searching the contents of files.
  • locate maintains a database.



Continue Reading