-154
submitted 1 day ago by Synther@lemmy.zip to c/linux@lemmy.ml

When I refer to Linux, I am referring to a computer with the kernel and other software that makes up a Personal Computer.

I like to think that Linux is great, and always will be, a Personal Computer. Windows, I will always remember it being the best thing for business’s as Microsoft pushes licenses and such business related features.

I switched to Linux in 2020, Ubuntu, and slowly learned my ways around, and understanding how everything works, but most people don’t have to now, it’s so simple to get started.

[-] Synther@lemmy.zip 1 points 4 days ago

It got an update recently.

8
Two Versions… (minecraft.wiki)
submitted 1 week ago* (last edited 1 week ago) by Synther@lemmy.zip to c/minecraft@sh.itjust.works

I was wondering if anyone knew about, or plays both versions of the game, the 667.9MB (disc) or 1.29GB (server).

I was on the wiki, and saw the screenshot was outdated. It shows the Xbox 360 and the 66.9MB versions, which should be… unless Microsoft will, IMO update the Xbox one edition (1.29GB) to 1.20 later down the years.

20
Is This Thunder? (lemmy.zip)

I found a Similar logo design to thunder, and was wondering where this is originally from?

I was browsing TikTok, yes, judge me. Haven’t been on in years, and still hate it.

[-] Synther@lemmy.zip 7 points 3 weeks ago

Yeah! I did ‘rest’ for rest api support. That works too

24

I was thinking of making a Free Open Source Resturant, with free food and drinks made purely out of free software components. I was thinking of licensing this under the GPLv3 for a freedom living experience, and not only that. I was also thinking it all in Rust!!

16
submitted 1 month ago* (last edited 1 month ago) by Synther@lemmy.zip to c/webdev@programming.dev

I was wondering if there was a Web Application where I can work on Android App Development. Think of it like if vscode was only built for Android Development, and how cool it would be to develop android apps directly into your browser, just like vscode.dev.

Now, I was thinking of using vscode.dev and installing Gradle and Kotlin packages from the marketplace, but I was wondering if there was another alternative instead of using a Microsoft Product.

Likewise, I'm on an Xbox One where I can only use the Browser, can't install anything.

15
submitted 2 months ago* (last edited 2 months ago) by Synther@lemmy.zip to c/minecraft@lemmy.world

So idk if any of you know of the Minecraft program’s, amidsts or MCA Selector. Two programs I absolutely enjoy using for my worlds, plus, their Free Open Source Software.

Anyways, there my story…

So I’ve been a Minecrafter since 2014, since the Xbox 360 days. I then switched to the Java edition of Minecraft in 2019 when I obtained my first pc on my 11th birthday. I made a server that I made for me and my friends / sister when they occasionally jump on and wanna play. In that server, we had an amazing time, building and creating memories. The seed is what’s most important here.

> Main Point

Is it possible for me to create program, preferably a GUI, that lets the user draw out the seed of what they remember. So similar to how you would draw things in krita, but more for a Minecraft top down world view. Amidst or MCA Selector POV. I’m not sure if it’s possible or if Minecraft will even allow such activity. Which I’m not sure why it wouldn’t.

Using the MC Seed API if they have such thing??

It’s just when your in a seed for more then 2 years, you get attached and just love the terrain it has.

Idk man, I just spent forever in that world seed, built amazing stuff. Regardless if I used commands, cheats etc, I just wanna find the seed again using this technique that I hope it’s possible.

[-] Synther@lemmy.zip 12 points 2 months ago

Alright, yeah, I'm using KDE. I don't recall downloading anything, like clam AV, ever.

I knew that .db stood for Database.

Likewise, I guess this could be, like you said, some sort of program I previously installed that checked for a list of URLs that are malware. Again, I have never installed any program like these, and if I did, I would probably delete it after a minute of checking it out lol.

91
submitted 2 months ago* (last edited 2 months ago) by Synther@lemmy.zip to c/linux@lemmy.ml

So I normally clear up storage every once in a while, let's say about every four months. I noticed this a while ago, and didn't think much of it. But I was wondering if anyone knew of what this meant, or if this is actually "Malware".

I know whenever I delete a program, using dnf remove program-name, and remove the following folder in local/apps or.config, and this will delete it to save some space. As I'm not using said program for now.

I have never seen this before, and was wondering if anyone would care to help me describe this for me.

My best guess is part of Wireshark, as I remember installing it once, but who knows, maybe It's something I shouldn't have. I know what I'm sort of doing on Linux, and if this is network related, I probably don't care.

10
submitted 3 months ago by Synther@lemmy.zip to c/webdev@programming.dev

Is it possible for me to grab (download) a full list of transcripts from a youtube channel's videos. I am working on a small project, of which I need a list of the videos, like all of them to control+f and find specific words.

I was wondering if anyone knew of such program I could use.

However, I wrote this AppScript in Google Drive, of which I'm not sure if this will work. It uses high level Google Account Access.

function getYouTubeTranscripts() {
  const CHANNEL_ID = "UCtMVHI3AJD4Qk4hcbZnI9ZQ";

      // This below is what, before Oath (ing), is what Google is saying its unsafe, and does not let me continue...
  const youtube = YouTubeApp.getOAuth2Service().getService();
  const videoIds = youtube.search().list("id", { channelId: CHANNEL_ID, maxResults: 50 }).items.map(item => item.id.videoId);

  videoIds.forEach(videoId => {
    const captions = youtube.captions().list("snippet", { videoId }).items;
    if (captions.length > 0) {
      const captionId = captions[0].id;
      const transcript = youtube.captions().download(captionId, { tfmt: "srt" }).getContentText();
      DriveApp.createFile(`${videoId}.txt`, transcript, "text/plain");
      Logger.log(`Transcript for video ${videoId} saved.`);
    } else {
      Logger.log(`No transcript found for video ${videoId}.`);
    }
  });
}

Just wondering of anything else I could use...

134
submitted 3 months ago* (last edited 3 months ago) by Synther@lemmy.zip to c/linuxmemes@lemmy.world

What… are we just a penguin and Apple Trees…

For real, though, I wish Microsoft (mojang does…) cared enough to support Linux for BE.

10
Should I iOS… (lemmy.zip)
submitted 3 months ago by Synther@lemmy.zip to c/ios_dev@programming.dev

I am planning on making an android app because I have a Google pixel 6 I got as a birthday gift and I love how open Android has gotten over the years.

I was wondering if it’s worth saving up to develop an iOS app. (The same app on Android, but for iOS) I know that the AppStore can be a good revenue spot for my app, not sure. My app will be free + Open Source Software, GPL (Version 3) of which I plan to add my own premium features or either a donation option for the privacy advocate folks.

I’ve had an iPhone 12 since 2021, and I’ve gotten used to our iOS works, how the system works in terms of iOS background and process’s.

One question;

can I use GPL (version 3) for my iOS app on the AppStore?

I’m just want your thoughts if I should…

Thanks!

[-] Synther@lemmy.zip 34 points 3 months ago

To be real with you, I find windows more complicated, the syntax..

[-] Synther@lemmy.zip 10 points 3 months ago* (last edited 3 months ago)

It’ll be back up, it always will because family “has” to use it because it’s the only “easy to use” social media platform they’ve knew for a decade. TBF, it’s pretty shit in terms of the ui and I can’t navigate through the damn settings.

I don’t actively browse or use facebook

[-] Synther@lemmy.zip 6 points 6 months ago

Listen, it’s a screenshot from when I was using windows back in 2020. It’s from Facebook messenger, I just didn’t feel like downloading and uploading when Lemmy has a url link I can drop here. Sorry, I get why you hate Facebook, me too. I just find it convenient to use the link feature. Again, privacy badger is a useful add on I use that helps blocks Facebook and X (Twitter) widgets.

[-] Synther@lemmy.zip 14 points 6 months ago

Nice, I did know Steam had an overlay, as I used it once. OBS, I have seen people use Replay Buffer. I'll probably check this out.

58
Xbox Game Bar for Linux? (scontent-yyz1-1.xx.fbcdn.net)
submitted 6 months ago* (last edited 4 months ago) by Synther@lemmy.zip to c/opensource@lemmy.ml

I was a windows user back in 2019 - 2020, and moved over to Linux in 2021. I honestly forgot how i found Linux, and when I was using Windows, I remember using this feature "Game Bar", which I used to make game clips on my PC. Although, when I got my NVIDIA Card the Game Bar Stopped working because of the HDMI cord that modern GPU's use.

The Real Question, is there a program that replicates the Xbox Game bar? I really like the functionality that the game bar provides, and would like to start using it again, but on Linux. I was hoping if anyone knew of such program, or if you know the steps for me to build it myself. I found this Repository where someone made a clone, although it's for Windows, and not what I expected.

129
MacOS Accessibility Cursor (i.stack.imgur.com)
submitted 6 months ago by Synther@lemmy.zip to c/linux@lemmy.ml

So I like this MacOS feature where your cursor displays in large. I was hoping if anyone knew of such software that replicates this functionality for Linux. Considering MacOS and Linux are both Unix, and libraries are different, could X or Wayland help replicate this?

Source

[-] Synther@lemmy.zip 3 points 7 months ago

I wasn't sure lol, and again, I havn't played in 4 years after starting my world so I was sort of confused, although sort of understand it. I also started travelling through the nether for a faster way of getting there.

[-] Synther@lemmy.zip 2 points 9 months ago

I don’t like the proprietary nature of Macs though 🥲

[-] Synther@lemmy.zip 12 points 9 months ago

There should be more ways to earn profit. Websites shouldn’t rely on advertising as the only method of recurve stream, in my opinion.

[-] Synther@lemmy.zip 7 points 9 months ago

I was also going to use unity for my video game, but as I saw that unity changed their policy, or is going to change it too the worse in January. I’m going to stick with Godot.

view more: next ›

Synther

joined 9 months ago
MODERATOR OF