There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

Hot

ERBeckman , to random
@ERBeckman@historians.social avatar

First blog post with a link to a Mastodon post, h/t @gamingthepast , and the first with Mastodon behind the "share" button at the bottom.

https://ebeckman.org/2023/08/17/in-the-archives/

evansmithhist ,
@evansmithhist@mastodon.social avatar
alexisbushnell , to random
@alexisbushnell@toot.wales avatar

OMG I might be having a revelation.
I found my high school leaving book the other day and it has this page in it where my friends wrote down the phrases I'd said through my entire high school - I said them so often (multiple times a day every day) that they became a "thing."

Now wondering if this is an thing cos I'm the same now though many of the phrases have changed.

My old name is on the top (I changed it in the alt text) - please ignore!

ScottSoCal ,
@ScottSoCal@computerfairi.es avatar

@alexisbushnell

What got me out of that was realizing that what other people did to me wasn't as bad as what I'd been doing myself - accepting the blame for what they'd done, because it had to be something wrong with me. I've been working on that - not blaming myself, not beating myself up. If I was an ass, sure, I'll own that, and I'll apologize, but if I was just being my autistic self and they reacted badly, that's on them, not me.

@actuallyautistic

isthereanydeal , to steam
@isthereanydeal@mastodon.social avatar

Task management non-existent @steam

NabeGewell ,
@NabeGewell@lemmy.world avatar

Nowadays Firefox is the only program I have on autostart, and I’m proud of that ;p

MrGerrit ,

I’ve typed furiously steelseries in Linux but still can’t install their software so that I can configure the macro buttons on my keyboard.

But that’s more a steelseries problem than a Linux problem.

Aimhere , to news

@news whomever runs the News bot, could you please stop boosting every single reply to every last post? I only want to see the initial News posts in my feed, not all of the replies.

floppy ,
@floppy@rabbitea.rs avatar

Yeah, the way it works with groups is not great. There are news feeds on Mastodon which are probably a better option to follow from there.

JustAManOnAToilet ,

Stands to perfect reason. Lemmings are essentially large rodents, mastadons are essentially large elephants, elephants don’t get along with mice, mastadons don’t get along with lemmings. Science!

anders , to programmerhumor en-us

When you come back from vacation
@programmerhumor

grin ,

@anders @nthcdr lda #0 ; Load accumulator with character code for NULL
sta $0400 ; Store it in the screen memory to clear the screen
ldx #0 ; Initialize X register to 0
loop lda message,x ; Load the next character from the message
beq done ; If the character is NULL (end of string), we are done
sta $0400,x ; Store the character in the screen memory
inx ; Increment X register
bne loop ; Branch back to the loop
done rts ; Return from subroutine
message .text "Hello World!",0 ; Null-terminated string

cs127 ,
@cs127@lemmy.sdf.org avatar

<span style="color:#323232;">void HelloWorld(void (* func)(const char*)) {
</span><span style="color:#323232;">    func("Hello world!");
</span><span style="color:#323232;">}
</span>
RockyC , to linux
@RockyC@fosstodon.org avatar

Thanks to suggestions from @linux, is now up to 76 distros! Show your pride with free printable “Powered by” Linux .

Don’t see your favorite? Send me a link to your favorite distro’s print-quality logo and I’ll add it.

https://github.com/RockyC36/StickerPack

Zicoxy3 ,

awesome… Thanks…

soveryoleary , to random
@soveryoleary@mstdn.social avatar

+ Tip:

“…if you really can't figure out which political party or which politician to vote for, just ask if they're on the side of libraries” ~ @neilhimself

https://ilovelibraries.org/article/i-will-always-be-on-the-side-of-the-libraries-a-conversation-with-neil-gaiman/

gem_asteria , to random
@gem_asteria@fandom.ink avatar

(1/4) Hi friends! I'm working on my next article for my newsletter.

Topic: How love/desire/sexual attraction can be experienced/shown in various ways. 💕

I am looking for feedback from those who participate in any fandom; specifically those who write, read, or illustrate SMUT. 🔥

All questions are OPTIONAL! Share only what you're comfortable with.

See form if you're open to sharing! Will add questions here too as well

https://forms.gle/dpGjhNLg8FV1Jnyd7

OvergrownSkeleton , to RedditMigration

How do you mod in Kbin?
I can't find any tools for modding?

ernest ,
@ernest@kbin.social avatar

@OvergrownSkeleton more > moderate

The magazine also has its own panel, available if you are the owner.

TheArstaInventor ,
@TheArstaInventor@kbin.social avatar

@ernest Should be available for all moderators, owners should atleast have an optional option to enable that.

And what happened to the requesting subs function? When is that coming out?

@OvergrownSkeleton

sabsare , (edited ) to music
@sabsare@lor.sh avatar
gamingonlinux , to random
@gamingonlinux@mastodon.social avatar
BBC_News_Labs , to random
@BBC_News_Labs@social.bbc avatar

We built a tool for marking highlights on BBC iPlayer content and it's since been used for Eurovision, Glastonbury, Springwatch, Wimbledon and on BBC News live pages. Read more at https://bbcnewslabs.co.uk/projects/live-highlights/

The live highlights interface shown during the Eurovision results

miblo ,
@miblo@mas.to avatar

@BBC_News_Labs Nice! As a video indexer myself, having been doing it for ~8 years, it's great to see this in the works.

If you don't mind, here's an example of a video I've indexed, with references, categorisation, etc: https://guide.handmade-seattle.com/c/2022/weathering-software-winter/

And a page where you can search timestamps by text: https://guide.handmade-seattle.com/

taatm ,
@taatm@mathstodon.xyz avatar

@BBC_News_Labs
Amazing!

talou , to fediverse French
@talou@mamot.fr avatar
Little8Lost ,

What?

Enalys , to random
@Enalys@mastodon.zergy.net avatar

Multiplayer on PC back in the days:

  • Null modem direct connection.
  • Modem
  • LAN (IP or IPX)
  • On the interwebz.
  • Personal server, look, you can download the server software there!
  • Shared install, so you can do LAN games with your friends for free.

Now:

  • LAN? Na mate, internet only, and you have to use our own servers, btw they will shutdown next year for the next release. Don't forget to have a fiber optic connection or you will lag.

LordChaos82 , to selfhosted
@LordChaos82@fosstodon.org avatar

I have a docker container running in portainer. I have added an SMB volume to the container. Does anyone know how I can update this docker container using docker-compose without undoing my changes? Thanks
@selfhosted @Docker @portainerio

LordChaos82 OP ,
@LordChaos82@fosstodon.org avatar

@Dirk thanks. That's how I did it but I am not sure if updating using docker compose would overwrite it. Portainer is running on a VM so I will make sure to snapshot it and try so I can restore it if needed.

Dirk ,
@Dirk@lemmy.ml avatar

You’re using Portainer, why manually mess with docker compose?

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • lifeLocal
  • goranko
  • All magazines