January 2018

Information to all: I'm a victim of identity theft/abuse

Some peoples on Twitter and other platforms are pretending to be me, and I'm being pulled into ridicule and it's trying to expose me with figurative illegal actions that I haven't done. I'm just ignoring it now, but I wanted to post it here so that the people who search for it can see and then know that I'm a victim of identity theft/abuse, and that I'm not them. Some of them just want me to give up my twitter-handle coder so they can use it. And the rest of them are probably just having fun destroying other lives.

And some of them abuses also personal photographs from myself in unmodified and also ridiculous-modified variants, for example as their avatar images on various sites.

My real social media accounts are linked there in this blog on the right side bar.

Tags:

First working version of TpvGUIComboBox at PasVulkan

First working version of TpvGUIComboBox at PasVulkan, but I don't know which widget type I will implement next yet, but I'll just see it then, what I'll do as next. I think, it will be TpvGUISplitterPanel, TpvGUITreeView, or something in that direction.

A brief insight into this own-developed blog system

This Blog is completely native 64-bit x86 code (implemented in ObjectPascal and some x86 inline assembler), because I don't like script-based Blog systems and script-based CMS systems, as they often only have countless security holes. And that's not what I want on my servers. The same applies to SQL databases, where SQL injections and so on, for example, are still often a problem.

The Blog system also has its own epoll-based HTTPD with several worker threads and its own small but fine in-memory key/value database engine with a JSON on-disk data format. Or in another words, the HTTPD is the Blog itself.

It runs on its very own dedicated virtual server, where really nothing else is running except SSH and so on, with Debian Stretch, two permanently dedicated Intel Xeon E5-2680 v4 CPU cores, permanently allocated 6GB RAM, permanently allocated 40GB SSD storage and with a 1 GBit ethernet connection to the Internet, at least at the time I was writing this.

So, while it is running, all database operations will be … (read more)

TpvGUISplitterPanel in the PasVulkan GUI subframework

TpvGUISplitterPanel (in the PasVulkan GUI subframework) is also implemented now. It has two work modes, horizontal and vertical splitted.

PasVulkan's TpvGUIListBox have now optional multi-selection and optional ownerdraw support

PasVulkan's TpvGUIListBox have now optional multi-selection and optional ownerdraw support, so I'll start the work on TpvGUIComboBox for as the next step now.

First working version of TpvGUIListBox at PasVulkan

First working version of TpvGUIListBox, but without multi-selection, ownerdraw etc. "yet" but it's on my next-night-todo-list.

First working version of TpvGUITabPanel with Chrome-style-like tabs at PasVulkan

First working version of TpvGUITabPanel with Chrome-style-like tabs, which is also of course completely controllable with the keyboard as well instead of just the mouse and touch, like the rest of the PasVulkan GUI subsystem as well. 

This blog system now also has native support for real-time statistics with GoAccess

This blog system now also has native support for real-time statistics with GoAccess, which are also access-protected via the blog system's own admin interface.