Skip to content

Instantly share code, notes, and snippets.

View geocine's full-sized avatar
:shipit:
지식은 행동으로 번성하고, 게으르면 시들어간다.

Aivan Monceller geocine

:shipit:
지식은 행동으로 번성하고, 게으르면 시들어간다.
View GitHub Profile
@geocine
geocine / libre.md
Created April 4, 2024 04:44
[OPINION] No such thing as a free lunch: The Filipino ‘libre’ culture

[OPINION] No such thing as a free lunch: The Filipino ‘libre’ culture

Jul 13, 2019 10:00 AM PHT

Jade Harley Bretaña

Has the Filipino tradition of gift-giving and treating friends and family gone too far?

Different parts of the world consider generosity as a virtue. In fact, British organization Charities Aid Foundation even has a World Giving Index, which ranks countries based on 3 giving behaviors: volunteering time, helping a stranger, and donating money.

@geocine
geocine / environment.yaml
Last active January 10, 2023 12:21
ST Environment
name: ST
channels:
- conda-forge
- defaults
dependencies:
- aom=3.5.0=h63175ca_0
- blosc=1.21.3=hdccc3a2_0
- bzip2=1.0.8=h8ffe710_4
- c-blosc2=2.6.1=h183a6f4_0
- ca-certificates=2022.12.7=h5b45459_0
@geocine
geocine / convert_original_stable_diffusion_to_diffusers_fix.py
Created December 26, 2022 18:50
convert_original_stable_diffusion_to_diffusers_fix.py
# coding=utf-8
# Copyright 2022 The HuggingFace Inc. team.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
@geocine
geocine / mouse.md
Last active December 5, 2022 11:34
Mouse Move
using System.Windows;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Shapes;

namespace WpfApp
{
  public partial class MainWindow : Window
  {
@geocine
geocine / ua
Created September 26, 2022 08:00
ua
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko)
@geocine
geocine / GameUserSettings.ini
Created December 6, 2021 00:37 — forked from azmodius/GameUserSettings.ini
Valorant User Settings (windowed mode for UltraWides)
# Found in...
# C:\Users\<user>\AppData\Local\VALORANT\Saved\Config\<some guid>\Windows\GameUserSettings.ini
[/Script/ShooterGame.ShooterGameUserSettings]
DefaultMonitorDeviceID="MONITOR\\GSM774A\\{4d36e96e-e325-11ce-bfc1-08002be10318}\\0011"
DefaultMonitorIndex=0
LastConfirmedDefaultMonitorDeviceID="MONITOR\\GSM774A\\{4d36e96e-e325-11ce-bfc1-08002be10318}\\0011"
LastConfirmedDefaultMonitorIndex=0
bShouldLetterbox=True
bLastConfirmedShouldLetterbox=True
@geocine
geocine / remove-all-global-yarn.md
Created February 13, 2021 18:43
Remove all global yarn
yarn global remove $(yarn global list | grep info | sed 's/^info "\(.*\)@.*".*$/\1/')
@geocine
geocine / usbasploader-qmk-atmega328p.md
Created December 16, 2020 09:57 — forked from nullstalgia/usbasploader-qmk-atmega328p.md
USBaspLoader and QMK on ATmega328P
@geocine
geocine / matrix.c
Last active December 5, 2020 16:07
Demultiplexer
#include <stdint.h>
#include <stdbool.h>
#include "wait.h"
#include "util.h"
#include "matrix.h"
#include "debounce.h"
#include "quantum.h"
// ROW2COL
// #define MATRIX_ROW_PINS { F5, F6 }
@geocine
geocine / BoseWinMD.md
Last active December 28, 2023 09:58
Bose QC 35 II Voice / Microphone Not Working On Newer Windows 10 Builds

Bose Community Post Here

Below is an actual side by side comparison of Windows 10 version 1909 (✅ Working Microphone) and Windows 10 version 2004 (❌ Not Working).

In this setup, I have used the same computer, and created a clean install of Windows using the versions stated above.

BOSE should acknowledge this issue and should roll out updates to their drivers to make it compatible to new builds of Windows 10. I don't have to try this on every build to prove a point.

Related Issues: