976
Living Room / Re: UPS and NAS
« Last post by wraith808 on August 17, 2019, 12:28 AM »I was actually looking at that one. I had a High-End APC before, but I'd heard from someone that they've become unreliable.
You have described what we use a locally installed anti-virus program for! But, again, it's much better to test before downloading.-Curt (August 10, 2019, 02:50 AM)
In my opinion, Download.com is the mother of all software download websites. It’s the oldest of its type and was established about 14 years ago. The site is owned by CNet, one of the biggest names in Technology. There's an app on Apknite has a similar name but I don't know if it belongs to them or not.-Akertyna (August 08, 2019, 04:27 AM)
I read this article a few days ago. As I recall, the article never really explained where the "coercion" took place. It sounded more like "misleading" than "coercing" to me. Even so, it's spooky.-Deozaan (August 07, 2019, 11:04 PM)
There are people I talk to about the importance of internet privacy and they don't seem to care. They can't seem to understand why it's so important. All I can do is kind of shake my head and think of how lucky they are to live somewhere that their government isn't actively, blatantly, flagrantly, oppressing their freedoms (yet).-Deozaan (August 07, 2019, 11:04 PM)
As promised, the Federal Trade Commission is looking into loot boxes. Today the US regulator held an event titled Inside the Game: Unlocking the Consumer Issues Surrounding Loot Boxes "to inform regulatory priorities as well as industry and consumer guidance."
Presenters at the event consisted of academics, industry members, and watchdogs offering their own perspectives on the subject. Much of the day was clearly intended to bring people unfamiliar with games up to speed on the issue, but the event also played host to some breaking news.
During the opening panel of the day, Entertainment Software Association chief counsel of tech policy Michael Warnecke announced commitments from Nintendo, Sony, and Microsoft to mandate loot box odds disclosures for new games (or existing games updated with loot box functionality) on their platforms by the end of 2020. A number of ESA member publishers made a similar pledge for all of their titles regardless of platform.
On July 17, the government of Kazakhstan began coercing its citizens to install a root certificate on their devices that would allow the authorities to monitor everything they do online. The surveillance affects anyone trying to access certain websites, including Gmail, Facebook, Twitter, and YouTube. Once the certificate is installed, the government could access emails, read private messages, log browsing activity, and store login credentials.
Back from Gencon 2019. A fun time was had by all, as usual. Glad to be back with you folks though.-mouser (August 05, 2019, 11:48 AM)
As long as your text is formatted beforehand, (it will truncate lines that don't fit your chosen output dimensions), then txt2pdf, (just another of many), is lightweight and fast.TXT2PDF
TXT2PDF is a command-line tool for encoding ASCII as PDF. See the "ReadMe" file included with the zip for options and usage.
Example of calling TXT2PDF:
txt2pdf -i"C:\temp\my ASCII file.txt" -o"C:\temp\pdfout.pdf" -w17 -h11
In this example, txt2pdf reads a file ("my ASCII file.txt") and writes it to a pdf ("pdfout.pdf"). The "-w" switch defines the page width as 17 inches; the "-h" switch defines the page height as 11 inches. Note that there are no spaces bewteen the flags and the associated parameters. See the ReadMe file for details.-4wd (August 03, 2019, 08:05 AM)

I've started using a DCVS (mercurial, but it could be done with git) to make backups of things.
I just add things to a repository, clone/push the repo to another drive, PC, or remote server, and I've got a backup with built-in versioning.
That said, my backup needs are relatively simple and small. I probably don't back up nearly as much as I ought to, and this method probably wouldn't work so well for very large amounts of data, especially if that data is stored in a binary format, doubly especially if that binary data changes often.-Deozaan (July 27, 2019, 01:29 AM)
And why would FARR install by default to Onedrive documents folder?-dantheman (July 23, 2019, 06:32 PM)
PDF should be thought of as an export, read-only format. Keep your documents in source form for editing!-f0dder (July 20, 2019, 09:54 AM)