

currently trying the gamepad bindings, but i am not a fan of the auto aim that comes with, so i’ll probably switch to using keyboard bindings and use the trackpad for aiming spells and a mouse region bind on the left stick for walking.
had a similar setup with the steam controller before my old laptop decided to die on me.
yes, i totally abandoned playing soul reaver, because i kept playing other games :D
you can queue with a single friend, you’ll just get another random player. which is not ideal, but probably not back breaking either, unless there is some stupid way to grief other players.
some of the steam reviews made me think that i literally can’t queue with a friend unless we are three people.
https://archive.org/ has old media of all sorts including game magazines, demos trailers and manuals.
a lot of video material has been uploaded to youtube, that was formerly hosted elsewhere. hell i’ve watched the old eoLithic frag movie from like 2002 a week ago.
vimm’s lair is also worth a visit if your are looking for old game manuals.
I have read about this related to how FB does it. In general this means that fetching from the DB and keep it in memory to work with right? So we assume that the cached data is outdated to some extend?
correct, introducing caching can result in returning outdated data for awhile, which is usually not a huge deal. those caches can get tricky, but they should take pressure from your db, if you’re scenario is read heavy, which is often the case. Research existing caching solutions before running ahead and implementing something from scratch, especially if you need a cache distirbuted between multiple instances of your service. In the Java world that would be something like Infinispan, but your ecosystem might over better integration with other solutions.
I was able to convince management to put money into a new server (SSD thank god). So thank you for your emphasizes. We are also migrating to PostgreSQL from SQL server, and refactor the whole approach and design in general.
having management on board is great and the new hardware should help a lot, migrating to another RDBMS sounds scary, but probably worth it if your organisation has more expertise with it.
generate indexes
they won’t help you with your duplicates, they will help speed up your reads but could slow down writes. building a good index is not trivial, but nothing is when it comes to performance tuning a database, it’s tradeoff after tradeoff. The best way to handle identical rows of data is to not write them usually, but i don’t know your system nor its history, maybe there is or was a good reason for its current state.
gittea ltd was founded without adhering to the governance model gittea had and also claimed copyright on atleast the name and logo of gittea. many felt a non-profit would be a better way to organize development and thats how codeberg e.v. came to be.
the problem is not, and never was offering support and service against money, you can right now start selling forgejo if you’d desire to, it was allways about how the project itself should be organized.
https://kalpadesktop.org/ is basend on opensuse MicroOS, a distro with atomic updates. this comes with KDE, there is also a version with gnome of which i forgot the name.
the script makes various assumptions about the system ranging from
/home/deck is the users home dir, to kde plasma is the used desktop environment or can be launched from gamemode.
so probably not without tweaks ;)
that is the selling point of the head first books, they all feature bad jokes and other oddities to help you remember what you’ve read. it works.
oh, i was not aware that there is a head first just about desgin patterns, thanks for the heads up.
And Archicture is something that gets more and more important for devs, because it’s likely that the code we write is just a part of a complex system of which we don’t control every part and understanding communication channels and the reasoning behind the setup of the system allows us to write our part in a way that it works well in the bigger thing and not something others (or worse, we) have to work around later.
The n64 controller is a very cautious design.
they were not sure if people(players and devs) would utilize the analogstick and chose to design the controller in a way that it could be used in the same way established controllers were used, the n64 predates the dualshock by a whole year afterall.
Shredder’s Revenge was a lot of fun, if this has local coop i’ll buy it on release and visit my brother to punch some dudes :)
https://github.com/j6t/kdbg might be to your liking, but it is still a gdb frontend.
depending on the language you use there might be an IDE with a good debugger for it, if so i’d have a look at that.
put path of exile 2 on hold for a while, found it suprisingly playable until i’ve started doing the delirium and breach endgame-mechanics in high tier maps. might try to atleast defeat the citadel bosses and the boss that grants me entrance to before 0.2.0 hits, but probably not.
actually started playing the soul reaver remake, and thats still a great game, but a lemmy thread mentioned pokemon unbound which lead me to replaying that, so soul reaver might have to wait a bit longer :D
A virtual machine with Linux might be an option or Remote Desktop to a linux machine.
If its just about virtual desktops:
Windows 11 has that, i think win+ctrl+d creates a new one and win+ctrl+left arrow/right arrow scrolls through the desktops.
with that Docker and WSL(because powershell confuses me, and iam to lazy to learn it) i work pretty much the same as i would on a linux machine with a non-tiling window manager.
does authentik offer an option to preview a jwt for a given user? might be as simple as that the claim is not named “ocisAdmin” or is not a toplevel entry in the jwt.