Skip Navigation
s4if s4if @lemmy.world

Just a passerby finding lemmy... :)

Posts 5
Comments 114
I like both, but usually prefer Ubuntu
  • Ubuntu is no longer chad as it pushes snaps everywhere. Real chad uses native packaging only. Lol

  • VirtualBox 7.1 Released with Qt 6 GUI, Wayland Support for Clipboard Sharing - 9to5Linux
  • Neat. As I am in the process of fully migrating to wayland, it is good. I only work as a teacher, so I don't really concern about licensing, lol.

  • What Linux distro surprised you the most?
  • Arch Linux. Many people said it is unstable and hard to setup. It turns out very stable as long as I update it frequently and AUR makes installing software easier. Even easier than ppa-based ubuntu as it will destroy your dependency if you are not careful. Lol.

  • Single-user Mastodon Instance is a Bad Idea
  • Just uses Akkoma or GoToSocial, setup fedifetcher or follow some relays and you can get good enough experience in Fediverse. Mastodon is literally build to handle huge amount of users so it is nowhere near efficient if used for just 1 person.

  • GoToSocial is a new ActivityPub social network server for the Fediverse
  • Akkoma. It uses a bit higher ram and resource than GtS but it is packed with features.

  • GoToSocial is a new ActivityPub social network server for the Fediverse
  • It is nice and small server that do the basic well. I once use it on my poor $5 vps while being stuffed together with several of my PHP/MySQL apps. It has small footprint, several of my friends still use it on half-gigs ram vps.
    But its lack of features sucks tho, there are no working filters, no disable re-toot per users setting (like on akkoma), and also there are no relay support so my timeline looks bare.
    I migrate from GtS for now, but if above features are implemented in near future, may be I'll migrate back to GtS.

  • What're some of the dumbest things you've done to yourself in Linux?
  • Deleting efi partition just because grub not updated yet.. 😅

  • Do you use aliases?
  • me:
    wgup="sudo wg-quick up wg0"
    wgdown="sudo wg-quick down wg0"
    and some pacman cleaning command..
    edit: forgot that it is markdown

  • Tottenham agree Werner loan deal with RB Leipzig
  • Agreed, son is Asian Cup bound. They need a temporary replacement, ASAP.

  • Oh I love Trash
  • I haven't used facebook for years, but I do use twitter a lot to check whats happening in my area. Same for instagram, but I am not using thread at all.

  • The Lemmy experience
  • Same here.. never look back..

  • Lemmy.world status update 2023-07-05
  • Web-ui is very smooth rn.. is this .world?
    😅
    Joke aside, the improvement is like heaven and earth. Love it!. Good work teams!

  • Can I use my Lemmy account with Mastodon ?
  • No, Mastodon and Lemmy account did indeed can talk to each other because there are part of same Fediverse. But from server to client (masto server to icecube, lemmy to jerboa/liftoff), they use different api (some sort of language the apps use to talk each other).
    Lemmy can only login to Lemmy appz like Liftoff, Thunder and Jerboa. And Mastodon can only login to their apps.

  • Musk is undeniably just trying to run twitter into the ground at this point.
  • Thanksfully I only read 20 or so tweets a day, so I am safe..

  • PSA: Let’s fill Kbin/Lemmy with content to attract and KEEP new users
  • Same here, I wanna post but can't get a good idea on what to post..

  • What Mastodon server are you on?
  • I mostly active on my own (non-mastodon fediverse) instance, I do have account on small instance, but it is collecting the dust most of the time.
    Given you are on Lemmyworld, I think it is better to join mastodon.world. It is also owned and managed by te same people who runs lemmyworld. I like their transparency.

  • Fedia.io update for June 29
  • Is it related to Lemmy 0.18.0?

  • What Android games do you play to kill time?
  • Mobile Legends Bang-Bang. Literally the only one game on my (low-end) phone. :D

  • best way to use svelte as front end and php as backend

    Hi, I am long time PHP developer here (mostly part time though, not my main occupation). I usually make application using Codeigniter (a php framework), boostrap and jquery. I think the stack is outdated as my stack is unchanged since 2014 so I am wiling to learn. I plan to use svelte as front-end while still using PHP as backend for my next project as a first step of my learning journey. My next project is to make a new student registration site for my workplace. There are several things I am still confused:

    1. Which is better to use for my case, svelte or sveltekit?
    2. If I use just svelte, should I serve it from my php backend as static directory or use different port/subdomain for the backend?
    3. If I use different port/subdomain, how should I handle the cors and csrf protection?
    4. For Authentication and/or authorization, is it safe using php session as usual or I need to use JWT, OAuth or something like that?

    any help/advice is appreciated. Thanks. :)

    0

    First Exposure of Hyprland

    Hi, Hyprland User out there, when and how did you get to know hyprland? I get to know Hyprland because I watched Brodie's first video about hyprland. It coincidence with me trying to explore tiling wm in general. In the video, Brodie criticize Hyprland configuration and lack of documentation, but it fixed next day. I was amazed with the speed of development and after that moment, I feel in love with Hyprland and become daily user of Hyprland from that point onward. how is your story?

    edit: I forgot to add body to my post. xD

    3
    lemmy.world Hyprland Desktop Environment - Lemmy.world

    An (unnoficial) Hyprland Community in the new Land! You can share and help each other when using Hyprland here… :) Resources: - What is Hyprland [https://wiki.archlinux.org/title/Hyprland] - Wiki [https://wiki.hyprland.org/] - FAQ [https://wiki.hyprland.org/FAQ/] - Official Ricing Field [https://hyp...

    Hyprland Desktop Environment - Lemmy.world

    Hi, I saw a post requesting somebody to make a community for Hyprland Users on #threadverse, so I made one. Hyprland is a Wayland Tiling Window Manager (WM) based on wl-roots library. It aims to make an easy to use Tiling WM without compromising its look. It has neat animation and eyecandy effect that makes it popular with Linux ricer community (formerly on r/LinuxPorn). It was made by Vaxry and still actively developed. For anybody interested feel free to join on [email protected]. cheers!

    0

    Welcome to [email protected]

    Hello everyone! Mods here 😊

    Welcome to Hyprland Community in a new Land here.

    Feel free to help each other and showcase your Hyprland to the community!

    3

    selfhosted tutorial/playground page like on vuejs.org/tutorial or svelte.dev/tutorial

    Hi, I am teacher. I want to make a tutorial site like here or svelte.dev/tutorial or vuejs.org/tutorial to teach basic html, css and javascript to my students. Is that kind of tutorial page custom made or part of lms-apps like moodle or something? is it possible for me to selfhost it? preferably on our school's local network? thanks...

    0