Mozilla has just launched the AI Guide, a collaborative hub for developers to join forces, inspire each other, and lead the way in groundbreaking generative AI advancements. The AI Guide’s initial focus begins with language models and the aim is to…
hacks.mozilla.org
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.
An actual but where did my Linux memory go command;
This program
(repositories) came in handy while
helping someone resolve an problem. Want to
see memory usage and shared memory, perhaps
sorted by swap?
smem -s swap -kta
smem --sort swap --abbreviate --totals --autosize
What about on other categories running a --sort?
swap (amount of swap space consumed ignoring sharing)
command (process command line)
maps (total mappings count)
name (process name)
pid (process id #)
user (process owner)
pss (proportional set size including sharing)
rss (resident set size ignoring sharing)
uss (unique set size)
vss (virtual set size; total virtual memory mapped)
Bonus: A filesystem usage command to catch /tmp/ and tmpfs (temporary file storage) abusers;
df -h | grep tmpfs
df --human-readable | grep tmpfs
The latest news from Deno Land Inc.
Building on top of an all Deno stack unlocks a simple, modern developer experience for Deco.cx’s developer platform while maintaining high PageSpeed scores.
Do you want to cancel? – YES / CANCEL
nikitonsky: You can’t make negative checkboxes. You just can’t
Bing's Homepage Images Archive
View over Athens and the Acropolis, Greece (© Mlenny/Getty Images)
Index: Cache · Source
Open Source Web Browser Engine
Safari Technology Preview Release 183 is now available for download for macOS Sonoma and macOS Ventura.
Do you want to cancel? – YES / CANCEL
nikitonsky: Pro tip: do not spell check your placeholder text
Bing's Homepage Images Archive
Rapa Valley in Sarek National Park, Sweden (© Hans Strand/Getty Images)
Index: Cache · Source
The latest news from Deno Land Inc.
Subhosting is a new way to leverage Deno Deploy’s fast, scalable multi-tenant v8 isolate cloud to run your users code securely.
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.
The miracle man section of this article is nostalgic. The simplicity of scamming (dividing email lists by two recursively) reminded me somewhat of how I was taught to think about the underlying simplicity of critical thinking, which apparently is a meme nowadays.