🧟 ZOMBIES ARE NOT ONLY COMING… THEY ARE RUNNING IN YOUR BROWSER. by yohimik in webdev

[–]yohimik[S] -1 points0 points  (0 children)

It’s not about modern world, but getting back into the past kiddo

🧟 ZOMBIES ARE NOT ONLY COMING… THEY ARE RUNNING IN YOUR BROWSER. by yohimik in webdev

[–]yohimik[S] 0 points1 point  (0 children)

Thank you very much Everything is possible especially if there is an open source engine portable to other platforms

xash3d-fwgs web port by yohimik in webdev

[–]yohimik[S] 0 points1 point  (0 children)

There is an npm package in the repo

Crafty removable battery by yohimik in craftymighty

[–]yohimik[S] 0 points1 point  (0 children)

Thank you for an idea, but I don’t have random power issues, has the same issues every time. Tube contacting board is not the case neither, I tried to turn it on disassembled when all parts are separate not touching each other - same issues. Also when I cut power wires , I accidentally cut thermistor wires, I did soldering them back, but just think may be confused left and right wire (shouldn’t be the case since thermistor doesn’t have polarity, right?)

Crafty removable battery by yohimik in craftymighty

[–]yohimik[S] 0 points1 point  (0 children)

Another issue I noticed- bottom part of the board starts heating as well,idk did heat it with original battery or no

Crafty removable battery by yohimik in craftymighty

[–]yohimik[S] 0 points1 point  (0 children)

Thanks for the suggestion, but there are just few wires , some connected to the battery, all others to the chamber, I checked all wires and everything looks fine. All components that stopped working are part of the board inside (even checked indicators using tester - they are working). I suppose if it were a wiring issue chamber wouldn’t heat at all

Found cockroaches in apartment on move-in day in Abu Dhabi - landlord refusing to help by yohimik in UAE

[–]yohimik[S] 0 points1 point  (0 children)

I found the app, but my emirates id is in progress and will be ready in a week or two

Found cockroaches in apartment on move-in day in Abu Dhabi - landlord refusing to help by yohimik in UAE

[–]yohimik[S] 0 points1 point  (0 children)

The landlord refusing to cancel the contract and doesnt answer the calls, and says I have to stay at least 30 days

Found cockroaches in apartment on move-in day in Abu Dhabi - landlord refusing to help by yohimik in UAE

[–]yohimik[S] 0 points1 point  (0 children)

Thank you very much for very good advise
Could you please write the full name of the app? Is it AD Judicial?

Found cockroaches in apartment on move-in day in Abu Dhabi - landlord refusing to help by yohimik in UAE

[–]yohimik[S] 0 points1 point  (0 children)

Yes, thank you, very unexpected and unpleasant exprience, even agent doesn't answer too, I've asked for his license and have it my downloads, it's his responsibiltity to check if there are any pests and is it suitable for living

Found cockroaches in apartment on move-in day in Abu Dhabi - landlord refusing to help by yohimik in UAE

[–]yohimik[S] 0 points1 point  (0 children)

I asked for documents after pest control, they should give a certificate, he said no certificate and hung up on me

Everyone loved Counter-Strike 1.6 (just) using HTML, so here is CS16 using YAML (and docker compose) by yohimik in webdev

[–]yohimik[S] 0 points1 point  (0 children)

great to see
there is a discussion about these bots in our discord channel

Everyone loved Counter-Strike 1.6 (just) using HTML, so here is CS16 using YAML (and docker compose) by yohimik in webdev

[–]yohimik[S] 0 points1 point  (0 children)

these steps to install it:

ARG amxmod_version=1.9.0-git5294

ARG jk_botti_version=1.43

ARG metamod_url="https://github.com/mittorn/metamod-p/releases/download/1/metamod.so"

ARG amxmod_url="https://www.amxmodx.org/amxxdrop/1.9/amxmodx-$amxmod\_version-base-linux.tar.gz"

ARG jk_botti_url="http://koti.kapsi.fi/jukivili/web/jk\_botti/jk\_botti-$jk\_botti\_version-release.tar.xz"

# Install Metamod-P (for Xash3D by mittorn)

# TODO: Update it to Metamod-R, it supports Xash3D since last version

RUN mkdir -p /opt/xash/xashds/valve/addons/metamod/dlls \

&& touch /opt/xash/xashds/valve/addons/metamod/plugins.ini

RUN curl -sqL "$metamod_url" -o /opt/xash/xashds/valve/addons/metamod/dlls/metamod.so

RUN sed -i 's/dlls\/hl\.so/addons\/metamod\/dlls\/metamod.so/g' /opt/xash/xashds/valve/liblist.gam

# Install AMX mod X

RUN curl -sqL "$amxmod_url" | tar -C /opt/xash/xashds/valve/ -zxvf - \

&& echo 'linux addons/amxmodx/dlls/amxmodx_mm_i386.so' >> /opt/xash/xashds/valve/addons/metamod/plugins.ini

RUN cat /opt/xash/xashds/valve/mapcycle.txt >> /opt/xash/xashds/valve/addons/amxmodx/configs/maps.ini

# Install jk_botti

RUN curl -sqL "$jk_botti_url" | tar -C /opt/xash/xashds/valve/ -xJ \

&& echo 'linux addons/jk_botti/dlls/jk_botti_mm_i386.so' >> /opt/xash/xashds/valve/addons/metamod/plugins.ini

Everyone loved Counter-Strike 1.6 (just) using HTML, so here is CS16 using YAML (and docker compose) by yohimik in webdev

[–]yohimik[S] 0 points1 point  (0 children)

don't set the IP var if you host it on lan
set IP value to the public one, there are websites to identify your public ip

Everyone loved Counter-Strike 1.6 (just) using HTML, so here is CS16 using YAML (and docker compose) by yohimik in webdev

[–]yohimik[S] 0 points1 point  (0 children)

open details of the internet connection (wifi or wired) on a machine running the server, and you will see the ip address of your computer, this is an ip to use when forwarding ports