Skip Navigation
*Permanently Deleted*
  • I would like games to arrive as a single complete package, but I was relatively fond of expansion packs from games like RollerCoaster Tycoon.

    They took the game you already had, and pretty much doubled it, they were fantastic!

    Far better than any modern DLC for sure.

  • Lemmy Support @lemmy.ml Cameron @compuverse.uk
    `WARN: Error encountered while processing the incoming HTTP request` Spam (from lemmy.world & lemmy.ml)

    Hi, I run the Lemmy instance over at https://compuverse.uk I seem to be getting spammed with literally thousands of incoming activity requests (primarily coming in from lemmy.world and lemmy.ml). (I measured about 1 new request ever 0.01 -> 0.02 seconds)

    The error message in the Lemmy logs is very unhelpful, giving 0 detail about the actual error itself.

    The UUIDs in the activities seem to be all unique, rather than duplicates. Does anybody have any idea what's going on and why there is such a large torrent of requests coming in?

    This was so bad it essentially caused a DoS attack on my instance, and brought it down. I have had to move the PostgreSQL server onto a more powerful machine in order to keep up with the request rate!

    Any help or advice is greatly appreciated :)

    Thanks,

    Cameron

    3
    Game Deals @compuverse.uk Cameron @compuverse.uk
    Marvel's Spider-Man Remastered & Miles Morales | £28.46 / £22.76 | eTail.Market

    eTail.market currently have both of the recent Spider-Man games currently on offer, according to IsThereAnyDeal, these are the lowest prices currently available for the games.

    Could be a good time to grab them if you haven't already :)

    0
    Did anything come out of the recent Dolphin debacle?
  • This is a good question, I'm not actually sure to be honest with you.

    So far I've heard nothing about the main project receiving any sort of threats, and even the Steam page wasn't officially DMCAd or the like. It was more of a threat saying they WOULD officially DMCA if the project wasn't taken down.

    It's very interesting that it was played like this rather than just officially issuing a DMCA takedown request. Almost like they weren't 100% convinced the official DMCA would actually hold up?

  • CompuVerse Deals Bot
  • At present, it will create a post per deal. Which would be way too spammy!

    However, the bot is currently offline whilst I'm trying to make some changes. I want to get it into a state where it aggregates multiple deals into a single post. Rather than posting a post per deal that is found!

  • Plans - Deal Bot
  • I don't know if this is something that is possible to do unfortunately. It's not something I've seen available in any of the settings and such I'm afraid :(

  • Plans - Deal Bot
  • Hi, many thanks for the compliments! The bot is having a couple of problems atm which I'm trying to solve, so it's not live at present. The downvote button being enabled / disabled is set by the home instance you are using. For example, the downvote button is enabled on my own compuverse.uk instance, however it appears Beehaw does not enable the downvote option, and thus you don't have the option there.

  • CompuVerse Deals Bot
  • Source Code

    I do plan on making the source code for this bot public eventually.

    It's a lot better than it was when I first started, but still an absolute travesty with a lot of hardcoded nonsense.

    Once the code is cleaned up, I will be posting the source code on my GitHub over at https://github.com/CameronRedmore

  • Game Deals @compuverse.uk Cameron @compuverse.uk
    CompuVerse Deals Bot

    Hi all!

    In order to give people automated access to loads of game deals, I've created the CompuVerse Deals Bot!

    This bot will automatically post new deals as they come in from https://isthereanydeal.com!

    To try to keep the quality of the bot's posts at least moderately good, there are a few limits in place.

    The bot will only post deals which follow these rules:

    • Offer title is at least 30% off
    • Offer title has at least 75% positive reviews on Steam
    • Offer title is not a DLC

    The bot will automatically post the highest cut it has found in the title of the post, along with Steam review scores for the game.

    The main body of each post will consist of basic review information on the game, and then a table listing current best known prices in GBP, USD and EUR (other currencies can be added in future if this is something people are interested in!)

    I hope you find the bot useful.

    Please let me know any suggestions or improvements you may have regarding this bot :)

    Thanks,

    Cameron

    9
    Game Deals @compuverse.uk Cameron @compuverse.uk
    Ratchet & Clank: Rift Apart - £43.54 (13% off)
    uk.etail.market Buy Ratchet & Clank: Rift Apart PC Steam Game - Best Price | eTail UK

    You can buy Ratchet & Clank: Rift Apart PC game quickly and safely at the best prices guaranteed via the official retailer uk.etail.market

    Buy Ratchet & Clank: Rift Apart PC Steam Game - Best Price | eTail UK

    If you're interested in grabbing R&C Rift Apart on PC (fantastic game BTW, of potentially a little on the short side for my personal preferences) it's currently going for 13% off on eTail.market!

    For other regions I recommend visiting https://isthereanydeal.com/game/ratchetandclankriftapart/info/

    0
    Game Deals @compuverse.uk Cameron @compuverse.uk
    Tales of Monkey Island Complete - £1.70 (85% off)

    If you're a fan of TellTale games, Monkey Island is a classic.

    A real gem of a game and well worth snagging, especially when it costs as much as a coffee.

    0
    Plans - Deal Bot
  • This is a great point! At present I'm using a UK dataset, but I could likely cross reference with the datasets from other regions and try to find the price in those too. Maybe give prices like [£5/$6/€5.50] or something!

    I'll have a look and see what I can do :)

  • www.ubisoft.com Ubisoft Forward June 2023 | Ubisoft Official (US)

    A livestream event featuring exciting news on upcoming games from Ubisoft's teams around the world!

    Ubisoft Forward June 2023  | Ubisoft Official (US)

    cross-posted from: https://compuverse.uk/post/3922

    > I know many people don't like Ubisoft, but for those of you who do enjoy their games (including myself), they have an event going on here today at: > - 10:00 (AM) PT (West Coast United States) > - 13:00 / 1:00 PM ET (East Coast United States) > - 17:00 / 5:00 PM UTC (GMT +0) > - 18:00 / 6:00 PM BST (Most of the United Kingdom) > - 19:00 / 7:00 PM CET (Most of West Europe) > - 2:00 (AM) JST (Japan) > - 3:00 (AM) AEST (Oceania) > > You will be able to watch the event on: > - YouTube > - Twitch

    4
    Plans - Deal Bot
  • Ah, most of my public stuff is indeed in Java, but I haven't made any new projects in Java for quite a while now haha.

    Most of my projects have actually been in NodeJS until rather recently.

    As my introduction post states, I'm trying to learn Rust at the minute! So the bot is actually written in Rust!

    Unfortunately, not knowing a language leads itself to writing terrible, unreadable code that goes against all the conventions haha! Hence the horrendous state the bot is in right now :)

    I've temporarily taken the bot down whilst I rewrite it and make it more general and clean. I'm trying to make it more... modular :)

    I've just had an idea however, I could implement a system which would enable to bot to run an external command, parse in the output (likely JSON), and then treat it as posts to make, that would enable anyone to write a "provider" in any language they like, the main bot would just call that, and so long as they returned data in the right format, it'd just work.

    Something to think about for sure! 🤔

  • What service/site would you like to see a fedi version of?
  • Whilst not directly intended for gaming, my instance is targeted specifically for technology, of which PC Gaming would definitely come under!

    You're more than welcome to join and create communities for AMD, Nvidia, Intel etc. if you so wish!

    We already have !gaming@compuverse.uk and !retrogaming@compuverse.uk communities.

    But you're welcome to make more specific communities if you so wish!

  • Real Trucking Company Is Buying Billboards In American Truck Simulator To Help Recruit Staff
  • Coleman is a real brand!? I legitimately had no idea 😂

    I loved FFXV, the only advertisement I outright noticed was Cup Noodles, but that was a SUPER egregious one!

  • Plans - Deal Bot
  • The bot code is SUPER nasty right now, lots of hardcoded URLs and stuff atm.

    I plan to generalise it and then I'll likely throw it on my GitHub! https://github.com/CameronRedmore

    I'll let you know once it's up there :)

  • Own posts aren't viewable from profile?
  • Technically the domain of this instance didn't change. This instance was setup from scratch, under compuverse.uk.

    However, a different instance did run under the same domain for a brief period of time, which was removed, and completely replaced by a brand new fresh instance.

  • Plans - Deal Bot
  • Good ideas! I'll take a look and see what I can do :)

    At present the information (including the historic low indication) is coming from the same source as the deals themselves (https://yesthereisadeal.com), I'll have to look into trying to extract the game's name, and attempt to match it to an OpenCritic / MetaCritic score!

    Thanks for the suggestions, if you have any more ideas, please do let me know :D

  • Own posts aren't viewable from profile?
  • 👋 I'm Cameron, the Admin of the instance in question.

    It's a very odd situation, I'm entirely new to this whole Fediverse thing myself, but, trying my best!

    I noticed in my log, literally just after @TopHat@compuverse.uk posted their comment, this popped up:

    I'm unsure as to exactly what this is referring to, as the comment was made from my instance, but it appears the instance believes it came from elsewhere?

    It's very odd and I can't really explain it I'm afraid.

  • Plans - Deal Bot
  • The first version of this bot is now live! I've got many more plans for it in future, but I think I've got a good proof of concept working now :)

  • Game Deals @compuverse.uk Cameron @compuverse.uk
    Plans - Deal Bot

    For new subscribers to this community, I plan to write a bot which will automatically find and post deals (likely using the fantastic resource that is https://isthereanydeal.com!)

    So hopefully we'll soon have awesome deals being posted here automatically :D

    EDIT: The bot is live: /u/gamedealsbot!

    At present, this is pulling data from yesthereisadeal.com
    I plan to add support for more deal sources in the near future!
    Game Deals @compuverse.uk Cameron @compuverse.uk
    Halo - The Master Chief Collection 75% Off (All-Time-Low!)

    This is the lowest price the collection has ever been! Well worth grabbing if you can :)

    5
    Halo - The Master Chief Collection 75% Off (All-Time-Low!)

    cross-posted from: https://compuverse.uk/post/453

    > This is the lowest price the collection has ever been! Well worth grabbing if you can :)

    19

    cross-posted from: https://compuverse.uk/post/309

    > Why does this work?

    2
    Lemmy Administration @lemmy.ml Cameron @compuverse.uk
    Federation Query

    Hi all, I'm very new to this fediverse thing!

    I've recently setup my own instance of Lemmy which I've called "CompuVerse".

    This seems to be going quite well, the instance is setup, I seem to be able to view content from other instances and even comment and such!

    However, I'm noticing a few oddities. I'm not sure if I'm just misunderstanding something about how the fediverse works, but I don't seem to be able to see my comments and posts from other instances.

    For example:

    lemmy.ml: https://lemmy.ml/u/cameron@compuverse.uk Shows no content for my account

    beehaw.org: https://beehaw.org/u/cameron@compuverse.uk Shows comments, but no posts

    However, if I view other users' profiles from my own instance, I can see both their posts and comments.

    Is this normal or have I managed to mess something up with federation?

    Scratch that, upon making this post I've realised what's happening.

    It would appear that I can't see any content that I posted to my own instance from other instances such as lemmy.ml and beehaw.org.

    Does anyone have any tips at all?

    Much appreciated,

    Cameron

    0
    Dozens of popular Minecraft mods found infected with Fracturiser malware
  • Most of the mods that were infected were projects specifically designed to host the malware. From what I've read, only one legitimate user's projects were affected, and like yourself, I'd never heard of the mods personally.

    So, this is a dangerous bit of malware for sure, with the potential to spread quite badly, but so far I believe it's had quite a limited reach due to not actually infecting anything super popular.

  • Dozens of popular Minecraft mods found infected with Fracturiser malware
  • This situation is potentially a little overblown.

    A very specific subset of mods were problematic.

    The real worry is that the malware can automatically spread itself into all the other .jar files on your device!

    CurseForge have a disinfection guide here: https://support.curseforge.com/en/support/solutions/articles/9000228509-june-2023-infected-mods-detection-tool/

    So I highly recommend you give that a check through if you've downloaded anything from CurseForge recently.