The Wiert Corner – irregular stream of stuff

Jeroen W. Pluimers on .NET, C#, Delphi, databases, and personal interests

  • My badges

  • Twitter Updates

  • My Flickr Stream

  • Pages

  • All categories

  • Enter your email address to subscribe to this blog and receive notifications of new posts by email.

    Join 1,854 other subscribers

Archive for the ‘Power User’ Category

I had some Windows ATOM issues before, but this beats them easily

Posted by jpluimers on 2022/10/19

I’ve had some issues with Windows ATOM tables filling up, but nothing like this security bypass:

A new Windows code injection technique, atombombing, which bypasses current security solutions.

Source: AtomBombing: Brand New Code Injection for Windows – Breaking Malware [WayBack] with source code at BreakingMalwareResearch/atom-bombing: Brand New Code Injection for Windows

Note that since writing the first draft, the above AtomBombing article moved via Wayback: blog.ensilo.com to [Wayback/Archive.is] AtomBombing – A Brand New Code Injection Technique for Windows | FortiGuard Labs.

Read the rest of this entry »

Posted in Development, FortiGate/FortiClient, Hardware, Network-and-equipment, Power User, Security, Software Development, VPN, Windows, Windows 10, Windows 7, Windows 8, Windows 8.1, Windows 9, Windows Development, Windows Server 2000, Windows Server 2003, Windows Server 2003 R2, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2, Windows Server 2016, Windows Vista, Windows XP | Leave a Comment »

Some links on Chromecast and stuttering

Posted by jpluimers on 2022/10/18

For my link archive (all my Chromecast devices are wired via LAN to low-latency fiber backed ISPs):

For v1 Chromecast devices, it seems Google does not care any more and will always stream at 1060p50 or 1060p60 without giving the opportunity to tune down the quality from the Android Chromecast app (my app always shows “Quality:Unavailable”, see the picture below the signature).

For v2 and up, there sometimes are firmware issues that take long times to get resolved.

–jeroen

Read the rest of this entry »

Posted in Chromecast, Google, Power User | Leave a Comment »

GoogleDriveFS.exe – System Error; The program can’t start because libcef.dll is missing from your computer. (it wasn’t missing)

Posted by jpluimers on 2022/10/17

GoogleDriveFS - cannot find libcef.dll

GoogleDriveFS – cannot find libcef.dll

Don’t you love errors after things try to audo-update themselves without testing preerquisites:

---------------------------
GoogleDriveFS.exe - System Error
---------------------------
The program can't start because libcef.dll is missing from your computer. Try reinstalling the program to fix this problem. 
---------------------------
OK   
---------------------------

The message was from the csrss.exe Client/Server Runtime Subsystem – Wikipedia process:

Read the rest of this entry »

Posted in Google, GoogleDrive, Power User, Windows, Windows 8 | Leave a Comment »

Hoeveel ben jij kwijt aan gas en elektriciteit na invoering prijsplafond en wat betaalt de overheid? Bereken het hier supersnel – Dagblad van het Noorden

Posted by jpluimers on 2022/10/14

Voor mijn link-archief: [Wayback/Archive] Hoeveel ben jij kwijt aan gas en elektriciteit na invoering prijsplafond en wat betaalt de overheid? Bereken het hier supersnel – Dagblad van het Noorden

Het is een embedded calculator die je ook los kunt starten via [Wayback/Archive] Prijsplafond calculator | CALCONIC_ Calculator

Dan kom je uit op [Wayback/Archive] prijsplafond calculator | CALCONIC_ Calculator

Read the rest of this entry »

Posted in LifeHacker, Power User | Leave a Comment »

On the research list: ahochsteger/gmail2gdrive: Gmail2GDrive is a Google Apps Script which automatically stores and sorts Gmail attachments into Google Drive folders.

Posted by jpluimers on 2022/10/13

On the research list: [Wayback/Archive.is] ahochsteger/gmail2gdrive: Gmail2GDrive is a Google Apps Script which automatically stores and sorts Gmail attachments into Google Drive folders.

The script is in JavaScript and runs on Archive.is Apps Script – Google Apps Script.

Because of [Wayback/Archive.is] gmail – Way to automatically download or print attachments or URLs from emails with specific labels – Web Applications Stack Exchange.

–jeroen

Posted in Development, GMail, Google, JavaScript/ECMAScript, Power User, Scripting, Software Development | Leave a Comment »

Why does the Gotcha fail to connect after a while? : TheSilphRoad

Posted by jpluimers on 2022/10/07

So I won’t forget the steps: [Wayback/Archive.is] Why does the Gotcha fail to connect after a while? : TheSilphRoad

the usual tricks, including:
  • Unpair the device in bluetooth settings.
  • Pair the device in bluetooth settings, and then unpair it immediately after.
  • Disconnect the device in PoGo settings.
  • Restart Pokemon Go.
  • Quickly plug the Gotcha into the charger 10x.
  • Hold down the red circle on the device for 10 seconds whilst on the ‘Connection’ screen.
  • Restart mobile device.
  • Connect to Gotcha app and erase stats (not sure this actually does anything, but connecting to the app at least ensures the firmware is up to date).

User DJTernan advised clearing the game cache (Phone settings > Apps > Pokemon GO > Storage > Clear Cache (and also Clear Data)).

Gotcha is fully charged. I have reinstalled the app, restarted my phone, force closed app, cleared cache, unpaired / repaired / unpaired again, disconnected from PoGo settings, the lot.

[Wayback/Archive.is] Go-tcha – Apps on Google Play

Via [Wayback/Archive.is] android 11 pokemon go gotcha failed to connect – Google Search

Related:

“If you have connected your Go-tcha please ensure that you eject the Go-tcha from within the Pokémon Go application and ensure that it is forgotten within the Bluetooth setting (from all phones and devices).
Once the device has been disconnected please reset your Go-tcha by inserting and removing the Go-tcha from the charge cable in quick succession (10 times).
Once the device has reset please try to pair the Go-tcha within the Pokémon Go application.”

–jeroen

Posted in Android Devices, LifeHacker, OnePlus Six, Power User | Leave a Comment »

HTML / XML / RSS link checker – Visual Studio Marketplace

Posted by jpluimers on 2022/10/04

On my list of Visual Studio Code extensions to try (after I change the shortcuts, as direct Alt shortcuts are not a good idea, luckily those are configurable)

[Wayback/Archive.is] HTML / XML / RSS link checker – Visual Studio Marketplace (partly paraphrased):

VSCode extension that checks for broken links in an HTML, XML, RSS, PHP, or Markdown file.

Checks currently open file:

  • for broken links in anchor-href, link-href, img-src, and script-src tags in currently-open HTML or PHP file
  • both clearnet and onion (Tor) links
  • for badly-formatted mailto links, and duplicate local anchors (anchor-name, anchor-id)
  • for working HTTPS equivalents of HTTP links

Optionally checks for invalid characters and common mistakes (missing tag content, empty attribute value, more).

Also checks for errors in a small subset of semantic HTML tags (in HTML and PHP files): checks that each page has header, main, footer; checks that each heading is inside a section, article, or aside; checks that each section/article/aside has exactly one heading in it; checks that heading values are nested properly.

To see/change settings for this extension, open Settings (Ctrl+,) / Extensions / “HTML / XML / RSS link checker”.

To change the key-combinations for this extension, open File / Preferences / Keyboard Shortcuts and search for Alt+H or Alt+T or Alt+M or Alt+L.

–jeroen

Posted in .NET, Development, HTML, Lightweight markup language, MarkDown, Power User, RSS, Software Development, vscode Visual Studio Code, Web Development, XML, XML/XSD | Leave a Comment »

Jelmer Visser on Twitter: “Doelwit van een flamewar op Twitter? Dat is vervelend. Zo doorsta je de storm. … 1/*”

Posted by jpluimers on 2022/10/02

Good thread: [Archive.is] Jelmer Visser on Twitter: “Doelwit van een flamewar op Twitter? Dat is vervelend. Zo doorsta je de storm. 1. Blijf kalm, reageer nergens op 2. Traceer de ergste aanjagers, herkenbaar aan quotetweets met meeste likes 3. Zoek naar je eigen naam met een sokpop voor screenshots van geblokte accounts 1/*”

–jeroen

Read the rest of this entry »

Posted in LifeHacker, Power User, SocialMedia, Twitter | Leave a Comment »

Note (typography) – Wikipedia; Footnote – PrintWiki

Posted by jpluimers on 2022/09/30

For my reference:

Typographical devices such as the asterisk (*) or dagger (†) may also be used to point to notes; the traditional order of these symbols in English is *, †, ‡, §, ‖, ¶.[1] Other symbols, including the #, Δ, ◊, ↓, and ☞, have also been used.[2][3]

Source: Note (typography) – Wikipedia

The most common sequence of footnote reference marks is:

  1. asterisk (*),
  2. dagger (†),
  3. double dagger (††),
  4. paragraph symbol (¶),
  5. section mark (§),
  6. parallel rules (||),
  7. number sign (#).

If more are required, they can be doubled up:

  • double asterisks (**),
  • double single daggers (††),
  • double double daggers (††††),
  • etc.

However, when many footnotes are used, it is more practical to use consecutive numbers to identify each footnote.

Source: [Wayback/Archive.is] Footnote – PrintWiki

–jeroen

Posted in LifeHacker, Power User | Leave a Comment »

LPRng: RESOURCES – PostScript, Epson, HP, Xerox, PPD, etc

Posted by jpluimers on 2022/09/28

When writing Some links on PostScript books and online content, back from the days, I archived [Wayback] Index of /RESOURCES from the site hosting the [Wayback/Archive.is] LPRng Web Page (see also LPRng on Wikipedia):

The LPRng software is an enhanced, extended, and portable implementation of the Berkeley LPR print spooler functionality. While providing the same interface and meeting RFC1179 requirements, the implementation is completely new and provides support for the following features: lightweight (no databases needed) lpr, lpc, and lprm programs; dynamic redirection of print queues; automatic job holding; highly verbose diagnostics; multiple printers serving a single queue; client programs do not need to run SUID root; greatly enhanced security checks; and a greatly improved permission and authorization mechanism.

The source software compiles and runs on a wide variety of UNIX systems, and is compatible with other print spoolers and network printers that use the LPR interface and meet RFC1179 requirements.

Subdirectories (the PPD one goes one level deeper with both files and directories; XEROX just has a subdirectory with one file):

–jeroen

Posted in Development, EPS/PostScript, Hardware, HP Printer Drivers, Power User, Printer drivers, Printers, Software Development, Windows | Leave a Comment »