Skip Navigation
Did we kill Linux's killer feature?
  • I mostly stick to things in the repos, if theres something I want that's not yet packaged I package it myself because Gentoo packages are fancy bash scripts with libraries (eclasses) to handle the normal make && make install sort of things for most build systems

  • I successfully installed Gentoo for the first time today!
  • Heres an example, ebuilds are named package-version.ebuild and that version in the filename is used to define variables (such as $P here which is the name-version) to make new versions as simple as copying the ebuild with the new version in the filename.

    use_enable is used to generate the --enable-(option) or --disable-(option) as set by the user.

    For more info, see the devmanual. They're nice relatively straightforward bash like PKGBUILDs, but with the repetitious stuff taken out.

    # Copyright 1999-2022 Gentoo Authors
    # Distributed under the terms of the GNU General Public License v2
    
    EAPI=8
    
    DESCRIPTION="GNU charset conversion library for libc which doesn't implement it"
    HOMEPAGE="https://www.gnu.org/software/libiconv/"
    SRC_URI="ftp://ftp.gnu.org/pub/gnu/libiconv/${P}.tar.gz"
    
    LICENSE="LGPL-2+ GPL-3+"
    SLOT="0"
    KEYWORDS="~amd64 ~ppc ~sparc ~x86"
    IUSE="nls"
    
    RDEPEND="!sys-libs/glibc"
    DEPEND="${RDEPEND}"
    
    src_configure() {
    	econf $(use_enable nls)
    }
    
  • I successfully installed Gentoo for the first time today!
  • one of the reasons I love gentoo is how easy it is to package things for it.

    You know how for pkgbuilds you have to explictly write out the whole configure make make install stuff that pretty much every package uses some variation on? Gentoo abstracts that out to libraries (eclasses) that handle that sort of thing for each build system so you can focus down on anything unique to the package, like build system options.

  • Removed
    yall I heard of this thing called 3 G? Sounds dope how do i update?
  • 3G generally refers to the 3rd generation of cellular communication (the frequencies and ways a phone communicates with cell phone towers). Phones can't really be updated between them, the modems in them are made to support what they support and thats it.

    3G is being shutdown gradually world wide to make room for better 5G speed and coverage. 5G is the newest generation of cell communication.

    3G networks debut in 2001 and 2002. 5G networks started being deployed in 2019.

  • Migrating Instances: Is there a way to compare defederations?
  • https://fba.ryona.agency/ is one website that can help, top search box searches for instances that have defederated from the one you entered, the bottom one lists the instances the one you entered defederated from.

    It only shows full instance level defederation, not blocked communities though

  • Deleted
    Question regarding a small amount of crypto
  • btc is bitcoin yes. coinbase is one of the bigger exchanges so that's fine

    if you live in the USA crypto makes your taxes more complicated; the IRS wants to know when you buy and sell it and how much you got it for just like traditional investments.

  • Can I subscribe to a Mastodon channel on Lemmy?
  • In the meantime, if you want both reddit like and twitter like functionality, checkout kbin. Kbin federates with both lemmy and mastodon and has both magazines (their version of communities) and microblogging (like twitter/mastodon)

  • Enabling secure boot later on
  • eh, its true if you want it to be signed by microsoft, which some projects have forked out for, buut it was put into the spec for x86_64 systems that users can replace the keys. so you can make your own keys, and if you want to dual boot add microsoft's keys to the ok to boot list.

    one of the signed projects is a shim that lets you approve whatever you want more or less; pretty much everything that talks about MOK refers back to this shim. many distributions use this shim

  • What is your opinion on ambush/camping behavior in online games?
  • I'm generally fine with it besides aggressive spawn camping

    not in a shooter, but one of my favorite past times is chilling out camping a route between places with friends and "guild" mates in an mmo and just chatting and drinking while we wait for someone to stumble in. Sometimes people bring enough friends or heavy equipment to make it a fight. Its chill.

  • Recurrent LemmyError [Fixed]
  • mind replying to the OP since most of us are on instances hes (likely accidentally) blocked?

    By setting an allow list hes blocked every other instance not in his list

    https://join-lemmy.org/docs/administration/federation_getting_started.html

    Allowlist: Explicitly list instances to connect to. BlockList: Explicitly list instances to not connect to. Federation is open to all other instances. Open: Federate with all potential instances.

    Federation is enabled by default. You can add allowed and blocked instances, by adding a comma-delimited list in your instance admin panel. IE to only federate with these instances, add: enterprise.lemmy.ml,lemmy.ml to the allowed instances section.

  • Noob question about federation and communities
  • actually, it looks like theres some issue keeping lemmy.world federating properly with lemmy.ml atm. I saw another post mentioning it and checked myself.

    https://lemmy.ml/c/nostupidquestions@lemmy.world shows the most recent post as 2 days ago when there was really a post around 4 hours ago.

    that'd certainly keep new lemmy.world communities from getting pulled in.

    neither server has defederated with the other, so don't expect it to be a permanent issue

  • InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)PH
    phoenix591 @lemmy.phoenix591.com
    Posts 0
    Comments 77