When a bug is filed in a free software project’s bug tracker, a social exchange takes place. Based on the belief that this exchange is of mutual benefit, the people involved form certain expectations of each other.
Read more »Equilibrium in free software testing
Category: End User Tags:
- Login to post comments
Don’t fear the fsync!
After reading the comments on my earlier post, Delayed allocation and the zero-length file problem, it’s become very clear to me that there are a lot of myths and misplaced concerns about fsync() and how best to use it.
Read more »Category: High End Tags:
- Login to post comments
Delayed allocation and the zero-length file problem
A recent Ubuntu bug has gotten slashdotted, and has started raising a lot of questions about the safety of using ext4. The essential “problem” is that ext4 implements something called delayed allocation.
Read more »Category: High End Tags:
- Login to post comments
The Reality of Using Linux Every Day
"It's full of bugs. Nothing ever works. I can't get it to do what I want. It's too hard." [It] probably sounds like I'm talking about Windows, but I'm not. Those are a few of the many complaints I've heard about Linux any time it's brought up.
Read more »Category: Community Tags:
- Login to post comments
Tor Software Down to Zero Bugs
The Tor Project announces that it has removed all bugs that Coverity Scan had found in its software.
Read more »Category: High End Tags:
- Login to post comments
FS Daily badly needs to fix its authentication module
The authentication of FS Daily is so crappy currently and it is such a pain to use it every day. It seems it is becoming crappier by day. I never get my remember my login correctly. Forget it, just to post a news or to vote on a story you need to sign in many times, refresh and above all pray it will let you do it.
Read more »Category: Community Tags:
- Login to post comments
FS Daily badly needs to fix its authentication module
I have been using FS Daily for so long and I really think it is great for the community and I do use it almost every day. I hope someone will seriously look into it and fix these fundamental issues that makes using it such a pain currently.
I wanted to write about it for so long, but could not wait any longer.
- pravi's blog
- Login to post comments
- Read more
How often do we need GNU/Linux releases?
Of what use is an operating system if all it does is to make you look forward to the next release - simply because umpteen bugs have been introduced by all the new features in the current version?
Read more »Category: Community Tags:
- Login to post comments
Torvalds: Fed up with the 'security circus'
Creator of the Linux kernel explains why he finds security people to be so anathema.
Read more »- Login to post comments
Destroy annoying bugs part 1: FindBugs and PMD doing good work cheaply
Finding bugs in your code can be quite nasty—especially if you don’t know where to look. However, finding bugs automatically does not require astronaut training. I think it’s time to leave that “pleasure” to free (as in freedom) automatic static code review tools like the ones reviewed in this series of articles.
Read more »Category: High End Tags:
- Login to post comments
What is the 2038 bug? Is my system affected? How do I fix this issue?
Saturday, January 19th, 2008, marked the 30-year countdown to the Y2K38 wraparound of regular 32-bit UNIX time. UNIX internal time is stored in a data structure using a long int, containing the number of seconds since 1970. On a 32-bit machine this value is sufficient to store time up to the 18th of January 2038. After this date, 32-bit clocks will overflow and return false values.
Read more »Category: End User Tags:
- Login to post comments
Love your bugs: a zen guide to keeping your sanity while managing a free software project
"Over the last few years, I’ve come to accept the fact that regardless of my attempts to quit this job, I am fundamentally a programmer. I wrote a book about security, I am the Editor In Chief of Free Software Magazine, but in the end I am still just a programmer. A lucky one, I must admit. Until last month, I had been blessed by the fact that either the software I wrote was owned by somebody else after a short contract (and therefore it didn’t matter to me once I had completed it: somebody else eventually took it over), or that what I programmed had been created just for myself (I was the only user of the software… bliss!). This changed when I became a free software programmer. I have recently released what I consider an important project: Drigg.
Read more »Mantis helps developers eat bugs
Tracking and squishing bugs (both the six-legged and the computer software kind) is hard, and you need all the help you can get.
Read more »Mozilla rushes out second Firefox patch this month
Mozilla has patched a pair of nasty flaws in its Firefox browser, two weeks after security researchers first started posting code that showed how the flaws could be exploited in attacks.
Read more »Category: End User Tags:
- Login to post comments
Researcher publishes attack code for Mozilla flaw
Mozilla is working on patching its Firefox browser after a hacker posted details of a flaw that could let criminals run unauthorized software on a victim's machine.
Read more »Category: End User Tags:
- Login to post comments