Recently posted comments
Accounting systems: a rant and a quest
Posted May 8, 2012 20:59 UTC (Tue) by djc (subscriber, #56880)Parent article: Accounting systems: a rant and a quest
http://www.softwarefreedom.org/blog/2011/sep/07/accountin...
Apache OpenOffice 3.4 released
Posted May 8, 2012 20:56 UTC (Tue) by lkundrak (subscriber, #43452)In reply to: Apache OpenOffice 3.4 released by pbournho
Parent article: Apache OpenOffice 3.4 released
I'm not very confident. They did not even bother branding the product package properly (README refers to "OpenOffice.org", so does the window title and even a button in the help menu that pops up an "Apache OpenOffice" about box) and their web site now looks hacked together by someone not particularly literate in the area and ridiculously inconsistent:
http://www.openoffice.org/why/
http://www.openoffice.org/product/index.html
Also, I thought OS/2 was done by a well known and organized consortia too...
Coroutines
Posted May 8, 2012 20:54 UTC (Tue) by Cyberax (✭ supporter ✭, #52523)In reply to: Coroutines by fuhchee
Parent article: nPth - The new GNU portable threads library
In niche areas Erlang (built on message passing) is quite popular.
Accounting systems: a rant and a quest
Posted May 8, 2012 20:47 UTC (Tue) by cantsin_ (guest, #74889)Parent article: Accounting systems: a rant and a quest
I really, *really* would like to learn about open source small-business accounting tools out there too. Like the article alludes to, there's a lot of activity on the personal finance software side but seemingly little on the small-business front. I do have to say, though, I'm somewhat relieved that I'm not the only one with this problem...
And at the same time, I'm not really surprised with the dearth of good open source accounting solutions. Quickbooks is the 800lb gorilla -- I don't think any of our small-to-medium sized clients use anything else. It's "good enough" for virtually all cases, so Intuit has a huge moat around that particular business.
Accounting systems: a rant and a quest
Posted May 8, 2012 20:37 UTC (Tue) by bernat (subscriber, #51658)Parent article: Accounting systems: a rant and a quest
Nichols, Jacobson: Controlling Queue Delay
Posted May 8, 2012 20:35 UTC (Tue) by zlynx (guest, #2285)Parent article: Nichols, Jacobson: Controlling Queue Delay
Coroutines
Posted May 8, 2012 20:31 UTC (Tue) by wahern (subscriber, #37304)In reply to: Coroutines by valyala
Parent article: nPth - The new GNU portable threads library
I've been writing event-oriented and thread-oriented C apps for over 13 years. Using makecontext was useful then, but not so much today.
Coroutines
Posted May 8, 2012 20:18 UTC (Tue) by wahern (subscriber, #37304)In reply to: Coroutines by juliank
Parent article: nPth - The new GNU portable threads library
Limbo succeeded Alef, and Go seems to have succeeded Limbo. But I'll admit this is all just largely opinion.
But more to the point, Plan 9 never touted intraprocess message passing. If you read any of the papers, when they talked about parallelism they spoke about their rfork() system call (which may have inspired Linux' clone syscall; OpenBSD's rfork is clearly derivative of Plan 9). Alef, and later Limbo, was where all the experimentation into messaging passing went, and I think my comparison to Awk v. Unix is apt. To see where I'm coming from, just read their own description and emphasis: http://www.cs.bell-labs.com/sys/doc/9.html
Coroutines
Posted May 8, 2012 20:11 UTC (Tue) by valyala (guest, #41196)In reply to: Coroutines by geertj
Parent article: nPth - The new GNU portable threads library
Coroutines
Posted May 8, 2012 19:37 UTC (Tue) by juliank (guest, #45896)In reply to: Coroutines by wahern
Parent article: nPth - The new GNU portable threads library
Google guilty of infringement in Oracle trial; future legal headaches loom(ars technica)
Posted May 8, 2012 19:35 UTC (Tue) by smoogen (subscriber, #97)In reply to: Google guilty of infringement in Oracle trial; future legal headaches loom(ars technica) by mikov
Parent article: Google guilty of infringement in Oracle trial; future legal headaches loom (ars technica)
Apache OpenOffice 3.4 released
Posted May 8, 2012 19:26 UTC (Tue) by pbournho (guest, #1822)Parent article: Apache OpenOffice 3.4 released
As a faithful Openoffice user, I tried briefly libreoffice, but I will switch back to Apache OpenOffice right now, as I have a long term confidence in software based on well known and organized consortia.
Coroutines
Posted May 8, 2012 19:19 UTC (Tue) by robert_s (subscriber, #42402)In reply to: Coroutines by geertj
Parent article: nPth - The new GNU portable threads library
Fragmentation on the Linux Desktop (Is it Normal?) (Datamation)
Posted May 8, 2012 19:18 UTC (Tue) by hummassa (subscriber, #307)Parent article: Fragmentation on the Linux Desktop (Is it Normal?) (Datamation)
Programmers push for monoculture, but thankfully each one wants their own culture to prevail. :-D
Coroutines
Posted May 8, 2012 19:07 UTC (Tue) by wahern (subscriber, #37304)In reply to: Coroutines by juliank
Parent article: nPth - The new GNU portable threads library
Coroutines
Posted May 8, 2012 19:03 UTC (Tue) by endecotp (guest, #36428)In reply to: Coroutines by juliank
Parent article: nPth - The new GNU portable threads library
> passing between threads
How do you implement your message passing? Most likely it needs some form of locking internally.
I would express it this way: don't try to implement your multi-threaded application using ad-hoc locking / synchronisation. Instead put all of the locking into some concurrency building blocks and restrict your inter-thread communication to only those building blocks. Message passing is one possible set of building blocks, but there are others.
Google guilty of infringement in Oracle trial; future legal headaches loom(ars technica)
Posted May 8, 2012 18:54 UTC (Tue) by wahern (subscriber, #37304)In reply to: Google guilty of infringement in Oracle trial; future legal headaches loom(ars technica) by wahern
Parent article: Google guilty of infringement in Oracle trial; future legal headaches loom (ars technica)
Google guilty of infringement in Oracle trial; future legal headaches loom(ars technica)
Posted May 8, 2012 18:53 UTC (Tue) by wahern (subscriber, #37304)In reply to: Google guilty of infringement in Oracle trial; future legal headaches loom(ars technica) by SEMW
Parent article: Google guilty of infringement in Oracle trial; future legal headaches loom (ars technica)
http://en.wikipedia.org/wiki/Seventh_Amendment_to_the_Uni...
This makes the United States the last country, I believe, to keep juries for civil cases, and extremely difficult to change. Most of the individual states still have juries for civil cases, too, even though this is usually not required by the state's constitution.
Coroutines
Posted May 8, 2012 18:50 UTC (Tue) by juliank (guest, #45896)In reply to: Coroutines by fuhchee
Parent article: nPth - The new GNU portable threads library
Google guilty of infringement in Oracle trial; future legal headaches loom(ars technica)
Posted May 8, 2012 18:47 UTC (Tue) by wahern (subscriber, #37304)In reply to: Google guilty of infringement in Oracle trial; future legal headaches loom(ars technica) by tseaver
Parent article: Google guilty of infringement in Oracle trial; future legal headaches loom (ars technica)