all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* time between time
@ 2019-06-29 14:48 Emanuel Berg via help-gnu-emacs
  2019-06-29 17:18 ` John Yates
  0 siblings, 1 reply; 4+ messages in thread
From: Emanuel Berg via help-gnu-emacs @ 2019-06-29 14:48 UTC (permalink / raw)
  To: help-gnu-emacs

Is this any good?

(defun wall-clock-time (h1 m1 s1 h2 m2 s2)
  (let*((d   08) ; bonus points if anyone knows what happened then
        (m   05)
        (y 1978)
        (total-seconds-1 (float-time (encode-time s1 m1 h1 d m y)))
        (total-seconds-2 (float-time (encode-time s2 m2 h2 d m y)))
        (s-diff (- total-seconds-2 total-seconds-1)) )
    (format-seconds "%hh %mm %ss" s-diff) ))
(defalias 'wct        #'wall-clock-time)
;; (wct 09 35 00 23 00 00) ; "13h 25m 0s"


line 13 @ http://user.it.uu.se/~embe8573/emacs-init/time-my.el

-- 
underground experts united
http://user.it.uu.se/~embe8573
https://dataswamp.org/~incal




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: time between time
  2019-06-29 14:48 time between time Emanuel Berg via help-gnu-emacs
@ 2019-06-29 17:18 ` John Yates
  2019-07-01 23:42   ` Emanuel Berg via help-gnu-emacs
  0 siblings, 1 reply; 4+ messages in thread
From: John Yates @ 2019-06-29 17:18 UTC (permalink / raw)
  To: Emanuel Berg, help-gnu-emacs

On Sat, Jun 29, 2019 at 10:50 AM Emanuel Berg via help-gnu-emacs
<help-gnu-emacs@gnu.org> wrote:

>   (let*((d   08) ; bonus points if anyone knows what happened then
>         (m   05)
>         (y 1978)

RMS's response to first SPAM, a posting for a job at DEC?



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: time between time
  2019-06-29 17:18 ` John Yates
@ 2019-07-01 23:42   ` Emanuel Berg via help-gnu-emacs
  2019-07-02  3:13     ` Amin Bandali
  0 siblings, 1 reply; 4+ messages in thread
From: Emanuel Berg via help-gnu-emacs @ 2019-07-01 23:42 UTC (permalink / raw)
  To: help-gnu-emacs

John Yates wrote:

>>   (let*((d 08) ; bonus points if anyone knows
>> what happened then (m 05) (y 1978)
>
> RMS's response to first SPAM, a posting for
> a job at DEC?

Hah :) What? :O

No, for the record it was the first summit of
Mt Everest without supplemental oxygen. [1]

But: One never wants to add data to a program
which has no meaning - the data has no meaning,
that is - and "meaning" here in terms of the
program, of course - one never wants to do
that, but here I couldn't come up with a way to
do it otherwise, at least not without thinking
beyond what I thought was motivated as the
"no-meaning data" solution still solved the
problem with the time program. I didn't have
the time to do it any better than that...


     Timeline! This is no time to argue about
     time. We don't have the time!

            -- TROI, First Contact (1996) [2]


[1] https://en.wikipedia.org/wiki/Peter_Habeler
    https://en.wikipedia.org/wiki/Reinhold_Messner

[2] http://www.chakoteya.net/movies/movie8.html

-- 
underground experts united
http://user.it.uu.se/~embe8573
https://dataswamp.org/~incal




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: time between time
  2019-07-01 23:42   ` Emanuel Berg via help-gnu-emacs
@ 2019-07-02  3:13     ` Amin Bandali
  0 siblings, 0 replies; 4+ messages in thread
From: Amin Bandali @ 2019-07-02  3:13 UTC (permalink / raw)
  To: help-gnu-emacs

Emanuel Berg via help-gnu-emacs <help-gnu-emacs@gnu.org> writes:

> John Yates wrote:
>
>>>   (let*((d 08) ; bonus points if anyone knows
>>> what happened then (m 05) (y 1978)
>>
>> RMS's response to first SPAM, a posting for
>> a job at DEC?
>
> Hah :) What? :O
>

https://www.templetons.com/brad/spamreact.html#rms

-- 
Amin Bandali
Free Software Activist | GNU Webmaster & Volunteer
GPG: BE62 7373 8E61 6D6D 1B3A  08E8 A21A 0202 4881 6103
https://shemshak.org/~amin



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-07-02  3:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-29 14:48 time between time Emanuel Berg via help-gnu-emacs
2019-06-29 17:18 ` John Yates
2019-07-01 23:42   ` Emanuel Berg via help-gnu-emacs
2019-07-02  3:13     ` Amin Bandali

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.