Posts

This profile is from a federated server and may be incomplete. Browse more on the original instance.

thegreybeardofthetree, to openSUSE

@linux Sharing a 'small' inconvenience I had to fix with (I suspect is the same) - I couldn't launch snaps (spotify, bitwarden) after update - error was: cannot determine seccomp compiler version in generateSystemKey fork/exec /usr/lib/snapd/snap-seccomp: no such file or directory

The fix (I first tried re-installing, didn't work) was to:
a. locate snap-seccomp - was in /usr/libexec/snapd
b. symlink: ln -s /usr/libexec/snapd /usr/lib/snapd

Vendetta9076,
@Vendetta9076@sh.itjust.works avatar

But snap is cringe

bravemonkey,

This is why I prefer using Distrobox on my personal computer. No package for Signal-Desktop? No problem, run it through a Debian container using Distrobox.

thegreybeardofthetree, to openSUSE

How do you pronounce 'Suse'?

Ans: Soo-sah

Didn't know that. I always see-sawed between soo-zay and soo-zee.

https://www.youtube.com/watch?v=nLdexZlVkAY

kytta,
@kytta@fosstodon.org avatar

@thegreybeardofthetree since they're German, I've been (and will be) saying [zuːzə] (ZOO-zeh) :P

thegreybeardofthetree, to threads

Cool to see @potus on would have been cooler to see it on a dedicated instance.

mpjgregoire,
@mpjgregoire@cosocial.ca avatar

@thegreybeardofthetree It's a step in the right direction.

thegreybeardofthetree, (edited ) to lemmy

#experiment tagging @mozilla @mozilla @firefox @firefox to see if this post shows up on #lemmy .

Apparently your mastodon posts show up on Lemmy under the right circumstances (tagging a Lemmy community). 🤞

Edit: if I remove the tagging, will the post magically disappear from Lemmy too?

Edit:
For mastodon users wondering about this, here's the corresponding Lemmy thread: https://lemmy.ml/post/13358920

Mastodon thread for Lemmy users: https://fosstodon.org/@thegreybeardofthetree/112120405122806398

Ref: https://social.vivaldi.net/@bittin/112118062570031583

pseudo, (edited )
@pseudo@jlai.lu avatar

Hi, wanna do experiment across the fediverse? Here is a community dedicated to that: !testfediverse

From my experience with Miskey forks, which behave almost like mastodon, to post from the twittoverse to Lemmy, you need to make sure the community is federated to your instance. To do that, open it like using the same url pattern for a remote user. Example with Sharkey : go to sharkey.world/@firefox.

Then write a note with a mention to the community just like it was a user. Do not mention more than one community because it will post only on one.

The first paragraph will be repeated as you title so avoid mentions and hashtags there.

On !testfediverse we have tutorial on how to do that and also how to post from Lemmy to Mastodon. It is in french but you could use a translator or ask mods for advice.

Have fun with the fediversion!

possiblylinux127,

Hello there!

thegreybeardofthetree, to Facebook

Tip of the day: set your #browser to open links #incognito by default. I have friends sending #facebook #instagram #youtube links to share funny stuff they find online. I typically used #duckduckgobrowser as my default on my phone. However, #firefox displays stuff much better, particularly sites like #lemmy . So I set my firefox settings to open #private by default.

Next: my #linux machine. Easy.

New desktop entry: incognito.desktop in /usr/share/applications -> default browser.

thegreybeardofthetree, to Signal

It is hard how hard it is to convince friends and family to use instead of , , .

The only reason I keep those apps around is to stay in touch, but I really dislike the .

BWPanda,

@thegreybeardofthetree Sometimes family is more important than #privacy. Sometimes.

madargon,
@madargon@is-a.cat avatar

@BWPanda @thegreybeardofthetree I did it this way I have only Signal. My family members independently learned it exists and downloaded it. (happened without my direct actions)

thegreybeardofthetree, to journalism

I've been printing custom this year for posting to family and friends. has been a great resource. What are done other great resources you've used for pictures?

is also pretty good.

https://search.creativecommons.org/

thegreybeardofthetree,

@adamsdesk mine is just hobby printing custom cards to give to family and friends during holiday season, but I don't want to infringe usage rights. Since I'm not selling cards, I don't have any intent of buying pictures though. I think is paid?

adamsdesk,
@adamsdesk@fosstodon.org avatar

@thegreybeardofthetree Well then this is fine to use. Pixabay is free, I use it every week for non-commercial reasons such as website and greeting cards.

thegreybeardofthetree, to science
xahteiwi,
@xahteiwi@mastodon.social avatar
thegreybeardofthetree, to random

https://barely-managing.bearblog.dev/career-development-part12/

As someone who has managed people, this has always been my take as well.

I've seen less of this in managers, and would love for this to be the norm.

thegreybeardofthetree, to openSUSE

I'm no longer tumbling, I'm rolling slowly. https://en.opensuse.org/openSUSE:Slowroll

thegreybeardofthetree, to ubuntu

I've settled down a bit after an initial adventure ever since starting worrying me. Here's what I've settled down on now, after experimenting with different setups:

  1. and on my primary and experimental laptops
  2. to synchronize dotfiles
  3. to manage command line utilities across distros with
    4.i. + + preferred on
    4.ii. on

is very cool....

AngryAnt,
@AngryAnt@mastodon.gamedev.place avatar

@thegreybeardofthetree Yea unfortunately that's not there. It's one I really miss.

thegreybeardofthetree,

@AngryAnt it's a feature I want so much that I'm tempted to hack at the code (looked fairly well factored on a cursory look) to add the feature.

I'm not an expert, and know close to nothing about window management, so don't get your hopes up. But it is interesting personally: best case - I i get the feature and contribute, worst - I get to examine the architecture of a bunch of window managers.

thegreybeardofthetree, to linux

Happy 32nd birthday

thegreybeardofthetree, to NixOS

users, what's your favorite thing about it?

I installed it on my second laptop yesterday, then went running back to for now. My curiosity has been piqued though.

Observations:

  • declarative system (users, packages was as far as I got)
  • homegrown, but hard to learn configuration language
  • is the only configuration GUI, but didn't launch (crashed) for me, even after enabling

Two very interesting flows:

  • desktop setup as code
  • reproducible environment
AngryAnt,
@AngryAnt@mastodon.gamedev.place avatar

@thegreybeardofthetree 1) I write the config and then I don’t need to care about it again until I need to make a modification I want. It just keeps running through updates and upgrades.

  1. If I need to figure out how some part of an install is set up, I just go to that same configuration path and read from there - no need to probe at package lists and read through disparate config files all over the place.
benjaminhollon,
@benjaminhollon@fosstodon.org avatar

@johanneskastl @thegreybeardofthetree
I think that may be the resource I mention later in this thread but couldn't remember the link to!

thegreybeardofthetree, to random

I had a long, discussion with someone today about security vs. security.

While my philosophy has always been that you should follow best practices - keep your system updated regularly, close your firewall, don't install from untrusted sources, this person argued about the insecurity of the xserver (no debates there besides mentioning Wayland).

He couldn't recall specifics when pressed, and promised to circle back. Not a troll, he uses Linux as his driver since 02

Nouvanity,
@Nouvanity@fosstodon.org avatar

@thegreybeardofthetree xserver is as dead as a project can be, with most of the recent merges having to deal with xwayland as the developers moved on wayland. By default, xorg was never designed for security in mind, an example of this is that every application on xorg can see every input, even if its on another window. The reason people say wayland is more secure is because it tries to sandbox everything, even to its detriment (take screen recording for example).

thegreybeardofthetree,

@Nouvanity both of us agreed during the discussion that is dated and wasn't designed with in mind. is a completely different story, and gaining adoption - defaulting to on Wayland for example. I think is on its way there too.

The bigger discussion left me wondering if I was missing anything. I think the common attack surfaces for most users are:

  • social engineering
  • bad browser plugins
  • browser compromises
  • Trojans
    Nothing specific.
thegreybeardofthetree, to random

Falling blocks game in plymouth - https://brej.org/blog/?p=409

itsthejoker,
@itsthejoker@fosstodon.org avatar

@thegreybeardofthetree database error 😔

thegreybeardofthetree,

@itsthejoker try refreshing the page. I found it today trying to read up on themes. I found Charlie Brej's content to be very easy to follow (linked page is his too), but I kept getting 'database error' on first try - reload seems to fix!

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • mdbf
  • ngwrru68w68
  • modclub
  • magazineikmin
  • thenastyranch
  • rosin
  • khanakhh
  • InstantRegret
  • Youngstown
  • slotface
  • Durango
  • kavyap
  • DreamBathrooms
  • JUstTest
  • GTA5RPClips
  • tacticalgear
  • normalnudes
  • tester
  • osvaldo12
  • everett
  • cubers
  • ethstaker
  • anitta
  • Leos
  • cisconetworking
  • provamag3
  • lostlight
  • All magazines