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
;;; 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 |
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 |
(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) |
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 |
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 |
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 |
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
General | |
Unique ID : 146393860341051264709134238968616771946 (0x6E226E92FFC12B8966E47A1EBF5EE16A) | |
Complete name : US.Presidential.Debates.2015.11.14.Third.Democratic.Primary.Debate.720p.CBS.WEBRip.AAC2.0.H.264 monkee.mkv | |
Format : Matroska | |
Format version : Version 2 | |
File size : 2.66 GiB | |
Duration : 1h 38mn | |
Overall bit rate : 3 868 Kbps | |
Writing application : Lavf54.63.104 | |
Writing library : Lavf54.63.104 |
ERC> /nick igruer | |
*** Nickname cannot change nick!!! is temporarily unavailable, trying cannot change nick!!!` | |
*** Nickname cannot change nick!!! is temporarily unavailable, try another. | |
< cannot change nick!!!`> what the fuck is this shit | |
< cannot change nick!!!`> .... |
<SchemaCzar> CHALLENGE QUESTION: what is the precision of a timestamp without time zone ? | |
<ieure> SchemaCzar, Nanoseconds. | |
<ieure> SchemaCzar, I know this because JVM timestamps only support milliseconds. So if you have a psql TS column and move that data into the JVM, you lose precision. | |
<ieure> And this caused Bugs | |
<SchemaCzar> and I'm trying to use that point to convince my team to convert from timestamp with no time zone to timestamp with time zone | |
<ieure> SchemaCzar, You're the fucking Schema Czar. Just change it. |