Written by @trgwii, not me:
"If Go wasn't made by Google, what would be bad about it?" Stafn asked.
And this is the response from Thomas:
- uncomposable error handling, this is like being back to:
| # use pssuspend to suspend and resume a process | |
| # download at SysInternals Process Utilities | |
| # https://learn.microsoft.com/en-us/sysinternals/downloads/pssuspend | |
| $targetProcessId = 102030 | |
| $freezeMS = 1000 | |
| $resumeMS = 1 | |
| while($true) { | |
| pssuspend.exe $targetProcessId |
| document.location = decodeURI(new URLSearchParams(window.location.search).get("continue")) |
| [core] | |
| editor = nvim | |
| [status] | |
| short = true | |
| branch = true | |
| [url "https://"] | |
| insteadOf = git:// | |
| [url "https://github.com/"] |
| {{- /* Template based on https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#reports-json-format */ -}} | |
| { | |
| "version": "15.0.7", | |
| "scan": { | |
| "analyzer": { | |
| "id": "trivy", | |
| "name": "Trivy", | |
| "vendor": { | |
| "name": "Aqua Security" | |
| }, |
| #Requires AutoHotkey v2.0 | |
| #Include RegExHotstring.ahk | |
| #SingleInstance Force | |
| RegExHotstring("([s$]+)(h+)([i!]+)(r+)([i!]+)(n+)([i!]+)", (m) => DllCall("LockWorkStation"), "* ?") | |
| RegExHotstring("(ش+)(ی+)(ر+)(ی+)(ن+)(ی+)", (m) => DllCall("LockWorkStation"), "* ?") | |
| RegExHotstring("(b+)(a+)(s+)(t+)(a+)(n+)([i!]+)", (m) => DllCall("LockWorkStation"), "* ?") | |
| RegExHotstring("(ب+)(س+)(ت+)(ن+)(ی+)", (m) => DllCall("LockWorkStation"), "* ?") | |
| RegExHotstring("(m+)(i+)(d+)(a+)(m+)", (m) => DllCall("LockWorkStation"), "* ?") |
We have two folders called:
yararules custom yarasFor each .yar file inside the yararules folder, we should create a folder with the same name as the yara file inside the yararules.test/testcases folder.
ok-* it means that the file should not match the yara file.| $failedLogFile = "failed-publishes.txt" | |
| New-Item -ItemType File -Path $failedLogFile -Force | Out-Null | |
| $uniquePackages = [System.Collections.Generic.HashSet[string]]::new() | |
| git ls-files *yarn.lock | ForEach-Object { | |
| $yarnfile = $_.ToString() | |
| Write-Host "📦 scanning $yarnfile" | |
| $filePath = Join-Path (Get-Location) $yarnfile | |
| $fileContent = [System.IO.File]::ReadAllText($filePath) |
Hi! I am an Iranian Software Engineer, and in this torn paper note, I want to talk about some funny moments I had online related to the fact that I was spawned in this specific region of the world: Iran.
Back when I was a student, I got access to the Microsoft Imagine, and as a result, I got access to the Microsoft Store as a developer. This inspired me write one of my open-source projects called EyesGuard and publish it on Microsoft Store. However, one day, somebody told me that they can no longer find EyesGuard on the store.
| """ | |
| title: Langfuse Filter Pipeline for v3 - Avestura Edition (No SSL Verify + Cost and Usage Fixed) | |
| author: open-webui | |
| date: 2025-07-31 | |
| version: 0.0.1 | |
| license: MIT | |
| description: A filter pipeline that uses Langfuse v3. | |
| requirements: langfuse>=3.0.0 | |
| """ |