topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Thursday November 13, 2025, 4:38 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 ... 114 115 116 117 118 [119] 120 121 122 123 124 ... 252next
2951
Site/Forum Features / Re: Forum Themes
« Last post by superboyac on January 19, 2011, 06:07 PM »
not feasible since ive super customized the a dc theme and everything would break if users switched away from it (donationcredits, etc).
Man, whatever you've done is the best I've ever seen.  I swear to you, I love the people here, but I think the forum design is 80% of the reason why I have stuck around for so long.  I often point people towards this forum when I complain about the design on other forums.  Especially the searching.  I mention that specifically because other forums will get super snarky about "did you search before you posted?!", and my response is like, "If I search it's going to take me forever to find anything, and I'm not going to find it, and I'm just going to come back and ask you the same thing.  Make your search easier to use and then maybe people will search first."

On this one forum, they had a pretty good search, but it got bogged down when there were a lot of users, so they replaced it with a single field search that returns you the awful google results.  Basically, it just adds a prefix to the search to limit google results to the forum.  Horrible change.  it made the search function pretty much useless, in my opinion.  But it's there and it works...I suppose.  Depends what you mean by it "works".  If it means you can type something and results are shown, yes, it works.  If you mean it facilitates finding information in a helpful manner, no, it does not work.
2952
Thanks 4wd!  That's one of the best written answers I've ever received.

Now I have just a couple of more questions, but you cleared a lot of things up that I've been wondering about for a long time.
1) Do I need AHCI?  The only reason I came across the issue in the beginning was because adding drives and they weren't being recognized.  Someone told me to enable AHCI, and I did and it worked.  That's the only reason.  I don't think I did to take advantage of AHCI.  It sounds like I should do it the way you've written just to have all my bases covered.  Right?

Well, I guess it's just that one question.
2953
You can have your buttons, just don't take away my syntax!  It's easier for me to keep typing inline rather than have to highlight a phrase and click a button.
I don't think that's a true statement.  You are more COMFORTABLE typing inline, or you PREFER to type like that.  But it's not easier by any means for you, him, or any other person.  There's no argument you can make to convince me that it's easier to type a word with brackets or whatever vs. clicking a single button.

At the risk of sounding rude, I've heard from programmers that they use all this text editing stuff because it's easier for them.  This is not true.  you can't say that because the alternative (buttons) doesn't even exist!  You can't say one way is easier or better when the other way is not even available!  So, in my opinion, the programmers sort of lie to themselves by saying it's better this way, but it's not.  What they are really saying is that it's not worth the trouble to create a button, which is true in a lot of ways.  It is easier to write code (if you know it) than it is to create a button, which is essentially writing a LOT of code and going through the whole troubleshooting of it, etc.  So yes, text-editing is easier compared to writing the code for a button.

But text-editing is definitely NOT easier than clicking a button.  Two different things.
2954
Site/Forum Features / Re: List of DC-SMF features?
« Last post by superboyac on January 19, 2011, 03:37 PM »
I second this, big time.
2955
Living Room / Re: Recommend some music videos to me!
« Last post by superboyac on January 19, 2011, 02:49 PM »
OK, I'm going to put myself out there:

I hope you guys enjoy it.  I'm not a big fan of solo piano jazz, but I couldn't get a good trio together so I had to play this.  So, I don't think this song is all that exciting, but it's pretty good.  It was more of overcoming a challenge for me.  I felt I had crossed some line where I could play legitimate jazz now, so I learned that song from my favorite piano player, Gene harris.  I plan to do more later, better stuff, too.  I'm MUCH better now.  That was a great experience for me.
2956
Living Room / Re: Recommend some music videos to me!
« Last post by superboyac on January 19, 2011, 02:46 PM »
I used to think I hated jazz - I just hadnt heard the right stuff I guess :)
I know what you mean.  When I first started learning, I struggled with the sound of jazz.  i was always thinking, "Man, this is REALLY boring.  I'm trying to like it...but I can't.  What am I not getting?!"  Anyway, years later i realized that there was nothing wrong with me.  Most jazz really IS boring.  Sheesh.  I even took lessons from the top players around here just to confirm it for me, because i was really uncomfortable with that thought.  But i finally found jazz that was awesome, fun, and you don't have to be a jazzhead to enjoy it.
2957
SB is so infuriating when he's right. ;D

Seriously, what's the BFD about having to master syntax elements when they could just be programed into an editor app. We have text expanders, spellcheckers, template tools, code generators, autoformatters, grammar checkers, voice recognition, and just about everything else built into word processors thes days. And that's just to deal with composing everyday language. What's so special about wiki that it doesn't feel the need to offer user amenities. Is it simple geekiness? Elitism? Or are they just trying to deter some of the riff-raff?

Back when I first learned to code, one of the first things they taught us was:

"For data entry, if specific characters or control sequences always need to be entered in order to do something, then they should never need to be entered at all. Don't be a lazy programmer and make the user do it. Let the system put them in instead. Boring, arbitrary, repetitious tasks are what computers are designed and built for."
 :)
Haha, thanks.  Well, if I were to really explain this, it would be like this:
I don't actually think the crux of the issue is the elitist attitude, although that's a part of it.  But the primary reason, at least the one that makes the most sense based on my perceptions is that the programmers just stop the development once it gets to the point where it's pretty functional.  So once the program is able to do the goal that the programmer set out to accomplish, then the motivation to go the extra step and really polish things up is gone.  Especially freeware stuff like the video tools.  For example, let's say the goal is to convert a dvd to an avi file.  First the program will probably be some command line thing.  Why?  Because it's easy.  It's pure code.  You just write a couple of lines to do the job, and you're done.  But then, as a few people start using it repetitively, the demand for a gui comes in.  So, a gui is made, but it's bare minimum.  There's no real motivation or demand to do more (other than "difficult" people like myself).  So some gui is created, you know the type...there's some fields and dialogs and boxes, but when you click "start" or "run" a command line window pops up and does the work.  basically, it's just a fancy form for putting in command line parameters.  Again, the bare minimum.  Not many people are going to go the extra step of removing the command line dialog popup, like integrating it into a window-looking dialog.  Most of the people using the program are computer geeks, so a little command line doesn't bother them that much.  Anyway, that's the idea.  It's almost waaaaaaay more work to polish up the interface vs. just writing a simple code to do the job.  There's simply no motivation for it from a practical standpoint.  If I were to say something, the response in most developer's head would be "Dude, just type in "/n run echo pstart-c-t-w" and it will do it.  It's going to take me a week to program a button for that.  You can type it in in 2 seconds.  Why bother."  That, in my opinion, is why a lot of the good programs out there have terrible UI's.  Unfortunately, the bad programs will tend to have better UI's...for the same reason.  A good UI masks the poor program engine.  So it fools non-computer people.
2958
I'm not really saying it's bad.  I just am tired of having to learn syntaxes for every little program or thing that I do on the computer.  More often than not, it's because programmers don't want to put in the work to make a nice interface.  I get that, it's a lot of work.  But at this point in my life, I'm just tired of learning syntaxes.

But if I could have any influence on developers, it would be to create more buttons and nice interfaces.  People keep writing and throwing out tons of programs, but a lot of the time, they ignore really polishing up the interfaces.  The video community is a prime example.  There's a little bit of an elitist attitude there, also.  I've noticed it, I feel it myself sometimes.  There's a certain "glamour" to getting on a computer and typing a lot to get something done.  Just look at the movies: whenever there's a scene involving a computer, what usually happens?  Someone (the "geek") gets on the computer and starts typing hundreds of words a minute and saying all sorts of geeky things really fast.  I always roll my eyes during those scenes.  It's so beyond cliche now.  Each keystroke also makes a "beep" sound of course.  And whenever a screen zooms in or a window pops out, there's lots of little bleep sounds.  No computer does that!  But I don't really have a complaint about the noises, because they have to do something to get across the fact that something is happening.

Anyway, my real point is that there's nothing glamorous about typing a lot FOR MOST PEOPLE.  It's a headache.  Give me a button, please.  I beg you.  A button is universal language.
2959
What I hate about all things wiki is the syntax.  What do people have against buttons and nice, simple interfaces?
2960
4wd, thanks!  I know it's late...
I've been meaning to get back to this.

So, here's how I have the drives plugged in right now.  I have all the drives (including the system drive) plugged into the yellow slots.  That's 5 drives.  The system drive, two extra internal drives, and two external drives.  Then, I have the SATA dvd drive plugged into one of the purple slots.

If I understand you correctly, you are saying to take my SYSTEM drive off of the yellow plug and put it on the purple plug, along with the DVD drive.  Is that correct?

Why does this fix my problem, I'm just curious.  I do think you might be right about all this, because I remember dealing with those plugs and ahci stuff, etc, when i was adding all the drives.
2961
I use CCleaner.  Also like Glary Utilities.
Sure.  There are a million so-called "cleaners".  i seriously have no idea how to judge which one is better than another.  How does anyone do that?  I mentioned CCleaner because from what I understand, it is VERY widely used and has largely received praises.  I'm not going to list lesser known programs unless it does something uniquely, and remarkably well.

This is also similar to the anti-malware software.  There are a million different ones.  I list Malwarebytes and Superantispyware because they are used by TONS of people and there aren't many bad things said about it.  People used to say a lot of good things about Spybot and SpySweeper.  But not so much in recent years.  I don't know why.  It may be a case like MSE where a free version came along that was just as good, so why bother paying for it?  Look at me...I've dropped Kaspersky after years of using it because MSE is just better in a lot of ways, and Kaspersky over the years has just gotten slower and bigger.  It's still a great AV software, but so is MSE and it's less bloated and faster, so why bother with Kaspersky?  I think the same may have happened with SpySweeper.  These free programs are doing a pretty good job, it seems like.

Another one that has fallen off the radar: Ad-Aware. What happened to that?  Does anyone still use it?
2962
Living Room / Re: What books are you reading?
« Last post by superboyac on January 17, 2011, 04:34 PM »
nice one, 40hz.  I want to read, but I have to resist.  I need to finish my work!!  I've always wondered how they get it done...
2963
Do we still recommend CCleaner as a useful system cleaning tool?
2964
Living Room / Re: Would someone mind recommending a good laser printer?
« Last post by superboyac on January 17, 2011, 02:52 PM »
I've been using my new printer.  I've been pleased with it so far.  Thanks mouser!
2965
For this discussion, do we also want to consider boundary defense measures?
I'm not very familiar with those things, but if you recommend them I'm sure they are valuable.  Let me look into them and I'll probably add it to the list.  No!  I think it's very appropriate to discuss it here.  Discuss away!  Tell us how it works and why it's useful.
2966
Comodo Firewall and Superantispyware added.
2967
N.A.N.Y. 2011 / Re: NANY 2011 Release: Ethervane Radio
« Last post by superboyac on January 17, 2011, 11:49 AM »
Just wanted to give my heartfelt thanks for a fabulous little piece of software.
Living near the flood stricken region of SE QLD Australia I found myself safe but without phone, TV, radio or mobile phone reception yet amazing still had internet connection.
Your program enabled me to tune into the local and regional radio stations and get the latest news, and updates on the flood and road closures.
Thank you!  :Thmbsup:

That's an awesome first post.   :Thmbsup:
No kidding!  It's really great to hear stuff like that.  Tranglos has really done a lot for people in his coding career.
2968
N.A.N.Y. 2011 / Re: That NANY badge
« Last post by superboyac on January 16, 2011, 08:53 PM »
I was thinking that the number of times you participated in NANY might be considered more important than which year it happened in. Maybe what you could try is to provide two badges. One to indicate you participated either in any NANY - or possibly just the most recent. The second badge could then have a changeable numeric element to acknowledge the times someone's participated. Doing it this way eliminates the need for a multiple badges to show the same thing.

As long as there's a "Hall of Fame" of Honor Roll type page with the names and the years of participation, anybody who wanted could just look it up if they were that interested.

But again, I don't think it's so important what year somebody did NANY. IMO what's important  is the fact someone did it at all. And additional distinction comes from how many times the effort was repeated.

Just thinking out loud.
+1
I was thinking while this thread was going on, it looks kind of funny to have a lot of those (very similar) badges in your avatar area.
2969
General Software Discussion / Re: Another reason to drop Kaspersky?
« Last post by superboyac on January 16, 2011, 08:14 PM »
I do have to say, I am very pleased to have switched to MSE recently for just those reasons: flab! So far, MSE feels amazingly "light" on the system - especially considering it's an MS product.
You know...I have to agree 100%.  I just replaced Kaspersky with MSE, and it's pretty darn good.  The interface is clear, simple, and effective.  It seems as though all the options and tweaks are in the right spots without too much confusion, something that Kaspersky has lost its mind with lately.  It's very light!  Everything is faster on my computer, by quite a bit!  I'm so happy about it!  F-U Kasperksy.  That's what I have to say to that.

And good job by Microsoft for making an excellent product.  We'll see if I'll miss the quantity of features that KIS had, but it doesn't seem like it.  All that stuff was a big headache, and if I analyze my habits in the past few years, I'll admit that what I usually did was just turn annoying things off.  So what's the point of having this big suite if you're going to just turn things off?  Good work, MS, you got it right.
2970
General Software Discussion / Re: Another reason to drop Kaspersky?
« Last post by superboyac on January 16, 2011, 06:09 PM »
I just have to reiterate, even though I've said this before...
Without Kaspersky, my computer is SOOOOOO fast.  Do AV programs really have to bog down computers this much?  Really?  I'm not saying we don't need AV protection, but is it really that necessary for the performance to suffer this much because of it?  I mean, Kaspersky is a well respected name in the AV business. It's not Norton or anything, but even Kas has gone the way of bloat and bog the past several years.  I've heard similar stories about NOD, though maybe not as much.
2971
General Software Discussion / Re: Another reason to drop Kaspersky?
« Last post by superboyac on January 16, 2011, 04:41 PM »
i think I'm done with Kaspersky also.  It keeps flagging one of my exe's as a virus...and the virus definition name is "not a virus", funny enough.  So I double checked to see if it's actually a virus, and it's not.  So I try making an exclusion.  I successfully created an exclusion for it...but it does nothing.  Every time it gets scanned, it deletes the file.  I have no idea what the exclusion does.  It's like the application is acting like an asshole.  I've tried doing the exclusion a couple of different ways, and it just doesn't work the way I want it too.  It seems like the only thing the exclusions does is allow the file to exist UNTIL it gets scanned.  I don't know what that means.  It means, before the exclusion, I couldn't even have the exe around, it would just not be allowed.  After the exclusion, the file is allowed to be there, but any time a manual scan is run, it will get deleted.  There's no way around it.  Kaspersky is really pissing me off, I think I'm done with it.
2972
Found Deals and Discounts / Re: New MakeMKV beta 1.6.3
« Last post by superboyac on January 15, 2011, 09:24 PM »
Miles, I really have to thank you for introducing me to MakeMKV.  It has made transferring my movie collection to my computer a joy.  It's such a simple, effective tool.  Exactly how more of these video software should be.  It's basically a one button program to convert your dvd to a file on your computer.  No command line nonsense, and no crazy options about this technical thing and that thing about codecs and muxes and what not.
2973
40hz is right.  I should include some sandboxing and such stuff in the list.  Those are also protective measures.  That goes along the lines of those emergency boot disks that you can use to clean a badly infected computer or something.  I think I mentioned that previously.  This is cool!  I've been meaning to put together a list like this.
2974
General Software Discussion / Re: Skwire's DC member site marked as suspicious
« Last post by superboyac on January 13, 2011, 06:00 PM »
Just as I suspected.  I've been wondering why I always get skwire-porn popups on my desktop.  What's a skwire-porn popup look like, you might wonder?  It's filthy, I couldn't show it here.

[edit] I'm kidding, of course.  Just in case any guests are reading this.  Skwire's awesome.
2975
Ha, of course!  I never do that stuff at work, I ain't crazy!  That comment wasn't really aimed at you or to chastise anyone, sorry if it came off that way.  it just reminded me of something I wanted to clarify for the purposes of the list in the first post.

Yes, when at work, you just don't even try to go to shady sites.  That's where abstinence comes into play.  But when I'm at home, I'd like my security software setup in such a way where if I intentionally choose to explore a shady site, it will catch the harmful things happening.  That's the hard part.  We want protection during those times where we decide to cross the line.  It's like the military:  you have your defensive tactics, and your offensive tactics.  They are two different animals.

And I would never say anything negative towards you app.  Too much respect.
Pages: prev1 ... 114 115 116 117 118 [119] 120 121 122 123 124 ... 252next