most trustworthy hl3 leak
CaptainBasculin
News posts on /c/Turkey@lemmy.ml are automatically made by a bot I wrote under my account.
- 0 Posts
- 21 Comments
CaptainBasculin@lemmy.bascul.into
Linux@programming.dev•Valve's version of Android on Linux (based on Waydroid) is now called Lepton
22·2 months agoSteam storefront for Android, sounds very interesting.
CaptainBasculin@lemmy.bascul.into
Linux@programming.dev•Fedora KDE keeps pushing my clock 8 hours ahead whenever I come back home from school
2·2 months agoHad this issue on a dual boot, could be caused by timezones.
CaptainBasculin@lemmy.bascul.into
Funny@sh.itjust.works•Put it to the right next time, I dare youEnglish
9·3 months agoIf controller manufacturers stuck to their original color scheme it would be way less confusing for most, with the color button prompts on games it used to be much easier to use a different console, but all of the newer controllers are turning colorless which makes switching to another one and getting the hang of it much harder.
Do you even need to ask someone with a Vegeta profile picture? Of course they’re racist.
CaptainBasculin@lemmy.bascul.into
Linux@programming.dev•Anyone running the Commodore distro ?
7·4 months agoThe bottom shelf bar and the default top bar made me think it was XFCE, but it’s even more impressive in that case.
CaptainBasculin@lemmy.bascul.into
Linux@programming.dev•Anyone running the Commodore distro ?
7·4 months agoWow didn’t knew XFCE could be customised to this extent. Really cool.
Just curious, since the issue doesn’t exist on Linux, what would happen if you outright disabled the internal keyboard on Linux and use an external keyboard?
Or possibly, program a microcontroller board to send an obscure device input in a loop to your computer?
CaptainBasculin@lemmy.bascul.into
linuxmemes@lemmy.world•Like Windows explorer but better
11·4 months agoThe absolutely most? ReactOS. It’s not really suitable for daily use, but it is essentially a clean room reverse engineering project of Windows itself.
I will never let go of bascul.in, that’s for sure.
CaptainBasculin@lemmy.bascul.into
Linux@programming.dev•Hacked PC - random sounds playing
2·5 months agoDifferent applications can use Chromium as their base and might not be configured to return their application name to PipeWire, which in that case, Chromium returns its name.
If you’re using a web app like Discord/Vesktop that’s likely it.
CaptainBasculin@lemmy.bascul.into
Linux@programming.dev•Hacked PC - random sounds playing
1·5 months agofrom looking here, the thing that makes the most sense for me is
pw-cli list-objects, could you try runningpw-cli, then typelist-objectsand then play random sounds on an application? Could be anything, like a media player or web browser.When no command is given, pw-cli starts an interactive session with the default PipeWire instance pipewire-0.
This would mean this should list any changes directly to the terminal, saving us from needing to log it externally
It should report quite a lot of data considering it reports everything related to audio there, but it should let you know about any changes. If you can trace back from the sounds you made to the application you’ve run it from, it should work.
CaptainBasculin@lemmy.bascul.into
Linux@programming.dev•Hacked PC - random sounds playing
1·5 months agohttps://linuxcommandlibrary.com/man/pw-cli I referred to here for clients. Does your manpage have anything similar to its definition there?
CaptainBasculin@lemmy.bascul.into
Linux@programming.dev•Hacked PC - random sounds playing
15·5 months agoIf the OS isn’t using PulseAudio by default, then it’s using PipeWire. I am not using it so cannot confirm how it’d work, but from what I understood from its documentation, replacing
pacmd list-sink-inputswithpw-cli clientsin the previously mentioned command should work.
CaptainBasculin@lemmy.bascul.into
Linux@programming.dev•Hacked PC - random sounds playing
19·5 months agoRun this command, it will record all audio activity until you stop it to the file sound-inputs.log.
watch -n0.5 'pacmd list-sink-inputs | tee -a sound-inputs.log'When you hear the sound bites, take a look at it and see which process is triggering the sounds. Might help you discover its cause.
Alternatively you can watch playback streams on pavucontrol. It lists all programs that run sounds, but is less detailed.
CaptainBasculin@lemmy.bascul.into
Linux@programming.dev•Linux Is No Longer Immune: Ransomware Gangs Target Linux
24·7 months agoIt never was.
It’s important to note that not all portals are implemented on all desktop environments. You can see this as a reference table: https://wiki.archlinux.org/title/XDG_Desktop_Portal#List_of_backends_and_interfaces
CaptainBasculin@lemmy.bascul.into
Linux@programming.dev•Xlibre, a new fork of the X.org X11 server, announced
1215·8 months agoGood to know some people are still working on X.
Git repo for those who’re interested


It’s the baby’s tiling DE. A lot of things you would need to look up how to implement on your sway config is likely already implemented with GUI customization options, some design choices are weird (like how you can’t switch to Workspace 5 if you dont have anything on Workspace 2,3,4).
If I were just starting to use a tiling WM, I would %100 use this. Too bad I already have my config set up.