Messages - Nod5 [ switch to compact view ]

Pages: prev1 ... 19 20 21 22 23 [24] 25 26 27 28 29 ... 234next
116
Yes, it is on the PC World magazine website, in turn owned by IDG, which are well established.
https://en.wikipedia.org/wiki/PC_World
https://en.wikipedia.org/wiki/International_Data_Group

I found this archived version of a now removed page by PC World editor in chief
https://web.archive.org/web/20200809062616/https://www.pcworld.com/article/3562330/exclusive-deal-get-windows-10-pro-for-39-99-thats-80-off-retail.html
PCWorld’s partner, Cleverbridge, is able to secure great discounts by going directly to software vendors and publishers, buying licenses in bulk, and then working with safe, secure brands (like PCWorld) to sell the software directly to consumers. Please note this deal is for an unlimited lifetime license for a single PC.

This reddit post has some speculation about it being a "grey market key", which AFAICT means Microsoft could deactivate it in the future. One person in that thread says they purchased a license and it shows as retail.
https://old.reddit.com/r/Windows10/comments/hynzsl/so_i_purchased_windows_10_pro_through_here_should/

Since PC World has had the same campaign previously, so might do it again later, and since I don't really need a Win 10 license right now I'll pass, but if anyone gets one let us know how it goes.

117
Did anyone here act on the offer last time? How did that pan out? Asking since I see that the PC World site has the price again now for a limited time. Sounds a bit too inexpensive to be true for a retail Win 10 Pro license, no?
https://software.pcworld.com/p43169-windows_10_professional

118
FARR Plugins and Aliases / Re: Using an Alias on a plugin
« on: September 01, 2020, 03:23 PM »
I don't know how to fix the plugin itself. But you could try an external AutoHotkey script as a workaround. This might do the trick, if I understand the plugin screenshot correctly.

Code: Autohotkey [Select]
  1. ; use ' as hotkey to send string "tab " if pressed when FARR is active and searchbox is empty
  2. #IfWinActive, ahk_exe FindAndRunRobot.exe
  3. '::
  4.   ControlGetText, FarrText, TEdit1, ahk_exe FindAndRunRobot.exe
  5.   if !FarrText
  6.     Send tab%A_Space%
  7. Return

119
Neat software! They have a list of tested ISOs here https://www.ventoy.net/en/isolist.html . The website also details how ISO creators can ensure compatibility. Though I'd hope support for something like what Ventoy does becomes standardized and not tied to this specific tool.

120
Unless, of course, those programs all support the same standards. And then it's questionable what value using different programs would have.
We could then use one specialized tool (Obsidian) most of the time, with all kinds of bells and whistles (graphs, complex search/filtering designed for the specific file format, ...) but now and then use some other tool (VS Code, AutoHotkey, ...) to access some files and do other operations or formatting on them.

There is a repeated distinction made here between "database" and "file based" ... But as far as I can see a reasonable version of similar functionality can be created using offline, text-based systems with augmentation.
True

Pages: prev1 ... 19 20 21 22 23 [24] 25 26 27 28 29 ... 234next
Go to full version