#7 Top Seller on Steam
Gamer’s RAGE©
#7 Top Seller on Steam
Gamer’s RAGE©
If you use steam, this project https://github.com/luxtorpeda-dev/luxtorpeda, converts proprietary engines to use opensource versions when available. Here: https://luxtorpeda-dev.github.io is a list of games supported by this. How to use Luxtorpeda on Steamdeck: https://www.gamingonlinux.com/2022/03/steam-deck-using-luxtorpeda-for-morrowind-warzone-2100-and-x-com/
Como usuário Linux, já estou calejado com esse “fenômeno”…
As pessoas, em geral, não querem utilizar o Lemmy, elas só querem usar para atacar o Reddit, mas ainda estão por lá. Você não constrói uma comunidade popular dessa forma, somente um nicho. Que é exatamente o que o Lemmy é.
Pode ver: Chrome tá uma porcaria, geral fala que vai usar o Firefox. Nada Acontece… Windows xp/8/10/11 atualiza, geral fala que vai usar o Linux. Nada Acontece… O Twitter faz sei lá o que, falam que vão migrar para o Threads/Bluesky/Mastodon. Nada Acontece… Todo boicote de Pokemon/Call of Duty/Fifa/Diablo/Harry Potter… Daí você vê qual é o mais vendido…
No fim, o que parece que é um sentimento geral, é somente uma galera muito barulhenta, que não toma ação, e também não representa o público da plataforma.
Mesmo sabendo disso, ainda bate uma frustração. Mas tem coisas que a gente não controla…
Settings > Filters & Blocks > swipe the community/username from the right
about:config: widget.non-native-theme.scrollbar.size.override
, from 0 to however many css pixels wide you want the scrollbar
user.js: user_pref("widget.non-native-theme.scrollbar.size.override", 5);
I liked these too (Android): https://i.ibb.co/6ymf6xQ/vger.jpg
👁️ 👁️ https://i.ibb.co/Hr1bDGr/eyes.png (sorry😅)
Quick comparison on Android (custom launcher): https://i.ibb.co/XVnM2NL/comp.png
There is a PR for a iOS build here: https://github.com/aeharding/voyager/pull/410
So, It is possible
We will have to wait for the Play Store version
Have a look at this issue: https://github.com/aeharding/voyager/issues/68
Similar? Seems like a webapp limitation on Android/Chrome.
For now, Android mode (theme) is in beta and incomplete. Should eventualy follow Android Material design. Examples here: https://m3.material.io/components
Take a look here (base64): aHR0cHM6Ly9yLXJvbXMuZ2l0aHViLmlvL21lZ2F0aHJlYWQvc29ueS8jc29ueS1wbGF5c3RhdGlvbi0y
PS2 section, but there are links to almost every older system (including PS3)
Take a look here: https://r-roms.github.io/megathread/sony/#sony-playstation-2
For context, this is the issue on Github: https://github.com/aeharding/voyager/issues/98
O desenvolvedor falou que futuramente pode disponibilizar o código. Caso haja interesse. fonte: https://lemmy.ca/comment/527388
Pior que não sei. Estava usando uma conta no lemmy.world e só agora, em uma instância menor, estou reparando isso. Ainda aprendendo 😅
Não todos, mas a maioria é. Aqui segue uma lista:
Código aberto:
Código fechado:
Ken Thompson and Dennis Ritchie created Unix on a PDP-7 in 1969. Well around 1971 they upgraded to a PDP-11 with a pair of RK05 disk packs (1.5 megabytes each) for storage.
When the operating system grew too big to fit on the first RK05 disk pack (their root filesystem) they let it leak into the second one, which is where all the user home directories lived (which is why the mount was called /usr). They replicated all the OS directories under there (/bin, /sbin, /lib, /tmp…) and wrote files to those new directories because their original disk was out of space. When they got a third disk, they mounted it on /home and relocated all the user directories to there so the OS could consume all the space on both disks and grow to THREE WHOLE MEGABYTES. And thereafter /usr is used to store user programs while /home is used to store user data.
source: http://lists.busybox.net/pipermail/busybox/2010-December/074114.html