Skip Navigation
Linux distro for gaming
  • It's been a while since I used Arch, but it was smooth sailing while I did. In general, gaming means Steam, and Steam ships with its own runtime so it is not really impacted by whatever library versions are packaged by the distro. Gaming is a very common use case. You'd have to pick a pretty obscure one to find something where it isn't tested and somewhat streamlined.

  • What are your criteria for choosing an instance other than Lemmy.world?
  • I thought communities synced over instances so if an instance goes down, communities are still accessible. Is this not true?

    This is not true. ActivityPub (the protocol Lemmy instances use to speak with one-another) does not intend to be a redundant, distributed datastore. There are a few reasons for this. One is practical. It needs to be affordable to start a new instance. If the requirements for starting a new instance entail mirroring significant parts of the fediverse (a network of over 2 million users and 22,000 instances) it would be impossible for anybody to do it unless they were Google/Facebook.

    Another has to do with trust. A community has a home. That home is chosen (ideally) because the admins can be trusted. That instance is the universal source of truth for that community. If communities didn't live on a specific instance, they would be vulnerable to various forms of hijacking. The home instance has the final say on who has permission to comment, and who has permission to perform moderator actions. None of these actions could be trusted if they weren't cleared by the home instance first. Third party servers perform basic validataion against the currently known ban list / mod list / etc, but this could easily be spoofed by malicious instances.

    When an instance goes down, it is kind of similar to a netsplit on IRC. A queue of outgoing messages build up on your instance, which can be seen on your instance. Queues of messages queue up on other instances, which can be seen on other instances, but they won't be synchronized until the destination instance returns (this depends specifically on which inbox the messages are directed towards - I'm not particularly familliar with the specific implementation in Lemmy).

    Finally (though not really), ActivityPub isn't designed to be a broadcasting protocol. In the case of Lemmy, and other Reddit-like clones, it effectively acts as such, but it is intended only to send messages to the places they belong. If you post a message and the subscribers to that message only exist on 3 servers, that message ONLY gets sent to those three servers, even though there are thousands of servers in the network (at least, this is how it is supposed to work in theory).

    I might have some details wrong here. I'm more familiar with how Mastodon works (and how it fails) at this point after troubleshooting various problems on my instance.

  • Lemmy.world Hexbear Statement
  • Liberalism has an actual definition, and it is not the colloquial definition used in mass-media to refer to "the left half of what is acceptable."

    Liberalism is an idealist (another word which has a very specific definition) political philosophy which champions private property, constitutionalism, republicanism, rule of law, and free trade. It has a philosophical canon, flowing through writers like Locke, Montesquieu, Mirabeau, Rousseau, Paine, etc. Further economic works, like Smith's "Wealth of Nations," are built on this philosophical underpinning.

    Marxists are materialists. This is in contrast with the idealism of Liberals. While Liberals believe ideas are the force which drives change in the material world, Marxists understand that ideas are just a reflection of the material conditions they emerge from.

    Liberals find themselves banging their heads against the walls of the institutions time and time again, because from their perspective, these institutions are just a reflection of ideas, and as long as the justification for an institution on paper is sound, there is no reason to think it cannot be reformed. An institution like the US Congress, or the Executive Branch is never at fault. It is simply a good institution simply being run by bad people. Marxists (and Anarchists) reject this quite simply, by looking at the material incentives involved, and the long ghastly history surrounding these institutions.

    "Combating liberalism" does not mean being a piece of shit to anybody to the right of Bernie Sanders or Jeromy Corbin. There is a genuine struggle to ensure the new crop of social media platforms don't simply end up defending the legitimacy of the established institutions at the expense of genuine radicals who find themselves at odds with the actual longstanding policy and practices of these institutions. To avoid situations like when mastodon.lol banned CODEPINK, a prominent anti-war organization, for being "Tankies." This is Liberalism, and it should be combated.

  • *Permanently Deleted*
  • For the love of god, listen to some Citations Needed and stop self-congratilating your media literacy because some fucking dork with a website tells you the New York Times and Washington Post aren't biased.

  • Ukraine takes down massive bot farm, seizes 150,000 SIM cards
  • Fuck off. People post all sorts of news on Hexbear. From sources like the US business press, to foreign state media, to individual radical organizations within various countries. Despite the shitposting, we actually do have a modicum of media literacy. We understand that if something is coming from RT, it is obviously going to paint the Russian Federation in a favorable light. We understand that if something is coming from the Wall Street Journal, it is Murdoch slop but needs to be honest about the money. We understand that if something is coming from Telesur, it is sanctioned by the government of Venezuela.

    Still, we have a much clearer picture of what's going on in the world than you do. We don't just browse the whitelist of news sources made available on r/Politics and base our worldview on the congressional kayfabe. We don't just float from headline to headline like a bunch of fucking goldfish. We also study history and political theory. We understand there is a context for all of this shit.

  • *Permanently Deleted*
  • On Discord, you cannot host your own server, and you cannot use any third party clients (without the threat of being banned).

    You can host your own Matrix server, either on physical hardware, or a generic virtual machine you can rent from any number of ISPs. There are over a dozen compatible third-party clients (though many lack full feature coverage).

    In summary, Discord is strictly a service. Matrix is a tool you can apply however you see fit.

  • *Permanently Deleted*
  • Support for groups (i.e. communities on Lemmy) is coming to Mastodon sometime soon.

  • It’s trans adults, too: GOP candidates now back trans medical restrictions for all ages
  • https://en.wikipedia.org/wiki/Institut_für_Sexualwissenschaft

    In the state of Florida, it is illegal for school teachers to tell their students WHICH books the Nazis chose to burn first.

  • It’s trans adults, too: GOP candidates now back trans medical restrictions for all ages
  • Elections aren't going to save us. I will make sure to vote against anybody who has the slightest whiff of engaging in this anti-trans hysteria, but you could hardly describe this place as a democracy to begin with. The desires of the people have absolutely nothing to do with what gets enacted as public policy in this country.

    We need to prepare as if the state will do NOTHING to protect us, and treat any counterexample as a pleasant surprise.

  • Slackware turns 30 today
  • X11 used to require very cumbersome MANUAL configuration, where you would specify the exact parameters of your keyboard, mouse, monitor, and other peripherals. If you accidentally ended up overclocking your monitor it would melt. For at least a decade, it has been able to run with no configuration file at all, but in the 90s/early 2000s you had to produce a unique >75 line xorg.conf file for your specific hardware.

  • Lemmy is so much like email it even brought back spy/tracker pixels
  • You should be aware that the people over at Raddle have a massive grudge against Lemmy and they post shit like this all the time.

    It is true. You can host an image somewhere (i.e. actually run the web server) paste a link to it, and if anybody clicks on it they will show up in your web server's access log. Typically this will include an IP address and a user agent string (indicating OS, browser version, etc.). To mitigate this, Lemmy would need store copies of any media which gets linked here and serve those instead of allowing hot-links. Mastodon does this, but for the same reason it requires hundreds of gigabytes of storage to run a small instance.

  • How should one start using peertube if they want to make videos?
  • I feel like PeerTube hasn't broken through yet in the way Mastodon has, and Lemmy is kind-of broaching on. Mastodon itself is heavy for what it does. I need 8GB of RAM, >600GB of storage, and 2 CPU cores to run a 100 person instance. Lemmy is leaner (as well as some microblog style alternatives to Mastodon like Misskey / Pleroma). Peertube, on the other hand, can only get so lean. Hosting video content is orders of magnitude more intensive than hosting a text-based message board. It is much more costly to do this, and to compete with platforms like YouTube, it is not sufficient for just spin up a single instance. You also need to work out CDNs, caching, load balancing, etc.

    Like Jack said, I'd just find an instance you vibe with and post stuff there, but it will take a lot of resources to grow the network as a whole.

  • Respirator for Resin Printing?
  • AFAIK the problem with resin printing is vapors, not particles. A respirator may help, but it is no substitute for proper ventilation.

  • Facebook turns over mother and daughter’s chat history to police resulting in abortion charges
  • If some fuckstick from Nebraska asked me to snitch on my users for something which isn't a crime in my state, I would simply tell them to fuck themselves, go ahead, and try to have me extradited. If my instance were bordering on a trillion dollars market cap, I'd hire a fucking lawyer.

  • Has vlemmy.net lost its domain name?
  • Or is it usual for people to run instances from their homes using common ISP subscriber variable IP addresses?

    No. That that would be absolutely ridiculous for anything beyond an ephemeral CounterStrike server.

  • Lemmy.ml has now blocked threads.net / Meta
  • Channeling Stallman and referring to the Windows 32 bit Application Programming Interface as lose32 instead of win32.

  • How do you feel about Threads?
  • Federation is managed at an instance level, by the administrators of that instance. Instances can take either an accept-list approach or a block-list approach. As an end user, you choose to de-federate from it by choosing an instance which de-federates from it (or by running your own instance). The moderation / personal block tools on Lemmy aren't as sophisticated right now as they are on Mastodon, but ideally you should also be able to personally block instances from accessing your account as well.

    A lot of third party communication occurs on the Fediverse though. If a community is hosted on server A, you come from server B, and another user comes from server C, it is reasonable to ask if server A will just hand server B's content (replies, votes, etc.) to server C. On Mastodon, this is the default behavior, unless an instance enables the "Authorized Fetch" option. I am not sure how this works on Lemmy.

    For the meantime though, Threads is focused on the microblogging format of social media, and compatibility with Mastodon in particular. Lemmy is probably less at risk. But you should still treat every public post like it is truly public. People run scrapers. People run bots. People can take snapshots on archive.org. Federated platforms are no different in this regard.

  • How can I get followers on Mastodon?
  • Step one: Post

    Post cool / funny / poignant shit which isn't just pictures of your lunch. Lunchposters are the bottom of the barrel. At least post pictures of your cat. Same goes for Free Software. Free Software is great, but when you're joining a Free Software social network, you don't want to be the millionth guy posting about ArchLinux or Emacs every day. This is the quickest path of turning free social networks into ham radio (which is also great), where a bunch of boomers get on the radio and talk to each other about their radios.

    Step two: Network

    Find cool people. This is more difficult without an AlGoRiThM, but try out different hashtags (which you can also follow), dive into the local/federated feeds and try to find one or two people to follow at a time.

    Step three: Engage

    If you have a good bit or meme (or insight, even) that's relevant, engage. Don't be a reply-guy though. Don't fall into the trap of just showing up in the mentions of the same 5 people every day. Never stop posting your own shit, even if it gets little engagement initially. No one will follow you when they are guaranteed to see your dogshit posts below the person they actually care about anyway. Follow back the people who follow you. When one of your posts really takes off and gets a lot of likes, look for the people who scrolled your profile and liked the shit you actually care about instead of whatever random meme that you got trending. Those people are your most powerful allies.

    You get likes (and discovery) from making insightful replies, but you will only get follows if you are posting interesting stuff of your own.

  • How do you feel about Threads?
  • The only reason Threads has 30 million users right off the bat is because they leveraged their monopoly position with Instagram to push their users to Threads. It is absolutely no different from how Microsoft leveraged their monopoly position with Windows to push their users to Internet Explorer in the 90s.

    Facebook has a long history of buying out any firm which poses the threat of competition. Peter Theil, the literal fucking vampire who sits on their board, has made very blunt remarks about this. They bought out Instagram and WhatsApp for this very reason. Make no mistake. To Facebook, the Fediverse is competition. Every minute spent on Lemmy, Mastodon, PixelFed, and other AGPL federated platforms is a minute lost from the commercial attention economy. Every user who makes the switch is a user which isn't feeding them a steady stream of marketing data. Every user who makes the switch is lost ad revenue.

    Facebook cannot buy the Fediverse the same way they bought Instagram. Instead, they will join it and apply incredible pressure to influence it in directions which are not harmful to their bottom line, and once the threat is neutralized, they will drop it like a hot turd. It could't be any more obvious what their intentions are, but a lot of the tech bro dipshits still think a "wait and see" approach is warranted, including Eugen (initial creator of Mastodon) himself.

    This guy made a blog post this morning saying that Mastodon is different from XMPP. XMPP was only used by a bunch of nerds and that's why it died. It had nothing to do with Google employing the classic "Embrace, Extend, Extinguish" strategy. Meanwhile like 75% of people on Mastodon have their fucking Linux distro in their bio (gentoo gang, btw).

    We might have gotten lucky with a handful of these "Benevolent Dictators For Life," but only WE can create a network which is liberating and empowering. Nobody is going to deliver it for us.

  • Meta and Mastodon – What’s really on people’s minds? - Ian Betteridge
    ianbetteridge.com Meta and Mastodon – What’s really on people’s minds?

    ​ There has been a lot of chatter about the decision of some instances on Mastodon to pre-emptively block Meta’s purported new ActivityPub-compatible service: Dare Obasanjo: It’s a weird own …

    Meta and Mastodon – What’s really on people’s minds?

    Ian Betteridge (of the "Betteridge's Law of Headlines") opines on the recent Meta (Facebook) / Fediverse controversy.

    17
    My bootstrapping init.el

    ```;; ~/.emacs.d/init.el

    ;;; Package Management ;;;; Bootstrap straight.el (defvar bootstrap-version) (let ((bootstrap-file (expand-file-name "straight/repos/straight.el/bootstrap.el" user-emacs-directory)) (bootstrap-version 5)) (unless (file-exists-p bootstrap-file) (with-current-buffer (url-retrieve-synchronously "https://raw.githubusercontent.com/raxod502/straight.el/develop/install.el" 'silent 'inhibit-cookies) (goto-char (point-max)) (eval-print-last-sexp))) (load bootstrap-file nil 'nomessage))

    ;;;; Select And Install Managed Straight Packages (defvar straight-package-list '(auto-complete company company-box darktooth-theme dap-mode doom-modeline ebuild-mode fill-column-indicator flycheck gdscript-mode helm lsp-mode lua-mode magit mood-one-theme no-littering outshine prettier-js rustic silkworm-theme solarized-theme suscolors-theme tide use-package web-mode xresources-theme yaml-mode zenburn-theme ))

    (dolist (package straight-package-list) (straight-use-package package))

    ;;;; Install Packages Directly From Repositories (use-package arc-dark-theme :straight (:host github :repo "cfraz89/arc-dark-theme"))

    (use-package ligature :straight (:host github :repo "mickeynp/ligature.el"))

    ;;; General Emacs Settings ;;;; Memory Management (setq gc-cons-threshold 100000000) (setq read-process-output-max (* 1024 1024)) ;; 1mb

    ;;;; Extra search paths (add-to-list 'load-path "~/.emacs.d/lisp/")

    ;;;; Do Not Litter (require 'no-littering)

    ;;;;; Backups (setq backup-directory-alist ((".*" . ,(no-littering-expand-var-file-name "backup/")))) (setq auto-save-file-name-transforms ((".*" ,(no-littering-expand-var-file-name "auto-save/") t)))

    ;;;;; Customizations (setq custom-file (no-littering-expand-etc-file-name "custom.el")) (if (file-exists-p custom-file) (load custom-file))

    ;;;; User Interface (setq frame-title-format (concat "%b - Emacs " emacs-version)) (setq inhibit-splash-screen t) (menu-bar-mode -1) (tool-bar-mode -1) (when (display-graphic-p) (scroll-bar-mode -1)) (column-number-mode t) (setq mouse-wheel-scroll-amount '(1 ((shift) . 1) ((control) . nil))) (setq mouse-wheel-progressive-speed t) (setq warning-minimum-level :error)

    ;;;;; Mode Line (setq doom-modeline-buffer-file-name-style 'buffer-name) (doom-modeline-mode 1)

    ;;;;; Font and Theme ;;(setq-frame-font "firacode 8" nil t) (add-to-list 'default-frame-alist '(font . "firacode-8")) (setq custom-safe-themes t)

    (setq solarized-use-variable-pitch nil solarized-scale-outline-headlines nil solarized-scale-org-headlines nil)

    (when (display-graphic-p) (load-theme 'zenburn) (setq zenburn-scale-org-headlines t))

    ;;;; Editing (setq-default fill-column 80 indent-tabs-mode nil truncate-lines t tab-width 4) (setq yank-excluded-properties t)

    ;;; Text Modes ;;;; Text Mode (add-hook 'text-mode-hook (lambda () (turn-on-auto-fill) (flyspell-mode 1)))

    ;;; Programming Modes ;;;; General (defvar indent-width 2 "Preferred indentation width for all configured programming modes") (setq-default company-tooltip-align-annotations t)

    (defun setup-prog-mode () "Custom setup function for prog mode" (interactive) (show-paren-mode 1) (company-mode)) (add-hook 'prog-mode (lambda () (setup-prog-mode)))

    ;;;; C / C++ (setq-default c-default-style "stroustrup" c-basic-offset indent-width)

    (defun setup-c-mode () "Custom setup function for C/C++ modes" (interactive) (lsp))

    (add-hook 'c-mode-hook 'setup-c-mode) (add-hook 'c++-mode-hook 'setup-c-mode)

    ;;;; Rust (setq rustic-lsp-server 'rust-analyzer) (setq rustic-indent-offset indent-width)

    ;;;; Web ;;;;; Formatting (setq-default web-mode-code-indent-offset indent-width web-mode-attr-value-indent-offset indent-width web-mode-markup-indent-offset indent-width web-mode-css-indent-offset indent-width typescript-indent-level indent-width js-indent-level indent-width css-indent-offset indent-width web-mode-auto-quote-style nil web-mode-auto-close-style nil)

    ;;;;; TIDE Mode (Typescript IDE) (defun setup-tide-mode () "Setup function for tide." (interactive) (tide-setup) (flycheck-mode +1) (setq flycheck-check-syntax-automatically '(save mode-enabled)) (eldoc-mode +1) (tide-hl-identifier-mode +1) (company-mode +1))

    ;;;;; Web Mode (add-to-list 'auto-mode-alist '("\\.[jt]sx\\'" . web-mode)) (defun setup-web-mode () "Setup function for web-mode." (interactive) (when (string-match-p "[tj]sx" (file-name-extension buffer-file-name)) (setup-tide-mode)))

    ;;;;; Hooks (add-hook 'js-mode-hook #'setup-tide-mode) (add-hook 'typescript-mode-hook #'setup-tide-mode) (add-hook 'js-mode-hook 'prettier-js-mode) (add-hook 'typescript-mode-hook (lambda () (setup-tide-mode))) (add-hook 'web-mode-hook (lambda () (setup-web-mode)))

    ;;;; Python (add-hook 'python-mode-hook (lambda () (setq indent-tabs-mode t) (setq tab-width indent-width) (setq python-indent indent-width)))

    ;;;; Emacs Lisp (add-hook 'emacs-lisp-mode-hook (lambda () (setup-prog-mode) ;; Use outshine mode for init file (when (buffer-file-name) (when (file-equal-p user-init-file buffer-file-name) (outshine-mode) (outline-hide-body))))) (add-hook 'ielm-mode-hook 'setup-prog-mode)

    ;;; Tramp (setq tramp-default-method "ssh")

    ;;; Version Control (setq vc-follow-symlinks t) (global-set-key (kbd "C-x g") 'magit-status)

    ;;; Programming Ligatures (setq prog-ligatures '("++" "--" "&&" "||" ; Arithmetic "+=" "-=" "=" "/=" ; Arithmetic assignment "%=" "|=" "&=" "^=" "->" "=>" "::" ; Scope "==" "!=" "<=" ">=" ; Comparison "//" "///" "/" "*/" ; Comments "\n" "\\" ; Escaped characters "<<" "<<<" ">>" ">>>" ; Shifts "<<=" ">>=")) ; Shift assignment

    (setq rust-ligatures '(".." "..." "..=")) ; Ranges

    (setq html-ligatures '("</" "/>" "</>" ; Tags "<!--" "-->" ; Comments "**" "===" "!==" "?.")) ; JavaScript

    (setq lisp-ligatures '(";;")) ; Comments

    (ligature-set-ligatures 'prog-mode prog-ligatures) (ligature-set-ligatures 'rustic-mode rust-ligatures) (ligature-set-ligatures '(web-mode html-mode js-mode typescript-mode) html-ligatures) (ligature-set-ligatures 'emacs-lisp-mode lisp-ligatures) (global-ligature-mode) ```

    0
    a community for the podcast chapo trap house @lemmy.ml PorkrollPosadist @lemmy.ml
    Folks. Chapo.chat is here.
    0
    PorkrollPosadist PorkrollPosadist @lemmy.ml

    Hexbear enjoyer, absentee mastodon landlord, jack of all trades

    Talk to me about astronomy, photography, electronics, ham radio, programming, the means of production, and how we might expropriate them.

    He/Him

    Posts 5
    Comments 113