Ryzen on Linux - Running
The last post was about getting or mostly waiting for all components.Now to the part of putting all parts together and getting it to work.Let's start with pictures:It's so big!And it still needs its...
View ArticleRyzen on Linux - Data
Just some output:$ lscpuArchitecture: x86_64CPU op-mode(s): 32-bit, 64-bitByte Order: Little EndianCPU(s): 16On-line CPU(s) list: 0-15Thread(s) per core: 2Core(s) per socket: 8Socket(s): 1NUMA node(s):...
View ArticleBest of Spam and Scam
Did you know you could talk with some spammer and scammer in person?Try it for yourself!Here are some addresses:Skype:adelina.brunhildelive:6a19283d36f5f69ffaithval11helena.asante60live:helenagomez486...
View Article[Game] 12 is Better Than 6
12 is Better Than 6Starting the game on Linux didn't work first. With the following launch options it should work:R600_DEBUG=mono %command%orLC_ALL=C %command%Not much to say, just played like half an...
View Article[Game] Adventures of Shuggy
Adventures of ShuggyJump'n'Run, Platformer.Basic. But varies concepts from level to level.The first set of rooms aren't that hard. I could beat them without problems quickly, like half an hour. Nice...
View ArticleMoving hg to git
Bitbucket is shutting down there Mercurial support:Sunsetting Mercurial support in BitbucketWith that move I need to save my repositories somewhere else. For now github and gitlab seem to be the best...
View Article[hg] removing dead subrepository
On migrating my hg-repositories to git I found one project with subrepositories which were already deleted.Switching branches resulted inabort: HTTP Error 404: Not Found The internet came up with...
View ArticleUNIGINE: Free Community Edition
People of Unigine listened to the community and finally made a free Community Edition!https://developer.unigine.com/devlog/20200410-unigine-2.11https://unigine.com/get-unigineNearly 8 years ago I made...
View ArticleVim & LSP
I had CoC running for a while. But I couldn't get it working nicely with Dart.Time for a change…Vim has some plugins available for interacting with language servers via the language server...
View ArticleHardware Accelerated Video on Linux
Why is my CPU at 100% at 2560x1440x60 YouTube videos? And even gives framedrops? Same and worse problems at 3840x2160x30, and higher.Shouldn't there be GPU acceleration? Why is radeontop showing me,...
View Article[C++] gRPC - No, Thank you.
How about some network-programming?Trying some of the new and hot stuff.Yes?As library gRPC (C++) sounded nice. And instead of its main serialization library Protocol Buffer (C++) FlatBuffers (with...
View Article[Linux] Encrypting home
The policy says that there should be encryption. Nice to hear that AFTER installing the system. Nothing special is on the system partition. So it should be enough to encrypt home.The first search...
View ArticlePilotprojekt Grundeinkommen & eigene Meinung
Das bedingungslose Grundeinkommen - ist es machbar?Und was bringt es? Welche Veränderungen können dadurch eintreffen?Das versucht nun eine Studie des Deutschen Instituts für Wirtschaftsforschung in...
View ArticleDebugging Java with JDB or Vim
Debugging Java with IntelliJ IDEA or VSCodium and its Java plugins (Debugger for Java, Language Support for Java(TM) by Red Hat) is kind of easy. But doing it without those tools is tricky.Getting...
View ArticleJava on the command line; and its errors in the vim-quickfix-error-window
Create a code coverage report with jacoco, which can then be found in target/site/jacoco/index.html: ./mvnw clean jacoco:prepare-agent install jacoco:reportRunning specific tests:./mvnw test...
View Article😱 Yahoo Changing My EMail Address 😱
A week ago Yahoo decided to just change my email address.I just noticed it as another one of my email addresses had an email of a failed delivery:The response from the remote server was:552 1 Requested...
View ArticleDer "ausgezeichneten Kundenservice" der Deutschen Bahn mit Jahreskarte und...
Seit einer Weile darf ich, wie viele andere Personen, meine Arbeit aus dem Homeoffice erledigen. In meinem Kopf schien es, als wäre das aber nur für eine kurze Zeit. Die Zahlen würden wieder sinken....
View ArticleFlutter with Vim on Debian
Let there be Flutter!I thought it would be as easy as it was getting Dart up and running… Getting Dart running on Debian was easy. Their documentation on how to install is short. Basically it is: Add...
View Article[C++] Properties in Classes
In Java, people write getter and setter for lots of their class attributes. Often enough, that there is a Getter and Setter annotation available, that makes the code much less verbose. (Still the...
View Article[C++ can be easy] A spherical ray-casting-tracer
/*** * * Programming can be easy. * Programming with C++ can be easy. * * Beginners are currently more likely by reputation and recommendation * to chose JavaScript and Python to start their journey....
View Article[C++] Funny little resource helper
Python has with statements as resources managers or context managers. In C++ RAII would take care of this. A simple examples looks like this:struct Resource { Resource() { /* set up */ }...
View ArticleJava + Vim: Annotation Processing for Lombok, QueryDsl and such
Getting Java working with Vim is quickly done with vim-lsp and vim-lsp-settings.But using generated classes, like those from Lombok or QueryDsl or MapStruct, needs a little more work.Especially the...
View Article[Java] Custom hibernate SQL queries
Sprint Data JpaRepository makes it easy to have simple custom queries. But more complex queries with custom output, grouping, aggregation and more are partly not possible and need the usage of other...
View ArticleThe case of the broken SteamDeck
My SteamDeck notice and shortly after my SteamDeck came around the easter days. It's a nice device and I pushed many hours playing games in on it.The first game I played was of course Aperture Desk...
View Article[Review/Critic] UDock X - 13,3" LapDock
The UDock X - 13.3" LapDock is a combination of touch display, keyboard, touch-pad and battery. It can be used as an extension of various devices, like laptops, PCs, handhelds and smartphones. But...
View Article