Valet is a decentralized test automation network where developers run tests on real devices (iOS or Android), and device owners get paid for executing them. Using Nostr for discovery, Lightning for payments, and Raspberry Pi nodes for execution, it’s less expensive, more open, and more scalable than traditional test clouds. Built by Jason Huggins (Selenium, Appium, Sauce Labs), Valet is an experiment in P2P testing at scale. 🚀
Discover gists
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Generate SSH key pair | |
mkdir "$env:USERPROFILE\.ssh" -Force | |
ssh-keygen -f "$env:USERPROFILE\.ssh\khushi" | |
# Read SSH public key | |
Get-Content "$env:USERPROFILE\.ssh\khushi.pub" | |
# Start SSH agent | |
Set-Service -Name ssh-agent -StartupType Automatic | |
Start-Service ssh-agent |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
namespace Lesson; | |
internal class Program | |
{ | |
static void Main(string[] args) | |
{ | |
int number; | |
int degree = 0; | |
int outputNumber = 1; | |
Random random = new Random(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
WARNING: Argument 'tsk' is not used in function-like macro | |
#75: FILE: arch/riscv/include/asm/usercfi.h:33: | |
+#define shstk_alloc_thread_stack(tsk, args) 0 | |
WARNING: Argument 'args' is not used in function-like macro | |
#75: FILE: arch/riscv/include/asm/usercfi.h:33: | |
+#define shstk_alloc_thread_stack(tsk, args) 0 | |
WARNING: Argument 'tsk' is not used in function-like macro | |
#77: FILE: arch/riscv/include/asm/usercfi.h:35: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
><%Download Lightmap HDR Light Studio PRO |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require "fiddle" | |
require "ffi" | |
require "jit_buffer" | |
require "hacks" | |
require "aarch64" | |
require "benchmark/ips" | |
module FJIT | |
C = RubyVM::RJIT.const_get(:C) | |
include AArch64::Registers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<registrySnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<user>S-1-5-21-3145728412-1752322905-909997274-1000</user> | |
<keys> | |
<key installerType="Msi" displayName="Go Programming Language amd64 go1.24.0" displayVersion="1.24.0"> | |
<RegistryView>Registry64</RegistryView> | |
<KeyPath>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{CCE8FA1A-A0F5-499B-8BCD-279CB5A0786A}</KeyPath> | |
<DefaultValue /> | |
<InstallLocation><![CDATA[]]></InstallLocation> | |
<UninstallString><![CDATA[MsiExec.exe /X{CCE8FA1A-A0F5-499B-8BCD-279CB5A0786A}]]></UninstallString> |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Log uploaded on Wednesday, February 12, 2025, 3:50:03 AM | |
Loaded mods: | |
Prepatcher(zetrith.prepatcher): 0Harmony(2.3.3), 0PrepatcherAPI(1.2.0), 0PrepatcherDataAssembly(1.0.0), PrepatcherImpl(1.0.0), Prestarter(1.0.0) | |
Harmony(brrainz.harmony)[mv:2.3.1.0]: 0Harmony(2.3.3), HarmonyMod(2.3.1) | |
Visual Exceptions(brrainz.visualexceptions)[mv:1.3.2.0]: CrossPromotion(1.1.2), VisualExceptions(1.3.2) | |
Core(Ludeon.RimWorld): (no assemblies) | |
Royalty(Ludeon.RimWorld.Royalty): (no assemblies) | |
Ideology(Ludeon.RimWorld.Ideology): (no assemblies) | |
Biotech(Ludeon.RimWorld.Biotech): (no assemblies) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def decompress_2_4(metadata, values): | |
""" | |
Decompress 2:4 sparse tensor | |
Args: | |
metadata: Tensor of shape (N, K/8) uint8. | |
Each byte stores indexes for 2 blocks | |
values: Tensor of shape (N, K/2) bf16, storing non-zero values | |
Returns: | |
Dense tensor of shape (N, K) in bf16 | |
""" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"success": true, | |
"credits_left": 19, | |
"rate_limit_left": 19, | |
"person": { | |
"publicIdentifier": "eden-marco", | |
"linkedInIdentifier": "ACoAABx4394BeQhL15XiUqnQf7d9fobHXw13SMo", | |
"memberIdentifier": "477683678", | |
"linkedInUrl": "https://www.linkedin.com/in/eden-marco", | |
"firstName": "Eden", |