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

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?

onisillos , to random
@onisillos@mstdn.science avatar

Tip for academic publishers:

Set up your own instances to exclusively host your journal accounts.

dan , to random

post?
I'm Dan.
I don't generally do social media.
And yet here I am.
Trying out this Fedi thing,
excited to have a space where I can just be myself.

I'm recently self diagnosed , , , & officially (39yo, better late than never!)

It's been so enlightening to finally start learning and embracing who I really am.

Meeting other autistic people has been amazing and is helping me feel less alone.

So um hi 🙂

PsychTink ,

@dan @autisticadvocacy @audhd
Welcome!! Great introduction!

You may also like this server. tohttps://discord.gg/CfqK8ZmZ

kevinrothrock , to random
@kevinrothrock@infosec.exchange avatar

I am soliciting you, dear readers, for the names of historians who study Soviet history textbooks and Soviet classroom curricula. I’d like to talk to one or some of them about the new Medinsky uchebnik.

isthereanydeal , to steam
@isthereanydeal@mastodon.social avatar

Touhou 19 is out on @steam !

Let's show ZUN our support for releasing his games on Steam and Comiket at the same time.

For years it really did seem impossible to get the series released in the west. We had to wait for a guy to go to the con and upload it, which would then get shared on DoujinStyle and the like. Nowadays Steam releases of Touhou games are more common and it's great to see.

🔗https://store.steampowered.com/app/2400340/Touhou_Juuouen__Unfinished_Dream_of_All_Living_Ghost/

lupec ,

I’m mostly an outsider to the whole Touhou phenomenon apart from enjoying the music but it’s always nice to see games that would otherwise be doujin only available through official channels. And on release, no less! Cool stuff for sure.
The lukewarm reviews don’t make it seem like a great entry on its own so perhaps not the best starting point for someone who’s casually interested but still, I’ll definitely take a better look later.

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