topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Monday September 21, 2026, 2:32 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 ... 616 617 618 619 620 [621] 622 623 624 625 626 ... 1515next
15501
Announce Your Software/Service/Product / Re: Hard to C -- a blog about programming
« Last post by mouser on September 24, 2010, 10:33 AM »
great stuff  :up:
15502
Screenshot Captor / Re: Feature request
« Last post by mouser on September 24, 2010, 09:16 AM »
Welcome tot he site puremetal; i'm glad you like the program.

First, congratulations for figuring out how to use the QuickField option -- i don't think many people have -- i'm glad you like the feature.
Regarding font size, i'll put it on my todo list but i fear it's pretty low down on the list since i fear it might be a bit messy to try to get it enlarged without adjusting sizes and positions of the panels, etc.   But don't let that stop you from additional suggestions -- I promise to consider all requests.
15503
General Software Discussion / Re: Drupal is f*cked
« Last post by mouser on September 24, 2010, 12:57 AM »
one doesn't make money selling such things, though i suppose you could make a career of supporting users if the userbase grew large enough.
15504
General Software Discussion / Re: Drupal is f*cked
« Last post by mouser on September 23, 2010, 11:30 PM »
Now that is the great question.. and it's why even after being so angry and frustrated with drupal after i used it for my first project, i found myself using it again..

From a programmer's perspective, and under the hood -- Drupal is a remarkable achievement.  I'm just having a very hard time thinking of many use-cases where it is a good choice.

I can't really answer that in a way that would meaningfully help someone who is considering using a CMS (content management system) for their site.  because i'm not really an end user utilizing it as a CMS -- I'm using it as the foundation of a larger web service, that shares some overlap in functionality with a CMS.

Having said that, if you are really looking mainly for a CMS, i can't imagine any justification for going through the hall of configuring drupal; as impressive an achievement as it is -- it's just awful to configure -- orders of magnitude worse than anything else.  powerful yes, but a recipe for pain and disaster.

The one viable use case for Drupal is if you are a serious coder (or plan to hire one), and basically want a full CMS *and* want to add serious custom functionality on top of that CMS.  That is, if you are going to have users, forums, blogs, stories, etc. and then will add your own new kinds of complex content types -- that is the *one* use case where Drupal starts to make sense;  that's because it allows you to code independent addon modules that can do a lot of things and don't require you to modify the core Drupal code, making maintenance easier.

That's basically how i used it when i created tfdocs.com; the idea was to preserve a full cms system where users could create forms and tag them and catalog them, and do all kinds of normal CMS stuff, but also work with this new content type.  From a coding standpoint that project was more suitable to Drupal than my latest one (UQ), which is much less of a traditional CMS, and is proving to be much more painful and difficult to add the kinds of things I need to add.

One might say that I'm expecting too much from Drupal -- expecting it to be something it's not; in some sense that's a fair point -- but on the other hand, the things that i still get insanely frustrated about are some of the most obscenely straightforward things (creating sidebar links) etc.; nothing is simple in Drupal, and often the more simple it should be, the more impossibly convoluted it is to perform (and once you do figure it out you'll never remember how you did it in the future since it involved the coordination of settings in 10 different places, etc.).

You asked what I would choose as an alternative.. In the past I have piggybacked on a framework (CodeIgniter) as the starting point for a large web service -- and in many ways i regret that i didn't polish up all of the user management code i added to that, because that would have been a far saner and more straightforward starting point for building a system.

The dilemma I faced this time, and face over and over -- is figuring out when it would be better to leverage existing flawed and over-complicated code -- vs. writing new code from scratch.  Drupal has a system for managing groups (allowing people to invite others to groups, manage them, etc.), and an elaborate system for tagging, etc. -- these are all things that one would have to code into a lightweight framework like CodeIgniter if you didn't build on top of something like Drupal.

Ideally though, i think that the better approach might be to spend some time building just such a foundational framework -- sort of midway between Drupal and something like CodeIgniter (or CakePhp or Ruby on Rails, etc.).. something much more focused on serving programmer's needs as opposed to the frankenstein approach of Drupal.
15505
General Software Discussion / Re: animated/flash graphs
« Last post by mouser on September 23, 2010, 05:11 PM »
there have been some truly beautiful tools for making flash animations for charts.. i can't remember any particular ones now, but there are a few that really produce stunning results.  i'm sure someone will remember the names of them.
15506
General Software Discussion / Re: Drupal is f*cked
« Last post by mouser on September 23, 2010, 02:55 PM »
it's really hard/exhausting to explain what is so bad about drupal because the suckiness pervades it so deeply in every crevice of it's configuration.

i think part of the problem is that it is trying to be so powerful and so flexible, and let you do everything, that it ends up making EVERYTHING difficult and confused.  almost everything you might want to change involves make a handful of carefully coordinated changes in spread out options that are almost impossible to find -- one failure in any of these different places results in things not working, with little clue as to why.

as for why i "keep" using it -- i've actually used it now on 2 projects that involve me creating serious custom modules for it -- and i chose it because i keep thinking that just over the hill i'm going to reach a point where i appreciate the logic of drupal.  but in fact i just keep getting more and more frustrated.

it's just so convoluted.

one cannot help but be incredibly impressed by the complexity and power of some of the stuff created for drupal, like the Views module -- but it's the perfect example of why the best solution is often to not try to make some gigantous perverted infrastructure and custom api/language for doing things -- and instead go with a simpler mechanism for letting a coder do a coder's job when custom stuff needs to be done.  it's a good lesson that when you try to do everything, you end up making it hard to do anything.
15507
Screenshot Captor / Re: Losing Image Caption
« Last post by mouser on September 23, 2010, 11:46 AM »
it sounds like SC is not realizing that the image needs saving after the caption -- just tested and confirmed.

so for now the workaround is to manually hit Ctrl+S after you add a caption or hit the save button, before switching away.

i will fix this in next release, should be this week.

thanks for the bug report!
15508
Living Room / Re: The Blog of Michael Mindes: Ramblings of a Board Game Publisher
« Last post by mouser on September 23, 2010, 10:40 AM »
Another good indie board game designer's blog:
http://inspirationto...ation.wordpress.com/
15509
Because NANY expressly forbids previous releases.


NANY actually says something like cannot have been publicly released before October.. the idea is to ask people to create something that is new, but it's ok if you release something in beta form and for early testing a little before the deadline.. just as long as its not something you released a year ago.
15510
General Software Discussion / Re: what's wrong with my PC? (it's often soooo slow)
« Last post by mouser on September 23, 2010, 03:40 AM »
It might be your hard drives being put to sleep after a short time.

that's a good guess.
15511
why not use same project? no harm in that given the deadline of nov 15 since you might be releasing betas of your nany by then and it will take them a couple of weeks to judge, etc.
15512
General Software Discussion / Re: Drupal is f*cked
« Last post by mouser on September 23, 2010, 12:04 AM »
quick update:

there is just no way to express in a human language how horribly horribly wrong configuring and maintaining drupal is.. i've experienced few things that are as convoluted and guaranteed to end in frustration and anger.
15513
Living Room / Re: Where have all the trackballs gone!
« Last post by mouser on September 22, 2010, 11:15 PM »
the new logitech trackball looks pretty nice.
15514
Site/Forum Features / Site may be unstable Sunday Sep 26, 2010
« Last post by mouser on September 22, 2010, 08:14 PM »
some short notice maintenance is scheduled to be performed by SoftLayer hosting, where the DC server lives.

SoftLayer Scheduled Maintenance - Short Notice [09/26/2010]
Date: Sunday, September 26, 2010 (09/26/2010)
Start time (GMT+00:00): 06:00 AM
End time (GMT+00:00): 10:00 AM
Services affected: Public Network / Backbone
Location: WDC01
Duration: 4 hours

==================================================
* Short Notice Maintenance *

SoftLayer Engineers will be conducting maintenance on the transport network that provides connectivity between the WDC01 datacenter and the Equinix facility in Ashburn.  During this window, Engineers will be migrating a number of transport circuits from existing gear to new dark fiber gear.  Once complete, this new system will allow SoftLayer to scale capacity between these sites from the existing 60 Gbps limit to well over 800 Gbps if required.

The following services will be impacted during this maintenance:
-       Public network connectivity for the WDC01 facility
-       Public / Private connectivity to other SoftLayer facilities from the WDC01 facility

During this maintenance, Engineers will make every effort to mitigate the impact to customer traffic; however, customers are likely to see routing anomalies, packet-loss, and increased latency.
15515
General Software Discussion / Re: My Windows Desktop is a shambles...
« Last post by mouser on September 22, 2010, 05:26 PM »
there are lots of different "launch bar" / dock programs you can use for this -- mine is just one.
15516
General Software Discussion / Re: My Windows Desktop is a shambles...
« Last post by mouser on September 22, 2010, 04:58 PM »
Use a "Launch Bar" instead of your desktop to arrange your programs and files, and turn off your desktop icons completely (or at least delete 99% of them); that's what many of us do: https://www.donation...ex.php?topic=18759.0
15517
The latest JayIsGames.com game coding competition has just opened.. I'd love to hear that a DC member was entering something!

Design a browser game that incorporates the theme (see below). Since you will have just 2 months to complete your design, simple ideas are probably the best way to go. You may use any browser-based technology platform you are comfortable with (Flash, Unity, Javascript/HTML5, etc.). If we can embed your finished game file on our competition page, you may use that platform to design and develop your game.

For the 9th Casual Gameplay Design Competition, we are calling for entries designed to incorporate this theme: FRIENDS. You are free to interpret that any way you choose..


1st place: $1,500; 2nd place: $1,000; 3rd place: $500
The deadline for entries is Monday, November 15, 2010 at 11:59PM (GMT-5:00).
15518
Screenshot Captor / Re: Resolution change after thumbnail-ing
« Last post by mouser on September 22, 2010, 03:30 PM »
i actually could add some sharpening filters to the combo box for Thumbnail dialog Smoothing Filter.. i'm not sure it's something that would be useful but it might be; putting it on my todo list.

15519
General Software Discussion / Re: what's wrong with my PC? (it's often soooo slow)
« Last post by mouser on September 22, 2010, 10:35 AM »
next time it happens, quickly hit ctrl+alt+delete and sort the running processes by CPU usage -- see if it's one program eating up all your cpu.
15520
Screenshot Captor / Re: Resolution change after thumbnail-ing
« Last post by mouser on September 22, 2010, 09:37 AM »
By the way, the thumbnai maker dialog ALSO has a separate option for what smoothing filter to use when reducing size image -- so if you feel like your thumbnails themselves look blurry when reduced in size, try changing the *THUMBNAIL* smoothing filter, which is in the Thumbnail Maker dialog (in File menu).
15521
Screenshot Captor / Re: Resolution change after thumbnail-ing
« Last post by mouser on September 22, 2010, 09:10 AM »
The "fuzziness" / blur you are seeing happens when large images are shown less than smaller than 100% zoom.

If you change to 100% zoom (see checkbox at top right of interface) you should see the fuzziness / blue disappear.

It does NOT affect the actual saved file, only the temporary view of it on screen.



Now, to try to improve the look of the reduced-size display more to your liking, go to the "Interface Options 1" tab, and look at the settings for "Smoothing" -- try different methods there (try None first).



As for big borders in thumbnails -- that in the thumbnail option dialog, you can adjust whatever border you want.
15522
FlipSuite and Flipbook Printer / Re: Command Line Printing
« Last post by mouser on September 21, 2010, 06:48 PM »
Yes; in fact i have a new beta version of Flipbook Printer which has a number of enhancements, it's just not public yet.  you can email me ([email protected]) and i can make sure you get a copy of it before Halloween.
15523
thanks for sharing what worked oblivion!  :up:
15524
Living Room / Was Stuxnet Worm Built to Attack Iran's Nuclear Program?
« Last post by mouser on September 21, 2010, 05:13 PM »
Fascinating stuff..

A highly sophisticated computer worm [Stuxnet] that has spread through Iran, Indonesia and India was built to destroy operations at one target: possibly Iran's Bushehr nuclear reactor....
Experts had first thought that Stuxnet was written to steal industrial secrets -- factory formulas that could be used to build counterfeit products. But Langner found something quite different. The worm actually looks for very specific Siemens settings -- a kind of fingerprint that tells it that it has been installed on a very specific Programmable Logic Controller (PLC) device -- and then it injects its own code into that system. Because of the complexity of the attack, the target "must be of extremely high value to the attacker," Langner wrote in his analysis.



from http://slashdot.org/
15525
N.A.N.Y. 2010 / Re: NANY 2010 Release: Anuran
« Last post by mouser on September 21, 2010, 01:53 PM »
you know what would be cool is a way to add entries to farr via sending windows messages -- or via commandline; then we could have a farr alias that added an item to anuran.
Pages: prev1 ... 616 617 618 619 620 [621] 622 623 624 625 626 ... 1515next