# v15 (blogs) — RSS Amplifier

Recent posts from the 1 feeds in the RSS Amplifier directory that cover v15.

Page: <https://rssamplifier.com/topics/v15/blogs>  
Feed: <https://rssamplifier.com/topics/v15/blogs.md>

---

## [VScode copilot: No lowest priority node found](https://blog.georgovassilis.com/2026/07/30/vscode-copilot-no-lowest-priority-node-found/)

_2026-07-30 · George Georgovassilis · George&#039;s Techblog_

I ve found the vscode copilot error No lowest priority node found to be about a context overflow somewhere in the chain inference engine - LLM - copilot. Some/all of the workarounds you can try when that happens: Of course, that will only work if the inference engine and model support larger windows.

## [Acer Nitro V15 login hangs](https://blog.georgovassilis.com/2026/07/26/acer-nitro-v15-login-hangs/)

_2026-07-26 · George Georgovassilis · George&#039;s Techblog_

When trying to enable the discrete NVIDIA GPU of the Acer Nitro ANV15-41\[ANV\], the graphical login screen hangs : the OS works fine, but won t accept keyboard or touchpad input, which makes it unusable. It took me a day of wrong paths taken to realise that X11 picks the wrong input devices. The fix is to Continue reading Acer Nitro V15 login hangs

## [Running even larger LLMs on small hardware](https://blog.georgovassilis.com/2026/07/17/running-even-larger-llms-on-small-hardware/)

_2026-07-17 · George Georgovassilis · George&#039;s Techblog_

In a previous post \[GM4\] we ran gemma4 12B on a 16GB RAM budget; today we ll push the envelop and run deepseek-r1:14b-qwen-distill-q4\_K\_M on the same budget. While last time we got away by fiddling with the model definition, today we ll have to reconfigure the OS itself (in addition to fiddling with the model definition). While Continue reading Running even larger LLMs on small hardware

## [VLC Flatpak won&#8217;t play videos from network shares](https://blog.georgovassilis.com/2026/07/03/vlc-flatpak-wont-play-videos-from-network-shares/)

_2026-07-03 · George Georgovassilis · George&#039;s Techblog_

Suddenly the Flatpak version of VLC on Ubuntu stopped playing video files directly from a network fileshare (SMB/windows share) mounted via Nautilus. The error is about VLC not being able to play smb:// files. That s annoying because Nautilus is supposed to hide the fact that this is a network share and create then illusion of Continue reading VLC Flatpak won t play videos from network shares

## [Acer Nitro V15 battery charge level protection and Ubuntu](https://blog.georgovassilis.com/2026/06/15/acer-nitro-v15-battery-charge-level-protection-and-ubuntu/)

_2026-06-15 · George Georgovassilis · George&#039;s Techblog_

The Nitro V15 supports battery protection via min/max charge levels, but Ubuntu doesn t talk the hardware protocol out of the box. There s a kernel module which enables charge levels. I m a bit in a hurry, so the TLD:

## [Visual browser automation with OmniParser](https://blog.georgovassilis.com/2026/06/09/visual-browser-automation-with-omniparser/)

_2026-06-09 · George Georgovassilis · George&#039;s Techblog_

Basic idea Project capabilities This project \[DEM\] packages OmniParser into a reusable, isolated Docker \[DOC\] container exposing a standard web server endpoint. It abstracts away complex machine learning dependencies so the tool can be integrated into any local project. It demonstrates an end-to-end use case by wiring this vision engine to a headless Chromium browser Continue reading Visual…

## [My android phone setup 2026 edition](https://blog.georgovassilis.com/2026/06/06/my-android-phone-setup-2026-edition/)

_2026-06-06 · George Georgovassilis · George&#039;s Techblog_

4 years ago I wrote about my Android phone work profile setup \[WPS\]. As companies become more security conscientious, the (imho useful) topic of work profiles has diminished and employees are just handed a second device, managed 100% by the company. But Android is still an interesting ecosystem which has evolved over time, so I Continue reading My android phone setup 2026 edition

## [Running large LLMs on small hardware: Gemma 4 12B on a VRAM-constrained Radeon laptop](https://blog.georgovassilis.com/2026/06/04/running-large-llms-on-small-hardware-gemma-4-12b-on-a-vram-constrained-radeon-laptop/)

_2026-06-04 · George Georgovassilis · George&#039;s Techblog_

Google released Gemma 4 12B today. I m a huge fan of the Gemma model family, they have improved with each iteration and consistently perform on par with larger models. It didn t run at first because it needs more VRAM that my laptop has, but there s a workaround. Here s a short instruction for how to run Continue reading Running large LLMs on small hardware: Gemma 4 12B on a VRAM-constrained…

## [OPAW: Independent Component Analysis](https://blog.georgovassilis.com/2026/04/11/opaw-independent-component-analysis/)

_2026-04-11 · George Georgovassilis · George&#039;s Techblog_

Independent Component Analysis (ICA) fascinates me \[DEMO\]. It s a neat method for isolating signals from a signal mix, as long as multiple recordings of the signal mix from different perspectives are available. An application would be isolating speakers in a conference room with many people talking (over each other), while a set of different microphones Continue reading OPAW: Independent Component…

## [From any door to your door (Sponsored)](https://crawlproof.com/a/eWDas2X3Cr23)

_2026-04-11 · **Sponsored**_

Book rides, errands, deliveries, groceries and home help in one app

## [OPAW: Optimal Bounds for Open Addressing Without Reordering](https://blog.georgovassilis.com/2026/04/04/opaw-optimal-bounds-for-open-addressing-without-reordering/)

_2026-04-04 · George Georgovassilis · George&#039;s Techblog_

This paper by Martin Farach-Colton, Andrew Krapivin and William Kuszmaul shook the computer science interwebs last year as it proposed a much faster implementation for hash maps. An important disclaimer: unless you are way more bewandered in data structures than me, you re forgiven to believe that this paper revolutionises mainstream hash map implementations like the Continue reading OPAW: Optimal…

