topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Sunday June 22, 2025, 8:18 am
  • 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 ... 16 17 18 19 20 [21] 22 23 24 25 26 ... 65next
501
I don't think  this article has much in the way of new information, but it seems to be a pretty good step-by-step summary of how to upgrade to 8.1 without a Microsoft account and why you might not see an offer to upgrade to 8.1 in the Windows Store (bottom line: you have to have all updates to 8 installed before the store will show you the 8.1 upgrade offer).

  - http://windowssecret...thout-an-ms-account/
502
I think the Dephormation link should be : https://www.dephormation.org.uk/
503
That MD5 matches my download which is not a demo.  

It looks like the vendor got surprised by the response, was unprepared for steam key resellers hoarding free steam keys that were initially offered, and went through several iterations of locating the content.

A writeup of the whole story: http://www.pcgamesn....-steam-keys-pilfered

It's all over now though.
504
Until Friday, Nov. 1 at 11:59pm Eastern

Happy Halloween from Wadjet Eye Games! The indie developer has just updated their retro-style, point & click PC adventure The Blackwell Deception with higher quality character portraits. And how better to celebrate Rosa Blackwell's favorite holiday than by giving away the full, updated game?

Of course, anyone who already bought Blackwell Deception from Steam, GOG, Desura, or directly from Wadjet Eye will get free access to the updated version. Here's the "trick or treat!" part -- for everyone else, Wadjet Eye is offering Blackwell Deception totally free through Friday, Nov. 1 at 11:59pm Eastern.

To pocket this Halloween goodie:

1) Visit http://www.rosablackwell.com

2) Click Buy Now to add Blackwell Deception to the cart

3) [edited: the buy button takes you directly to download links now - there's no longer any need to enter a code in a checkout page]

Just like that one house on the block that hands out full-sized candy bars, this is news worth spreading! Tell your readers, tell your friends. (Or else Rosa and Joey might have to come over and toilet paper your house. Just saying...)

The game is a DRM-free download (they are no longer distributing Steam keys)

[Edit: removed inactive download links]

505
Living Room / Re: TrueCrypt Audit
« Last post by mwb1100 on October 24, 2013, 06:40 PM »
I just skimmed the article, but it looks like a very nice analysis.
506
General Software Discussion / Re: Windows Networking, help me understand.
« Last post by mwb1100 on October 24, 2013, 05:11 PM »
Planning to do that tonight when I get back upstairs.

Naturally Windows 7 defaults to that when you first set up a network.

...

I'm not sure if you ever got your networking problem resolved - was the problem Win7 having "HomeGroup" set up as the default?
507
Living Room / Re: New thread for non-silly humor posts
« Last post by mwb1100 on October 21, 2013, 04:03 PM »
That's not humor - that's sad.
508
Living Room / Re: Was the iOS 7 "look" created using Microsoft Word?
« Last post by mwb1100 on October 21, 2013, 03:51 PM »
I'm no graphics guru - I have a hard time making a few boxes with some text in them.  But I will say that every time I try to make any kind of graphic image on the computer, the only software I can work with is Word.  Everything else I've tried has driven me insane until I ditch the attempt and go back to Word.
509
General Software Discussion / Re: Windows Networking, help me understand.
« Last post by mwb1100 on October 21, 2013, 11:03 AM »
No, I don’t have users setup on each machine for each of us. That was never a requirement on past OS's. Something new on Windows 7?
Are different user IDs being used on the different machines?  If so, then to network those user IDs may need to be on each machine (with the same password).

If you're using the same user ID on both machines, then the password should be the same on both machines.

When connecting to a non-domain machine, Windows will essentially logon to the remote machine using the user ID and password of the current account for many operations. 

When connecting to a remote share you do have the option to use alternate credentials (at least with some of the UIs - I'm not sure if "easy networking" provides the capability).  You might want to clear out any saved network connections in case they have cached an old set of credentials that aren't valid any more.

I think if you're having trouble, one decent troubleshooting step is to set up the machines so they have the same account IDs and passwords. It just makes it so there's one less area for Windows to trip up on.
510
General Software Discussion / Re: Windows Networking, help me understand.
« Last post by mwb1100 on October 21, 2013, 01:02 AM »
I'm assuming that you're not using a domain controller; so, one thing to check is the accounts and passwords for each machine.  If you and your wife each use separate user accounts, then they have to be set up on both machines and have to have the same password on each machine.  And as mentioned by Stoic Joker above, blank passwords can cause problems with Windows networking.
511
Found Deals and Discounts / Re: SlickEdit - code editor - 25% Off - Oct. 2013
« Last post by mwb1100 on October 19, 2013, 05:25 PM »
I use SlickEdit and it has many pros (super flexible) and a few cons (price).

The reasons I use SlickEdit:

  • it runs on both Linux and Windows (and Mac, but I don't use that)
  • has fantastic code navigation (I think that only Visual Studio with Visual Assist is better)
  • it performs very well - much better than Eclipse the last time I tried it
  • supports pretty much every language that's even close to mainstream, often including debugging
  • is very customizable - most of SlickEdit's functionality is implemented using the C like SlickC scripting language, so if you want to hack away at those scripts or write your own you can make the editor behave pretty much however you want
  • support is quite good

the downsides:

  • SlickEdit is not cheap, and you pretty much want to be on their maintenance plan since they don't seem to offer any significant upgrade discounts. Note that even the initial purchase doesn't get you a year of maintenance - you have to add that on to the initial purchase. Maintenance is an annual cost of 20% of the price of whatever bundle you have - so $60 for a single user/single platform license.  Note that even though I'm complaining about it, I think it's worth it and pay the annual maintenance.
  • learning the SlickC scripting/macro language can be a significant effort - one that I haven't really invested in. They have extensive documentation, but it's a big enough language/environment that I've only done the simplest of things because I just don't want to invest the time and effort. So there are things I'd like to behave differently, and I'm sure I could get the behavior I want with some SlickC scripts, but I don't. I guess this is kind of a false downside, since if the editor weren't so scriptable I wouldn't even have the option.

As an example of how well SlickEdit supports languages, the first time I set up a C language project on the Linux SlickEdit installation (admittedly it was just a small test project to see how things worked), all I did was tell it the project was a C project and added a file or two to the project.  When I built the project I was surprised to find that it just built - SlickEdit had automatically found where all the tools were and it just built.  Then I kicked off a debug session, and the same thing - I didn't have to do any manual configuration. It just started gdb and launched the program in it. I was actually stunned - the only other editor that I had that kind of experience with was Visual Studio, and it sort of has to do that since it comes with and installs the entire toolchain and is more or less designed to work only with that toolchain.

One niggley detail that drives me crazy is that while SlickEdit supports multiple instances of the editor running at the same time, when you close an instance it complains about not being able to write the configuration file if the instance being closed isn't the last one.  That means any options you've modified in that instance will be lost, which is a drag, but it's also just plain irritating. The error dialogs occur even when you haven't changed any options - I guess because it cant write information about the workspace that's open or something.  They've indicated that they'll fix this at some point, but because it has to do with some deep-seated details on their configuration handling it's not an easy fix and there's no timeline for it. There are various workarounds such as specifying a separate configuration file for each instance, but those workarounds have their own drawbacks.

But the bottom line is that I would pay for SlickEdit again if I had to, and I sort of do in the form of the annual maintenance.
512
http://www.reddit.co...geddon_franchise_ama

All you have to do is send a PM to the "GOGaway" reddit account, and a bot will PM back a GOG key for the game.

Details on the game in case free isn't a good enough detail: http://www.gog.com/g...carmageddon_max_pack

And don't forget - all GOG games are DRM-free.

513
Developer's Corner / Re: Android package name
« Last post by mwb1100 on October 03, 2013, 07:44 PM »
The idea of using a domain name in the Java package name convention for widely/publicly distributed packages was to  was to help ensure that distributed packages would have unique names by piggy-backing on the domain name system of ownership of names.  Microsoft's COM used GUIDs to create unique names for components; Java's convention is much friendlier.

I'd suggest using an email address for the base of your package namespace. If you don't want to use your real email address, create a dummy account somewhere (gmail, yahoo, whatever) and use that.

Or maybe mouser might consent to allowing the use of "com.donationcoder.your-userid" as a Java package namespace convention for DC contributors?
514
Living Room / Re: The LED lights in your home could be spying on you!
« Last post by mwb1100 on September 30, 2013, 07:02 PM »
If I understand the video correctly, the LED would need to be modified with a microphone and a circuit to encode the source into the light frequency carrier. Then someone with equipment that can capture the light frequencies can extract the sound information, right?

I guess my point is that the LED bulb would have to be 'bugged' for this to work.
515
Living Room / Re: iPhone 5S fingerprint system easy to fool
« Last post by mwb1100 on September 23, 2013, 06:52 PM »
Secure phone - but in the wrong state in the US you would get a jail sentence everytime you used it!

Not for dudes.

Plus it would solve the problem of leaving little imprints of your key everywhere you go.  At least one would hope.

516
Living Room / Re: iPhone 5S fingerprint system easy to fool
« Last post by mwb1100 on September 23, 2013, 03:42 PM »
It's a deterrent, nothing more.

I agree. The intended use of the PIN or the fingerprint scan is to make it so your kids or someone who finds (or steals) your phone will be unlikely to just use it for free calls or readily grab stuff from the device.

One could say that it's just as easy to make an imprint of a door key in clay to use as a template for making duplicate as evidence that door keys have been broken.  Even though that's true, most burglars won't even bother with that amount of trouble or subtlety. That doesn't mean door keys are completely useless, just that they're not a complete security solution.
517
Developer's Corner / Re: A Field Guide to Procrastinators (humour)
« Last post by mwb1100 on September 16, 2013, 02:34 PM »
Well, now I know why I'm such a good procrastinator - I'm a champion in several categories:

Panicker/Napper/Sidetracker/Researcher/Snacker/Watcher/Perpetuator


Cleaning, List Making, Sharing, and Delegating are too much work. However, apparently I need to get more serious about my Gaming. But not those farming/gardening/animal tending games. I have standards.
518
Found Deals and Discounts / Re: GOG.com offers Stargunner for Free
« Last post by mwb1100 on September 14, 2013, 05:24 PM »
thanks!
519
I think this is simply the nature of any large organization like the government. There isn't a monolithic policy or behavior from such an entity - different parts act in different ways with different goals.

For example, you have some parts of the government which are tasked with environmental protection of forests (EPA), while other parts are tasked with helping commercial interests exploit forests (USDA). Though keep in mind that both groups have some overlap in their concerns as well.
520
It's political suicide.

Wait a second... you have political ambitions?
521
General Software Discussion / Re: FLV downloader needed
« Last post by mwb1100 on September 04, 2013, 08:05 PM »
Can you post links for some of the videos that you can't download (but think  you should be able to)?
522
Mini-Reviews by Members / Re: Review of Zeus Edit
« Last post by mwb1100 on September 03, 2013, 12:54 PM »
The review summary table indicates that the price for Zeus is $69.95, but the price that comes up in the shopping cart if I start to register the software (that's the only place I found a price on the vendor's website) is $89.95.  Is the price in the review just a typo error?

Also, I wonder if there's a clear policy for upgrades? The review summary says, "Free updates for new builds of the same version", but it's not clear to me what that might be. It seems that there was a cut off for free updates between 3.97i and 3.97k (though another page on the site indicates that the cut off was at version 3.97c).  So it seems that a major upgrade point occurred with just a version number change that usually indicates a bugfix-only release for most software.
523
Living Room / Re: Brilliant Bit of Art - Mobile Phones
« Last post by mwb1100 on September 01, 2013, 09:54 PM »
I noticed the hole in the inside of the prison and the hole outside of the prison

There's also the guy making a break for it...
524
Non-Windows Software / Re: Remmina - superb remote access client
« Last post by mwb1100 on August 30, 2013, 11:14 PM »
Evidently Remmina uses the FreeRDP library, unlike most others which invoke rdesktop (which does it's own implementation).

Is that good or bad?

Also, does Remmina (the client)  work on Windows as well as Linux?
525
Make sure that the BIOS of the 8570p has the latest update.
Pages: prev1 ... 16 17 18 19 20 [21] 22 23 24 25 26 ... 65next