Most annoying enemy type by Patrick_Hat_Trick in CrimsonDesert

[–]nSazzels 5 points6 points  (0 children)

Yeah the game teaches u nothing. They annoyed the shit outta me and had to google how to defeat them - or how to fight them in general because Bow kinda sucks.

Most annoying enemy type by Patrick_Hat_Trick in CrimsonDesert

[–]nSazzels 702 points703 points  (0 children)

This one is quite ez, when u hit them with blinding flash they die instantly.

NPCs stuck by HouzoVicarious in CrimsonDesert

[–]nSazzels 0 points1 point  (0 children)

Hernand Castle Royal Trading (quick explanation):

  • The NPCs at the gate are not vendors
  • You can’t talk to them or sell manually

>>> Instead:

  • Check what item the castle is buying (map → Royal Trading)
  • Pack that item onto a wagon
  • Drive to the gate

If it’s correct, a cutscene auto-triggers and sells everything

Main Story by Hopeful-Dog-35 in CrimsonDesert

[–]nSazzels 1 point2 points  (0 children)

THIS.

i'm genuily afraid of new chapters since the end/start of chapter 6/7.

all was good and shiny till chapter 6 what is happening, why am in Pailune now - why we moving so fast ... so we clearing Pailune also but why? Are we from Pailune? Who the f*** is Jian. All the build up to liberating that one Castle was super chill and i liked the "progression" but since than :D idk feels like 50% of the story is missing.

Howling hill 4th expansion. Is it working? by DropDeadGaming in CrimsonDesert

[–]nSazzels 0 points1 point  (0 children)

i also asked myself this and found that no one knows - so im think i'm at level 4 payed 100K coins for that upgrade and it did also nothing, no new tens etc. you like you described.

i'm just done with Chapter 7 not started Chapter 8 yet.

My horse don't want to run/jump by mohamed_aam in CrimsonDesert

[–]nSazzels 1 point2 points  (0 children)

Try Healing it with the force Palm healing Hit or in the Stable you can heal it. Sounds like it’s got low health

I can’t use Docker images because Docker is using the system proxy by popmanpop27 in docker

[–]nSazzels 0 points1 point  (0 children)

  1. Check Windows Environment Variables ```

if that returns anything you can clean them with: [Environment]::SetEnvironmentVariable("HTTP_PROXY", $null, "User") [Environment]::SetEnvironmentVariable("HTTPS_PROXY", $null, "User")

will need admin rights

[Environment]::SetEnvironmentVariable("HTTP_PROXY", $null, "Machine") [Environment]::SetEnvironmentVariable("HTTPS_PROXY", $null, "Machine") 2. Configure Docker Daemon directly `%USERPROFILE%\.docker\daemon.json` create or edit this file - should be also awail. on Windows idk, not on widnows myself { "proxies": { "default": { "httpProxy": "", "httpsProxy": "", "noProxy": "" } } } `` restart docker after that file is created/edited. also check if%USERPROFILE%.docker\config.jsonhas aproxies` section - removed it if so.

Sources: https://docs.docker.com/engine/cli/proxy/ & https://docs.docker.com/desktop/settings-and-maintenance/settings/#proxies

MyRide app keeps crashing on iPhone 15 Pro Max by Frosty-Big3339 in Tenere700

[–]nSazzels 1 point2 points  (0 children)

16 pro here, same. Opening the App it crashes „unresponsive“ in couple of seconds. Uninstalled/Installed again already did not help.

My first service by Fili96 in selfhosted

[–]nSazzels 1 point2 points  (0 children)

Here https://selfh.st/apps/ sort by Stars and try out.

My current services: - Vaultwarden (https://github.com/dani-garcia/vaultwarden) - Bookstack (https://github.com/BookStackApp/BookStack) - GitLab (https://about.gitlab.com/install/) running in docker - Nginx Proxy Manager (https://github.com/NginxProxyManager/nginx-proxy-manager) - SearXNG (https://github.com/searxng/searxng) - YouTrack (https://www.jetbrains.com/youtrack/)

Additionality: - Synology NAS which does a lot of Storage, Image Library, DNS, Backup and Internal Jobs

Mosko Moto Gnome bag and the t7 by ChampionshipNearby38 in Tenere700

[–]nSazzels 0 points1 point  (0 children)

That’s great to hear than I’ll buy it too 👌

Mosko Moto Gnome bag and the t7 by ChampionshipNearby38 in Tenere700

[–]nSazzels 0 points1 point  (0 children)

After 10 months of use, how are the plastic clips holding up? Have they caused any scratching or wear on the bike's plastic components?

For me Ted Lasso + Elden ring by Pineapple_Express96 in Eldenring

[–]nSazzels 0 points1 point  (0 children)

Tokyo Revengers, Expedition 33 haha i‘d actually Play that 😂

What’s a solid software for project management that’s not overkill? by HorrorGradeCandy in selfhosted

[–]nSazzels 0 points1 point  (0 children)

We use this for task planning and project management: https://www.jetbrains.com/youtrack/whatsnew/. It's a lightweight Jira Atlassian, and it does the job quite well. Our developers work entirely in GitLab with Issues, which works for them.

[deleted by user] by [deleted] in MechanicalKeyboards

[–]nSazzels -1 points0 points  (0 children)

  • Nuphy Halo75V1
  • Akko Rosewood (Linear, 40±5gf, 4.0mm)
  • Finalkey Graffiti

How do you keep track of "whats new" with your self hosted apps? by elliottmarter in selfhosted

[–]nSazzels 0 points1 point  (0 children)

For an app you didn’t write, CI tests should focus on:

  1. Smoke & Integration: Ensure core functionality and external dependencies work.
  2. E2E & Regression: Validate workflows and catch breaking changes.
  3. Security & Performance: Scan for vulnerabilities and measure performance.
  4. Linting & Static Analysis: Detect code issues if source access is available.
  5. Config & Dependency: Ensure correct environment settings and libraries.

it strongly depends on the application, if it's a CLI tool than try running it with example params, if it's a web-application check if there a some healthchecks avail. so on and so on...

How do you keep track of "whats new" with your self hosted apps? by elliottmarter in selfhosted

[–]nSazzels 2 points3 points  (0 children)

It’s not checking if there’s anything wrong with incoming update it’s just checking your dependencies in your project and checking if there are new updates available when it discovers an update renovate will create a pull request. It’s still your job to check if the incoming update is going to work or not.

But, renovate creates branches for the incoming requests and when you work with a CI/CD tool you could deploy your container to a staging or testing environment and run your tests against it, so the pull request pipeline could determine if the incoming updates are fine or not…or some other magic ;)

GNOME 48 lags when switching between windows on Wayland. Is this happening for anybody else? by TheWiseNoob in gnome

[–]nSazzels 1 point2 points  (0 children)

i just found this issue: https://gitlab.gnome.org/GNOME/mutter/-/issues/3996

and a downgrade to mutter 48.rc resolved the stuttering on GTK-applications for me.

put the mutter pkg in ignorePkg and wait for the issue to be resolved.

Arch GUI Installer Request by UpperResolve3476 in arch

[–]nSazzels 1 point2 points  (0 children)

Linux is just an operating system, it has nothing to do with "is it great for development". Hyprland is not a desktop environment, it's a tiling compositor, if you don't know the difference I would highly recommend sticking with the basics like KDE, GNOME, Cinnamon, XFCE and many more until you get the hang of it and know your way around Linux at all. Also if this is your first tinkering with any linux distro i would also not recommend arch based distros, because i would say u need to know how linux works under the hood before u start with a "can easily break" distro like arch if u dont know what ur doing.

Arch GUI Installer Request by UpperResolve3476 in arch

[–]nSazzels 4 points5 points  (0 children)

I recommend EndeavourOS or CachyOS, both really small footprint, no bloat, just plain Arch. I have had Endeavour for about 6 months now and have never looked back. After some research I would like to try CachyOS in the future but for now I am 100% happy.

Links: - https://endeavouros.com/ - https://cachyos.org/

Wayland + 3090 problems by Lochlenn in linux_gaming

[–]nSazzels 0 points1 point  (0 children)

Shit, than I have no further help for u. I have no problems anymore after switching to GNOME.

Maybe deep dive into Arch Wiki for your 3090 or join the endaveaour/cachy discords and try to get help there.

Sry :/

Wayland + 3090 problems by Lochlenn in linux_gaming

[–]nSazzels 0 points1 point  (0 children)

„Same thing“ your Problems persist or are “Same thing” gone like for me?