From Danny Wilkins to ~tekk/old-computer-challenge
I've put a Quake 2 server up at yeens.gay due to popular demand. If anyone can get a quake 1 server be sure to the the list know; I haven't had any luck there.
From Danny Wilkins to ~tekk/old-computer-challenge
Ignore me, just seeing if I can send mail from MacOS properly. Everyone have fun tonight/tomorrow!
From Danny Wilkins to ~tekk/old-computer-challenge
I quite like catgirl for irc https://git.causal.agency/catgirl/about/ On July 7, 2024 3:30:40 AM EDT, prahou <prahou@triapul.cz> wrote: >Hello. > >The https://occ.deadnet.se/how list could use an overhaul and there is >no need for it to be Unix-centric. > >Reply with your favorite software for old machines and systems - and >if you have tips or guides on how to use or configure them to be more >usable with old tech, post those as well! Similarly if you are looking >for a program, feel free to ask. > >These are some example categories, but don't feel limited by them:
From Daniel Wilkins to ~tekk/old-computer-challenge
I think Prahou's post yesterday might've been eaten by spam filters by being more URL than actual text, so I'm seinding out a message to make sure the list is still working :) For those behind, this year's theme is DIY, go and pick your own challenge. Full announcement is, of course, here: https://dataswamp.org/~solene/2024-06-24-old-computer-challenge-v4-announce.html Have fun y'all!
From Daniel Wilkins to ~eliasnaur/gio-patches
btw, I'm not on this list. Please include me on any replies. Just a drive-by patch to let me use an app that uses gio :)
From Danny Wilkins to ~eliasnaur/gio-patches
Signed-off-by: Danny Wilkins <tekk.tonic@aol.com> --- internal/gl/gl_unix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/gl/gl_unix.go b/internal/gl/gl_unix.go index def00859..a1de57e6 100644 --- a/internal/gl/gl_unix.go +++ b/internal/gl/gl_unix.go @@ -665,7 +665,7 @@ func (f *Functions) load(forceES bool) error { case runtime.GOOS == "android": libNames = []string{"libGLESv2.so", "libGLESv3.so"} default: libNames = []string{"libGLESv2.so.2"}[message trimmed]
From Danny Wilkins to ~whereswaldon/arbor-dev
--- install-linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-linux.sh b/install-linux.sh index f685984..f1e1dda 100755 --- a/install-linux.sh +++ b/install-linux.sh @@ -12,7 +12,7 @@ ICON_DIR=$PREFIX/share/icons if [ ! -d "$BIN_DIR" ]; then mkdir -pv "$BIN_DIR" fi install -v "$BASEDIR/sprig" "$PREFIX/bin/sprig" install "$BASEDIR/sprig" "$PREFIX/bin/sprig" && echo "$PREFIX/bin/sprig"[message trimmed]
From Danny Wilkins to ~tekk/old-computer-challenge
Alright, we're (at least for me) more than halfway through day 2. Anyone have clever solutions they know about which are worth preserving somewhere that gets logged, unlike IRC? For w2k users: the latest version of dropbear will actually compile and run on a win2k cygwin. You just have to edit the makefile produced by configure to remove the stack protector flags to gcc. --- New Outlook Express and Windows Live Mail replacement - get it here: https://www.oeclassic.com/
From Daniel Wilkins to ~tekk/old-computer-challenge
On Fri, Oct 07, 2022 at 02:31:04PM +0000, prahou wrote: > This is my introductory email to the mailing list. > > It's me, prahou. I updated the archive website > and added relevant channels on how to join the > occ club ;) > > https://www.triapul.cz/occ/ > > Bye. Welcome to the list :D
From Danny Wilkins to ~whereswaldon/arbor-dev
--- getting-started.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/getting-started.md b/getting-started.md index 7f030b4..6c83c23 100644 --- a/getting-started.md +++ b/getting-started.md @@ -26,22 +26,23 @@ To the right of the selected message, there is a `Reply` button. Clicking that r At the top of the message view, there are four buttons. From left to right: - Hamburger menu - Switch between the settings, the conversation view, and other pages - Switch between the settings, the conversation view, and other page.[message trimmed]