There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

kbin.life

jon , to selfhosted in Interested in setting up an instance with a spare laptop
@jon@lemmy.tf avatar

Small instances don’t seem to require anything major, I’m running mine on a VM with 4c/6gb ram/256gb disk with no issues- it’s just a few Docker pods. Just make sure you use a dynamic DNS provider if you’re hosting from home, as valid SSL is required to connect to the federation.

bitrate ,

Any concerns you that you may attract attention to your network? I’m interested in doing the same thing you are.

mattchu_c ,
@mattchu_c@lemmy.world avatar

You could also get a second static IP address from your ISP to keep it separate from your home network.

Brunbrun6766 , to newcommunities in A community for Animal Crossing New Horizons
@Brunbrun6766@lemmy.world avatar

Subbed!

Father_Redbeard , to asklemmy in For everyone new to Lemmy, how are you finding the experience?
@Father_Redbeard@lemmy.ml avatar

People are much friendlier here, so far.

SuspiciousUser ,

It feels like my experience on Mastodon after Twitter imploded. Hopefully it lasts.

lvxferre , to gaming in What are some of your LEAST favorite game mechanics?
@lvxferre@kbin.social avatar

I'm not a big fan of fishing mechanics, they're usually shallow "press button at random signal, get a random prize" mechanics.

Also escort missions where the NPC being escorted does not understand that it should protect its own life. I don't mind repeating a mission due to my own mistakes, but I don't want to do it because some AI went potato.

koopacha ,
@koopacha@beehaw.org avatar

nah man fishing mini games are THE SHIT

it’s not about gameplay it’s about vibes It’s just so calming

lightrush , to linux in What are your thoughts on the upcoming COSMIC DE?
@lightrush@lemmy.ca avatar

Skeptical. Writing a graphical UI toolkit is a freight train of work. I’m positively curious about anything that’s not GTK but I’m not sure going with a new toolkit is the right decision. Qt is the mature kid on the block that’s been proven in more environments than I can count. Moreover it’s a complete application framework with a ton of convenience libraries needed for speedy development already included. I guess those can be supplanted in the form of separate Rust libs. Personally I’d have gone with Qt for such a project but I’d be happy to be proven wrong.

kartonrealista ,
@kartonrealista@lemmy.world avatar

This is coming from personal experience/opinion, but after trying to create a simple app in GTK4 Rust bindings I was so confused because of how alien the programming style was compared to typical Rust programming. After trying Iced it was much simpler and made so much more sense, no silly decorators or anything, you can define the view and the update loop separately, and interactions are handled by messages using pattern matching. The inheritance based OOP doesn’t work well with Rust, and Iced has none of it, because it was made for Rust specifically.

I’m guessing QT bindings are similarly in a different style of programming and can’t imagine that meshing well with native Rust code. Iced has a lot of merits to it and having the opportunity to both help it develop and use a native Rust framework in a Rust project makes a lot of sense.

a_random_fox , to asklemmy in What's your favourite webcomic?
@a_random_fox@lemmy.ml avatar

I don’t have a single favorite one, so here is a top three, in no particular order:

Freefall The first webcomic i read, started in 1998 and still updating three times a week.

El Goonish Shive Another longrunner, started 2002 and still going. Helped me with figuring out some gender stuff.

How to be a werewolf Newest one on the list, starting in 2015, also still going.

open_world , to linux in What are your thoughts on the upcoming COSMIC DE?
@open_world@lemmy.ml avatar

I’m incredibly interested in COSMIC DE! For multiple different reasons, actually.

  1. Rust - I’m very interested to see how performant/memory-efficient this DE will be compared with other DEs. Also, I wonder how the Iced toolkit will evolve and be adopted in other projects.
  2. Benefits over GNOME - I’m looking forward to seeing how much out-of-box customizability and features come with COSMIC over GNOME (which I’m currently using).
  3. Maintainability going forward - Since the DE basically started from scratch and is using a much better language for robust software, I wonder how much easier and faster it would be to maintain the desktop environment. This potential improved maintainability could be huge in overtaking other DEs sometime soon.
morrowind ,
@morrowind@lemmy.ml avatar

How is rust more memory efficient than c or c++?

apt_install_coffee ,

It’s not, perhaps they meant memory-safe?

The DE might be more memory efficient given the hindsight and freedom a fresh slate brings, but not strictly due to rust.

mmstick ,
@mmstick@lemmy.ml avatar

There’s several things that make Rust more ideal for writing software that makes efficient use of resources than C or C++.

One of these is how cumbersome it is to use tagged unions in C/C++. They’re integrated as a first class citizen in Rust in the form of enums, and both the standard library and all Rust projects as a whole utilize them extensively. An example would be the Cow<'a, T> type. The compiler also has some clever tricks like zero-sized types which can reduce the size of types which contain them.

On the surface, the borrowing and ownership model is useful for guaranteeing memory safety. Yet if you take that a step further, it’s the perfect tool for finely optimizing resource usage with confidence. In comparison, defensive programming practices are the norm in C and C++ because resource management is risky. So applications written in Rust are more likely to be better optimized.

open_world ,
@open_world@lemmy.ml avatar

And the GNOME project doesn’t just use C/C++ right? It uses Javascript for developing all sorts of components and Python for scripting/misc utilties. That’s what I meant by more memory-efficient.

Nuuskis ,

Hey, do you have plans to open any communities into Lemmy?

mmstick ,
@mmstick@lemmy.ml avatar

We created kbin.social/m/pop_os

I haven’t been able to contact the owner of lemmy.ml/c/pop_os

russjr08 ,
@russjr08@outpost.zeuslink.net avatar

If the author of the community isn’t responding, I believe you can pop a request over at lemmy.ml/c/community_requests to have it transferred to you.

backpackn , to books in Do you make markings in your own books?

Yes I mark mine up, surprised so many here don’t. I used to be a person that never did, but heard some people on podcasts highly recommend it, and I also began wanting to take notes. I think it adds value to the book on a re-read if you do it cleanly. I underline the first and last word of the highlight, with a curly bracket in the margin to indicate the area (sometimes a comment added), and a small plus sign in the top right corner to indicate which pages are noted. Then I can flip through when finished and dictate the notes to my computer. But they also make sticky tabs for page notes if you don’t wanna mark books up. I do have some visual or big coffee table books, like Poor Charlie’s Almanack, that I don’t want to mark up inside.

AngularAloe , to gaming in What are some of your LEAST favorite game mechanics?

Combo attacks - I’m not coordinated to hit the buttons in order fast enough. I tried Black Desert when it was free and this was the dealbreaker for me, though it wasn’t the only thing that bugged me about the game.

Classy , to pics in Bumblebee on a thistle
@Classy@lemmy.world avatar

Gorgeous photo! Looks like an eastern carpenter bee on perhaps a sow thistle?

Time to get a good solid botanical society going on this platform.

kersploosh , to asklemmy in Users of Lemmy, would you rather be called a "Lemmyer" or a "Lemon"? Or something else?
@kersploosh@sh.itjust.works avatar

Lemming, Lemster… El Lemarino if you’re not into the whole brevity thing.

howdy , to futurama in We can definitely escape
@howdy@thesimplecorner.org avatar

No good! It’s full of steam!

Awa ,
@Awa@lemmy.world avatar

The butter in my pocket is melting

howdy ,
@howdy@thesimplecorner.org avatar

My lead pipe hurts…

linearchaos ,
@linearchaos@lemmy.world avatar

All the hypochondriac is back what is it this time?

howdy ,
@howdy@thesimplecorner.org avatar

That’s normal… Next patient!

jared213 , to futurama in Welcome to the World of Tomorrow!!!

Good News Everyone!

bionicjoey , to gaming in Is this a fine place to talk about table top RPGs?

There’s “rpg” on both lemmy.ml and lemmy.ca.

Tatar_Nobility , to books in How many of you are using Bookwyrm (federated alternative to Goodreads)?

While the initiative is very well appreciated, I don’t like using social platforms for the purpose of reading. I used to have a goodreads account but I deleted it and replaced it with an offline app, openreads, which offers basically everything I need to organize my hobby.

I just don’t need most of what online platforms have to offer.

Andreas ,
@Andreas@feddit.dk avatar

Agreed, sort of. I use Bookwyrm but I don’t get the appeal of “social reading”. I don’t discuss books with others because my taste in books is lame, my opinions are usually controversial among book enthusiasts and I would rather not have people looking at what I read. Bookwyrm is also apparently much more expensive to run per user compared to most federated services so I feel bad for costing the instance admin money. But I don’t want to switch to a completely offline or personal instance because I like being able to sync across multiple devices and get book recommendations from the larger instance’s database.

This comment also reminds me that my reading has been paused for several months and I should get back to it.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • lifeLocal
  • goranko
  • All magazines