Skip to content

Instantly share code, notes, and snippets.

View bastibense's full-sized avatar
🍪
omnomnomnom

Bastian Bense bastibense

🍪
omnomnomnom
View GitHub Profile
@bastibense
bastibense / keybase.md
Created January 14, 2019 13:34
Keybase

Keybase proof

I hereby claim:

  • I am bastibense on github.
  • I am bastiben (https://keybase.io/bastiben) on keybase.
  • I have a public key ASBwTQXcbXj0tAk8FWWWe8NaaalWjiTStO21KTyttLZmBwo

To claim this, I am signing this object:

@bastibense
bastibense / cloudSettings
Created April 18, 2017 04:09
Visual Studio Code Sync Settings Gist
{"lastUpload":"2017-04-18T04:08:59.058Z","extensionVersion":"v2.6.2"}
@bastibense
bastibense / frontendDevlopmentBookmarks.md
Created September 2, 2016 06:41 — forked from dypsilon/frontendDevlopmentBookmarks.md
A badass list of frontend development resources I collected over time.
@bastibense
bastibense / bookview.qml
Last active August 29, 2015 14:18
QML "Book" viewer with stories and pages, allowing the user to vertically browse stories and horizontally browse each story's pages
// More information:
// http://stackoverflow.com/questions/29446454/qt-qml-accessing-a-listview-after-a-loader-has-loaded-it-to-jump-to-a-specific/29463686#29463686
import QtQuick 2.4
import QtQuick.Controls 1.2
ApplicationWindow {
width: 1024
@bastibense
bastibense / README.md
Last active September 28, 2020 03:53
Fix blurry fonts on some external monitors when using MacBook Pro Retina

How to fix blurry fonts on some external monitors when using MacBook Pro Retina

It seems that graphcis and fonts look rather blurry on some monitors when hooked up to a MacBook Pro (Retina). This might fix the issue for you:

  1. Download patch-edid.rb from http://embdev.net/attachment/168316/patch-edid.rb

  2. Execute in Terminal (without the $):

    $ ruby patch-edid.rb

  3. Copy produced folder (example: DisplayVendorID-22f0) to /System/Library/Displays/Overrides (authorize if needed, if the folder exists, backup it before)

<html>
<body>
<style type="text/css">
body {
padding: 2em;
}
a
{