Rocksolid Light

Welcome to Rocksolid Light

mail  files  register  newsreader  groups  login

Message-ID:  

Evolution is a million line computer program falling into place by accident.


computers / alt.comp.os.windows-10 / Windows timer (like a sand timer?) recommendation?

SubjectAuthor
* Windows timer (like a sand timer?) recommendation?Jan K.
+- Windows timer (like a sand timer?) recommendation?Paul
+- Re: Windows timer (like a sand timer?) recommendation?Zaidy036
+* Re: Windows timer (like a sand timer?) recommendation?kelown
|`* Re: Windows timer (like a sand timer?) recommendation?Jan K.
| `- Re: Windows timer (like a sand timer?) recommendation?Indira
+- Re: Windows timer (like a sand timer?) recommendation?Sjouke Burry
+* Re: Windows timer (like a sand timer?) recommendation?Sjouke Burry
|+* Re: Windows timer (like a sand timer?) recommendation?Frankie
||`* Re: Windows timer (like a sand timer?) recommendation?Mark Lloyd
|| `* Re: Windows timer (like a sand timer?) recommendation?kelown
||  `* Re: Windows timer (like a sand timer?) recommendation?Mark Lloyd
||   +- Re: Windows timer (like a sand timer?) recommendation?Frank Slootweg
||   +* Re: Windows timer (like a sand timer?) recommendation?kelown
||   |`* Re: Windows timer (like a sand timer?) recommendation?Frankie
||   | `- Re: Windows timer (like a sand timer?) recommendation?Patrick
||   `- Re: Windows timer (like a sand timer?) recommendation?wasbit
|`- Re: Windows timer (like a sand timer?) recommendation?wasbit
`* Re: Windows timer (like a sand timer?) recommendation?TPayne
 `- Re: Windows timer (like a sand timer?) recommendation?Jan K.

1
Windows timer (like a sand timer?) recommendation?

<unn3fq$obk$1$koziolja@news.chmurka.net>

  copy mid

https://news.novabbs.org/computers/article-flat.php?id=77545&group=alt.comp.os.windows-10#77545

  copy link   Newsgroups: alt.comp.os.windows-10 alt.comp.freeware
Path: i2pn2.org!i2pn.org!news.chmurka.net!.POSTED.211.226.120.88!not-for-mail
From: janicekoziol@nie.ma.spamu.prosze.com (Jan K.)
Newsgroups: alt.comp.os.windows-10,alt.comp.freeware
Subject: Windows timer (like a sand timer?) recommendation?
Date: Wed, 10 Jan 2024 22:58:39 +0100
Organization: news.chmurka.net
Message-ID: <unn3fq$obk$1$koziolja@news.chmurka.net>
NNTP-Posting-Host: 211.226.120.88
MIME-Version: 1.0
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Wed, 10 Jan 2024 21:50:51 -0000 (UTC)
Injection-Info: news.chmurka.net; posting-account="koziolja"; posting-host="211.226.120.88";
logging-data="24948"; mail-complaints-to="abuse-news.(at).chmurka.net"
User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Thunderbird/45.7.1
Cancel-Lock: sha1:TIVxvDm82zSNjFqW37YRP1hhRWQ= sha256:+aBEoXxwUjLJs/ESTYpOUZ8/r6n01nbhmU62nDN94ro=
sha1:tsEmVzPSkw3OAyypvMfjK4a5NWk= sha256:UZYVkT1Rg0Mo4YZSWSJyW/2QBcsS6bJY4iY/Ed/iceY=
 by: Jan K. - Wed, 10 Jan 2024 21:58 UTC

I often set a quick really easy to set & start alarm timer on the phone but
is there something similarly easy to use for a sand timer on Windows?

You set it for five minutes and it remembers that because you're more
likely to re-use it when it's easy and quick to start.

If you need to change it to three minutes, that's easy too.

Any recommendations?

Re: Windows timer (like a sand timer?) recommendation?

<unng03$2n7mg$1@dont-email.me>

  copy mid

https://news.novabbs.org/computers/article-flat.php?id=77549&group=alt.comp.os.windows-10#77549

  copy link   Newsgroups: alt.comp.os.windows-10 alt.comp.freeware
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: nospam@needed.invalid (Paul)
Newsgroups: alt.comp.os.windows-10,alt.comp.freeware
Subject: Re: Windows timer (like a sand timer?) recommendation?
Date: Wed, 10 Jan 2024 20:24:19 -0500
Organization: A noiseless patient Spider
Lines: 48
Message-ID: <unng03$2n7mg$1@dont-email.me>
References: <unn3fq$obk$1$koziolja@news.chmurka.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=windows-1252
Content-Transfer-Encoding: 7bit
Injection-Date: Thu, 11 Jan 2024 01:24:19 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="f42b657dd26a88b069d5e2fdc665377e";
logging-data="2858704"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19JRVL3KNovMbzLW4l6GtYr4j0NY1geuII="
User-Agent: Ratcatcher/2.0.0.25 (Windows/20130802)
Cancel-Lock: sha1:E6kwyT562J8yG5XblzOG15WMBNY=
In-Reply-To: <unn3fq$obk$1$koziolja@news.chmurka.net>
Content-Language: en-US
 by: Paul - Thu, 11 Jan 2024 01:24 UTC

On 1/10/2024 4:58 PM, Jan K. wrote:
> I often set a quick really easy to set & start alarm timer on the phone but
> is there something similarly easy to use for a sand timer on Windows?
>
> You set it for five minutes and it remembers that because you're more
> likely to re-use it when it's easy and quick to start.
>
> If you need to change it to three minutes, that's easy too.
>
> Any recommendations?

Why not make your own ?

As a very poor hobby programmer, I believe in "copy/paste" to make
software. For example, the first web page, helps you build a place to work.

# How to make a window appear on the screen, using MinGW32 for your development environment

https://www.transmissionzero.co.uk/computing/win32-apps-with-mingw/

# How to create a thread of execution for a clock

https://stackoverflow.com/questions/69414215/making-a-digital-clock-in-c

# This could be the kind of sleep function the previous program uses
# Normally sleep() takes seconds, but this one takes milliseconds.

https://learn.microsoft.com/en-us/windows/win32/api/synchapi/nf-synchapi-sleep

You still have to figure out how to render text in a graphical window,
which will be a fun project on its own. You will undoubtedly find a
fixed font, and load that as some number of lines of defined constants
in the program, then copy those to make your numbers for the timer.

This is what I use for compiling. I keep mine in C:\MinGW .
To operate, I double click C:\MinGW\msys\1.0\msys.bat
and then compiling a program is gcc -o bobble.exe bobble.c

https://en.wikipedia.org/wiki/MinGW

It beats going through the Windows Store to find something reasonable.
I located an item. The download for it was supposed to be 14.3MB.
For a timer :-) And it was unclear exactly what "permissions" it
was using or what resources it was going to use. When you write your
own, in vanilla C, the chances of accessing anything on the
computer are slim to none :-)

Paul

Re: Windows timer (like a sand timer?) recommendation?

<unniu4$2nfor$1@dont-email.me>

  copy mid

https://news.novabbs.org/computers/article-flat.php?id=77551&group=alt.comp.os.windows-10#77551

  copy link   Newsgroups: alt.comp.os.windows-10 alt.comp.freeware
Path: i2pn2.org!i2pn.org!news.nntp4.net!news.hispagatos.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Zaidy036@air.isp.spam (Zaidy036)
Newsgroups: alt.comp.os.windows-10,alt.comp.freeware
Subject: Re: Windows timer (like a sand timer?) recommendation?
Date: Wed, 10 Jan 2024 21:14:28 -0500
Organization: A noiseless patient Spider
Lines: 11
Message-ID: <unniu4$2nfor$1@dont-email.me>
References: <unn3fq$obk$1$koziolja@news.chmurka.net>
Reply-To: Zaidy036@air.isp.spam
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Thu, 11 Jan 2024 02:14:29 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="eaae0dc3df645881409a056e12ad3adc";
logging-data="2866971"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+cyE2WBtye6JlW1+L4m2S072Y2tQCmQFQ="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:wPwKJtv5Kd0WGHhcCKH6R/qsZqA=
Content-Language: en-US
In-Reply-To: <unn3fq$obk$1$koziolja@news.chmurka.net>
 by: Zaidy036 - Thu, 11 Jan 2024 02:14 UTC

On 1/10/2024 4:58 PM, Jan K. wrote:
> I often set a quick really easy to set & start alarm timer on the phone but
> is there something similarly easy to use for a sand timer on Windows?
>
> You set it for five minutes and it remembers that because you're more
> likely to re-use it when it's easy and quick to start.
>
> If you need to change it to three minutes, that's easy too.
>
> Any recommendations?
Windows 10 contains a Clock app. Just search

Re: Windows timer (like a sand timer?) recommendation?

<unnlm1$2rkvs$1@dont-email.me>

  copy mid

https://news.novabbs.org/computers/article-flat.php?id=77553&group=alt.comp.os.windows-10#77553

  copy link   Newsgroups: alt.comp.os.windows-10 alt.comp.freeware
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: kelown@privacy.invalid (kelown)
Newsgroups: alt.comp.os.windows-10,alt.comp.freeware
Subject: Re: Windows timer (like a sand timer?) recommendation?
Date: Wed, 10 Jan 2024 21:01:20 -0600
Organization: A noiseless patient Spider
Lines: 11
Message-ID: <unnlm1$2rkvs$1@dont-email.me>
References: <unn3fq$obk$1$koziolja@news.chmurka.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Thu, 11 Jan 2024 03:01:21 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="5c7e0af3516228f2c0a074ba11295662";
logging-data="3003388"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX193dGM7BjaQMOWWUjjyRDM9"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:5.0) Aura/20220509
Interlink/52.9.8165
Cancel-Lock: sha1:P5slsQpF/CaDTH3fhsZBnLsZZKQ=
Content-Language: en-US
In-Reply-To: <unn3fq$obk$1$koziolja@news.chmurka.net>
 by: kelown - Thu, 11 Jan 2024 03:01 UTC

> I often set a quick really easy to set & start alarm timer on the phone but
> is there something similarly easy to use for a sand timer on Windows?
>
> You set it for five minutes and it remembers that because you're more
> likely to re-use it when it's easy and quick to start.
>
> If you need to change it to three minutes, that's easy too.

SnapTimer (portable)
https://dan.hersam.com/software/snaptimer/index.php

Re: Windows timer (like a sand timer?) recommendation?

<unno8v$9re$1$koziolja@news.chmurka.net>

  copy mid

https://news.novabbs.org/computers/article-flat.php?id=77555&group=alt.comp.os.windows-10#77555

  copy link   Newsgroups: alt.comp.os.windows-10 alt.comp.freeware
Path: i2pn2.org!i2pn.org!news.chmurka.net!.POSTED.211.226.120.88!not-for-mail
From: janicekoziol@nie.ma.spamu.prosze.com (Jan K.)
Newsgroups: alt.comp.os.windows-10,alt.comp.freeware
Subject: Re: Windows timer (like a sand timer?) recommendation?
Date: Thu, 11 Jan 2024 04:53:24 +0100
Organization: news.chmurka.net
Message-ID: <unno8v$9re$1$koziolja@news.chmurka.net>
References: <unn3fq$obk$1$koziolja@news.chmurka.net> <unnlm1$2rkvs$1@dont-email.me>
NNTP-Posting-Host: 211.226.120.88
MIME-Version: 1.0
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Thu, 11 Jan 2024 03:45:36 -0000 (UTC)
Injection-Info: news.chmurka.net; posting-account="koziolja"; posting-host="211.226.120.88";
logging-data="10094"; mail-complaints-to="abuse-news.(at).chmurka.net"
User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Thunderbird/45.7.1
Cancel-Lock: sha1:QhjuFNF8bbde5r1+bZczl7y6814= sha256:32Nz8Sffe3r3EhJ6e04AmpqJkkSUnyHGTp9ykvbNEus=
sha1:47rXQKmEH4+PIk51cFbMHsSPZjQ= sha256:Auk4catDvalSpbvV2zl0nCoq8uv1NX6JHaGf83gSKVo=
 by: Jan K. - Thu, 11 Jan 2024 03:53 UTC

W Wed, 10 Jan 2024 21:01:20 -0600, kelown napisal:

> SnapTimer (portable)
> https://dan.hersam.com/software/snaptimer/index.php

Ding Dong. We have a match! It's a winner! Thank you!

SnapTimer is a simple, free, portable countdown timer for Windows.
https://dan.hersam.com/software/snaptimer/index.php
https://github.com/jaden/SnapTimer
https://cdn.hersam.com/software/snaptimer/SnapTimer.zip
Version: 0.1
Size: 1.48MB (3.15MB uncompressed)
MD5: C145A92254BBFC5C08F23BD74AA5B073
SHA-1: 7131F4C79038B8059F8EF16601077F075CFAD2DC
License: Freeware

All the timers I tested were too complex for my taste. I decided to write
one that was dead simple, so you could run it, type in a time and hit
enter. The aim of SnapTimer is to get out of the way and help you be
productive. It's fast, lightweight and simple to use, but powerful too.

A popular productivity strategy is to use a timer to do mini-sprints of
work. Using SnapTimer I've increased my productivity and reduced
procrastination. It's easier to get yourself to work on a difficult task
for 5 minutes because there's a known end point.

Features
Simple, clean interface
Displays time in the taskbar, as a hint in the tray and even in the
right-click menu of the tray icon.
Tray icons indicate the mode of the timer (running, paused, completed)
Multiple alert types - message box, tray icon popup, audio file and any
application
Stopwatch mode when you set minutes to 0
Play an optional ticking sound while the timer is running
Countdown can be paused and restarted, or reset
Portable (runs from your USB flash drive)
Can stay on top of other windows
No install required
Low RAM usage
Can automatically start counting down immediately
Includes over 20 loop-friendly alarm sounds (Meaning they'll play over and
over until you reset the timer)
Can automatically restart timer when it finishes
Lets you quickly and easily change the countdown time with mouse or
keyboard shortcuts
Automatically saves all settings (optional)
Accepts time as command line argument, so you can create preset timer
shortcuts or run the timer from a launcher (FARR, Launchy).
Can be minimized to tray
Supports multiple instances (You should disable always on top and probably
autosave settings as well)
Can be docked to a corner, in the center or restore the last screen
location
No internet access required
Doesn't write to your registry
No ads, spyware or malware
100% free

Tips
When the program starts, type the number of minutes (or leave the default),
then press Enter to start the countdown
To pause / reset the countdown:
Click the start / pause button
Click the tray icon
Click on the timer numerals
Double-click on the timer numerals to reset the countdown
Use the arrow keys to increase or decrease the number of minutes by
multiples of 5
Use the Escape (Esc) key to exit the program
Set the minutes to 0 to count up
Works on all versions of Windows, 32 and 64-bit.

SnapTimer is freeware and open source and can be used for private or
commercial use.

How to install: No installation required. Just unzip the downloaded archive
and run SnapTimer.exe

The source code is available on github
https://github.com/jaden/SnapTimer

Re: Windows timer (like a sand timer?) recommendation?

<nnd$797035f6$3f6e8ea7@a6ef79fcea5fbaa5>

  copy mid

https://news.novabbs.org/computers/article-flat.php?id=77556&group=alt.comp.os.windows-10#77556

  copy link   Newsgroups: alt.comp.os.windows-10 alt.comp.freeware
Date: Thu, 11 Jan 2024 06:13:05 +0100
From: burrynulnulfour@ppllaanneett.nnll (Sjouke Burry)
User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20131118 Thunderbird/17.0.11
MIME-Version: 1.0
Newsgroups: alt.comp.os.windows-10,alt.comp.freeware
Subject: Re: Windows timer (like a sand timer?) recommendation?
References: <unn3fq$obk$1$koziolja@news.chmurka.net>
In-Reply-To: <unn3fq$obk$1$koziolja@news.chmurka.net>
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 8bit
Message-ID: <nnd$797035f6$3f6e8ea7@a6ef79fcea5fbaa5>
Organization: KPN B.V.
Path: i2pn2.org!i2pn.org!news.samoylyk.net!3.eu.feeder.erje.net!feeder.erje.net!weretis.net!feeder8.news.weretis.net!newsreader4.netcologne.de!news.netcologne.de!peer02.ams1!peer.ams1.xlned.com!news.xlned.com!peer02.ams4!peer.am4.highwinds-media.com!news.highwinds-media.com!feed.abavia.com!abe006.abavia.com!abp002.abavia.com!news.kpn.nl!not-for-mail
Lines: 19
Injection-Date: Thu, 11 Jan 2024 06:13:05 +0100
Injection-Info: news.kpn.nl; mail-complaints-to="abuse@kpn.com"
X-Received-Bytes: 1631
 by: Sjouke Burry - Thu, 11 Jan 2024 05:13 UTC

On 10.01.24 22:58, Jan K. wrote:
> I often set a quick really easy to set & start alarm timer on the phone but
> is there something similarly easy to use for a sand timer on Windows?
>
> You set it for five minutes and it remembers that because you're more
> likely to re-use it when it's easy and quick to start.
>
> If you need to change it to three minutes, that's easy too.
>
> Any recommendations?
>
1Time Download - Stopwatch/countdown timer/alarm. Plays any ...
1time.software.informer.com › Productivity › Mind-mapping
11 Nov 2023 · 1Time (1Time.exe). Stopwatch/countdown timer/alarm. Plays
any media file as an alarm, or user can opt for a silent alarm. Simple
and solid.

Google is your friend.

Re: Windows timer (like a sand timer?) recommendation?

<nnd$4ed83d9b$1d9acbb5@50421e9c1cb32083>

  copy mid

https://news.novabbs.org/computers/article-flat.php?id=77557&group=alt.comp.os.windows-10#77557

  copy link   Newsgroups: alt.comp.os.windows-10 alt.comp.freeware
Date: Thu, 11 Jan 2024 06:27:53 +0100
From: burrynulnulfour@ppllaanneett.nnll (Sjouke Burry)
User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20131118 Thunderbird/17.0.11
MIME-Version: 1.0
Newsgroups: alt.comp.os.windows-10,alt.comp.freeware
Subject: Re: Windows timer (like a sand timer?) recommendation?
References: <unn3fq$obk$1$koziolja@news.chmurka.net>
In-Reply-To: <unn3fq$obk$1$koziolja@news.chmurka.net>
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 8bit
Message-ID: <nnd$4ed83d9b$1d9acbb5@50421e9c1cb32083>
Organization: KPN B.V.
Path: i2pn2.org!i2pn.org!paganini.bofh.team!weretis.net!feeder8.news.weretis.net!newsreader4.netcologne.de!news.netcologne.de!peer01.ams1!peer.ams1.xlned.com!news.xlned.com!peer01.ams4!peer.am4.highwinds-media.com!news.highwinds-media.com!feed.abavia.com!abe005.abavia.com!abp001.abavia.com!news.kpn.nl!not-for-mail
Lines: 19
Injection-Date: Thu, 11 Jan 2024 06:27:53 +0100
Injection-Info: news.kpn.nl; mail-complaints-to="abuse@kpn.com"
X-Received-Bytes: 1629
 by: Sjouke Burry - Thu, 11 Jan 2024 05:27 UTC

On 10.01.24 22:58, Jan K. wrote:
> I often set a quick really easy to set & start alarm timer on the phone but
> is there something similarly easy to use for a sand timer on Windows?
>
> You set it for five minutes and it remembers that because you're more
> likely to re-use it when it's easy and quick to start.
>
> If you need to change it to three minutes, that's easy too.
>
> Any recommendations?
>
1Time Download - Stopwatch/countdown timer/alarm. Plays any ...
1time.software.informer.com › Productivity › Mind-mapping
11 Nov 2023 · 1Time (1Time.exe). Stopwatch/countdown timer/alarm. Plays
any media file as an alarm, or user can opt for a silent alarm. Simple
and solid.

Google is your friend.

Re: Windows timer (like a sand timer?) recommendation?

<unp3v5$322dr$1@dont-email.me>

  copy mid

https://news.novabbs.org/computers/article-flat.php?id=77568&group=alt.comp.os.windows-10#77568

  copy link   Newsgroups: alt.comp.os.windows-10 alt.comp.freeware
Path: i2pn2.org!i2pn.org!news.chmurka.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Tpayne@nospam.net (TPayne)
Newsgroups: alt.comp.os.windows-10,alt.comp.freeware
Subject: Re: Windows timer (like a sand timer?) recommendation?
Date: Thu, 11 Jan 2024 11:11:16 -0500
Organization: A noiseless patient Spider
Lines: 12
Message-ID: <unp3v5$322dr$1@dont-email.me>
References: <unn3fq$obk$1$koziolja@news.chmurka.net>
Reply-To: Tpayne@nospam.net
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Thu, 11 Jan 2024 16:11:17 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="bea6e19ed4491eaa81a70f130edd1268";
logging-data="3213755"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+WOpuM5+mFSibmDD6EZSL+"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.13.0
Cancel-Lock: sha1:YWvUx0S3DVabQYoKkHqTZeHk0HE=
Content-Language: en-US
In-Reply-To: <unn3fq$obk$1$koziolja@news.chmurka.net>
 by: TPayne - Thu, 11 Jan 2024 16:11 UTC

On 1/10/2024 4:58 PM, Jan K. wrote:
> I often set a quick really easy to set & start alarm timer on the phone but
> is there something similarly easy to use for a sand timer on Windows?
>
> You set it for five minutes and it remembers that because you're more
> likely to re-use it when it's easy and quick to start.
>
> If you need to change it to three minutes, that's easy too.
>
> Any recommendations?

Free Countdown Timer https://free-countdown.com

Re: Windows timer (like a sand timer?) recommendation?

<unprjl$7tj$1$koziolja@news.chmurka.net>

  copy mid

https://news.novabbs.org/computers/article-flat.php?id=77572&group=alt.comp.os.windows-10#77572

  copy link   Newsgroups: alt.comp.os.windows-10 alt.comp.freeware
Path: i2pn2.org!i2pn.org!news.chmurka.net!.POSTED.220.79.142.141!not-for-mail
From: janicekoziol@nie.ma.spamu.prosze.com (Jan K.)
Newsgroups: alt.comp.os.windows-10,alt.comp.freeware
Subject: Re: Windows timer (like a sand timer?) recommendation?
Date: Fri, 12 Jan 2024 00:02:35 +0100
Organization: news.chmurka.net
Message-ID: <unprjl$7tj$1$koziolja@news.chmurka.net>
References: <unn3fq$obk$1$koziolja@news.chmurka.net> <unp3v5$322dr$1@dont-email.me>
NNTP-Posting-Host: 220.79.142.141
MIME-Version: 1.0
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Thu, 11 Jan 2024 22:54:46 -0000 (UTC)
Injection-Info: news.chmurka.net; posting-account="koziolja"; posting-host="220.79.142.141";
logging-data="8115"; mail-complaints-to="abuse-news.(at).chmurka.net"
User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Thunderbird/45.7.1
Cancel-Lock: sha1:NFQxlybSjslqAG/pg37KylQf/Hg= sha256:W9rVQL/RjNxUfT99jdbwA5c18vTXQ9iv+WqV2fL7Mhw=
sha1:ZvURr1Wn95DyJnR5R78mcb+ZO7c= sha256:iDStfVlHLuIFYMa51kiJ0rzZRm9BidtBXxnxk6rdFag=
 by: Jan K. - Thu, 11 Jan 2024 23:02 UTC

W Thu, 11 Jan 2024 11:11:16 -0500, TPayne napisal:

> Free Countdown Timer https://free-countdown.com

Thanks for that countdown timer suggestion.

In order for it to run 365 days a year, it must do "something" to the
Windows startup, but I didn't see any notes or warnings about that???

How does it do a multi-day timer without autostarting with Windows?

It's a lot more complicated but it can set a timer in the future.
And it can load instructions from a file (and save back to a file).
Plus it has a note feature, in case you forget why you had set it.
And it can wake up Windows from sleep mode if it needs to do that.

https://free-countdown.com
A free, full-featured, and lightweight countdown timer for Windows
Version: 5.2
Released: January 20, 2022
Supported Operating Systems:
Microsoft Windows 11/10/8.1/8/7/Vista/XP

https://free-countdown.com/FreeCountdownTimerPortable.zip
Name: FreeCountdownTimerPortable.zip
Size: 4878585 bytes (4764 KiB)
SHA256: 7AF1FDB67056AB2C9553DD8E15C57DEA60CCA1E5C94A068B99D0C106FB199294

https://free-countdown.com/FreeCountdownTimerSetup.exe
Name: FreeCountdownTimerSetup.exe
Size: 4758456 bytes (4646 KiB)
SHA256: 8699D7890F44CA0A7FA44796886DD9129D2F621D15E78043667D7A8E297F4908

Free Countdown Timer is freeware. This program allows you to set as many
countdown timers as you want. The countdown timer tracks the amount of time
till the specified event. You can fully concentrate on the task at hand
while waiting for a future task to be ready for action. The timer reminds
you about the event by playing your favorite music and showing a
notification message.

What holiday is coming up? Never forget a holiday anymore with a free
countdown timer.

Here are some ideas for a countdown clock:

Expert Tea Steeping
Appointment Reminder
Break Timer
Cooking Timer
Birthday Countdown Timer
Graduation Countdown Timer
Pregnancy Countdown Timer
Sports Countdown Timer
Vacation Countdown Timer
Wedding Countdown Timer
Christmas Countdown Timer
Halloween Countdown Timer
New Year Countdown Timer
Saint Patrick's Day Countdown Timer
Thanksgiving Countdown Timer
Valentine's Day Countdown Timer

After you set the time, date, and sound for each timer, you can use a text
field to write a note to yourself as a reminder about the timer's purpose.

Floating timers
Free Countdown Timer can play music files

You can select the sound you want for a timer. Free Countdown Timer comes
with several sounds and offers full access to your music library.
Free Countdown Timer offers a number of convenience features

The timer wakes up your system from Sleep mode.
The timer will automatically turn up the volume
if you have it on mute by accident and set a predefined volume level.
You can put Free Countdown Timer on a flash drive and run it directly
from there. In this way, all your timers will always be with you;
the settings will be stored in the file Data.ini.
Download: Free Countdown Timer Portable
Just extract it to any folder where you want to store it
and run FreeCountdownTimer.exe in order to launch the program.

Re: Windows timer (like a sand timer?) recommendation?

<untav6$2j1tg$1@paganini.bofh.team>

  copy mid

https://news.novabbs.org/computers/article-flat.php?id=77587&group=alt.comp.os.windows-10#77587

  copy link   Newsgroups: alt.comp.os.windows-10 alt.comp.freeware
Path: i2pn2.org!i2pn.org!paganini.bofh.team!not-for-mail
From: indira@ghandi.net (Indira)
Newsgroups: alt.comp.os.windows-10,alt.comp.freeware
Subject: Re: Windows timer (like a sand timer?) recommendation?
Date: Sat, 13 Jan 2024 12:05:18 +0530
Organization: To protect and to server
Message-ID: <untav6$2j1tg$1@paganini.bofh.team>
References: <unn3fq$obk$1$koziolja@news.chmurka.net> <unnlm1$2rkvs$1@dont-email.me> <unno8v$9re$1$koziolja@news.chmurka.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Sat, 13 Jan 2024 06:35:19 -0000 (UTC)
Injection-Info: paganini.bofh.team; logging-data="2721712"; posting-host="3z44wbZD7LC0CpWjT37YFw.user.paganini.bofh.team"; mail-complaints-to="usenet@bofh.team"; posting-account="9dIQLXBM7WM9KzA+yjdR4A";
Cancel-Lock: sha256:j5M+5bydAh3r6Wz3moPpE+6fmxr2gI14wYm9n3IdlWE=
X-Notice: Filtered by postfilter v. 0.9.3
Content-Language: en-GB
 by: Indira - Sat, 13 Jan 2024 06:35 UTC

Jan K. wrote:

> SnapTimer is a simple, free, portable countdown timer for Windows.

There are also countup timers, otherwise known as stopwatches.
https://free-stopwatch.com/

Re: Windows timer (like a sand timer?) recommendation?

<unv1sa$2n1v$1@neodome.net>

  copy mid

https://news.novabbs.org/computers/article-flat.php?id=77597&group=alt.comp.os.windows-10#77597

  copy link   Newsgroups: alt.comp.os.windows-10 alt.comp.freeware
Path: i2pn2.org!i2pn.org!news.neodome.net!.POSTED!not-for-mail
From: frankie@nospam.usa (Frankie)
Newsgroups: alt.comp.os.windows-10,alt.comp.freeware
Subject: Re: Windows timer (like a sand timer?) recommendation?
Date: Sat, 13 Jan 2024 16:12:26 -0600
Organization: Neodome
Message-ID: <unv1sa$2n1v$1@neodome.net>
References: <unn3fq$obk$1$koziolja@news.chmurka.net> <nnd$4ed83d9b$1d9acbb5@50421e9c1cb32083>
Mime-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
Injection-Date: Sat, 13 Jan 2024 22:12:29 -0000 (UTC)
Injection-Info: neodome.net; mail-complaints-to="abuse@neodome.net"
User-Agent: NewsTap/3.2 (iPad)
 by: Frankie - Sat, 13 Jan 2024 22:12 UTC

On 10/1/2024, Sjouke Burry wrote:

> 1Time Download - Stopwatch/countdown timer/alarm. Plays any ...
> 1time.software.informer.com › Productivity › Mind-mapping
> 11 Nov 2023 · 1Time (1Time.exe). Stopwatch/countdown timer/alarm.
> Google is your friend.

You might want to remove that app as the developer's web site is dead.
https://www.atma-software.com/

Rathger suspicious copies are available all over the place.
Different hashes though. And the website does suspicious things.

https://1time.software.informer.com/
https://1time.software.informer.com/download/#download_content
https://download.informer.com/win-1193248820-54ef5db-61fb9024-6e54de38f2f3818a17-a1f4857c646a4a2c4-276233530-1192883321/1timesetup.exe
Name: 1timesetup.exe
Size: 453271 bytes (442 KiB)
SHA256: 830CDED1C163ACF07DC8A721A639A34E51BA4ED4FA5A8E6275E50E45F6233E2D

Uses an old installer & puts it into C:\Program Files (x86)\1Time
Microsoft Windows complains about the publisher when you install it.

Once started, it cannot be moved. It's in the center of the desktop.
The only thing you can do with it is make it an icon on the taskbar.
Or pause it. Or kill it. But you can't move it. That's all you can do.

Re: Windows timer (like a sand timer?) recommendation?

<MAYoN.117285$taff.44045@fx41.iad>

  copy mid

https://news.novabbs.org/computers/article-flat.php?id=77612&group=alt.comp.os.windows-10#77612

  copy link   Newsgroups: alt.comp.os.windows-10 alt.comp.freeware
Path: i2pn2.org!i2pn.org!newsfeed.endofthelinebbs.com!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!fx41.iad.POSTED!not-for-mail
MIME-Version: 1.0
User-Agent: Mozilla Thunderbird
Subject: Re: Windows timer (like a sand timer?) recommendation?
Content-Language: en-US
Newsgroups: alt.comp.os.windows-10,alt.comp.freeware
References: <unn3fq$obk$1$koziolja@news.chmurka.net>
<nnd$4ed83d9b$1d9acbb5@50421e9c1cb32083> <unv1sa$2n1v$1@neodome.net>
From: not.email@all.invalid (Mark Lloyd)
In-Reply-To: <unv1sa$2n1v$1@neodome.net>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 16
Message-ID: <MAYoN.117285$taff.44045@fx41.iad>
X-Complaints-To: abuse@usenet-news.net
NNTP-Posting-Date: Sun, 14 Jan 2024 21:44:12 UTC
Organization: usenet-news.net
Date: Sun, 14 Jan 2024 15:44:12 -0600
X-Received-Bytes: 1270
 by: Mark Lloyd - Sun, 14 Jan 2024 21:44 UTC

[snip]

> Once started, it cannot be moved. It's in the center of the desktop.
> The only thing you can do with it is make it an icon on the taskbar.
> Or pause it. Or kill it. But you can't move it. That's all you can do.

I call that a stupid decision. Put it in the CENTER where it's most
likely to interfere with other windows you want open. The worst choice.

--
Mark Lloyd
http://notstupid.us/

"A computer without Microsoft Windows is like chocolate cake without the
mustard."

Re: Windows timer (like a sand timer?) recommendation?

<uo3ib2$vht5$1@dont-email.me>

  copy mid

https://news.novabbs.org/computers/article-flat.php?id=77627&group=alt.comp.os.windows-10#77627

  copy link   Newsgroups: alt.comp.os.windows-10 alt.comp.freeware
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: kelown@privacy.invalid (kelown)
Newsgroups: alt.comp.os.windows-10,alt.comp.freeware
Subject: Re: Windows timer (like a sand timer?) recommendation?
Date: Mon, 15 Jan 2024 09:17:52 -0600
Organization: A noiseless patient Spider
Lines: 12
Message-ID: <uo3ib2$vht5$1@dont-email.me>
References: <unn3fq$obk$1$koziolja@news.chmurka.net>
<nnd$4ed83d9b$1d9acbb5@50421e9c1cb32083> <unv1sa$2n1v$1@neodome.net>
<MAYoN.117285$taff.44045@fx41.iad>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Mon, 15 Jan 2024 15:17:54 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="5326e7bd922d68bcebab15ecf88adbff";
logging-data="1034149"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19JZ7VjXIqy6kFEcK0wrkyt"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:5.0) Aura/20220509
Interlink/52.9.8165
Cancel-Lock: sha1:g9H+zlLJyOcBIl3EVxTEp+Sv/eQ=
In-Reply-To: <MAYoN.117285$taff.44045@fx41.iad>
Content-Language: en-US
 by: kelown - Mon, 15 Jan 2024 15:17 UTC

>> Once started, it cannot be moved. It's in the center of the desktop.
>> The only thing you can do with it is make it an icon on the taskbar.
>> Or pause it. Or kill it. But you can't move it. That's all you can do.
>
> I call that a stupid decision. Put it in the CENTER where it's most
> likely to interfere with other windows you want open. The worst choice.

Not sure which app you're referring to, but couldn't you simply minimize
it while waiting?

Re: Windows timer (like a sand timer?) recommendation?

<aGepN.121996$yEgf.113368@fx09.iad>

  copy mid

https://news.novabbs.org/computers/article-flat.php?id=77633&group=alt.comp.os.windows-10#77633

  copy link   Newsgroups: alt.comp.os.windows-10 alt.comp.freeware
Path: i2pn2.org!i2pn.org!news.1d4.us!usenet.goja.nl.eu.org!3.eu.feeder.erje.net!feeder.erje.net!npeer.as286.net!npeer-ng0.as286.net!peer03.ams1!peer.ams1.xlned.com!news.xlned.com!peer03.ams4!peer.am4.highwinds-media.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!fx09.iad.POSTED!not-for-mail
MIME-Version: 1.0
User-Agent: Mozilla Thunderbird
Subject: Re: Windows timer (like a sand timer?) recommendation?
Content-Language: en-US
Newsgroups: alt.comp.os.windows-10,alt.comp.freeware
References: <unn3fq$obk$1$koziolja@news.chmurka.net>
<nnd$4ed83d9b$1d9acbb5@50421e9c1cb32083> <unv1sa$2n1v$1@neodome.net>
<MAYoN.117285$taff.44045@fx41.iad> <uo3ib2$vht5$1@dont-email.me>
From: not.email@all.invalid (Mark Lloyd)
In-Reply-To: <uo3ib2$vht5$1@dont-email.me>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 32
Message-ID: <aGepN.121996$yEgf.113368@fx09.iad>
X-Complaints-To: abuse@usenet-news.net
NNTP-Posting-Date: Mon, 15 Jan 2024 18:18:46 UTC
Organization: usenet-news.net
Date: Mon, 15 Jan 2024 12:18:46 -0600
X-Received-Bytes: 2273
 by: Mark Lloyd - Mon, 15 Jan 2024 18:18 UTC

On 1/15/24 09:17, kelown wrote:
>
>>> Once started, it cannot be moved. It's in the center of the desktop.
>>> The only thing you can do with it is make it an icon on the taskbar.
>>> Or pause it. Or kill it. But you can't move it. That's all you can do.
>>
>> I call that a stupid decision. Put it in the CENTER where it's most
>> likely to interfere with other windows you want open. The worst choice.
>
> Not sure which app you're referring to, but couldn't you simply minimize
> it while waiting?

Sorry for not including enough information.

I'm referring to a timer app, which displays a small window that you
might like to look at at times, while at the same time having another
window (most likely a web browser) open. Putting the app window in the
middle of the screen limits the size of the space available for opening
the other window. Since I want to SEE the timer window so I can tell how
much time is remaining, minimizing it is not the solution.

The middle is the worst choice. A corner would be better. Consider that
putting it in the middle (rather than a corner) will halve the available
space in one dimension.

--
Mark Lloyd
http://notstupid.us/

"Authority without wisdom is like a heavy axe without an edge, fitter to
bruise than polish."

Re: Windows timer (like a sand timer?) recommendation?

<uo421r.brg.1@ID-201911.user.individual.net>

  copy mid

https://news.novabbs.org/computers/article-flat.php?id=77635&group=alt.comp.os.windows-10#77635

  copy link   Newsgroups: alt.comp.os.windows-10 alt.comp.freeware
Path: i2pn2.org!i2pn.org!paganini.bofh.team!2.eu.feeder.erje.net!feeder.erje.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: this@ddress.is.invalid (Frank Slootweg)
Newsgroups: alt.comp.os.windows-10,alt.comp.freeware
Subject: Re: Windows timer (like a sand timer?) recommendation?
Date: 15 Jan 2024 18:46:33 GMT
Organization: NOYB
Lines: 43
Message-ID: <uo421r.brg.1@ID-201911.user.individual.net>
References: <unn3fq$obk$1$koziolja@news.chmurka.net> <nnd$4ed83d9b$1d9acbb5@50421e9c1cb32083> <unv1sa$2n1v$1@neodome.net> <MAYoN.117285$taff.44045@fx41.iad> <uo3ib2$vht5$1@dont-email.me> <aGepN.121996$yEgf.113368@fx09.iad>
X-Trace: individual.net v+ipNXA1orxf8j0O44f6kQ8g+3DVXHwGXXMVfhhSGxJHyGEOUh
X-Orig-Path: not-for-mail
Cancel-Lock: sha1:UHiBfg2wmo44OaWU4h8hAMQPQcw= sha256:w3FQcEB77IY7YX9uN3BAmuxllayrfxoW7VIJPPSUFHE=
User-Agent: tin/1.6.2-20030910 ("Pabbay") (UNIX) (CYGWIN_NT-10.0-WOW/2.8.0(0.309/5/3) (i686)) Hamster/2.0.2.2
 by: Frank Slootweg - Mon, 15 Jan 2024 18:46 UTC

Mark Lloyd <not.email@all.invalid> wrote:
> On 1/15/24 09:17, kelown wrote:
> >
> >>> Once started, it cannot be moved. It's in the center of the desktop.
> >>> The only thing you can do with it is make it an icon on the taskbar.
> >>> Or pause it. Or kill it. But you can't move it. That's all you can do.
> >>
> >> I call that a stupid decision. Put it in the CENTER where it's most
> >> likely to interfere with other windows you want open. The worst choice.
> >
> > Not sure which app you're referring to, but couldn't you simply minimize
> > it while waiting?
>
> Sorry for not including enough information.
>
> I'm referring to a timer app, which displays a small window that you
> might like to look at at times, while at the same time having another
> window (most likely a web browser) open. Putting the app window in the
> middle of the screen limits the size of the space available for opening
> the other window. Since I want to SEE the timer window so I can tell how
> much time is remaining, minimizing it is not the solution.
>
> The middle is the worst choice. A corner would be better. Consider that
> putting it in the middle (rather than a corner) will halve the available
> space in one dimension.

I think the standard Windows 'Clock' app which Zaidy mentioned can do
what you want.

Once you have started a Timer, you can click the 'Keep on top' icon -
the small icon [1] in the upper-right corner of the timer pane - and
that will put a small timer window in the upper-right corner of your
screen. You can drag that small windows to anywhere on the screen.

While it's a small window, you can do normal timer operations like
Pause/Start and Reset, but you can not change the length of the timer
(HH:MM:SS). For that, you have to go 'Back to full view'.

N.B. I tested this on Windows 11 - can't bother my wife at the moment,
to try it on 10, but I think 10 has the same app.

[1] Icon of a screen with a window in the upper-right and an arrow in
the bottom-left.

Re: Windows timer (like a sand timer?) recommendation?

<uo43uk$12fhu$1@dont-email.me>

  copy mid

https://news.novabbs.org/computers/article-flat.php?id=77641&group=alt.comp.os.windows-10#77641

  copy link   Newsgroups: alt.comp.os.windows-10 alt.comp.freeware
Path: i2pn2.org!rocksolid2!news.neodome.net!news.mixmin.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: kelown@privacy.invalid (kelown)
Newsgroups: alt.comp.os.windows-10,alt.comp.freeware
Subject: Re: Windows timer (like a sand timer?) recommendation?
Date: Mon, 15 Jan 2024 14:18:26 -0600
Organization: A noiseless patient Spider
Lines: 19
Message-ID: <uo43uk$12fhu$1@dont-email.me>
References: <unn3fq$obk$1$koziolja@news.chmurka.net>
<nnd$4ed83d9b$1d9acbb5@50421e9c1cb32083> <unv1sa$2n1v$1@neodome.net>
<MAYoN.117285$taff.44045@fx41.iad> <uo3ib2$vht5$1@dont-email.me>
<aGepN.121996$yEgf.113368@fx09.iad>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Mon, 15 Jan 2024 20:18:28 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="5326e7bd922d68bcebab15ecf88adbff";
logging-data="1130046"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19Gmmx18f7jvpIItVA4K1wy"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:5.0) Aura/20220509
Interlink/52.9.8165
Cancel-Lock: sha1:ZFdoxQb5r9fBS84IzVMmB5W21Ak=
Content-Language: en-US
In-Reply-To: <aGepN.121996$yEgf.113368@fx09.iad>
 by: kelown - Mon, 15 Jan 2024 20:18 UTC

>>>> Once started, it cannot be moved. It's in the center of the desktop.
>>>> The only thing you can do with it is make it an icon on the taskbar.
>>>> Or pause it. Or kill it. But you can't move it. That's all you can do.
>>>
>>> I call that a stupid decision. Put it in the CENTER where it's most
>>> likely to interfere with other windows you want open. The worst choice.
>>
>> Not sure which app you're referring to, but couldn't you simply
>> minimize it while waiting?

> I'm referring to a timer app

Not all timer apps behave the way you're describing so an exact name
would have been helpful. For example, the previously mentioned Snap
Timer, which I use, allows one to freely move the app around the screen,
or it can be set to anchor to the last position, or to the corners or
the center of the screen.

Re: Windows timer (like a sand timer?) recommendation?

<uo51ei$pdv$1@neodome.net>

  copy mid

https://news.novabbs.org/computers/article-flat.php?id=77646&group=alt.comp.os.windows-10#77646

  copy link   Newsgroups: alt.comp.os.windows-10 alt.comp.freeware
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!news.neodome.net!.POSTED!not-for-mail
From: frankie@nospam.usa (Frankie)
Newsgroups: alt.comp.os.windows-10,alt.comp.freeware
Subject: Re: Windows timer (like a sand timer?) recommendation?
Date: Mon, 15 Jan 2024 22:41:54 -0600
Organization: Neodome
Message-ID: <uo51ei$pdv$1@neodome.net>
References: <unn3fq$obk$1$koziolja@news.chmurka.net> <nnd$4ed83d9b$1d9acbb5@50421e9c1cb32083> <unv1sa$2n1v$1@neodome.net> <MAYoN.117285$taff.44045@fx41.iad> <uo3ib2$vht5$1@dont-email.me> <aGepN.121996$yEgf.113368@fx09.iad> <uo43uk$12fhu$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Injection-Date: Tue, 16 Jan 2024 04:41:55 -0000 (UTC)
Injection-Info: neodome.net; mail-complaints-to="abuse@neodome.net"
User-Agent: NewsTap/3.2 (iPad)
 by: Frankie - Tue, 16 Jan 2024 04:41 UTC

On 15/1/2024, kelown wrote:

> Not all timer apps behave the way you're describing

There are two kinds of timers (countdown & countup) in addition to clocks
and alarms, and there are two underlying methods they keep track of time
(some change with system time & others are independent of the time).

As an example, these are countdown timers (ie alarms).
https://sourceforge.net/projects/countdowntimer/
https://free-countdown.com
https://freetimer.en.softonic.com/
https://dan.hersam.com/software/snaptimer/index.php

And as an example, these are countup timers (ie stopwatches).
https://free-stopwatch.com/
https://1time.software.informer.com/

These are both countdown timers (alarms) & countup timers (stopwatches).
https://sourceforge.net/projects/watchtheclock/
http://www.xnotestopwatch.com/

These timers depending on the system clock (and change with the system).
https://free-countdown.com
https://free-stopwatch.com/
https://1time.software.informer.com/

These timers keep track of time independent of the system clock.
https://sourceforge.net/projects/watchtheclock/
http://www.xnotestopwatch.com/
https://freetimer.en.softonic.com/
https://dan.hersam.com/software/snaptimer/index.php

The easiest test of whether they have an independent or dependent internal
timer is to start the app and then change the system time zone. Those which
depend on the system clock will instantly change their time to a new time.

Those with independent internal clocks will not change with the time zone.

Re: Windows timer (like a sand timer?) recommendation?

<uo5jsj$1cmk4$1@dont-email.me>

  copy mid

https://news.novabbs.org/computers/article-flat.php?id=77647&group=alt.comp.os.windows-10#77647

  copy link   Newsgroups: alt.comp.os.windows-10 alt.comp.freeware
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: wasbit@nowhere.com (wasbit)
Newsgroups: alt.comp.os.windows-10,alt.comp.freeware
Subject: Re: Windows timer (like a sand timer?) recommendation?
Date: Tue, 16 Jan 2024 09:56:33 +0000
Organization: A noiseless patient Spider
Lines: 35
Message-ID: <uo5jsj$1cmk4$1@dont-email.me>
References: <unn3fq$obk$1$koziolja@news.chmurka.net>
<nnd$4ed83d9b$1d9acbb5@50421e9c1cb32083>
MIME-Version: 1.0
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Tue, 16 Jan 2024 09:56:35 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="c157215a9d650f539616698cfb1d708d";
logging-data="1464964"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19ahkrakCtwsxORhMKVPOsp"
User-Agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:5.0) Aura/20220608
Interlink/52.9.8194
Cancel-Lock: sha1:PRQxN+v+Ki55LeWyNq3onLh2ckI=
Content-Language: en-US
In-Reply-To: <nnd$4ed83d9b$1d9acbb5@50421e9c1cb32083>
 by: wasbit - Tue, 16 Jan 2024 09:56 UTC

On 11/01/2024 05:27, Sjouke Burry wrote:
> On 10.01.24 22:58, Jan K. wrote:
>> I often set a quick really easy to set & start alarm timer on the
>> phone but
>> is there something similarly easy to use for a sand timer on Windows?
>>
>> You set it for five minutes and it remembers that because you're more
>> likely to re-use it when it's easy and quick to start.
>>
>> If you need to change it to three minutes, that's easy too.
>>
>> Any recommendations?
>>
> 1Time Download - Stopwatch/countdown timer/alarm. Plays any ...
> 1time.software.informer.com › Productivity › Mind-mapping
> 11 Nov 2023 · 1Time (1Time.exe). Stopwatch/countdown timer/alarm. Plays
> any media file as an alarm, or user can opt for a silent alarm. Simple
> and solid.
>
> Google is your friend.

Ok, followed the breadcrumb trail to ...

1Time 2.2
- https://1time.software.informer.com/

The developer's home page (Atma Software)is no longer available.

Not to be confused with 1Time Time Tracking software who have a free
version of their completely different programme
- https://1timetracking.com/

--
Regards
wasbit

Re: Windows timer (like a sand timer?) recommendation?

<uo5k4b$1cmk4$2@dont-email.me>

  copy mid

https://news.novabbs.org/computers/article-flat.php?id=77648&group=alt.comp.os.windows-10#77648

  copy link   Newsgroups: alt.comp.os.windows-10 alt.comp.freeware
Path: i2pn2.org!i2pn.org!news.samoylyk.net!paganini.bofh.team!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: wasbit@nowhere.com (wasbit)
Newsgroups: alt.comp.os.windows-10,alt.comp.freeware
Subject: Re: Windows timer (like a sand timer?) recommendation?
Date: Tue, 16 Jan 2024 10:00:42 +0000
Organization: A noiseless patient Spider
Lines: 38
Message-ID: <uo5k4b$1cmk4$2@dont-email.me>
References: <unn3fq$obk$1$koziolja@news.chmurka.net>
<nnd$4ed83d9b$1d9acbb5@50421e9c1cb32083> <unv1sa$2n1v$1@neodome.net>
<MAYoN.117285$taff.44045@fx41.iad> <uo3ib2$vht5$1@dont-email.me>
<aGepN.121996$yEgf.113368@fx09.iad>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Tue, 16 Jan 2024 10:00:43 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="c157215a9d650f539616698cfb1d708d";
logging-data="1464964"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19qe7LL1zbrxCdXDAqtoGH2"
User-Agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:5.0) Aura/20220608
Interlink/52.9.8194
Cancel-Lock: sha1:TTQLxE/3vjRm+kHCLeM1RYgnlJs=
In-Reply-To: <aGepN.121996$yEgf.113368@fx09.iad>
Content-Language: en-US
 by: wasbit - Tue, 16 Jan 2024 10:00 UTC

On 15/01/2024 18:18, Mark Lloyd wrote:
> On 1/15/24 09:17, kelown wrote:
>>
>>>> Once started, it cannot be moved. It's in the center of the desktop.
>>>> The only thing you can do with it is make it an icon on the taskbar.
>>>> Or pause it. Or kill it. But you can't move it. That's all you can do.
>>>
>>> I call that a stupid decision. Put it in the CENTER where it's most
>>> likely to interfere with other windows you want open. The worst choice.
>>
>> Not sure which app you're referring to, but couldn't you simply
>> minimize it while waiting?
>
> Sorry for not including enough information.
>
> I'm referring to a timer app, which displays a small window that you
> might like to look at at times, while at the same time having another
> window (most likely a web browser) open. Putting the app window in the
> middle of the screen limits the size of the space available for opening
> the other window. Since I want to SEE the timer window so I can tell how
> much time is remaining, minimizing it is not the solution.
>
> The middle is the worst choice. A corner would be better. Consider that
> putting it in the middle (rather than a corner) will halve the available
> space in one dimension.
>

You still haven't given enough information about which programme you are
referring to.

I've added it in a reply to the OP.

1Time 2.2
- https://1time.software.informer.com/

--
Regards
wasbit

Re: Windows timer (like a sand timer?) recommendation?

<uo8gsj$2lje6$1@novabbs.org>

  copy mid

https://news.novabbs.org/computers/article-flat.php?id=77670&group=alt.comp.os.windows-10#77670

  copy link   Newsgroups: alt.comp.os.windows-10 alt.comp.freeware
Path: i2pn2.org!rocksolid2!.POSTED!not-for-mail
From: patrick@oleary.com (Patrick)
Newsgroups: alt.comp.os.windows-10,alt.comp.freeware
Subject: Re: Windows timer (like a sand timer?) recommendation?
Date: Wed, 17 Jan 2024 06:23:47 -0600
Organization: rocksolid2 (novabbs.org)
Message-ID: <uo8gsj$2lje6$1@novabbs.org>
References: <unn3fq$obk$1$koziolja@news.chmurka.net> <nnd$4ed83d9b$1d9acbb5@50421e9c1cb32083> <unv1sa$2n1v$1@neodome.net> <MAYoN.117285$taff.44045@fx41.iad> <uo3ib2$vht5$1@dont-email.me> <aGepN.121996$yEgf.113368@fx09.iad> <uo43uk$12fhu$1@dont-email.me> <uo51ei$pdv$1@neodome.net>
MIME-Version: 1.0
Content-Type: text/plain;charset=us-ascii;format=flowed
Injection-Date: Wed, 17 Jan 2024 12:23:47 -0000 (UTC)
Injection-Info: novabbs.org;
logging-data="2805190"; mail-complaints-to="usenet@novabbs.org";
posting-account="DmBUVzkCOUSdwPeIqrbHByUaJQnFaz/eDlTqIrPjQgo";
User-Agent: Turnpike/6.07-M (<XysUeS6fptF$Y2WFgP0$1sHqDW>)
X-Spam-Checker-Version: SpamAssassin 4.0.0
 by: Patrick - Wed, 17 Jan 2024 12:23 UTC

On Mon, 15 Jan 2024 22:41:54 -0600, Frankie wrote:
> There are two kinds of timers (countdown & countup) in addition to clocks
> and alarms, and there are two underlying methods they keep track of time
> (some change with system time & others are independent of the time).
>
> As an example, these are countdown timers (ie alarms).
> https://sourceforge.net/projects/countdowntimer/
> https://free-countdown.com
> https://freetimer.en.softonic.com/
> https://dan.hersam.com/software/snaptimer/index.php
>
> And as an example, these are countup timers (ie stopwatches).
> https://free-stopwatch.com/
> https://1time.software.informer.com/
>
> These are both countdown timers (alarms) & countup timers (stopwatches).
> https://sourceforge.net/projects/watchtheclock/
> http://www.xnotestopwatch.com/
>
> These timers depending on the system clock (and change with the system).
> https://free-countdown.com
> https://free-stopwatch.com/
> https://1time.software.informer.com/
>
> These timers keep track of time independent of the system clock.
> https://sourceforge.net/projects/watchtheclock/
> http://www.xnotestopwatch.com/
> https://freetimer.en.softonic.com/
> https://dan.hersam.com/software/snaptimer/index.php
>
> The easiest test of whether they have an independent or dependent internal
> timer is to start the app and then change the system time zone. Those which
> depend on the system clock will instantly change their time to a new time.
>
> Those with independent internal clocks will not change with the time zone.

There is only one count-up timer stopwatch & count-down timer alarm & clock
in that list which is independent of system time changes & machine reboots.
http://www.xnotestopwatch.com/

I use it to track how long a propane heater is running on each one-pound
tank of propane fuel, where I average about 4hrs 10min set to low in a span
of a few days of intermittent sporadic use to keep me warm during winter.

It's the most versatile stopwatch/alarm/clock database in that list (IMHO).
Web: http://www.XNoteStopwatch.com
Forum: http://www.xnotestopwatch.com/forum/
Contact: http://www.xnotestopwatch.com/contact.html
E-Mail: support@xnotestopwatch.com

For example, I've refilled twenty one-pound propane canisters from my
twenty-pound propane tank where Excel tracks how long each of them lasts.

When I reboot the laptop, it remembers the previous runtime & starts from
there, and it is immune to any changes in the system clock such as TZone.

While it can use external time sources (such as the Windows Media Player or
another XNote Stopwatch instance), I let it run on its own for time of use.

My use model in that Microsoft Office Excel tracking mode is I start the
xnsw.exe timer when the portable heater is turned on. Invariably when I
turn the Mr. Buddy Portable Buddy heater off (as it gets too hot fast!)
I tap the "Snap" button in the XNote Stopwatch timer to automatically
populate the next field in the targeted Excel spreadsheet {A1 -> A2 -> A3}.
http://www.xnotestopwatch.com/stopwatch_excel.png

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor