20000 forum users - Awesome Special Event!

:rofl: as true as that is, without Vista we wouldn’t have 7.

6 Likes

I have put Fedora Silverblue on that portable SSD

Now it doesn’t work that well as I first expected, maybe I should just clone the local system (Regular Fedora) onto the SSD, as my initial plan is that after I have Fedora on the portable SSD I can put Windows back, but now I’m hesitating. Maybe I could just have two fedora systems where one is fully functional and the other one is meant to just be brought to any computer

I don’t know what’s the last time anyone has ever made a poll but here it is, I’m leaving my decision to you guys :wink:

  • Fedora on both places
  • Fedora on Internal, Windows on Portable
  • Windows on Internal, Fedora on Portable
  • Fedora on Internal, something else on Portable
0 voters
6 Likes

I didn’t know that Polls were available on here

5 Likes

Looks like someone skipped their @discobot start advanced tutorial

7 Likes

Guilty as charged lol

6 Likes

November 19, 2025.


Only discourse ametƩurs don't know about polls. /jk
5 Likes

Honestly, I’ll take this. This is the only forum I’m on that uses discourse. So I’ve still got a lots to learn lol

5 Likes

Rest in peace, Windows 7 codebase. You’re the goatest of the goat operating system before late 2010’s came around :person_running:


Would you believe i definitely don’t own a Mac computer? :grinning_face:

5 Likes

Haven’t you shown this before? Or was that redsus?

4 Likes

No, i haven’t. This is the first time i see this while snooping on news outlet’s HLS feeds :hot_beverage:

5 Likes

yes i would, cuz u can rent a mac server lol

got a trip to Bach Dang Giang yesterday

and also to vinwonder too and i saw i like to move it move it

nah im just use the normal text draw, no complicated time function lol

jkjk

the cpu temp is 28oC…. how tf linux can make my pc so chill?

5 Likes

Actually I misread that as ā€œcan’tā€ but whatever :rofl:

Just take this as a reference

7 Likes

complicated?

//For 12 hour clock
document.getElementById("time").innerText = new Date().toLocaleTimeString([], { hour: '2-digit', minute: "2-digit", hour12: true }).split(" ")[0];
setInterval(function() {
	document.getElementById("time").innerText = new Date().toLocaleTimeString([], { hour: '2-digit', minute: "2-digit", hour12: true }).split(" ")[0];
}, 60000);


//For 24 hour clock
document.getElementById("time-mt").innerText = new Date().toLocaleTimeString([], { hour: '2-digit', minute: "2-digit", hour12: false }).split(" ")[0];
setInterval(function() {
	document.getElementById("time-mt").innerText = new Date().toLocaleTimeString([], { hour: '2-digit', minute: "2-digit", hour12: false }).split(" ")[0];
}, 60000);

//For Date
const days = ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"];
const months = ["January", "Febuary", "March", "April", "May", "June", "July", "August", "September", "November", "October", "December"];
document.getElementById("date").innerText = days[new Date().getDay()] + " " + new Date().getDate() + " " + months[new Date().getMonth()];

DEMO

https://macincloud.com

Edit

The license on the code in this post has been updated to the GNU GPLv3 license, although anyone who has already obtained the code through the old license can still use it under the old terms.

Quote
5 Likes

uhhh thanks ig…

1 Like

Localization: HI

5 Likes

Wow you guys actually prefer me to have 2 fedora systems :laughing:


Very sneaky rat :eyes:

7 Likes

Hi as in the greeting, or H&I as in the TV station?

2 Likes

I suppose that it’s a greeting for the sake of I’ve never heard of that thing as a TV station

Yeah definitely take into consideration that live multimedia is very distinct to each other in different countries the next time :wink:

6 Likes

Happy anniversary!

6 Likes

@EuropeanRat Mate, happy forumaversary!


All I did to figure out things was play around with the tools in a post.

Also, last time I recall, the tutorial has issues…

GitHub Codespaces?

You could also use GitHub Codespaces btw

Thanks for the code, mate. A new update will be pushed soon…

6 Likes