Skip to content

Instantly share code, notes, and snippets.

View guitarrapc's full-sized avatar
:octocat:

Ikiru Yoshizaki guitarrapc

:octocat:
View GitHub Profile
@coltenkrauter
coltenkrauter / fix-wsl2-dns-resolution.md
Last active May 26, 2025 08:11
Fix DNS resolution in WSL2

Permanent WSL DNS Fix (WSL 2.2.1+)

If you're encountering ping github.com failing inside WSL with a Temporary failure in name resolution, you're not alone — this has been a long-standing issue, especially when using VPNs or corporate networks.

This issue is now fixed robustly with DNS tunneling, which preserves dynamic DNS behavior and avoids limitations like WSL’s former hard cap of 3 DNS servers in /etc/resolv.conf.

DNS tunneling is enabled by default in WSL version 2.2.1 and later, meaning that if you're still seeing DNS resolution issues, the first and most effective fix is simply to upgrade WSL. Upgrading WSL updates the WSL platform itself, but does not affect your installed Linux distributions, apps, or files.

To upgrade WSL, follow these steps,

@yKimisaki
yKimisaki / grpc_csharp_ext_dummy_stubs.c
Last active August 9, 2023 10:13
なんとgRPCの.unitypackageに入ってるgrpc_csharp_ext_dummy_stubsが不完全なので、IL2CPPビルドでdlopenとかエラー出たらこれで上書きすればいいと思います
// Copyright 2019 The gRPC Authors
//
// 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
@voluntas
voluntas / shiguredo_management.rst
Last active February 13, 2024 15:57
時雨堂を支えるマネージメント

時雨堂を支えるマネージメント

更新:2020-05-10
作者:@voluntas
バージョン:2020.2
URL:https://voluntas.github.io/

概要

@usausa
usausa / .editorconfig
Created March 10, 2019 04:24
EditorConfig for cs
###############################
# Core EditorConfig Options #
###############################
root = true
# All files
[*]
indent_style = space
@turgayozgur
turgayozgur / .circleci-dotnet-with-cache.yml
Created January 19, 2019 22:09
Building .NET Core App on circleci with caching packages. Restore only if required.
#
# The fallowing circleci config yml and bash scripts demonstrate
# how to build .NET Core app without restoring packages for every build
# until you referance smothing diffrent to any project inside sln.
#
# If you are building docker container when building your application,
# use the docker layer caching insted of these scripts. https://circleci.com/docs/2.0/docker-layer-caching/
#
version: 2
@voluntas
voluntas / open_ayame.rst
Last active March 1, 2025 07:34
OpenAyame プロジェクト

最新のステータス: 追記: 2019/7/10

転職しました。長らくのご愛顧誠にありがとうございました。


転職先をちょくちょく探しています。

興味ある方は twitter @mizchi へのリプライorDM、または [email protected] まで。

#ifdef GL_ES
precision mediump float;
#endif
#extension GL_OES_standard_derivatives : enable
uniform float time;
uniform vec2 mouse;
uniform vec2 resolution;
#ifdef GL_ES
precision mediump float;
#endif
#extension GL_OES_standard_derivatives : enable
uniform float time;
uniform vec2 mouse;
uniform vec2 resolution;

GoでISUCONを戦う話

mercari.go #4 https://mercari.connpass.com/event/105640/

自己紹介

  • catatsuyというIDで各種SNS活動しています
    • かたついって呼ばれています
  • メルカリのSREチームで主にGoを書いています
  • 前職はピクシブでpixivのHTTPS化・PHP7.1化・HTTP/2化や、広告サーバーの新機能追加など色々やっていました