Spring's Avatar

Spring

@springenterprises.bsky.social

When you can't find your spot, try looking at your own snout. My music these days is probably more a form of occupational therapy than something I actually try to make any good. It can still be found on https://spring-enterprises.neocities.org/menu though.

123 Followers  |  18 Following  |  1,010 Posts  |  Joined: 30.10.2024  |  1.7569

Latest posts by springenterprises.bsky.social on Bluesky

What is this, functioning democracy?!

08.10.2025 22:02 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Video thumbnail

Mega Wruffbass for the NES 🀎

08.10.2025 18:46 β€” πŸ‘ 3    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0

Germany says No to EU plans for chatcontrol. Finally some good news.

Germany's CDU political party will vote against it they announced today. (After getting flooded with protest mails)

The law would've allowed insight into private chats, effectively banning secure messengers like Signal in Europe.

08.10.2025 15:38 β€” πŸ‘ 6    πŸ” 2    πŸ’¬ 1    πŸ“Œ 0
Platinum fox sitting and looking pretty on an autumn day. Perfectly reflecting my current mood and state of being ^-^

Platinum fox sitting and looking pretty on an autumn day. Perfectly reflecting my current mood and state of being ^-^

Today's forest walk did wonders for my mood and well being. I need to make this a daily habit again. Nature heals.

I found some really cool and colourful mushrooms. I cherry picked the nicest pictures and I'll share them tomorrow. 🦊🧑

08.10.2025 17:30 β€” πŸ‘ 18    πŸ” 4    πŸ’¬ 0    πŸ“Œ 0

There probably is :3
After so many years I've become more fascinated with not doing too much :3

08.10.2025 14:17 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Shield bug / stink bug crawling on a tree stump in a forest in Southwest Germany.

Shield bug / stink bug crawling on a tree stump in a forest in Southwest Germany.

Shield bug / stink bug crawling on a tree stump in a forest in Southwest Germany.

It is hard to get a sharp camera focus on small moving insects.

08.10.2025 13:44 β€” πŸ‘ 3    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0
Flechte / Lichen

A symbiosis between algae / cyanobacteria, fungi and bacteria. They come in many different shapes and colours and despite looking plant-like they're not plants. They're microscopic colonies of various life forms that work together to survive.

Flechte / Lichen A symbiosis between algae / cyanobacteria, fungi and bacteria. They come in many different shapes and colours and despite looking plant-like they're not plants. They're microscopic colonies of various life forms that work together to survive.

Flechte / Lichen

A symbiosis between algae / cyanobacteria, fungi and bacteria. They come in many different shapes and colours and despite looking plant-like they're not plants. They're microscopic colonies of various life forms that work together to survive.

08.10.2025 14:02 β€” πŸ‘ 11    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0

I have no idea what this is but I'm liking and reposting 🐢

08.10.2025 14:11 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Screenshot of a text editor with C code:

    // If all streams end in a match, we need to fix at least one to end in a literal
    if( force_last_literal && end_not_ok )
    {
    	for(int i=0; i<9; i++)
        	if( !chn_skip[i] )
        	{
        		lzop_backfill(&lz[i], 1);
        		if (!lzop_last_is_match(&lz[i]))
        		{
        			fprintf(stderr,"LZSS: fixing up stream #%d to end in a literal\n", i);
        			end_not_ok = 0;
        			break;
        		}
        	}
    }
    
    if( end_not_ok )
    {
        fprintf(stderr,"WARNING: stream does not end in a literal.\n");
        fprintf(stderr,"WARNING: this can produce errors at the end of decoding.\n");
    }

Screenshot of a text editor with C code: // If all streams end in a match, we need to fix at least one to end in a literal if( force_last_literal && end_not_ok ) { for(int i=0; i<9; i++) if( !chn_skip[i] ) { lzop_backfill(&lz[i], 1); if (!lzop_last_is_match(&lz[i])) { fprintf(stderr,"LZSS: fixing up stream #%d to end in a literal\n", i); end_not_ok = 0; break; } } } if( end_not_ok ) { fprintf(stderr,"WARNING: stream does not end in a literal.\n"); fprintf(stderr,"WARNING: this can produce errors at the end of decoding.\n"); }

I've figured out the LZSS Match Byte bug:

Turns out, it was the Compressor that caused it, not the Decompressor.

It would attempt to fix the Stream #0 to end on a Literal, but if it could not find a Match, it would simply not work.

I've attempted a workaround, and this time it seems to work.

08.10.2025 14:11 β€” πŸ‘ 2    πŸ” 1    πŸ’¬ 2    πŸ“Œ 0
Orange Slime Mold on a tree stump in a forest in Southwest Germany.

Orange Slime Mold on a tree stump in a forest in Southwest Germany.

Orange Slime Mold on a tree stump in a forest in Southwest Germany.

08.10.2025 14:10 β€” πŸ‘ 9    πŸ” 1    πŸ’¬ 1    πŸ“Œ 0

The sound of chiptune, but not the aim of impressing people and showing off :3

08.10.2025 14:04 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Your new name is Lady Hortensia Pricklepear III.

08.10.2025 12:56 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I never liked that actually '-'

08.10.2025 12:55 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

BUT THOU MUST

08.10.2025 12:10 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

YOU MUST WATCH US POLITICS

08.10.2025 11:53 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Chiptune has become like progressive rock at its apex. It's only about "pushing the limits", being clever and impressing people.

I'm so sick of the "push the limits and impress people" style.

It's a creative dead end and unfitting for the times.

08.10.2025 11:47 β€” πŸ‘ 5    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

They will recommend videos from those channels again x3

08.10.2025 11:44 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

From now on, we embrace anti-chiptune. "Pushing the limits" is old hat. Try to get away with doing as little as possible.

08.10.2025 08:09 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Doing The Least With The Least, by Spring Spring from the album Droplets of Love

springenterprises.bandcamp.com/track/doing-...

Some funny little tune :3c
I like it :3c

08.10.2025 08:08 β€” πŸ‘ 1    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0

It's not that bad :3c

08.10.2025 08:06 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

If you need to be told "how to stand out", you're already not being original.

07.10.2025 19:23 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

The point is that you can claim you're better than other people 🀎

07.10.2025 17:39 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

You spend all this time trying to get rich and successful, only to discover that getting there actually just makes things worse for you.

07.10.2025 16:23 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

They are liberals. Why isn't mexico western though?

07.10.2025 11:48 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

If I had three wishes, they would be:
1. Stop all wars
2. @fuchsfein.bsky.social turns into a fox 🦊
3. Donald trump comes out as transgender

07.10.2025 11:46 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

If the poor got richer, the rich would get even richer.

07.10.2025 11:12 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Bread with Brie de Meaux Cheese from France

Bread with Brie de Meaux Cheese from France

French Brie de Meaux Cheese πŸ¦ŠπŸ§€

07.10.2025 10:40 β€” πŸ‘ 4    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0

If by chance you look for me
Perhaps you'll not me find
For I'll be in my castle
Enquire for Reynardine

Sun and dark I followed him
His eyes did brightly shine
He took me o'er the mountains
My own sweet Reynardine

I took my username both from this song and the medieval cycle of Reynard the Fox. 🦊🎡

06.10.2025 18:48 β€” πŸ‘ 5    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0

A friend called me a walking taperecorder because I know so many folk songs. πŸ¦ŠπŸ“ΌπŸŽ΅

My head is filled with folk tunes and words. I could fill an evening just singing you different versions of the same folk song like Barbara Allen.

I love version comparison. I try to hunt down every version of a song.

06.10.2025 18:37 β€” πŸ‘ 5    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0
Winegrape seeds

Winegrape seeds

I kept the seeds from those delicious wine grapes I had recently πŸ¦ŠπŸ‡

I'll try planting them next year :3

06.10.2025 13:43 β€” πŸ‘ 4    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0

@springenterprises is following 18 prominent accounts