technology

24315 readers
475 users here now

On the road to fully automated luxury gay space communism.

Spreading Linux propaganda since 2020

Rules:

founded 5 years ago
MODERATORS
1
19
Hexbear Code-Op (hexbear.net)
submitted 1 year ago* (last edited 1 year ago) by RedWizard@hexbear.net to c/technology@hexbear.net
 
 

Where to find the Code-Op

Wow, thanks for the stickies! Love all the activity in this thread. I love our coding comrades!


Hey fellow Hexbearions! I have no idea what I'm doing! However, born out of the conversations in the comments of this little thing I posted the other day, I have created an org on GitHub that I think we can use to share, highlight, and collaborate on code and projects from comrades here and abroad.

  • I know we have several bots that float around this instance, and I've always wondered who maintains them and where their code is hosted. It would be cool to keep a fork of those bots in this org, for example.
  • I've already added a fork of @WhyEssEff@hexbear.net's Emoji repo as another example.
  • The projects don't need to be Hexbear or Lemmy related, either. I've moved my aPC-Json repo into the org just as an example, and intend to use the code written by @invalidusernamelol@hexbear.net to play around with adding ICS files to the repo.
  • We have numerous comrades looking at mainlining some flavor of Linux and bailing on windows, maybe we could create some collaborative documentation that helps onboard the Linux-curious.
  • I've been thinking a lot recently about leftist communication online and building community spaces, which will ultimately intersect with self-hosting. Documenting various tools and providing Docker Compose files to easily get people off and running could be useful.

I don't know a lot about GitHub Orgs, so I should get on that, I guess. That said, I'm open to all suggestions and input on how best to use this space I've created.

Also, I made (what I think is) a neat emblem for the whole thing:

Todos

  • Mirror repos to both GitHub and Codeberg
  • Create process for adding new repos to the mirror process
  • Create a more detailed profile README on GitHub.

Done

spoiler

  • ~~Recover from whatever this sickness is the dang kids gave me from daycare.~~
2
 
 

cross-posted from: https://lemmy.zip/post/61985565

Iranian strikes are taking out AWS servers in the region.

3
4
5
 
 

And the real maddening part is that search engines have been so enshitfied to make way for AI that's wrong like 9/10, so you're forced to rely on it for answers because if you try google, the snake wraps around and eats it's own tail giving you an AI answer! stalin-stressed

6
7
8
 
 

cross-posted from: https://lemy.lol/post/63580969

9
10
 
 
11
 
 

OpenAI has struck a deal to acquire TBPN, a technology-focused talk show popular in Silicon Valley, making an unexpected move into broadcasting after pledging to abandon "side quests" and focus on its core business.

The ChatGPT maker had purchased the 11-person company in a "low hundreds of millions of dollars" deal, according to a person with knowledge of the terms.

https://ghostarchive.org/archive/VfGEx

12
13
14
15
 
 

For this video I went to London to see the BatteryIQ system in person, chatting to the inventor and entrepreneur behind the project, Nick Bailey. I think what Nick has done is awesome, and fixes a problem the industry thought was impossible! The future of small battery packs is looking much safer.

16
17
18
 
 

More GPUs are being tested, and the official website claims 25 NVIDIA GPUs were tested, with only a few showing signs of vulnerability. However, two mitigations exist. Enabling IOMMU through the BIOS closes the primary attack path by restricting which memory regions the GPU can access on the host system. This technology handles the translation of device-visible virtual addresses to physical host memory addresses and can completely fence off sensitive memory from peripheral devices. Another option is activating Error Correcting Codes on the GPU, which NVIDIA exposes through a command-line setting. However, enabling it reduces the pool of usable GPU memory and adds processing overhead, resulting in a performance penalty. Interestingly, no GPU with GDDR6X and GDDR7 memory is vulnerable, as the exploit only works with GDDR6.

19
20
21
 
 
22
 
 

Bitmagnet is a self hosted bittorrent DHT crawler/database. Basically a self hosted meta search engine for torrents, like Knaben or ext.to.

Bittorrent has for ages had a decentralized network to find additional peers outside of the trackers listed in your torrent file/magnet link. Bitmagnet crawls this network grabbing hashes from everything it finds and puts it in a postgres database. It also has a classifier that allows you to tag and prevent adding torrents based on string matching and TMDB id numbers.

I just got it setup before bed and woke up to it already having 120k files logged. It's neat to look at what other people are downloading, especially given how many torrents are hidden behind private trackers these days. Just browsing what I've crawled overnight I see one TV show that I could not find on the public torrent sites.

It has a servarr integration, so it easily plugs into prowlarr/sonarr/radarr, etc.

If you're going to try it, here's a few tips:

Definitely set a scaling factor or it'll use a low of resources and bog your system down. I started with a scaling factor of 3, which seems fine resource wise.

Make sure you have enough storage space, it apparently consumes a lot of space right away, but less and less over time as your database ends up already having the vast majority of active torrent hashes. I'm seeing people reporting 100gb after many months of running, which isn't that bad, IMO.

Run it through a VPN/wireguard that is outside your home network. Not for copyright purposes(it's not downloading anything), but because it spawns a ton of connections, enough to smoke most home routers.

Here's a docker compose file I found that was helpful. Just change the gluetun settings to whatever VPN you have and change the volume mounts to wherever you have the storage space.
https://pastebin.com/RCEbZQd2

23
24
 
 

As of March, Linux-based operating systems were running Steam on 5.33% of all polled systems. This represents an impressive 3.10% increase over February's data, which showed a dip in Linux market share from January's 3.5%.

seems very weird that it jumped that much in two months, i would not trust it blindly for now

With a 24.48% share, the use of SteamOS grew by 0.65% last month alone

that's nice though, it's not only valve thingy growing

25
view more: next ›