GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

Untitled attachment

Download link

Notices where this attachment appears

  1. Embed this notice
    Kit Rhett Aultman (roadriverrail@signs.codes)'s status on Friday, 21-Nov-2025 00:07:38 JST Kit Rhett Aultman Kit Rhett Aultman

    @WrenArcher The thing that's wild about it though is the disconnect. They literally interact with us daily and don't even notice, let alone care. But if they were told we're trans...oh, then suddenly it'd be different. Maybe even worse because we got away with it.

    To hit the double word score, I'm nonbinary and letting people presume I'm a woman is itself a compromise for self protection. And I'm not even on HRT, so what they perceive as woman is really a slight shift in aesthetics.

    In conversation about 9 days ago from signs.codes permalink
  2. Embed this notice
    Futurist Jim Carroll (jimcarroll@mastodon.futurist.info)'s status on Friday, 07-Nov-2025 19:39:04 JST Futurist Jim Carroll Futurist Jim Carroll

    "Never forget, the only one holding back your potential potential is you!" - Futurist Jim Carroll

    We all have potential.

    It's what you do with that fact that matters.

    I know far too many people who give up on their potential. It's easy to do - there are so many things in the way. And yet, by doing so, they never see the potential in their potential. Yes, I mean to use the word twice!

    I know in far too many cases I haven't accomplished what I might have accomplished if I had just pushed a little harder. I'm aware that the potential in our potential can often be one of our greatest untapped assets, and if we recognize it for what it is, we can push ourselves a little further.

    Think about it!

    We all have the potential to chase our dreams.

    To learn new things.

    To try bold ideas.

    To take big risks.

    To develop new skills.

    And in doing so, to achieve our wildest imagination.

    We all have the potential to care about others.

    To serve our communities.

    To stand up for what's right.

    To call out what's wrong.

    To heal and help.

    To help those who are weak.

    And to try to get help from those who are strong.

    And to imagine brighter futures for everyone.

    To persist through setbacks.

    To persevere when tired.

    To overcome the big obstacles.

    And to thrive in the uncertainty.

    To rebuild what's broken.

    To restart after failure.

    To unlearn the bad habits.

    And develop better ones.

    To pivot when needed.

    To prioritize what matters.

    To challenge ourselves more.

    And to believe we can do it.

    To commit to our goals.

    To hope and act.

    To finish what we started.

    And to abandon what we shouldn't have.

    To start when necessary.

    To start right now!

    ----

    Futurist Jim Carroll is a big believer that everyone has potential in their potential!

    **#Potential** **#Dreams** **#Action** **#Perseverance** **#Growth** **#Courage** **#Commitment** **#Goals** **#Believe** **#Start**

    Original post: https://jimcarroll.com/2025/11/decoding-tomorrow-daily-inspiration-never-forget-the-only-one-holding-back-your-potential-potential-is-you/

    In conversation about 22 days ago from mastodon.futurist.info permalink
  3. Embed this notice
    Ramin Honary (ramin_hal9001@fe.disroot.org)'s status on Monday, 20-Oct-2025 10:24:31 JST Ramin Honary Ramin Honary
    in reply to

    @hellomiakoda I have an article on my blog about how to do batch file renaming. If you have a suggestion for me of a specific task (or a class of related tasks) you would like to learn, I’d be happy to write a blog article on how to do it.

    To “learn the terminal” means to study the Bourne Shell programming language, so you learn it the same way you learn any other programming language. This comes down to understanding how the lexer and parser works, then the semantics for things like how to assign and use variables, how to construct procedures, and how to do conditional branch execution. Then you learn the “standard libraries,” which for the Linux terminal means learning how to use commands such as find, grep, sed, awk, and so on.

    Do you understand how the shell does lexing, that is, breaking up a command into tokens? For example, the command:

    echo *|grep '\.txt$'>text-files.csv 2>&1&

    Is broken down into the following tokens:

    1. echo
    2. *
    3. |
    4. grep
    5. '.txt$'
    6. >
    7. text-files.csv
    8. 2>
    9. &1
    10. &

    If you already know that much, you are ready to start learning about conditionals and control flow.

    In conversation about a month ago from fe.disroot.org permalink
  4. Embed this notice
    Linux Is Best (linux_is_best@c.im)'s status on Wednesday, 15-Oct-2025 01:56:03 JST Linux Is Best Linux Is Best

    Windows 10 support is over! ⚠️

    You’ve been a Windows user your whole life. You know where everything is, how it works, and even if it has its flaws, it’s comfortable. The idea of switching to something completely different — like Linux — doesn’t just make you nervous. It scares you.

    So now you're probably wondering: What Linux version should someone like you try — someone who just wants their computer to work and doesn’t want to fight with it?

    The answer is Fedora Linux, specifically the KDE Desktop Edition.

    Why Fedora? Because it’s not just some random free operating system. Fedora is the base that powers big business versions of Linux, like IBM’s Red Hat. It's stable, secure, and backed by companies that care about reliability. Fedora works with many hardware makers, meaning it comes with tons of drivers and firmware included. Whatever you're using — an old laptop, a new PC — there's a very good chance Fedora will just work right after you install it.

    Now, the KDE part is important too. KDE Plasma is the desktop environment that makes Fedora look and feel familiar — almost like Windows. You get a taskbar, a start menu, system settings that make sense, and windows that behave the way you're used to. I once installed Fedora KDE on a computer for someone medically mentally disabled, and even they were able to use it without help. If they could, you definitely can too.

    Fedora KDE includes an app store called Discover, where you can install, remove, and update software just by clicking — no commands, no terminal, no stress. It’s as easy as Windows Update or the Microsoft Store.

    Fedora has been around for over 20 years, and there’s lots of documentation, forums, and even live chat support if you need help. Fedora may be free, but it’s built with professional standards in mind, and stability is something they take seriously.

    If Fedora doesn’t work out for you — for whatever reason — your second-best option is Kubuntu. Kubuntu is basically Ubuntu (another popular Linux option), but with the same KDE Plasma desktop that makes it look and feel like Windows. It’s a solid backup choice. It's not quite as polished or hands-free as Fedora, but it still gets the job done. One advantage Kubuntu has is that it uses DEB packages, which are more commonly found online than Fedora's RPM packages. So if you’re the kind of person who downloads random software from websites, Kubuntu might make that a little easier. That said, Fedora’s app store and repository is so full of software, you might never need to go outside it.

    Now, here’s the important part — the part that could save you a lot of headaches:

    If you’re new to Linux, scared to leave Windows, and just want something that works without effort, do not use Arch Linux or Linux Mint.

    Arch Linux is great — for experts. But it’s not plug-and-play. It doesn’t even come with a desktop environment by default. You have to build everything yourself, step by step, using the terminal. That’s definitely not what you want right now.

    Yes, there are Linux distributions based on Arch that come prebuilt with a desktop and user-friendly tools. But if your goal is stability and not having to touch the terminal, then Arch — in any form — isn’t something you should consider.

    That said, if you want to try something Arch-based, Manjaro Linux is an option. It’s a delayed release of Arch, meaning updates are usually more tested. It also includes basic GUI tools that make things easier for new users. But you're still taking a risk. If you're okay with that, Manjaro might be worth exploring — but it's not the safest starting point for someone scared to leave Windows and just wants things to work.

    Linux Mint is often recommended to beginners — but it really shouldn't be. It’s fine if you want to learn Linux, fix things yourself, and spend time troubleshooting. But that’s not what most people want when switching from Windows. Most want something familiar, stable, and hands-off. In my experience, working in Consumer IT — helping everyday people use computers — Linux Mint almost always led to one outcome: people giving up and going back to Windows. Yes, it has a GUI. But the community around Mint still expects you to learn the terminal. Even when you don’t need it, they’ll tell you to use it. And if something breaks, it might be a problem with Mint, Ubuntu, or Debian — because Mint is a fork of a fork. That just makes things more complicated.

    So take it from someone who’s helped a lot of people try Linux: ignore the hype. If you want something that feels like Windows and just works, Linux Mint is not it.

    To sum it up: Try Fedora KDE first. If that doesn’t work for you, try Kubuntu. But whatever you do, avoid anything expecting you to become a Linux expert on day one. You’re scared — and that’s perfectly okay. The good news is, there’s a version of Linux out there that respects that. Fedora KDE is where you start.

    #Windows10 #Windows #EndOf10 #Fedora #Kubuntu #Windows10Alternative #Linux

    In conversation about a month ago from c.im permalink
  5. Embed this notice
    veff :trash: (veff@poa.st)'s status on Friday, 22-Aug-2025 04:54:43 JST veff :trash: veff :trash:
    in reply to

    @WoodshopHandman Too lazy to rewrite it all, but like I said before, replace "Tao" with "God" and "Master" with "Christ" and these passages resonate a lot with my own understanding of God much in the same way that John describes The Word.

    《The Tao is infinite, eternal. Why is it eternal? It was never born; thus it can never die. Why is it infinite? It has no desires for itself; thus it is present for all beings.

    The Master stays behind; that is why she is ahead. She is detached from all things; that is why she is one with them. Because she has let go of herself, she is perfectly fulfilled.》

    《There was something formless and perfect before the universe was born. It is serene. Empty. Solitary. Unchanging. Infinite. Eternally present. It is the mother of the universe. For lack of a better name, I call it the Tao.

    It flows through all things, inside and outside, and returns to the origin of all things.

    The Tao is great. The universe is great. Earth is great. Man is great. These are the four great powers.

    Man follows the earth. Earth follows the universe. The universe follows the Tao. The Tao follows only itself.》

    《The Master gives himself up to whatever the moment brings. He knows that he is going to die, and her has nothing left to hold on to: no illusions in his mind, no resistances in his body. He doesn't think about his actions; they flow from the core of his being. He holds nothing back from life; therefore he is ready for death, as a man is ready for sleep after a good day's work.》

    《Every being in the universe is an expression of the Tao. It springs into existence, unconscious, perfect, free, takes on a physical body, lets circumstances complete it. That is why every being spontaneously honors the Tao.

    The Tao gives birth to all beings, nourishes them, maintains them, cares for them, comforts them, protects them, takes them back to itself, creating without possessing, acting without expecting, guiding without interfering. That is why love of the Tao is in the very nature of things.》

    《In the beginning was the Tao. All things issue from it; all things return to it.

    To find the origin, trace back the manifestations. When you recognize the children and find the mother, you will be free of sorrow.

    If you close your mind in judgements and traffic with desires, your heart will be troubled. If you keep your mind from judging and aren't led by the senses, your heart will find peace.

    Seeing into darkness is clarity. Knowing how to yield is strength. Use your own light and return to the source of light. This is called practicing eternity.》

    In conversation about 3 months ago from poa.st permalink
  6. Embed this notice
    Bill Reese (reesecommabill@mastodon.cloud)'s status on Wednesday, 06-Aug-2025 10:13:56 JST Bill Reese Bill Reese

    I'm going to be proactive and start making my little Lego soccer guys for teams that I KNOW are followers of mine.

    Atlanta United, Forward Madison, TB Rowdies, Chicago Red Stars… you name it, i'll make it.

    To get a sense of what they look like, here's my etsy page.

    https://www.etsy.com/shop/1996nydesigns

    #MLS #USL #NWSL

    In conversation about 4 months ago from mastodon.cloud permalink
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.