Skip to content

Instantly share code, notes, and snippets.

{
"name": "Apple Telemetry Block",
"description": "Denies outbound connections to known Apple telemetry/analytics endpoints, plus Siri and location-services reporting. High priority so it overrides per-process allow rules. Dead domains removed.",
"rules": [
{
"action": "deny",
"process": "any",
"direction": "out",
"priority": "high",
"remote-domains": [
@sifex
sifex / KibanaElasticTransport.py
Created August 22, 2025 17:11
Kibana Proxy Transport for Elasticsearch for Python
import base64
from urllib.parse import urlparse, quote
from elastic_transport import Transport, NodeConfig, AsyncTransport
class KibanaProxyTransport(Transport):
"""Simple transport that tunnels Elasticsearch requests via Kibana Dev Tools proxy."""
def __init__(
@sifex
sifex / sifex-pySigma-backend-quickwit.json
Last active December 16, 2025 13:49
pysigma-backend-quickwit.json
{}
{"schemaVersion":1,"label":"Coverage","message":"92.04%","color":"yellow"}

Keybase proof

I hereby claim:

  • I am sifex on github.
  • I am sifex (https://keybase.io/sifex) on keybase.
  • I have a public key ASAqDS4MruKi3PSzEy_4tmlwaMHPr2Brtl_vetFRYfDRIgo

To claim this, I am signing this object:

@sifex
sifex / bookmarket.js
Last active September 15, 2022 08:14
Add 30% to body text
javascript: (() => { l="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus malesuada turpis at sem placerat interdum. Suspendisse vel orci vestibulum, rutrum neque eu, dictum eros. In hac habitasse platea dictumst.",getMoreText=e=>l.slice(0,.3*e.length),[...document.querySelector("body").querySelectorAll("p,span,h1,h2,h3,h4,h5,h6,a,button")].filter(e=>-1!=e.textContent.trim().indexOf(" ")).forEach(e=>e.innerHTML+=" "+getMoreText(e.textContent)); })();
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
plugins=(git github gitignore docker node nvm npm composer laravel brew osx battery docker cp zsh-autosuggestions macos)
ZSH_THEME="spaceship"

Keybase proof

I hereby claim:

  • I am sifex on github.
  • I am sifex (https://keybase.io/sifex) on keybase.
  • I have a public key ASAK7_Zmw0xN7ceXQkjKVwnF1Dlb2o10oNTcB9FiP-gWQwo

To claim this, I am signing this object:

@sifex
sifex / Weather
Last active September 28, 2017 01:55
https://code.jquery.com/jquery-3.2.1.min.js
https://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20weather.forecast%20where%20woeid%20in%20(select%20woeid%20from%20geo.places(1)%20where%20text%3D%22nome%2C%20ak%22)&format=json&env=store%3A%2F%2Fdatatables.org%2Falltableswithkeys
°