Just some output:
Samstag, 1. April 2017
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.Ryzen on Linux - Waiiting
Finally!
All needed components are here. Build together. Set up. And running.
All needed components are here. Build together. Set up. And running.
Freitag, 5. August 2016
[QDBUS] Create tabs in yakuake and pidgin, not dolphin
QDBus is an easier way to interact with DBus then using dbus-send. There is also a GUI qdbusviewer that might help finding and executing stuff. But qdbus and grep seem to be a bit better at that for me.
Executing qdbus will show all services that you can talk to via dbus. Given a servicename it will print possible paths and sub-paths. And when a path is also appended then it will print out methods and signals which can be called or registered to. The output will include the names and types of parameters and the return-type.
Samstag, 27. Februar 2016
X Rebirth 4.0 Demo
X Rebirth just got an update and a new DLC: http://forum.egosoft.com/viewtopic.php?t=387349
And a demo.
And now fully support for Linux and Mac.
And a demo.
And now fully support for Linux and Mac.
Donnerstag, 31. Dezember 2015
[Python] From Threads to ThreadPool to Gevent
A system test I wrote does many requests on a local server. The responses take from some to many seconds to arrive. IO-bound. I thought I should use threads for each request. All requests could start at the same time and when the results are in they could be evaluated.
It worked. Lots of threads were created, did their work and died.
To many threads - one would say.
A threadpool should be a better way...
Donnerstag, 10. Dezember 2015
[Python+IPDB]
Tried to debug my code by inserting this line:
import ipdb; ipdb.set_trace()Got an error like this:
/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py:2707: AttributeError
E AttributeError: _dep_map
Abonnieren
Posts (Atom)
[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 vari...
-
I got it! I got enough files together to start iodoom3 and dhewm3, load a map and do some editing. Here they are: https://docs.google.co...
-
Debugging Java with IntelliJ IDEA or VSCodium and its Java plugins ( Debugger for Java , Language Support for Java(TM) by Red Hat ) is ki...
-
The policy says that there should be encryption. Nice to hear that AFTER installing the system. Nothing special is on the system partition. ...