feisty_meow.git
23 months agonew script for work computer cleanup
Chris Koeritz [Thu, 2 Jun 2022 12:51:46 +0000 (08:51 -0400)]
new script for work computer cleanup

23 months agoadded some apt-cyg brains
Chris Koeritz [Thu, 2 Jun 2022 11:04:49 +0000 (07:04 -0400)]
added some apt-cyg brains

starting to get the right set of apt-cyg packages for the prep script.

23 months agomac header fix for max filename length
Fred T. Hamster [Thu, 2 Jun 2022 10:56:16 +0000 (06:56 -0400)]
mac header fix for max filename length

23 months agolast minor changes to get filename test working
Fred T. Hamster [Tue, 31 May 2022 12:21:10 +0000 (08:21 -0400)]
last minor changes to get filename test working

perhaps this is the last thing that wasn't right on windoze yet, except the bundler?

23 months agoupdates from orpheus for windoze build
Fred T. Hamster [Mon, 30 May 2022 15:22:36 +0000 (11:22 -0400)]
updates from orpheus for windoze build

most turn out to be removing win32 specializations, which is very tasty.
others involved getting new code in place, like the filename change.

23 months agoplugging in new approach for testing
Chris Koeritz [Sun, 29 May 2022 21:39:48 +0000 (17:39 -0400)]
plugging in new approach for testing

this doesn't make the code read any files at runtime; instead the virtual root for unix on win32 is put in a low-level header that's stored in the binaries dir along with the code.

23 months agoadded mawk to prep_feisty_host
Chris Koeritz [Sun, 29 May 2022 14:39:28 +0000 (10:39 -0400)]
added mawk to prep_feisty_host

hopefully called that on all platforms, but we'll find out.

23 months agoimproved zapper using psfind
Chris Koeritz [Sun, 29 May 2022 13:19:14 +0000 (09:19 -0400)]
improved zapper using psfind

psfind is now working pretty great, whereas the psa script is busted on windoze now.
this new approach also doesn't just zap one process, but zaps every fallout process it finds.

23 months agopsfind working to get windows pid, but...
Chris Koeritz [Sun, 29 May 2022 13:02:04 +0000 (09:02 -0400)]
psfind working to get windows pid, but...

this winpid is not working in ps tools to lookup a process.
need to dig into this further, but hopefully the zap_fallout script will
start working again.
may have to add a flag to psfind that tells it to return either cygwin pids
for use in ps or winpids for use in taskkill, if the former is actually a
usable pid value in ps.

23 months agoreversed course a bunch but better psfind approach
Chris Koeritz [Sun, 29 May 2022 12:51:49 +0000 (08:51 -0400)]
reversed course a bunch but better psfind approach

made it just use awk to pluck out the fields, so we didn't need a lot of ugly escaped stuff trying to make a command line that would de-escape the right way at the right time.

23 months agoupdated for mp3s
Chris Koeritz [Sun, 29 May 2022 12:17:35 +0000 (08:17 -0400)]
updated for mp3s

needed to split the implementation for basic sound files vs. mp3s.  only mplayer is supported for mp3 playback on command line currently.

23 months agoupdates lurching towards functionality
Chris Koeritz [Sun, 29 May 2022 01:45:34 +0000 (21:45 -0400)]
updates lurching towards functionality

first attempt at virtual unix root is not going to work out due to interdependencies introduced between configuration and filesystem or vice-versa.  i warned about them in a comment, and they unfortunately became true.  we need to pull the virtual unix root up to a new level, hoist it into a config file that we can generate at build time and not depend on a lot of file ops.

23 months agowelding in a virtual unix root for windoze
Chris Koeritz [Sat, 28 May 2022 12:20:18 +0000 (08:20 -0400)]
welding in a virtual unix root for windoze

since windows is too dumb to have a top-level root folder, we need to rely on the virtualization environment that is getting us the features we rely on, which usually come from unix (or linux).  the toolsets used in the past for this include MSYS, Cygwin, and possibly others.  this release is starting to support Cygwin and others will be added as time permits.

23 months agocleaning updates
Chris Koeritz [Fri, 27 May 2022 17:17:47 +0000 (13:17 -0400)]
cleaning updates

seeing if we can tie off the wrapdoze bleeder.

23 months agoslightly closer to doze builds
Fred T. Hamster [Thu, 26 May 2022 11:19:23 +0000 (07:19 -0400)]
slightly closer to doze builds

got the clam bins to build at least, and with right architecture.

23 months agodropping testing alias
Chris Koeritz [Wed, 25 May 2022 23:30:38 +0000 (19:30 -0400)]
dropping testing alias

23 months agotesting regenerate
Chris Koeritz [Wed, 25 May 2022 23:27:51 +0000 (19:27 -0400)]
testing regenerate

worked.  shouldn't have left this to check in.  will eradicate shortly

23 months agobranchy recurses!
Chris Koeritz [Wed, 25 May 2022 23:16:45 +0000 (19:16 -0400)]
branchy recurses!

yeah!
now a more expected behavior is exhibited if current directory has several repositories under it; each repo below or at current dir will be found (subject to depth limit).

23 months agofixed key name for real this time i hope
Fred T. Hamster [Wed, 25 May 2022 19:47:10 +0000 (15:47 -0400)]
fixed key name for real this time i hope

23 months agoadded workshop to list of disco dirs
Chris Koeritz [Wed, 25 May 2022 12:24:28 +0000 (08:24 -0400)]
added workshop to list of disco dirs

23 months agoupdated waste templates to be clear
Chris Koeritz [Mon, 23 May 2022 20:32:18 +0000 (16:32 -0400)]
updated waste templates to be clear

about differences between recycling and trash, which had previously been not totally clear to certain individuals.

23 months agoupdated doc templates with folders
Chris Koeritz [Mon, 23 May 2022 16:00:46 +0000 (12:00 -0400)]
updated doc templates with folders

and fixed a fortune.

23 months agoa few new crontabs and better gitconfig file
Chris Koeritz [Sun, 22 May 2022 19:57:13 +0000 (15:57 -0400)]
a few new crontabs and better gitconfig file

23 months agocleaned up some example crontabs
Chris Koeritz [Sun, 22 May 2022 19:33:54 +0000 (15:33 -0400)]
cleaned up some example crontabs

23 months agoclam changes tossing out old visual studio schlubs
Fred T. Hamster [Sun, 22 May 2022 11:05:11 +0000 (07:05 -0400)]
clam changes tossing out old visual studio schlubs

23 months agoresurrecting the gnu c++ build on windows
Fred T. Hamster [Sat, 21 May 2022 02:13:48 +0000 (22:13 -0400)]
resurrecting the gnu c++ build on windows

this removes the visual studio compiler support, which was a nasty bit of glue and tacks.
we're moving to commodity gcc for our builds, which means we can leave behind a lot of ugly special casing for microsoft's bent way of doing things.

23 months agocleaner time synch crontab
Fred T. Hamster [Fri, 20 May 2022 12:22:44 +0000 (08:22 -0400)]
cleaner time synch crontab

since the two lines are alternates, it made sense to make that clearer, so i did.
moving out this other update system time crontab to see if i still need it.

23 months agofixed brew statements, we hope
Chris Koeritz [Wed, 18 May 2022 05:12:49 +0000 (01:12 -0400)]
fixed brew statements, we hope

these are the more correct set,
but maybe not complete yet.

23 months agoupdated for new priority folder scheme
Chris Koeritz [Tue, 17 May 2022 18:01:55 +0000 (18:01 +0000)]
updated for new priority folder scheme

23 months agoadded alias for new drive
Chris Koeritz [Tue, 17 May 2022 15:22:21 +0000 (11:22 -0400)]
added alias for new drive

23 months agoupdated for new drive
Fred T. Hamster [Sun, 15 May 2022 05:26:47 +0000 (01:26 -0400)]
updated for new drive

that's not really working out, but whatever.

23 months agosoxi
Chris Koeritz [Sat, 14 May 2022 08:24:00 +0000 (04:24 -0400)]
soxi

23 months agofixing for more current path
Chris Koeritz [Sat, 14 May 2022 07:14:14 +0000 (03:14 -0400)]
fixing for more current path

2 years agominor composer update
Chris Koeritz [Thu, 28 Apr 2022 19:16:40 +0000 (15:16 -0400)]
minor composer update

2 years agotrying to upgrade past cakephp problem
Chris Koeritz [Thu, 28 Apr 2022 19:13:37 +0000 (19:13 +0000)]
trying to upgrade past cakephp problem

2 years agoMerge branch 'release-2.140.135' into dev
Chris Koeritz [Thu, 28 Apr 2022 18:51:42 +0000 (14:51 -0400)]
Merge branch 'release-2.140.135' into dev

2 years agoupdated version release-2.140.135
Chris Koeritz [Thu, 28 Apr 2022 18:50:41 +0000 (14:50 -0400)]
updated version

2 years agomore updating
Chris Koeritz [Thu, 28 Apr 2022 18:49:50 +0000 (14:49 -0400)]
more updating

2 years agoupdated composer files
Chris Koeritz [Thu, 28 Apr 2022 18:41:24 +0000 (18:41 +0000)]
updated composer files

2 years agomod fortune
Chris Koeritz [Fri, 15 Apr 2022 21:43:45 +0000 (17:43 -0400)]
mod fortune

2 years agoremoving again
Fred T. Hamster [Sun, 3 Apr 2022 20:04:24 +0000 (16:04 -0400)]
removing again

2 years agoresolving some file differences
Fred T. Hamster [Sun, 3 Apr 2022 20:00:54 +0000 (16:00 -0400)]
resolving some file differences

2 years agoMerge branch 'release-2.140.134' into dev
Chris Koeritz [Sun, 3 Apr 2022 12:56:25 +0000 (08:56 -0400)]
Merge branch 'release-2.140.134' into dev

2 years agoversion update release-2.140.134
Chris Koeritz [Sun, 3 Apr 2022 12:54:53 +0000 (08:54 -0400)]
version update

2 years agomailmap to correct stray other addrs to fred
Chris Koeritz [Sun, 3 Apr 2022 12:53:35 +0000 (08:53 -0400)]
mailmap to correct stray other addrs to fred

2 years agoMerge branch 'dev' of feistymeow.org:feisty_meow into dev
Chris Koeritz [Sun, 3 Apr 2022 11:19:36 +0000 (07:19 -0400)]
Merge branch 'dev' of feistymeow.org:feisty_meow into dev

2 years agoadded readme so people don't get the wrong idea about the vnc project
Chris Koeritz [Sun, 3 Apr 2022 08:09:18 +0000 (04:09 -0400)]
added readme so people don't get the wrong idea about the vnc project

2 years agoadded readme so people don't get the wrong idea about the vnc project
Chris Koeritz [Sun, 3 Apr 2022 08:09:18 +0000 (04:09 -0400)]
added readme so people don't get the wrong idea about the vnc project

2 years agohad to hard code path to which
Chris Koeritz [Wed, 9 Feb 2022 20:16:25 +0000 (15:16 -0500)]
had to hard code path to which

on some hosts, which is a function which hoses up our careful de-aliasing approach (putting a backslash in front).
now we're stuck with the semi-official location of expecting which in /usr/bin/which

2 years agohad to hard code path to which
Chris Koeritz [Wed, 9 Feb 2022 20:16:25 +0000 (15:16 -0500)]
had to hard code path to which

on some hosts, which is a function which hoses up our careful de-aliasing approach (putting a backslash in front).
now we're stuck with the semi-official location of expecting which in /usr/bin/which

2 years agofix for calendar script
Chris Koeritz [Fri, 4 Feb 2022 23:22:03 +0000 (23:22 +0000)]
fix for calendar script

needed to change after date command's output change.

2 years agofix for calendar script
Chris Koeritz [Fri, 4 Feb 2022 23:22:03 +0000 (23:22 +0000)]
fix for calendar script

needed to change after date command's output change.

2 years agomod fortune
Chris Koeritz [Mon, 17 Jan 2022 14:28:55 +0000 (09:28 -0500)]
mod fortune

2 years agomod fortune
Chris Koeritz [Mon, 17 Jan 2022 14:28:55 +0000 (09:28 -0500)]
mod fortune

2 years agoadded ics for cal appointments to spacemall list
Chris Koeritz [Tue, 11 Jan 2022 17:09:03 +0000 (12:09 -0500)]
added ics for cal appointments to spacemall list

2 years agoadded ics for cal appointments to spacemall list
Chris Koeritz [Tue, 11 Jan 2022 17:09:03 +0000 (12:09 -0500)]
added ics for cal appointments to spacemall list

2 years agoexample config files for pulse audio
Chris Koeritz [Thu, 30 Dec 2021 15:24:35 +0000 (10:24 -0500)]
example config files for pulse audio

these fixed an issue for me.  wish i could remember what the issue was.

2 years agoexample config files for pulse audio
Chris Koeritz [Thu, 30 Dec 2021 15:24:35 +0000 (10:24 -0500)]
example config files for pulse audio

these fixed an issue for me.  wish i could remember what the issue was.

2 years agonew fortune
Chris Koeritz [Sat, 25 Dec 2021 03:27:54 +0000 (22:27 -0500)]
new fortune

2 years agonew fortune
Chris Koeritz [Sat, 25 Dec 2021 03:27:54 +0000 (22:27 -0500)]
new fortune

2 years agoMerge branch 'release-2.140.133' into dev
Chris Koeritz [Fri, 10 Dec 2021 22:45:25 +0000 (17:45 -0500)]
Merge branch 'release-2.140.133' into dev

2 years agoMerge branch 'release-2.140.133' into dev
Chris Koeritz [Fri, 10 Dec 2021 22:45:25 +0000 (17:45 -0500)]
Merge branch 'release-2.140.133' into dev

2 years agomoving the project forwards
Chris Koeritz [Fri, 10 Dec 2021 22:44:35 +0000 (17:44 -0500)]
moving the project forwards

2 years agomoving the project forwards release-2.140.133
Chris Koeritz [Fri, 10 Dec 2021 22:44:35 +0000 (17:44 -0500)]
moving the project forwards

2 years agoMerge branch 'release-2.140.132' into dev
Chris Koeritz [Fri, 10 Dec 2021 22:43:06 +0000 (17:43 -0500)]
Merge branch 'release-2.140.132' into dev

2 years agoMerge branch 'release-2.140.132' into dev
Chris Koeritz [Fri, 10 Dec 2021 22:43:06 +0000 (17:43 -0500)]
Merge branch 'release-2.140.132' into dev

2 years agoproving git release script isn't busted
Chris Koeritz [Fri, 10 Dec 2021 22:40:48 +0000 (17:40 -0500)]
proving git release script isn't busted

although it has totally borked up the last couple runs it was used on.

2 years agoproving git release script isn't busted release-2.140.132
Chris Koeritz [Fri, 10 Dec 2021 22:40:48 +0000 (17:40 -0500)]
proving git release script isn't busted

although it has totally borked up the last couple runs it was used on.

2 years agoMerge branch 'release-2.140.131' into dev
Chris Koeritz [Fri, 10 Dec 2021 22:39:18 +0000 (17:39 -0500)]
Merge branch 'release-2.140.131' into dev

2 years agoMerge branch 'release-2.140.131' into dev
Chris Koeritz [Fri, 10 Dec 2021 22:39:18 +0000 (17:39 -0500)]
Merge branch 'release-2.140.131' into dev

2 years agoupdated for log4j issues
Chris Koeritz [Fri, 10 Dec 2021 22:30:25 +0000 (17:30 -0500)]
updated for log4j issues

removed afflicted jar and improved config file.

2 years agoupdated for log4j issues release-2.140.131
Chris Koeritz [Fri, 10 Dec 2021 22:30:25 +0000 (17:30 -0500)]
updated for log4j issues

removed afflicted jar and improved config file.

2 years agodropping flawed log4j jar and improving config
Chris Koeritz [Fri, 10 Dec 2021 22:28:39 +0000 (17:28 -0500)]
dropping flawed log4j jar and improving config

the log4.properties now has mitigation of the bug spoken of here:
https://news.ycombinator.com/item?id=29507263

2 years agodropping flawed log4j jar and improving config
Chris Koeritz [Fri, 10 Dec 2021 22:28:39 +0000 (17:28 -0500)]
dropping flawed log4j jar and improving config

the log4.properties now has mitigation of the bug spoken of here:
https://news.ycombinator.com/item?id=29507263

2 years agoadded kdenlive
Chris Koeritz [Sat, 20 Nov 2021 17:53:21 +0000 (12:53 -0500)]
added kdenlive

2 years agoadded kdenlive
Chris Koeritz [Sat, 20 Nov 2021 17:53:21 +0000 (12:53 -0500)]
added kdenlive

2 years agominor doc added
Chris Koeritz [Thu, 18 Nov 2021 14:00:24 +0000 (09:00 -0500)]
minor doc added

2 years agominor doc added
Chris Koeritz [Thu, 18 Nov 2021 14:00:24 +0000 (09:00 -0500)]
minor doc added

2 years agogot rid of cosmetic glitch complaining about afplay
Chris Koeritz [Tue, 16 Nov 2021 19:47:49 +0000 (14:47 -0500)]
got rid of cosmetic glitch complaining about afplay

like i forgot my own helper scripts, whichable.

2 years agogot rid of cosmetic glitch complaining about afplay
Chris Koeritz [Tue, 16 Nov 2021 19:47:49 +0000 (14:47 -0500)]
got rid of cosmetic glitch complaining about afplay

like i forgot my own helper scripts, whichable.

2 years agoMerge branch 'release-2.140.130' into dev
Chris Koeritz [Sun, 14 Nov 2021 15:03:04 +0000 (10:03 -0500)]
Merge branch 'release-2.140.130' into dev

2 years agoMerge branch 'release-2.140.130' into dev
Chris Koeritz [Sun, 14 Nov 2021 15:03:04 +0000 (10:03 -0500)]
Merge branch 'release-2.140.130' into dev

2 years agoversion updated
Chris Koeritz [Sun, 14 Nov 2021 14:45:32 +0000 (09:45 -0500)]
version updated

2 years agoversion updated release-2.140.130
Chris Koeritz [Sun, 14 Nov 2021 14:45:32 +0000 (09:45 -0500)]
version updated

2 years agochanges accidentally checked into main branch
Chris Koeritz [Sun, 14 Nov 2021 14:36:24 +0000 (09:36 -0500)]
changes accidentally checked into main branch

bringing back into dev.
and btw, #&**&#&@^#&^@&#^!!!!!

2 years agochanges accidentally checked into main branch
Chris Koeritz [Sun, 14 Nov 2021 14:36:24 +0000 (09:36 -0500)]
changes accidentally checked into main branch

bringing back into dev.
and btw, #&**&#&@^#&^@&#^!!!!!

2 years agofix to get the codename for macos right
Chris Koeritz [Thu, 11 Nov 2021 16:20:30 +0000 (11:20 -0500)]
fix to get the codename for macos right

2 years agofix to get the codename for macos right
Chris Koeritz [Thu, 11 Nov 2021 16:20:30 +0000 (11:20 -0500)]
fix to get the codename for macos right

2 years agosimple pattern for user stories in scrum
Chris Koeritz [Thu, 11 Nov 2021 00:01:01 +0000 (19:01 -0500)]
simple pattern for user stories in scrum

not quite a document, but this is the archetypal user story format.
e.g. "as a standard user of the yoyodyne website, i'd like to have my
profile available on the site, so that i can check my records and
update them."

2 years agosimple pattern for user stories in scrum
Chris Koeritz [Thu, 11 Nov 2021 00:01:01 +0000 (19:01 -0500)]
simple pattern for user stories in scrum

not quite a document, but this is the archetypal user story format.
e.g. "as a standard user of the yoyodyne website, i'd like to have my
profile available on the site, so that i can check my records and
update them."

2 years agonew script to find the latest files in a folder
Chris Koeritz [Fri, 5 Nov 2021 23:55:09 +0000 (19:55 -0400)]
new script to find the latest files in a folder

also a customized script for fred for backing up his onedrive folder.
some better docs too.

2 years agonew script to find the latest files in a folder
Chris Koeritz [Fri, 5 Nov 2021 23:55:09 +0000 (19:55 -0400)]
new script to find the latest files in a folder

also a customized script for fred for backing up his onedrive folder.
some better docs too.

2 years agomade .no-checkin flag => variable in verctl script
Chris Koeritz [Wed, 3 Nov 2021 13:55:07 +0000 (09:55 -0400)]
made .no-checkin flag => variable in verctl script

2 years agomade .no-checkin flag => variable in verctl script
Chris Koeritz [Wed, 3 Nov 2021 13:55:07 +0000 (09:55 -0400)]
made .no-checkin flag => variable in verctl script

2 years agonew fortunes
Chris Koeritz [Tue, 2 Nov 2021 21:37:08 +0000 (17:37 -0400)]
new fortunes

2 years agonew fortunes
Chris Koeritz [Tue, 2 Nov 2021 21:37:08 +0000 (17:37 -0400)]
new fortunes

2 years agonew super useful signs for wet and dry trash
Chris Koeritz [Tue, 2 Nov 2021 15:15:25 +0000 (11:15 -0400)]
new super useful signs for wet and dry trash

demand for these downloads will break the internet.

2 years agonew super useful signs for wet and dry trash
Chris Koeritz [Tue, 2 Nov 2021 15:15:25 +0000 (11:15 -0400)]
new super useful signs for wet and dry trash

demand for these downloads will break the internet.

2 years agonew doc with sign for a recycling bucket
Chris Koeritz [Tue, 2 Nov 2021 15:04:48 +0000 (11:04 -0400)]
new doc with sign for a recycling bucket

very forceful language indeed.
also, the document_templates folder needs to be renamed.  none are actual templates, although they are blank things i like to print out.  maybe they're just "documents"?  hmmm, unsatisfying.

2 years agonew doc with sign for a recycling bucket
Chris Koeritz [Tue, 2 Nov 2021 15:04:48 +0000 (11:04 -0400)]
new doc with sign for a recycling bucket

very forceful language indeed.
also, the document_templates folder needs to be renamed.  none are actual templates, although they are blank things i like to print out.  maybe they're just "documents"?  hmmm, unsatisfying.