Skip to content

Instantly share code, notes, and snippets.

View pinscript's full-sized avatar

Alexander Berg pinscript

View GitHub Profile
@pinscript
pinscript / Chromium-at-startup.md
Created November 12, 2021 13:36 — forked from rampfox/Chromium-at-startup.md
How to open Chromium in full screen at startup on the Raspberry Pi

First, it seems that ~/.config/lxsession/LXDE-pi/autostart does not exist by default.

  1. copy the autostart
cp /etc/xdg/lxsession/LXDE-pi/autostart ~/.config/lxsession/LXDE-pi/

Conspiracy and an off-by-one error

Here, I will discuss one of the conspiracy theories regarding the attack on Malaysia Airline flight MH17. This will not be about formulating yet another theory - or blaming anyone for what happened. I will focus purely on independently verifyable technical matters.

If you want to follow along, you will need these tools:

Claims

@pinscript
pinscript / index
Created February 7, 2012 15:13 — forked from anonymous/index
TJOCK NICE FIL!!
<?php get_header(); ?>
<?php if(is_front_page()): ?>
<div id="text" style="width: 600px;">
<?php else: ?>
<div id="text">
<?php endif; ?>
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<?php if(!is_front_page()): ?>