Quantcast
Browsing latest articles
Browse All 13 View Live

Image may be NSFW.
Clik here to view.

How to give a Chromium based browser an isolated custom icon for a seperate...

Create a new desktop icon in ~/.local/share/applications.Use this as a template[Desktop Action new-private-window] Exec=chromium-browser --incognito Name=New Incognito Window [Desktop Action...

View Article


Bunny Post

This bunny video brought to you by this code.

View Article


Image may be NSFW.
Clik here to view.

PHP attributes are so awesome I just had to add attribute based field mapping...

I wrote this post to talk about the architectural decisions I had to make in upgrading my ORM recently to PHP8 as well as the general justification for using an ORM in the first place as a query...

View Article

Image may be NSFW.
Clik here to view.

Configuring an RTMP streaming server for VRChat with Nginx

I recently picked up a Valve Index and I've started to explore the music communityOne of the most compelling aspects of VRChat as a platform is how you can use it as a way of discovering music. A vast...

View Article

Port forwarding a database through a VPN with Docker and Nginx

This goes into your docker-compose.ymlversion: '3.9' services: openvpn-client: image: ghcr.io/wfg/openvpn-client container_name: openvpn-client cap_add: - NET_ADMIN devices: - /dev/net/tun volumes: -...

View Article


PSR7 Controllers, Emitters, Output Buffers, Unit Testing, and Routing

In my last post you saw me gushing over the new pattern possibilities that attributes open up among ORMs both without tight coupling as well as ActiveRecord style implementations like mine. In this...

View Article

Workflow for making patches for Gentoo ebuilds

In this case I'll be working with www-client/ungoogled-chromium available in the PF4Public overlay. ~ locate ungoogled-chromium | grep...

View Article

Image may be NSFW.
Clik here to view.

keyd on Gentoo with OpenRC and KDE Plasma

git clone https://github.com/rvaiya/keyd cd keyd make && sudo make installtouch /etc/init.d/keydnano /etc/init.d/keydPop this in there and save.#!/sbin/openrc-run # Description of the service...

View Article


Job queues, error handling, and exit codes. Oh my!

This post will talk about a pattern I started to use when working with an asynchronous job queue in PHP. During my time developing this pattern I went from initially using a typical Relational Database...

View Article


Untitled

View Article
Browsing latest articles
Browse All 13 View Live