Spyke

Posts

solarpunk·SolarpunkbyGnubyte

I want to get my PC off the grids power; any decent solutions for an apartment that has access to a roof?

As title says. I think my PC is using like a max of 500w when it's juicing but idles for less. I was thinking of using an ecoflow high grade setup for this. Anyone have experience doing something similar?

I might switch to a small micro tower setup by Dell or Lenovo that uses like 120w max. The new Mac minis seem to cap out at 39w though which is crazy.

View original on lemdit.com
lemdit·Lemdit OfficialbyGnubyte

Opening a new community: Federated Ideas (Discussion for apps that should or could be federated, or existing projects)

Hey just an announcement. I can't code everything that comes around but if you have an idea, an existing project, or want to talk about something you're passionate about with federated apps like Lemmy or Mastodon: this is the sublemmy I opened. Fediverse is awesome but there are other apps out there too and even other protocols.

View original on lemdit.com
greentext·> GreentextbyGnubyte

when you see some YouTuber come up on /g/, do you actually fall for the bait?

Do you guys really buy into these self ads for influencers

It's a tale as old as time: YouTuber's PR team or the influencer themselves post the influencers face to /G/ and say "is he our savior?". Then people take the bait and ask who, along with original poster. The person then looks up guys name and watches their YouTube videos.

Somehow 🙄 the mods just don't see or take down the post! As if it's legitimate chatter about some influencer, who isn't tech.

...Do you guys actually fall for this shit?

View original on lemdit.com
technology·TechnologybyGnubyte

If you haven't heard of it - Nostr is a decentralized twitter alt - but uses relays as soft servers

Hey folks. Just wanted to put out a good word about Nostr. I'm finding it to be pleasantly easy to use and very akin to twitter but uses soft servers in the form of relays. Its not quite moving away from servers but where decentralization is happening frequently, its nice to give that liberty back to users.

Anyways its worth a try, here are some web clients. Just make sure to save your PK its basically your login:

https://nostr.com/clients

View original on lemdit.com
lemdit·Lemdit OfficialbyGnubyte

Why Lemdit is great

  • We have a great server host an admin
  • It is cleaned up of morally & legally compromising posts to keep the server out of hot water.

Thanks for hosting us!

Making this post so we have a more positive greeting when you open the Lemmy app or land on the home page ;-)

View original on lemdit.com
programming·ProgrammingbyGnubyte

Relevant again with Federated Software: The Cathedral and the Bazaar

An old publication more relevant now than ever - The Cathedral and the Bazaar. A comparison of software practices in the early 2000s with some retrospective to how great software is built.

I think much of the writing can be applied to today's federated content models.

In particular:

  • The Mail Must Get Through
  • Necessary Preconditions for the Bazaar Style
  • The Importance of Having Users
View original on lemdit.com
technology·TechnologybyGnubyte

[Discussion] Early August - What tech has really garnered your interest as of late?

What tech if any have you found interesting lately?

What tech concerns if any do you have as of late?

Mine:

  • concerned about the google web DRM. I've been digging into android and trying to give stock android a chance again but the DRM stuff makes me want to jump over to iOS for tap to pay + carplay and Graphene/Calyx for my daily internet usage. Android added a builtin ad ID to their phones which makes me pretty uncomfortable.
  • Decentralized Tech, like Radicle, Gitopia, Mango for Git and Ethereum DApps (again). Feels like there is a lot of good that can be done but anything I'd build with ethereum I'd really want to disambiguate from the culture of scam/scam coins. The notion that most successful platforms today are ones people can make a career off of like being an influencer isn't lost on me and I think ethereum offering ways to maybe appeal to that is good.
  • IPFS (interplanetary file system). Love the idea but can't seem to find a good entry point or an easy way to discover content and really understand how a consumer would user this outside of an app providing that contex/gateway for it to connect to
  • Nim Programming language: I love that it looks and reads like lisp/python but compiles like C. I feel like I adopted docker because python and nodejs weren't portable binaries.
View original on lemdit.com
programming·ProgrammingbyGnubyte

[Discussion] Devs and Devops: if you have running containers in production, how are you upgrading those containers?

Hey all!

I'm seeking guidance. I have a lot of apps that use ORMs like Mongoose or Sequelize or Sqlalchemy, or even just init-db scripts with raw SQL. Point is a lot of apps have changes to the data layer. When we program and make apps they tend to describe how they need to see a database. Sometimes its no trivial feat to do an upgrade - and even if you have a CI/CD pipeline in place what does that look like to have something like even lemmy upgrade in a container.

If you have these apps in production how are you handling these apps? Both developer perspective and devops welcomed.

I see the devs offering insight into maybe how the backend recognizes database state, while the devops perhaps either describing process and implementation.

View original on lemdit.com