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, 9:09 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 ... 39 40 41 42 43 [44] 45 46 47 48 49 ... 386next
1076
This is slightly off-topic since it's not a command-line utility, but if you're just looking for a way to quickly send some file(s) to yourself or others, without needing long-term storage, there's Firefox Send.

Firefox Send lets you share files with end-to-end encryption and a link that automatically expires. So you can keep what you share private and make sure your stuff doesn’t stay online forever.
1077
General Software Discussion / Easy file sharing from the Linux command line
« Last post by Deozaan on April 07, 2019, 07:02 PM »
Recently I was wondering how I could get a file from a headless Linux VM onto a different Windows machine, and thought it would be super useful to have some kind of file sharing service which could be accessed from the command line. Almost like a pastebin, but for files rather than just text.

A quick search revealed something called transfer.sh which allows you to send files up to 10 GB with no complicated setup required.

  • Made for use with shell
  • Share files with a URL
  • Upload up to 10 GB
  • Files stored for 14 days
  • For free
  • Encrypt your files
  • Preview your files in the browser

An example of how to use it:
$ curl --upload-file ./hello.txt https://transfer.sh/hello.txt

And there's even an onion link:
http://jxm5d6emw5rknovg.onion/

I'd never heard of it but searched the DC forum in case I'd missed some previous mention of it, and found that a relatively new member of the forum posted a link using it just a couple weeks ago, here: https://www.donation....msg428747#msg428747

It's open source, too, so if you want to host it yourself you can do that:

This code contains the server with everything you need to create your own instance.

Transfer.sh currently supports the s3 (Amazon S3), gdrive (Google Drive) providers, and local file system (local).

I hope others here find this useful.
1078
Developer's Corner / Re: Why Checking File Extensions in Array Misfires ?
« Last post by Deozaan on April 07, 2019, 04:41 AM »
Php Lovers,

You're welcome to show me a code sample using file_info() to only accept mp4 and .wav video files. This way, from your sample others like me can learn. :Thmbsup:
-The Code Queryer (April 06, 2019, 12:40 PM)

It seems to me that a lot of your questions would be better suited (and be more likely to get helpful answers) on a site such as https://stackoverflow.com/.
1079
General Software Discussion / Re: Windows 10 Announced
« Last post by Deozaan on April 07, 2019, 04:36 AM »
I don't think this is related to the 1809 update, but I suffered a BSOD yesterday and afterwards my computer would not boot and all my attempts to "repair" the issue would not resolve it. So I made a backup of the important files, wiped my OS drive and reinstalled Windows 10 from the only installation media I had.

I feel like I just had a repeat.

No BSOD this time. But I just got done reinstalling Windows 10 on a different machine that, after a regular cumulative update (i.e., not a major upgrade), no longer had a working bootloader. And the Windows installation media couldn't repair the boot problem, once again.

The weird thing is that the machine booted up into a minimal grub-like Linux shell, and the BIOS listed that boot option as "ubuntu." But the closest Ubuntu or any of its derivatives have come to that machine was in a VM, so I have no idea how it kept happening. Maybe it was a feature of the UEFI/BIOS system, where if it didn't detect a bootloader it just adds its own minimal grub loader. :tellme:
1080
That said, if for some reason you wanted to combine separate calendars into a single one, you can do that. Google allows you to export your calendars (separately) and then you could import all the separate calendars into a single combined calendar.
1081
Coding Snacks / Re: Know Of Php Script To Block EU Visitors ?
« Last post by Deozaan on April 05, 2019, 02:34 PM »
Know of any free php scripts I can install on my website to do the job to redirect EU users somewhere else or downright block them so my website is not accessible to them ?
-The Code Queryer (April 05, 2019, 02:12 PM)

Yes, and so do you:

https://www.donation....msg428925#msg428925

I suggest waiting for a response from the author of that script. :Thmbsup:
1082
Living Room / Re: Animal Friends thread
« Last post by Deozaan on March 31, 2019, 10:42 PM »
I feel like I've seen this before. . .

Cat and squirrel are best friends:


squirrel and cat best friends:


It was fun to see it again. :D
1083
General Software Discussion / Re: Switching.social
« Last post by Deozaan on March 30, 2019, 01:49 AM »
Thanks for that, rgdot. :Thmbsup:
1084
General Software Discussion / Re: Switching.social
« Last post by Deozaan on March 29, 2019, 05:10 PM »
https://mastodon.at/...ags/alternativesatoz

A series of toots by switching.social about different FOSS alternatives.

Looks like they were just tooting their list of alternatives from their site, and they finished going through the list about a month ago.

I'll probably be setting up my own Nextcloud in the next few days to try it out.

I attempted to set up Nextcloud on my hosted (shared) webserver, but it requires PHP 7 and my host has me on PHP 5. I was too lazy to immediately request my host upgrade me to PHP 7 so I could do this, and then kind of forgot about it for a while. I just opened a ticket asking if I could get PHP 7 on my host, and they responded by saying my hosting plan is old and doesn't support changing PHP versions, and that I need to upgrade to a newer hosting package which will allow me to change PHP versions (among other things). This will, of course, incur an additional cost, though they are running a promotion right now that will allow my first invoice to be significantly discounted to something cheaper than what I've paid the past 3 years. And they allow the option of billing for 3 years at a time, which means I'd be paid through about mid 2022. But until I make a decision on whether or not to make the upgrade, for now it means I can't Nextcloud on my host as I had planned.

I'm running a Nextcloud server (v13.x...still need to migrate it to v15, although v13 still gets updated) on a old Linux box. Until this point, I must say that it is a very good experience. Has a lot of features in and off itself, but can be expanded with 3rd party mods. In my setup hardly any mods have been added, I mainly use it to transfer files to it from another continent by script using CarotDAV.

For my intends and purposes it is such a good solution that I didn't bother looking at anything else anymore.

Thanks for your input. Nice to hear it has your recommendation.

In the meantime I decided to try out one of the free providers, though I'm a little hesitant to put much data on one of these free providers because I'm not sure what kind of security they use by default. Does anyone know if Nextcloud uses end-to-end encryption by default? I don't want the free provider to have access to my data.
1085
Living Room / Re: Coinbase Earn - Get Paid Crypto to Learn About Crypto
« Last post by Deozaan on March 27, 2019, 08:42 PM »
It seems they've added Stellar (XLM) to their list of eligible cryptos to (l)earn.

https://coinbase.com.../xlm/invite/smrvfz62

Note that followers of this link will earn me compensation of $10 worth of XLM per eligible US person who completes a Stellar lesson, up to $40.
1086
DC Gamer Club / Re: Game Giveaway
« Last post by Deozaan on March 24, 2019, 02:54 PM »
I've got a Steam key for Throne of Lies: The Online Game of Deceit I'm willing to give away to any long-time DC member who is interested.

It's a game in the same vein as Werewolf/Mafia that came with a Humble Bundle and I have no interest in it.
1087
Living Room / Re: Raspberry Pi Display/Enclosure from printminion
« Last post by Deozaan on March 23, 2019, 12:09 PM »
What's the point of a 3-color display?

Why not get a real display for around the same price, such as the ones found here?

https://www.hardkern...ct-category/display/
1088
DC Gamer Club / Re: Stadia Google
« Last post by Deozaan on March 22, 2019, 04:29 PM »
I also forgot to mention that since this is Google we're talking about. You can expect them to pull the plug on it within the next 5-10 years. :P

EDIT: And I just came across this on Twitter via Lanux128:

https://gcemetery.co/ - A list of dead Google products and when they died.
1090
You can just buy these signs on Amazon and stick them anywhere

Reminds me of this:

1091
DC Gamer Club / Re: Stadia Google
« Last post by Deozaan on March 21, 2019, 12:39 AM »
Okay, I have more time to go into detail about some of my thoughts.

First of all, I should say that I didn't read the linked article. Nor did I watch the Google GDC keynote. I watched this video summary of the Google GDC keynote:



Basically, my opinion is that streaming video game services are an anti-consumer, DRM-pusher's dream come true.

The player doesn't own their games (DRM)
At any moment, and for any reason, the service can terminate your account and revoke your access to any and all games you've played, including the associated save data. For some people, on some games, that can amount to hundreds or even thousands of hours of progress lost.

In addition, it may not take long before license agreements expire and are not re-negotiated and you end up with a system where your favorite games suddenly disappear from the library.

Combine this with the increasingly censorious nature of Silicon Valley tech companies who will unperson (ban/deplatform) anyone they arbitrarily deem to be engaging in wrongthink, often without offering a method to work toward absolution, and... well, no one should be surprised if they suddenly lose access to some or all of their games, e.g., because they expressed the wrong opinion on Twitter, Facebook, or even "privately" in Gmail.

Monthly subscription fee
As far as I know, no pricing information was revealed, but it's hard to fathom such a service will come without a subscription fee. If there's one way that's sure to kill the enjoyment of games (at least for me) it's to require me to constantly pay for them to be able to continue to play them. To me it makes it feel more like I'm obligated to play; I feel that if I have any free time then I need to be playing the game(s) I'm subscribing to in order to get my money's worth. And if you stop paying, once again you've got nothing to show for it. I don't like the idea of renting things that I'm going to invest a significant portion of my life into, and this is essentially doing just that.

Latency
The USA is a big country, with a lot of real estate. Yet tech giants in the USA as well as companies from other (comparatively) tiny countries seem to think that New York City or Los Angeles are accurate indicators of what's available in the rest of the USA. I'm fortunate enough to live somewhere with reliable access to broadband at semi-decent prices. But my ISP (the local cable company) still enforces a data cap. And while download speeds (150 Mbps) are nice, upload speeds (5Mbps) are comparatively slow. And I know people who live just a few miles from me whose only access to broadband is wireless or satellite with much lower speeds and much higher latency.

In short, affordable, reliable broadband speeds required for a service like this to run well are not as widely available in the USA, much less the rest of the world.

Spyware/Privacy Concerns
This is being offered by Google. Need I say more?
1092
DC Gamer Club / Re: Stadia Google
« Last post by Deozaan on March 20, 2019, 12:43 AM »
Streaming video games gets a "meh" out of me for a variety of reasons that I don't feel like going into much detail about at the moment. But here are a few of those reasons, in brief:

  • DRM
  • Subscription fees
  • Latency

And with Google taking on a project like this, I can also add privacy concerns to the list.

That said, I can see how the technology would benefit some people, so I guess I'm glad the option exists. (Or will exist in the near future.)
1093
Living Room / Re: good Videos [short films] here :)
« Last post by Deozaan on March 18, 2019, 10:00 PM »
Another year, another Unity demo.

The Heretic

1094
Living Room / Re: Coinbase Earn - Get Paid Crypto to Learn About Crypto
« Last post by Deozaan on March 18, 2019, 05:58 PM »
Just to give others an idea of how long it might take after they sign up on the waitlist before they get to (l)earn, I signed up the day I posted about it and I've just completed the survey for the final crypto they currently offer at this time.
1095
General Software Discussion / Re: youtube downloader?
« Last post by Deozaan on March 18, 2019, 02:45 PM »
There's also https://pwnyoutube.com/, which has a bookmarklet you can use.
1096
General Software Discussion / Re: youtube downloader?
« Last post by Deozaan on March 17, 2019, 09:32 PM »
I've recently discovered 4K Video Downloader, which isn't a browser add-on, but it seems a decent and simple downloader app:

https://www.4kdownload.com/
1097
N.A.N.Y. 2014 / Re: NANY 2014 Release: Blasteroids
« Last post by Deozaan on March 16, 2019, 10:48 PM »
Every time I think I'm finished with this game I get some harebrained idea and whip it up. ;D

I'm preparing for another release of Blasteroids. One of the big new features this release will contain is support for "localization," or in other words, a language selection option which will change the in-game text to other languages.

I took a look at the Steam Hardware Survey and saw that 8 languages made up about 90% of all Steam users, so those are the ones that I chose to translate the game into. And I also added Dutch because one of the people I've been working with for the past several years is a native Dutch speaker, so I figured he could help me make sure the Dutch translation was good.

I mostly used this useful "Polyglot" spreadsheet for the translations, but it didn't have everything I needed so I had to rely on Google Translate for a few phrases.

So I've got English and Dutch covered. If anyone here speaks any of the other languages and would like to spend a few minutes looking through the game and checking that all the text makes sense in its respective language, I'd sure appreciate it. Respond here or send me a PM and let me know which platform you'd prefer to test it on (Windows, Linux, Mac) and I'll send you a link to a test build.

Here are the languages that will be part of the game in the next release:

  • ✔ English :Thmbsup:
  • Simplified Chinese (简体中文)
  • Russian (Русский)
  • Spanish (Español)
  • German (Deutsch)
  • Brazilian Portuguese (Português)
  • French (Français)
  • Korean (한국어)
  • ✔ Dutch (Nederlands) :Thmbsup:
1098
DC Gamer Club / Re: Free Game on Humble Store
« Last post by Deozaan on March 14, 2019, 03:24 PM »
Grid 2 (plus a couple DLCs for it) is free on the Humble store for the next 2-3 days:

https://www.humblebu...e/grid2-spa-bathurst

Redeems on Steam, and must be redeemed by March 21, 2019 at 10 AM Pacific time.

And there's another free Demolition Derby DLC for the game on Steam you can claim to expand the features of the game
1099
DC Gamer Club / Re: Latest Epic Games Store Giveaway
« Last post by Deozaan on March 13, 2019, 05:06 PM »
Too many platforms to remember them all.  Despite the free games, I just don't feel the impetus to visit this one.

I mostly agree with you. To this day I still have never installed the EA store, whatever that's called. And over the past couple of years I've even mostly stopped buying from Steam and preferring the DRM-free offerings at GOG. But I already had Epic Games Launcher (now Epic Games Store) installed because someone gifted me a copy of Fortnite (the co-op Save the World campaign) for Christmas in 2017. And I've had Slime Rancher on my wish list on GOG for a while so when it was free on the Epic Store I decided this was my chance to try it out, and I'm glad I did because I like it.
1100
DC Gamer Club / Re: Latest Epic Games Store Giveaway
« Last post by Deozaan on March 13, 2019, 10:38 AM »
I haven't been very good about keeping this thread up to date.

The current giveaway is Slime Rancher through March 21.



I've been playing it quite a bit. It's a whimsical, low-stress game. :Thmbsup:
Pages: prev1 ... 39 40 41 42 43 [44] 45 46 47 48 49 ... 386next