topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Wednesday March 18, 2026, 7:43 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 ... 35 36 37 38 39 [40] 41 42 43 44 45 ... 386next
976
DC Gamer Club / Re: Free Game on Humble Store
« Last post by Deozaan on August 29, 2019, 03:41 PM »
Dirt Rally is free for a while, while supplies last.

The key must be redeemed on Steam by September 6.
977
Living Room / Re: Series included with Amazon Prime
« Last post by Deozaan on August 28, 2019, 06:20 PM »
Good Omens was pretty good.
978
Living Room / Re: Interesting "stuff"
« Last post by Deozaan on August 28, 2019, 10:24 AM »
I can't tell from the linked article if they're completely removing those features or if they're just removing the menu items. I also use the "reopen closed tab" option (Ctrl-Shift-T) quite often, either after I accidentally close a tab and want it back, or sometimes I think I'm done with a tab/site and then a few minutes later I realize there's more I want to do there.

I'll definitely miss the feature if it's going away completely. But if it's just the menu item that is going away... I basically never use it.

Then again, I almost never use Chrome proper these days. Hopefully the Chromium-based offshoots I use (Brave and Vivaldi) will keep the features.
979
Living Room / Re: good Videos [short films] here :)
« Last post by Deozaan on August 27, 2019, 04:17 PM »
This doesn't quite belong in this thread, as it's more of a "documentary" of a very niche subject. That is, it's about trying to find an Easter egg in a video game.

The Decade-Long Quest For Shadow of the Colossus' Last Secret



It was summarized pretty well in the comments: "When you leave a game unfinished and accidentally start a religion."
980
Living Room / Re: good Videos [short films] here :)
« Last post by Deozaan on August 26, 2019, 12:52 AM »


"To Scale: The Solar System"

I came across this again today from another source and thought "this seems interesting." Then as I got a minute or so into it I thought "I should post about this in the Short Films thread on DC!" And then it started feeling very familiar and I'd realized I'd already seen it. Sure enough, this is where I'd seen it. :Thmbsup:



Well worth another watch, IMO.
981
General Software Discussion / Re: Goodbye, Bitbucket!
« Last post by Deozaan on August 24, 2019, 10:50 PM »
Sourcehut claims to have a migration tool to import your Bitbucket repositories (both Hg and git) to Sourcehut, so I decided to try it out.

First of all, I couldn't figure out how to clone the migration tool repository. Using the clone URL the repository gave me in an "hg clone" command just served the HTML page I got the URL from. That's when I noticed that they are indeed the same URL. Not a great start.

So then I browsed the source of the tool and discovered it was essentially a single script file, so I manually downloaded the raw contents of that file and executed it. I followed the prompts and when it appeared to be the point at which it should do its work, it either got stuck in an endless loop spitting out an error to the terminal or just did nothing and exited back to the command line, depending on whether I selected the option to just import everything automatically or prompt me for each repo.

I realize that my posting this here does nothing to get the problem with the tool fixed. But that's yet another problem I've experienced with Sourcehut: I can't find any way to open a ticket or create an issue on Sourcehut describing the problem so the software author can see it, troubleshoot it, and fix it.

Maybe once it goes into beta or stable it will be worth checking out again, but for now I think I'm going to avoid the alpha.
982
General Software Discussion / Re: Goodbye, Bitbucket!
« Last post by Deozaan on August 24, 2019, 04:51 PM »
Due to the concerns over local data loss, I looked further into Sourcehut and created an account. Technically it is donationware or at the very least a free alpha as payments are optional. More details about that can be found here:

https://sourcehut.org/alpha-details/

I also like that one of their goals before it is considered feature-complete (and ready to promote from alpha to beta) is to allow "data freedom, including importing and exporting all of your account data."

That Heptapod looks interesting, but it confuses the hell out of me that they use "CVS" when they mean "VCS".  ;D

Yes, that's another one that I've looked into. Looks interesting indeed.
983
General Software Discussion / Re: Goodbye, Bitbucket!
« Last post by Deozaan on August 24, 2019, 03:43 AM »
  • Self-hosting something like Kallithea, GitLab or RhodeCode would have required quite some effort, those services usually have a lot of dependencies. Also, data loss would be much more likely on one of my servers than on theirs.
I just finished installing RhodeCode on one of my machines, and importing all 40 of my Bitbucket repositories into it.

It wasn't very painful or hard to configure or anything. I did "sudo apt install hg" just in case that was needed, then ran the installer and it was up and running a few minutes later. It's just been time consuming having to import my repositories from Bitbucket one by one, and of course doing some experimentation/exploration trying to familiarize myself with the new software/front end. And I guess I'm still not completely finished switching everything over, because I still have to update all my local repositories to point to the new location(s).

But yeah, I am also more concerned about the increased risk of data loss, since the machine I set it up on is in the same building as my primary coding PC. All it would take is a single house fire, and poof, it's all gone up in smoke. :(

Time to petition mouser to host something like Kallithea or RhodeCode on the DC servers for our benefit! :P
984
General Software Discussion / Re: Simple php website for hosting files
« Last post by Deozaan on August 21, 2019, 08:56 PM »
Directory Lister is a fairly simple PHP "file browser" that you may find useful. It doesn't have access controls, though. But I suspect you could enforce authentication with a simple .htaccess file.
985
General Software Discussion / Re: Goodbye, Bitbucket!
« Last post by Deozaan on August 21, 2019, 08:26 PM »
Thank you, Deozaan.

Credit goes to the other complainers/commenters on the official Bitbucket "sunsetting mercurial" thread. :D
986
General Software Discussion / Re: Goodbye, Bitbucket!
« Last post by Deozaan on August 21, 2019, 05:45 PM »
GitHub supports importing/converting mercurial (and other) repositories:

https://github.com/new/import


And here's a python based tool that will migrate Bitbucket issues to GitHub:

https://github.com/j...cket-issue-migration
987
General Software Discussion / Re: Goodbye, Bitbucket!
« Last post by Deozaan on August 21, 2019, 05:14 PM »
RhodeCode looks like it might be nice for a self-hosted solution.
988
General Software Discussion / Re: Goodbye, Bitbucket!
« Last post by Deozaan on August 21, 2019, 04:44 PM »
Bummer.

I keep trying to learn how to use git because it seems like all service providers only support git and I want to take advantage of some of the cool features these services provide. But for one reason or another I get frustrated with git and give up and go back to mercurial.



And if I am going to convert all my repositories to git, then I might as well migrate everything over to GitHub. Bitbucket has no advantage over and is less supported than GitHub for git repositories.
989
Is this one of those "shrink-wrapped" deals that has to be installed before the clock runs out, or can I sit on it for a bit until needed?

It's "shrink-wrapped." The included Readme.txt (where you find your license key) says:

But kindly note the full version and license key will become invalid in the following conditions:
- you reinstall your system.
- you reformat your partition where the software is located.
- you activate the key after August 30,2019.
990
General Software Discussion / Re: How to convert FLAC albums to tracks?
« Last post by Deozaan on August 19, 2019, 09:53 PM »
Thanks for the suggestions thus far. I'll check them out! :Thmbsup:
991
Try MakeMKV (which is beta software, but has been stable for the years I have been using it). As far as I know you can use it's DVD ripping functionalities for free, you have to fork over money for the ripping of BluRay discs. If you are familiar with Handbreak, you really have to try and work with VidCoder. That particular software uses the Handbreak code, but adds a lot of functionality using a much easier (to me) interface to do your "thing".
For cutting up (and pasting back together) videos you should get: MKVToolnix.

The problem you describe sounds to me like your software is showing the content of the last buffer frame before the removal of the offending part. DVDs still use tricks to mess up playback in computers. Tricks that do not affect DVD players which you connect directly to your TV. BluRay players are more sensitive to such tricks, but those come with internet connections and enough hardware/software to update themselves with new DRM scenarios, depending on the content of the discs being played with it. So, these shouldn't suffer too much issues either.

So, you better cut out offending content in existing videos. MKVToolnix may not be the easiest software to work with, but it's powerful, hence it will get the job done.


Thanks for the information and the suggestions. I'll try out MakeMKV and MKVToolnix, as well as VidCoder. :)


Would you please contact our support team([email protected]) with screenshots about your operations?
-VideoProc Support (August 18, 2019, 11:01 PM)

Welcome to the forum and thanks for responding to my complaints. I'll take some screenshots and see if I can submit some concrete examples to you, as requested. :Thmbsup:
992
I can already rip DVDs easily with DVD Decrypter and Handbreak. But they don't allow the option to selectively choose which chapters to include and which to exclude. To be more precise, Handbreak allows you to select a range of chapters to include, but it won't allow you to omit any chapters within that range.

So when I saw that VideoProc had DVD ripping capabilities, and that it allowed me to select arbitrary chapters to include in the ripped video, I thought I could clean up a couple videos I have.

I'm pretty sure it wasn't a problem with copy protection because in actuality the "DVDs" I ripped were actually ISO files that I had previously ripped with DVD Decrypter which I think doesn't include the copy protection in the generated ISO file. I suppose I could try it again using the actual DVDs, but I don't expect any better results, and in fact as you mentioned the copy protection may interfere with it.
993
General Software Discussion / How to convert FLAC albums to tracks?
« Last post by Deozaan on August 18, 2019, 04:44 PM »
I recently used Music Box Alpha to rip a bunch of CDs because they make it dead simple to make guaranteed accurate rips with CUETools (CUERipper).

The only problem is that they rip the entire album to a single FLAC file. But sometimes I want to listen to or play only a specific/single track and not all media players support that. For example, Plex Media Server shows the album as a single, hour-long (or more) track, which makes "shuffle play" kind of useless if you don't want to listen to an entire album at a time.

So now I'm on the lookout for something that can take my perfectly ripped FLAC files and export them as individual tracks using the metadata from the associated CUE file for proper filenames and tags, etc. Ideally the individual tracks would also be FLAC, but I'm willing to accept MP3 for convenience sake.

It would also be nice if it could download the album (cover) art based on the metadata as well, but that's not a requirement.

Thanks!
994
I have to say I'm disappointed in VideoProc. :(

I've tried using it to rip two different DVDs, selectively omitting a single chapter from each of them. One of them is The Triplets of Belleville (2003) which is a French animated title that is mostly kid-friendly other than a segment at the beginning with a topless dancer which has nothing to do with the rest of the movie. So I tried ripping the DVD without that scene and VideoProc fails in an absurd way. Basically the video freezes at the final frame at the end of the scene before the skipped scene, and stays frozen for the entire duration of the length of the skipped scene. Meanwhile, the audio skips perfectly right from the end of the scene before the skipped scene, and starts right up at the beginning of the scene after the skipped scene. Once the duration of the skipped scene has passed, the video starts that far into the scene after the skipped scene and you've missed vital parts of the movie.

I realize that I may not be explaining it very clearly, so let me write up an example to help simplify what I mean. Say I have three scenes, the middle of which I want to skip and not include in the recording.

Scene A is 2 minutes long.
Scene B is 4 minutes long. (This is the scene I want to remove.)
Scene C is 6 minutes long.

After VideoProc is finished doing its work, I start watching the video. Scene A plays perfectly. At the end of Scene A, I expect for the video and audio to immediately start playing Scene C. Instead what happens is that the video freezes on the final frame of Scene A and stays frozen for the entire duration of Scene B (4 minutes in this example). Meanwhile, the audio did as it should have done, and immediately started playing from the beginning of Scene C. Finally, after the duration of Scene B (4 minutes) has elapsed, the video starts playing again and we get to see the final 2 minutes of Scene C.

I get similar results with both DVDs I'm attempting to rip. Not only that, but I don't like that it doesn't support non-burned-in subtitles or chapter markers. Also, it tells me that my PC supports hardware (GPU) encoding but no matter what I do, it always just uses my CPU for encoding.
995
I downloaded it and was going to test it, but the warning scared me off. :D
996
Living Room / Re: Buying a 2TB SSD to replace my 2TB HDD
« Last post by Deozaan on August 17, 2019, 12:38 AM »
I agree with mouser, and have a similar setup as he described.

I bought a 1 TB Samsung 860 EVO SSD a few months ago for about $150. It's nice and fast, and a big upgrade from my cramped 128 GB SSD. (Normally I wouldn't spend quite that much, but I was working on some projects that were using up a lot of space and required the speed of the SSD, and I wanted to be extra sure I'd have enough room for the foreseeable future.)

I think maybe 512 GB to 1 TB is a pretty good spot for the main Windows OS drive. It gives you enough room to install the OS and store files in the unmovable User (AppData) directory where everything seems to go these days. I often had to resort to trickery (junctions) to free up space on my 128 GB SSD as Windows OS drive. While it can still be a bit pricey for a 1 TB SSD, it's in a reasonable price range IMO, especially if you go down a step to the 512 GB drive.

I also have a 5 TB HDD (Western Digital Black) where I store most of my files.
997
Thanks for posting this. Looks like an interesting bit of software. :Thmbsup:
998
Living Room / Re: UPS and NAS
« Last post by Deozaan on August 16, 2019, 09:38 PM »
I bought this one a year ago with the idea of using it to keep my modem/router and a Raspberry Pi powered and online in case of a power outage.

AmazonBasics Standby UPS 800VA 450W Surge Protector Battery Backup

Amazon UPS.jpg

I can't tell you for sure how well it works because I haven't experienced a power outage since I bought it. :D
999
Found Deals and Discounts / Re: VueScan Discount
« Last post by Deozaan on August 16, 2019, 10:59 AM »
I checked it in Tor Browser and just kept changing the Tor Circuit until I got a deal. The one I see is even better.

$5 for standard edition, $30 for pro.

VueScan Deal.png

Interestingly enough, I saw no deal when the Tor Circuit exited from Sweden or France, but once it was in the USA I got the sale exclusively for people outside the USA. :-\

VueScan Deal Tor Circuit.png
1000
DC Website Help and Extras / Re: Handling spam on forum
« Last post by Deozaan on August 14, 2019, 11:14 PM »
It's too bad that the RSS feed publishes new posts immediately instead of after, say, an hour delay. It's not often that a spam post survives longer than an hour.
Pages: prev1 ... 35 36 37 38 39 [40] 41 42 43 44 45 ... 386next