Electro Friday: The Starseeds - Paralell Life
Posted 11 months agoElectro Friday: In Aeternam Vale - Ultrabase
Posted 11 months agoAnother dub techno track: https://www.youtube.com/watch?v=XiGCg67UJLI
Electro Friday: 9 Lazy 9 - The Herb
Posted 11 months agoI feel like I've been overdosing all of you with techy-sounding music. So have something warmer! :3
https://www.youtube.com/watch?v=pbkp4fW1Eus
https://www.youtube.com/watch?v=pbkp4fW1Eus
Electro Friday: Static Guru - Collision Cascade
Posted 11 months agoTo all of my watchers: please be careful
Posted 11 months agoIt appears that this new strain of avian influenza is starting to spread more easily to others: https://www.cdc.gov/media/releases/.....-bird-flu.html
This could have a much higher death rate than COVID, and might spread more easily if it gets into the populace at large.
Stay careful, I don't want to lose any of you. ;3;
This could have a much higher death rate than COVID, and might spread more easily if it gets into the populace at large.
Stay careful, I don't want to lose any of you. ;3;
For those of you with Bluesky accounts
Posted 12 months agohttps://bsky.app/profile/endharassm...../3lb637ffty22e
(Kiwifarms is a harassment group, lead to several suicides and a murder-suicide. Use the above blocklist to keep them off.)
(Kiwifarms is a harassment group, lead to several suicides and a murder-suicide. Use the above blocklist to keep them off.)
Electro Friday: Plaid - Marry
Posted 12 months agohttps://www.youtube.com/watch?v=PzMfiWUS91Q
It's a pretty effective song for getting me hyped up.>:3
It's a pretty effective song for getting me hyped up.>:3
For those going to Bluesky
Posted a year agoHere's a couple of block lists I use:
Block Nazis/pedo crap: https://bsky.app/profile/burneysand...../3lah6xeevze2z
Block NFT/cryptocurrency/AI crap: https://bsky.app/profile/gors.bsky....../3kbblcsinjk23
You use these by subscribing to the list and choosing block or mute accounts.
Block Nazis/pedo crap: https://bsky.app/profile/burneysand...../3lah6xeevze2z
Block NFT/cryptocurrency/AI crap: https://bsky.app/profile/gors.bsky....../3kbblcsinjk23
You use these by subscribing to the list and choosing block or mute accounts.
Electro Friday: State of Mind - Mindslicer
Posted a year agoElectro Friday: Boards of Canada - Telepath
Posted a year agoElectro Friday: Musicology - Telefone 529
Posted a year agoElectro Friday: Wrisk - Diced Turkey
Posted a year agoElectro Friday: The Devil is in the Details
Posted a year agoSince Halloween is approaching I figure I might as well share some creepy music for it.
This week it's going to be "scary spooky". The Devil is in the Details, by Boards of Canada: https://www.youtube.com/watch?v=OwrrjDYJr9I
Next week I'll be going for "fun spooky".
This week it's going to be "scary spooky". The Devil is in the Details, by Boards of Canada: https://www.youtube.com/watch?v=OwrrjDYJr9I
Next week I'll be going for "fun spooky".
Electro Friday: Boards of Canada - Corsair
Posted a year agoElectro Friday: Fluke - Absurd
Posted a year agoElectro Fridays MIGHT be coming back
Posted a year agoYouTube has stabilized for me again. So it might be worth doing music posts once more.
Rats can dance
Posted a year agohttps://phys.org/news/2022-11-rats-.....onization.html
A friend of mine said "Animals have much richer inner lives than we give them credit for".
Perhaps they also consider a certain Master Splinter to be a role model?
A friend of mine said "Animals have much richer inner lives than we give them credit for".
Perhaps they also consider a certain Master Splinter to be a role model?
bowser.js version 2
Posted a year agoGiving it another go. This time with an object! 
class Koopa {
constructor(name, legs, hasShell, lifeStyle, eats) {
this.name = name;
this.legs = legs;
this.hasShell = hasShell;
this.lifeStyle = lifeStyle;
this.eats = eats;
}
getDietType() {
const dietType = this.eats === "vegetables" ? "herbivore" : "carnivore";
return `${this.name} is a ${dietType} which eats ${this.eats}.`;
}
}
const kLeader = new Koopa("Bowser", 2, true, "amphibious", "meat");
kLeader.getDietType();
// Bowser is a carnivore which eats meat

class Koopa {
constructor(name, legs, hasShell, lifeStyle, eats) {
this.name = name;
this.legs = legs;
this.hasShell = hasShell;
this.lifeStyle = lifeStyle;
this.eats = eats;
}
getDietType() {
const dietType = this.eats === "vegetables" ? "herbivore" : "carnivore";
return `${this.name} is a ${dietType} which eats ${this.eats}.`;
}
}
const kLeader = new Koopa("Bowser", 2, true, "amphibious", "meat");
kLeader.getDietType();
// Bowser is a carnivore which eats meat
bowser.js version 1
Posted a year agoA little bit of code I worked on earlier today:
The code:
---
const turtle = {
name: "Bowser",
legs: 2,
shell: true,
type: "amphibious",
diet: "meat"
}
function turtleFood(str, diet) {
const dietStr = diet == "meat" ? "carnivore" : "omnivore";
return `${str[0]}${dietStr} with a diet of ${diet}.`;
}
const bio = turtleFood`This turtle is a ${turtle.diet}`;
console.log(bio);
---
The output: "This turtle is a carnivore with a diet of meat."

The code:
---
const turtle = {
name: "Bowser",
legs: 2,
shell: true,
type: "amphibious",
diet: "meat"
}
function turtleFood(str, diet) {
const dietStr = diet == "meat" ? "carnivore" : "omnivore";
return `${str[0]}${dietStr} with a diet of ${diet}.`;
}
const bio = turtleFood`This turtle is a ${turtle.diet}`;
console.log(bio);
---
The output: "This turtle is a carnivore with a diet of meat."

Indefinitely suspending Electro Friday posts
Posted a year agoThere are two reasons for this:
1. YouTube has become very sluggish on certain browsers, so I can't depend on links to there anymore.
2. A friend who was a major fan of these journals is no longer active here.
1. YouTube has become very sluggish on certain browsers, so I can't depend on links to there anymore.
2. A friend who was a major fan of these journals is no longer active here.
Electro Friday: Kit Clayton - Box Section
Posted a year agoElectro Friday: Inner City - Big Fun
Posted a year agoElectro Friday: Robot Dance Mix
Posted a year agoSo I'm not going to post that "warmer" track I promised last week. See, last night I ended up reminiscing with a certain
about a game I played as a kid called Droidworks.
Among other things it had a kickass bit of music called Robot Dance Mix: https://www.youtube.com/watch?v=bkUQgRLflkQ
It might be nothing but a 15-20 second loop, but man I can listen to it for hours.
Song credited to: Clint Bajakian, Jeff Kliment, Michael Z. Land, David Levison, and Larry The O.
The warmer track will be coming next week, I promise. :3
about a game I played as a kid called Droidworks.Among other things it had a kickass bit of music called Robot Dance Mix: https://www.youtube.com/watch?v=bkUQgRLflkQ
It might be nothing but a 15-20 second loop, but man I can listen to it for hours.
Song credited to: Clint Bajakian, Jeff Kliment, Michael Z. Land, David Levison, and Larry The O.
The warmer track will be coming next week, I promise. :3
Electro Friday: Optical - Void
Posted a year agoThis Friday, some dark techy DnB: "Void" by Optical!
https://www.youtube.com/watch?v=EfAbj-0bOl0
I'll be posting something a bit "warmer" next Friday.
https://www.youtube.com/watch?v=EfAbj-0bOl0
I'll be posting something a bit "warmer" next Friday.
Electro Friday: Joe Boyd Vigil - Sine Off
Posted a year ago(Best listened to with headphones)
"Sine Off" by Joe Boyd Vigil: https://www.youtube.com/watch?v=s1yFhMrO6wc
"Sine Off" by Joe Boyd Vigil: https://www.youtube.com/watch?v=s1yFhMrO6wc
FA+
