By u/angkitbharadwaj
Visit fmhy.net/android-iosguide#ios-ipas for more sources.
javascript:(function(){try{navigator.clipboard.readText().then(function(t){if(t){var e=window.open("","_blank","width=800,height=600");e.document.open(),e.document.write(t),e.document.close()}else alert("Clipboard is empty. Please copy some text to the clipboard first.")}).catch(function(t){console.error("Failed to read clipboard contents: ",t),alert("An error occurred while trying to access the clipboard. Please ensure your browser allows clipboard access.")})}catch(t){console.error("An error occurred:",t),alert("An error occurred while trying to open the new window with the clipboard content.")}})();//bookmarklet_title: HTML Preview from Clipboard |
import asyncio | |
import sys | |
from typing import Optional | |
import asyncssh | |
import httpx | |
class MySSHTCPSession(asyncssh.SSHTCPSession): | |
def __init__(self): |
//bookmarklet-title: Canvas DL | |
//bookmarklet-about: When playing skribbl.io and someone has made a nice drawing, this lets you download the current drawing as a PNG. | |
var w = window.wdq || (window.wdq = document.createElement("a")); | |
var p = /The word was '([^']*)'/g, | |
pp = /<span>([^<>]+) is drawing now!/g, | |
tt = document.body.innerHTML; | |
var mm, nn, xx; | |
while (mm = p.exec(tt)) nn = mm; | |
while (mm = pp.exec(tt)) xx = mm; |
TPM (Trusted Platform Module) is as useful for preventing real attackers as the TSA is at preventing real terrorists. The architecture is fundamentally flawed and most existing implementations are completely broken. I thought this argument was settled decades ago[1] when "trusted computing" was introduced mostly as a way to provide DRM and ownership capabilities to organizations. It has largely failed to impact the consumer market when it was introduced back in the early 2000s. However, recently there seems to be a movement by certain parties to reintroduce this failed product back to the market. Microsoft argues that in order to use Windows 11, you need TPM 2.0 compatible hardware because[2]:
The Trusted Platform Module(TPM) requirement ena
version: '2' | |
services: | |
nginx_lemmy: | |
image: nginx:mainline-alpine | |
restart: always | |
ports: | |
# - <yourReverseProxyTargetPort>:80 | |
- 80:80 | |
depends_on: |
# Neovim Switcher | |
# https://gist.github.com/elijahmanor/b279553c0132bfad7eae23e34ceb593b | |
# | |
alias nvim-lazy="NVIM_APPNAME=LazyVim nvim" | |
alias nvim-kick="NVIM_APPNAME=kickstart nvim" | |
alias nvim-chad="NVIM_APPNAME=NvChad nvim" | |
alias nvim-astro="NVIM_APPNAME=AstroNvim nvim" | |
function nvims() { | |
items=("default" "kickstart" "LazyVim" "NvChad" "AstroNvim") |
As of June 2022, VS Code's [Live Share] still does not work well on Apple silicon Macs (M1/M2 series) without [Rosetta 2]. Although [this bug is tracked in the official issue tracker on GitHub][1], unfortuneately, Live Share extension is not open source, so no outsiders can send any patch to address this bug to the upstream. Instead, I'd like to share a workaround I found:[^1]
-
Install [.NET SDK] 6 (arm64) or higher. It's also available on Homebrew Cask:
brew install --cask dotnet-sdk
. -
Replace vsls-agent (no postfix) in
// CRACK PARA SUBLIME TEXT 4 | |
// Create for Codigo Cristo | |
#include <stdio.h> | |
#include <stdlib.h> | |
void patch_sublime (); | |
void patch_merge (); | |
void msg_end (); |