This document specifies how to use the Parallel Network File System (pNFS) Small Computer System Interface (SCSI) Layout Type to access
Recently published RFCs
Recently published RFCs
The recent advances in artificial intelligence (AI) such as large language models enable the design of the Faster than LIght speed
Bing's Homepage Images Archive
Red lechwe herd crossing marshy plain of Okavango Delta, Botswana (© Ibrahim Suha Derbent/Getty Images)
Index: Cache · Source
The latest news from Deno Land Inc.
Introducing a more simplified project creation flow in Deno Deploy, including seamless CI/CD setup, a more transparent build and deployment step, and more.
Do you want to cancel? – YES / CANCEL
nikitonsky: I don’t know what to say. Be consistent? We all hate touch? Something along these lines.
Bing's Homepage Images Archive
A rainbow in At-Bashy District , Kakshaal Too Mountains, Naryn Province, Kyrgyzstan (© Emad aljumah/Getty Images)
Index: Cache · Source
Do you want to cancel? – YES / CANCEL
nikitonsky: Menu on hover: bad idea. User should have a freedom of moving their mouse without fear of triggering anything. It’s a basic human right.
Another wandering soul whispering into the void. If you are looking for my blog you are in the wrong place. The profile and header pictures are brought to you by cdd20.
A quick wrapper script for normalized git commit dates. Commit dates and timezones are normalized or truncated to the day. This is useful for avoiding rebasing and/or not having to think about system or git date/time settings when on another device or in another timezone. If precise timestamps matter, then it is easily disabled.
#!/bin/sh -eu
GIT=$(which git -a | grep -v "local/bin" | head -n 1)
GIT_COMMITTER_DATE="$(date --utc --date '00:0' '+%a %b %d %H:%M:%S %Y %z')"
export GIT_COMMITTER_DATE
[ "${1:-}" = "commit" ] && export DATE=1 && $GIT "$@" --date="$GIT_COMMITTER_DATE"
[ "${DATE:-}" = 1 ] && exit
$GIT "$@"
Another wandering soul whispering into the void. If you are looking for my blog you are in the wrong place. The profile and header pictures are brought to you by cdd20.
Tracking git metadata never crossed my mind (git privacy). My understanding was that metadata can’t be sole ground truths anyway. Known real–world contributors increase trust/triangulation.
Reality is not always in sync with metadata, for example; rebasing repositories as 1 commit, using different names/emails, travelling (without updating ) or working inside time drifted virtual machines.
I’d imagine that simpler anonymization involves anonymous contributors sharing the same metadata. In short, the deniable we are one, we are many, we are legion cloak.
Bing's Homepage Images Archive
Beech trees and wild anemones, Jutland, Denmark (© Nick Brundle Photography/Getty Images)
Index: Cache · Source