Skip to content

Instantly share code, notes, and snippets.

View isimluk's full-sized avatar
:octocat:
Say Hi, I can help you with security, infrastructure, performance, and costs.

Šimon Lukašík isimluk

:octocat:
Say Hi, I can help you with security, infrastructure, performance, and costs.
View GitHub Profile
@Nezteb
Nezteb / elixir-language-server-comparison.md
Last active June 7, 2025 12:23
Elixir Language Server Comparisons
@braindevices
braindevices / #btrfs benchmark for daily used desktop OS
Last active June 10, 2025 08:59
which file sytem to use for daily work? should we turn on btrfs compression?
#btrfs benchmark for daily used desktop OS
@probonopd
probonopd / Wayland.md
Last active June 13, 2025 22:25
Think twice about Wayland. It breaks everything!

Think twice before abandoning Xorg. Wayland breaks everything!

Hence, if you are interested in existing applications to "just work" without the need for adjustments, then you may be better off avoiding Wayland.

Wayland solves no issues I have but breaks almost everything I need. Even the most basic, most simple things (like xkill) - in this case with no obvious replacement. And usually it stays broken, because the Wayland folks mostly seem to care about Automotive, Gnome, maybe KDE - and alienating everyone else (e.g., people using just an X11 window manager or something like GNUstep) in the process.


Update 06/2025: X11 is alive and well, despite what Red Hat wants you to believe. https://github.com/X11Libre/xserver revitalizes the Xorg X11 server as a community project under new leadership.

@skateman
skateman / separate_worker.rb
Created April 19, 2016 08:03
Snippet to start a MiqWorker separately
MiqWebsocketWorker.delete_all
require_relative 'config/environment'
class MiqWebsocketWorker::Runner
def heartbeat
end
end
row = MiqWebsocketWorker.create_worker_record
guid = row.guid
require 'webrick'
require 'webrick/https'
require 'ds9'
class HTTP2Server < WEBrick::HTTPServer
SETTINGS = [ [DS9::Settings::MAX_CONCURRENT_STREAMS, 100] ]
class HTTP2Response < WEBrick::HTTPResponse
def initialize config, ctx, stream_id
@ctx = ctx
@tigefa4u
tigefa4u / redmine-openshift.markdown
Last active June 5, 2017 14:20
deploy redmine on openshift

frist sign in on openshift.redhat.com or sign up new one its free with 1GB storeage.

if existing member openshift know for start, using rhc setup

gem install rhc --no-ri --no-rdoc

Creating new app