Skip to content

Instantly share code, notes, and snippets.

View haayhappen's full-sized avatar
🤪
whatuuppppp

Fynn Merlevede haayhappen

🤪
whatuuppppp
View GitHub Profile
@haayhappen
haayhappen / 📊 Weekly development breakdown
Last active April 5, 2022 12:22
Weekly dev breakdown
JavaScript 10 hrs 19 mins ██████████░░░░░░░░░░ 54.5%
Vue.js 6 hrs 55 mins ███████░░░░░░░░░░░░░ 36.5%
Text 28 mins █░░░░░░░░░░░░░░░░░░░ 2.5%
SQL 21 mins █░░░░░░░░░░░░░░░░░░░ 1.9%
@haayhappen
haayhappen / safe_spreading_object_properties.js
Created January 12, 2022 14:35
How to spread truthy values into an object
const one = 'one'
const two = null
const three = {
...(one && { one }),
...(two && { two })
}
console.log(three)
@haayhappen
haayhappen / devops_borat.dat
Created October 13, 2021 11:24 — forked from textarcana/devops_borat.dat
The wisdom of Devops Borat (RIP, may Taichi Ohno himself carry him into Valhalla!) condensed in fortune cookie format without any @ messages included. Just the goofiest random shit :)
I remember very clear I cry when I finish volume 3 of Knuth.
%
I am work on CSS SQL.
%
First sign of depression in devops is denial: you start of ignore Nagios alert.
%
In devops language is not success unless is another language++.
%
In devops you are addict to graph if first thought after orgasm is send duration and intensity to Graphite.
%
@BoGnY
BoGnY / README.md
Last active October 16, 2024 10:39
[WINDOWS] How to enable auto-signing Git commits with GnuPG for programs that don't support it natively

[WINDOWS] How to enable auto-signing Git commits with GnuPG for programs that don't support it natively

This is a step-by-step guide on how to enable auto-signing Git commits with GPG for every applications that don't support it natively (eg. GitHub Desktop, Eclipse, Git Tower, ...)

Requirements

  • Install GPG4Win: this software is a bundle with latest version of GnuPG v2, Kleopatra v3 certificate manager, GNU Privacy Assistant (GPA) v0.9 which is a GUI that uses GTK+, GpgOL and GpgEX that are respectively an extension for MS Outlook and an extension for Windows Explorer shell
  • Install Git for Windows: so you can have a *nix based shell, this software is a bundle with latest version of Git which use MINGW environment, a Git bash shell, a Git GUI and an extension for Windows Explorer shell (Make sure your local version of Git is at least 2.0, otherwise Git don't have support for automatically sign your commits)
  • Verify
@textarcana
textarcana / devops_borat.dat
Created March 7, 2017 09:10
The wisdom of Devops Borat (RIP, may Taichi Ohno himself carry him into Valhalla!) condensed in fortune cookie format without any @ messages included. Just the goofiest random shit :)
I remember very clear I cry when I finish volume 3 of Knuth.
%
I am work on CSS SQL.
%
First sign of depression in devops is denial: you start of ignore Nagios alert.
%
In devops language is not success unless is another language++.
%
In devops you are addict to graph if first thought after orgasm is send duration and intensity to Graphite.
%