fmstrat

joined 1 year ago
[–] fmstrat@lemmy.nowsci.com 1 points 19 hours ago (4 children)

Other than memory size, why do people prefer xfce these days? I use it in https://nowsci.com/webbian/ to keep image size down, but use Gnome on my machines.

[–] fmstrat@lemmy.nowsci.com 18 points 19 hours ago (8 children)

The interesting part to me is that you can watch football even when/if you can't play football, but you could be gaming instead of watching.

[–] fmstrat@lemmy.nowsci.com 45 points 19 hours ago* (last edited 19 hours ago) (6 children)

This is not at all surprising. Almost all hobbies and sports are like this.

The only difference that makes this interesting is the fact that you could be gaming while watching about gaming, which is untrue for many other hobbies.

 

It has fInally happened. And Technology Connections approves.

[–] fmstrat@lemmy.nowsci.com 2 points 4 days ago

Yea, was a huge fan back in the glitter bomb days, but now his videos are.. boring. He needs to go back to his maker/engineer roots, IMO. On-the-bench projects.

[–] fmstrat@lemmy.nowsci.com 1 points 4 days ago (1 children)

React Native is big because ot was first. Stats I've seen show new apps leaning towards Flutter since Dart compiles native, unlike RN. RNs native parts are written in Java, and personally I've found Flutter to solve all the issues I had with RN.

For instance, large image galleries were simple in Flutter, and required all kinds of memory management in RN.

That being said, I still like RN a lot, so don't take this as me bashing on it.

[–] fmstrat@lemmy.nowsci.com 30 points 4 days ago

I'm curious on this, why? There are many people in Russia who disagree with what is happening, but have no way to access information without monitoring or censorship. This is what Tor was made for.

[–] fmstrat@lemmy.nowsci.com 4 points 4 days ago (3 children)

Good luck then, with that stack you'll likely be working alone as contributors typically drive forwards Flutter these days. But it sounds like you're doing this to learn anyway, which is great.

Personally I use Thunder and added the two column view for tablet, had considered PRing a web and/or desktop compilation to see how it looks, but realized I never used it. I don't even have a standard web UI up ony server all the time.

[–] fmstrat@lemmy.nowsci.com 3 points 5 days ago (5 children)

What stack do you want to be working in?

[–] fmstrat@lemmy.nowsci.com 7 points 5 days ago

One person saw it? And a photograph? Surprised there is not more questions about it being staged.

[–] fmstrat@lemmy.nowsci.com 3 points 5 days ago

GIMP. Need I say more?

[–] fmstrat@lemmy.nowsci.com 6 points 5 days ago

Yup, I've been using Codeberg more over the past months.

[–] fmstrat@lemmy.nowsci.com 1 points 1 week ago

Oh, I mirror my root drives. So:

  • 2 drives with 3 partitions each (/boot, /root, swap)
    • Root and boot are mirrored software RAID
    • Root and swap are encrypted with LUKS
    • Swap is big enough to hibernate to
    • SSH server installed in init.d boot, so I can SSH in to enter thr LUKS password
  • Storage drives in a RAIDZ with the encryption key stored on the root partition
 

All the posts about Reddit blocking everyone except Google and Brave got me thinking: What if SearNGX was federated? I.E. when data is retrieved via a providers API, that data is then federated to all other instances.

It would spread the API load out amongst instances, removing the API bottlenecks that come from search providers.

It would allow for more anonymous search, since users could cycle between instances and get the same results.

Geographic bias would be a thing of the past.

Other than ActivityPub overhead and storage, which could be reduced by federating text-only content, I fail to see any downside.

Thoughts?

 

Almost 30 more minutes of dishwasher.

 

Hi all, I'm a Lemmy FOSS app contributor that's made a couple of tools for people starting small instances including Lemmy Community Seeder (LCS) for building content on new server's All Feeds and Lemmy Post Purger (LPP) for clearing old posts on smaller instances.

Today I'm releasing Lemmy Defederation Sync (LDS). When launching a new Lemmy instance, administrators may not understand the necessity of defederation with problem instances. Using LDS, you can sync your instance's "blocked instance" list with that of another server(s) whose admins you trust.

 

I've never had an issue once its set up. Just a 16GB LUKS partition alongside my normal LUKS partition, a small edit to /etc/crontab so I only have to enter the password once, set the RESUME variable, add to fstab, and rebuild init. This method even works with suspend-then-hibernate on every laptop I've used it with.

This would take 5 seconds at install time, but instead you have to install, reboot to the live USB, shrink LV, shrink PV, shrink LUKS, shrink partition, repartition, grow LUKS, grow PV, grow LV, and finally set up the swap partition as above.

Am I the only one? Does anyone else use encrypted drives and hibernate?

 

When launching a new Lemmy instance, your All feed will have very little populated. Also as a small instance, new communities that crop up may never make their way to you. LCS is a tool to seed communities, so your users have something in their All feed, right from the start. It tells your instance to pull the top communities and the communities with the top posts from your favorite instances.

How to run manually and in docker is included in the repo.

Let me know if there's anything anyone needs it to do and I'll see if I can fit it in. I'm going to work on a "purge old posts that are unsaved and not commented on by local users" first, since small instances are sure to run out of disk space.

view more: next ›