Original text from http://lists.warhead.org.uk/pipermail/iwe/2005-July/000130.html
From: Mark Jason Dominus <[email protected]>
Date: Jul 28, 2005 11:16 PM
Subject: Re: HOP -vs- SICP
Original text from http://lists.warhead.org.uk/pipermail/iwe/2005-July/000130.html
From: Mark Jason Dominus <[email protected]>
Date: Jul 28, 2005 11:16 PM
Subject: Re: HOP -vs- SICP
proton!ieure:~$ brew update | |
/usr/local/Library/Homebrew/cmd/update.sh: line 13: /usr/local/Library/ENV/scm/git: No such file or directory | |
/usr/local/Library/Homebrew/cmd/update.sh: line 13: /usr/local/Library/ENV/scm/git: No such file or directory | |
/usr/local/Library/Homebrew/cmd/update.sh: line 13: /usr/local/Library/ENV/scm/git: No such file or directory | |
/usr/local/Library/Homebrew/cmd/update.sh: line 13: /usr/local/Library/ENV/scm/git: No such file or directory | |
/usr/local/Library/Homebrew/cmd/update.sh: line 13: /usr/local/Library/ENV/scm/git: No such file or directory | |
/usr/local/Library/Homebrew/cmd/update.sh: line 13: /usr/local/Library/ENV/scm/git: No such file or directory | |
/usr/local/Library/Homebrew/cmd/update.sh: line 13: /usr/local/Library/ENV/scm/git: No such file or directory | |
/usr/local/Library/Homebrew/cmd/update.sh: line 13: /usr/local/Library/ENV/scm/git: No such file or directory | |
/usr/local/Library/Homebrew/cmd/update.sh: line 13: /usr/local/Library/ENV/scm/git: No such file or directory |
Show: Clojure Java REPL Tooling Duplicates All (0 frames hidden) | |
1. Unhandled java.lang.ClassNotFoundException | |
cemerick.piggieback | |
URLClassLoader.java: 381 java.net.URLClassLoader/findClass | |
DynamicClassLoader.java: 69 clojure.lang.DynamicClassLoader/findClass | |
ClassLoader.java: 424 java.lang.ClassLoader/loadClass | |
DynamicClassLoader.java: 77 clojure.lang.DynamicClassLoader/loadClass |
beep for Debian | |
--------------- | |
The code is quite short so it should be clear that it's not exploitable. | |
I therefore think that "suid root with only group audio executeable" is an | |
acceptable default - you are of course able to change it anytime with | |
dpkg-reconfigure beep |
(defun window-toggle-dedicated (&optional window) | |
"Toggle the dedicated flag on a window." | |
(interactive) | |
(let* ((window (or window (selected-window))) | |
(dedicated (not (window-dedicated-p window)))) | |
(when (called-interactively-p) | |
(message (format "%s %sdedicated" | |
(buffer-name (window-buffer window)) | |
(if dedicated "" "un")))) | |
(set-window-dedicated-p window dedicated) |
Hey y'all, | |
So i haven't posted here before i think, but I've lived in or around Portland for about 10 years now. Love the | |
place. | |
Anyway i think i should go. I don't have much in the sense of responsibilities or dependants, just two adorable | |
cats whom i love, but i also have dependable friends who can care for them properly. | |
My job went down to covid reasons, but i was burnt out and depressed (breakup with an LTR—"the One"—followed | |
by years of overwork, doom-scrolling, and escapism), but i have an okay amount saved up 💎Thanks Keith!🙌 So |
;;; ime-snake.el --- | |
;; Copyright (C) 2013, 2019 Ian Eure | |
;; Author: Ian Eure <[email protected]> | |
;; Keywords: | |
;; This program is free software; you can redistribute it and/or modify | |
;; it under the terms of the GNU General Public License as published by | |
;; the Free Software Foundation, either version 3 of the License, or |