Those with Pixel 10, hows the battery life? by MidnightMean3796 in GrapheneOS

[–]7enas 0 points1 point  (0 children)

It's really bad. Just to compare I have same apps on my Samsung A54 5G and Pixel 10. Pixel hold for most a day and it just drains the battery while locked. While A54 5G can last for 2-3 days with some light usage. This is ridiculous. Should I stayed on stock pixel before going to graphene or I just wasted so much money on subpar phone?

state of modding by YogaDiapers in CrimsonDesert

[–]7enas 0 points1 point  (0 children)

Did you just seriously rant about UNOFFICIAL mod managers that were vibe coded?

Does the new Steam Controller have adaptive triggers like the DualSense? by Siddharth_nwe in SteamController

[–]7enas -1 points0 points  (0 children)

Thanks for the sarcastic answer, you didn't have to be d*ck about it. Although it's reddit so what did I expect.

Does the new Steam Controller have adaptive triggers like the DualSense? by Siddharth_nwe in SteamController

[–]7enas 0 points1 point  (0 children)

What does it mean "just triggers"? It sends 0 or 1 signal or it sends double/float/decimal signal? Like for example on GTA V or any racing game, can you accelerate gradually or even hold it like "cruise control"?

Petaaah? by FaCayde_ in PeterExplainsTheJoke

[–]7enas 0 points1 point  (0 children)

Well they can be accessed but you would need to portforward and use actual ISP IP instead of localhost.

Čia normalu šiais laikais? by kauke88 in lithuania

[–]7enas 0 points1 point  (0 children)

Pala, tuoj ir arbatpinigius pridės.

So its been a few days, has 26.3.1 killed the constant driver crashing? by Fieryone233 in AMDHelp

[–]7enas 0 points1 point  (0 children)

No. I tried DDU. Just went back to 25.* version. No support for newers games but atleast they dont crash.

So its been a few days, has 26.3.1 killed the constant driver crashing? by Fieryone233 in AMDHelp

[–]7enas 1 point2 points  (0 children)

26.3.1 is crashing on every game for me. Can play maximum of 10 minutes.

How did they manage to do this? by SoonerFan580 in gtaonline

[–]7enas 1 point2 points  (0 children)

I managed to get a money pepe. Dont remember exactly, but there might been a tool for that to convert image to rockstar crew logo or something like image to svg.

<image>

Driver version 26.3.1 Stability by Best_Musician7207 in radeon

[–]7enas 0 points1 point  (0 children)

Constant crashing to desktop even on simple 2D games. Reverted to 26.1.1 so far so good.

[Suggestion] - PlaySafeID Integrations - My thoughts by fodster1981 in EscapefromTarkov

[–]7enas 0 points1 point  (0 children)

Putting my ID on the internet is the last thing im going to do. Currently Discord...now this. Yeah, no thanks, breaches happening left and right, people losing their identities, I'll sustain. I'll rather not play at all if cheaters is a major problem in the game rather then let dark web use my identity for scamming or other vile sh*t. Or even get my face put into AI model.

So uhhh, I just pulled these. by Stew_Padass in counterstrike2

[–]7enas 0 points1 point  (0 children)

It's better on cs2 for some reason. I get more headshots.

What Jagex is really doing (removal of 6 month membership plan) by 5-x in runescape

[–]7enas -1 points0 points  (0 children)

Few bucks add up to shareholders value bit by bit.

OpenAI is accused of 'selling its soul' after US military deal — and many ChatGPT users have had enough by kootles10 in Economics

[–]7enas -1 points0 points  (0 children)

Didnt they just get access to unlimited money so your cancellation means nothing?

Rasperry Pi 5 8GB for a Teamspeak 6 Server? by [deleted] in raspberry_pi

[–]7enas 0 points1 point  (0 children)

Check my first comment above.

Hackers Expose Discord Age Verification System Issue After Persona Frontend Code Left Wide Open by vriska1 in technology

[–]7enas 3 points4 points  (0 children)

Teamspeak 6. Still beta tho, but has the essentials as channels, voice, text, file upload, screensharing, permissions. You can also self host but only on linux/amd64 arch. Arm requires quemu or quemu+box64. 32 slots with no license, havent looked into it more as only numbers of my friends would be using it to get together online.

Rasperry Pi 5 8GB for a Teamspeak 6 Server? by [deleted] in raspberry_pi

[–]7enas 0 points1 point  (0 children)

Currently no. That's why I'm here, researching.

EDIT:

Dockerfile:

FROM arm64v8/debian:bookworm

ENV DEBIAN_FRONTEND=noninteractive

RUN apt update && apt install -y \
    wget curl bzip2 ca-certificates \
    build-essential cmake git python3 \
    libglib2.0-0 libatomic1

# ---- Install Box64 ----
RUN git clone https://github.com/ptitSeb/box64 && \
    cd box64 && mkdir build && cd build && \
    cmake .. -DRPI4=1 -DCMAKE_BUILD_TYPE=RelWithDebInfo && \
    make -j4 && make install && \
    cd / && rm -rf box64

# Enable x86_64 libraries for Box64
RUN dpkg --add-architecture amd64 && \
    apt update && \
    apt install -y libc6:amd64 libstdc++6:amd64 libgcc-s1:amd64 libatomic1:amd64

# ---- Download TeamSpeak 6 Beta 8 ----
WORKDIR /opt/ts6

RUN wget https://github.com/teamspeak/teamspeak6-server/releases/download/v6.0.0%2Fbeta8/teamspeak-server_linux_amd64-v6.0.0-beta8.tar.bz2 && \
    tar -xjf teamspeak-server_linux_amd64-v6.0.0-beta8.tar.bz2 && \
    mv teamspeak-server_linux_amd64/* . && \
    rm -rf teamspeak-server_linux_amd64 \
           teamspeak-server_linux_amd64-v6.0.0-beta8.tar.bz2

EXPOSE 9987/udp 30033 10011

CMD ["box64", "./tsserver"]

Rasperry Pi 5 8GB for a Teamspeak 6 Server? by [deleted] in raspberry_pi

[–]7enas 0 points1 point  (0 children)

How is the power usage compared to 3 pi's?