Skip Navigation
TCB13 TCB13 @lemmy.world
Posts 45
Comments 3.1K
If you hoard video games and aren’t selfhosting GameVault yet, you’re missing out!
  • It's so hard to have a SMB share with one folder per game. The solution is obviously to run 4000 docker containers.

  • PSA Use your display name to help move others to privacy respecting replacements.
  • Bob moved to -messenger-app-that-fails-to-deli ver-notifications

    Bob moved to -messenger-app-that-never-syncs-properly

    Bob moved to -messenger-app-nobody-uses

    Bob has problems.

  • They're Never Happy
  • The other side has LGBTQdsfapdkfopsdkf+ flags, so many colorful flags...

  • Windows 10 only has a year of support: 12 months left to keep Copilot off your desktop or learn Linux
  • You should not trust those builds. Everything you need to know is documented here: https://learn.microsoft.com/en-us/windows/privacy/manage-connections-from-windows-operating-system-components-to-microsoft-services

    Windows 10/11 Enterprise is recommended as that's the version where Microsoft can't fuck up.

  • Windows 10 only has a year of support: 12 months left to keep Copilot off your desktop or learn Linux
  • No, that’s a myth. Registry edits may revert in some cases yes, but group policy is different as it designed exactly to configure machines in a stable way.

  • Windows 10 only has a year of support: 12 months left to keep Copilot off your desktop or learn Linux
  • Group policy may be beyond the general skill level, which makes the constant Linux suggestions even more laughable.

    Ahaha yeah, I've said that SO MANY times. People have issues setting a few toggles on a point-and-click UI but then it is okay to suddenly move to a entirely different OS that most likely won't have the software they're used to and requires terminal skills to deal with most things. Laughable indeed.

  • Windows 10 only has a year of support: 12 months left to keep Copilot off your desktop or learn Linux
  • Completely bullshit, garbage clickbait title.

    Windows 10 is near EoL, however that's for Home/Pro/Enterprise versions, you can move to one of those for more time:

    • Windows 10 Enterprise LTSC - 2027
    • Windows 10 IoT Enterprise LTSC - 2032

    To be fair I don't really believe that Microsoft will kill it when they say they will. And even if they do it, porting security updates from those LTSC versions into the regular ones might be doable.

    Now on Windows 11:

    You can just disable copilot and all the other garbage using group policy, now that hard and you'll end up with essentially Windows 10. https://www.xda-developers.com/how-disable-microsoft-copilot/

  • My dank internet archive stash
  • Yes, I’m aware… however there’s nothing making it so we can’t port the directory listing from caddy (most likely just HTML/JS) into nginx. Or, someone might already have done it, I guess will have a look.

  • My dank internet archive stash
  • Yeah I would totally use that for nginx.

  • My dank internet archive stash
  • What software are you using on the server to list the directories?

  • Not sure when iCloud on the web got this good, finally becoming a legit alternative to Google Drive or OneDrive
  • Remember that Apple had to dumb down the macOS version of Pages, Keynote and Numbers at some point (from iWork 09 to single apps) to later on release something even more dumbed down for iOS... and now we have the ultra-dumbed down version for the web.

  • Your brain changes based on what you did two weeks ago
  • So... if you go into North Korea for about two weeks you may end up becoming full communist. This is very inline with the recent headlines about China allowing people from certain countries to be there for 15 days without visas... hm...

  • is it possible to run a pair of proprietary wireless earbuds on a debian 12.7?
  • AirPods work so... how much more proprietary can you get? :P

  • GameVault - "the self-hosted gaming platform for drm-free games"
  • Yeah because apparently it is too hard to double click on setup.exe but using a docker is okay.

  • which VPS do you recommend?
  • So, looks like tons of HTTP services and SSH.

  • which VPS do you recommend?
  • Great, but what services are you hosting ? What ports you need?

  • Tauri 2.0 has just been released
  • Now here comes one of the disadvantages of Tauri (or its biggest advantage, I guess it depends on you). In your Electron app you write your app backend in JavaScript, because Electron uses the Node.js runtime. Tauri on the other hand is written in Rust. Now if you know Rust you're probably happy, but if you have to learn Rust from scratch (like me) you are going to face some issues.

    If you’re building an app that does not require a backend then Tauri very quickly becomes the choice.

    I know that some stuff really requires a separate backend (heavy file manipulation etc) but at the same time browsers are progressing a lot and a lot of apps can be created without using a backend, just relaying on the browser engine as is.

  • PyQt devs missed a golden opportunity
  • Since when is anything python probably done? What were you expecting? 😂

  • which VPS do you recommend?
  • Yeah, those may work. Since you’ve one how does it look like? Are there blocked ports line SMTP? Are the IP good / aren’t blacklisted everywhere already? Thanks.

  • Owncloud Infinite Scale Plugins
  • Yeah, it may be less customizable but at least is fast and error free (unlike NextCloud)

  • Enter MacBB :)

    MacBB is a community of apple users that has been around for a while. You can find and provide help, apps and engage in random talk mostly about the Apple ecosystem.

    Registration is open and free for everyone. No ads, no BS.

    --->> https://macbb.org/

    Enjoy!

    1

    ESP32 - RTC / Clock gotchas and how to fix them

    0

    ESP32 - RTC / Clock gotchas and how to fix them

    0

    SQLite Database Integration

    make.wordpress.org Let’s make WordPress officially support SQLite

    WordPress can be (and is) used for any kind of site, regardless of size or complexity. Some common use-cases include: Single-page landing sitesSimple company sites with just a few pages. These site…

    Let’s make WordPress officially support SQLite

    As a middle ground, we could implement a solution for the bottom tier: small to medium sites and blogs. These sites don’t necessarily need a full-fledged MySQL database.

    SQLite seems to be the perfect fit:

    • It is the most widely used database worldwide
    • It is cross-platform and can run on any device
    • It is included by default on all PHP installations (unless explicitly disabled)
    • WordPress’s minimum requirements would be a simple PHP server, without the need for a separate database server.
    • SQLite support enables lower hosting costs, decreases energy consumption, and lowers performance costs on lower-end servers.

    What would the benefits of SQLite be?

    Officially supporting SQLite in WordPress could have many benefits. Some notable ones would include:

    • Increased performance on lower-end servers and environments.
    • Potential for WordPress growth in markets where we did not have access due to the system’s requirements.
    • Potential for growth in the hosting market using installation “scenarios”.
    • Reduced energy consumption – increased sustainability for the WordPress project.
    • Further WordPress’s mission to “democratize publishing” for everyone.
    • Easier to contribute to WordPress – download the files and run the built-in PHP server without any other setup required.
    • Easier to use automated tests suite.
    • Sites can be “portable” and self-contained.

    Source and other links:

    • https://make.wordpress.org/core/2022/09/12/lets-make-wordpress-officially-support-sqlite/
    • https://make.wordpress.org/performance/roadmap-2023/#category-database-optimization
    • https://wordpress.org/plugins/sqlite-database-integration/
    3

    GNOME June 2024: C'mon you can do better

    New GNOME dialog on the right:

    !

    Apple's dialog:

    !

    They say GNOME isn't a copy of macOS but with time it has been getting really close. I don't think this is a bad thing however they should just admit it and then put some real effort into cloning macOS instead of the crap they're making right now.

    Here's the thing: Apple's design you'll find that they carefully included an extra margin between the "Don't Save" and "Cancel" buttons. This avoid accidental clicks on the wrong button so that people don't lose their work when they just want to click "Cancel".

    So much for the GNOME, vision and their expert usability team :P

    110

    Amcrest IP4M-1041B + Home Assistant

    Hi,

    Is there anyone using Amcrest IP4M-1041B with Home Assistant? I've a few questions about software and integration.

    1. From what I hear, this camera can be setup 100% offline, connected via cable to any computer and by using a built in WebUI the camera has, is this true?

    2. It offers pan, tilt or zoom. Does it work really good with HA? Can it be operated without any Amcrest software / internet connection?

    3. The features above allow you to set preset locations, can that be done on HA / WebUI / without the Amcrest app as well?

    4. Does it really operate all features offline and is it reliable? Eg. motion detection works as expected / doesn't miss events?

    5. What's your overall experience with the camera? Does it compare to let's say a TP-Link tapo?

    Thank you.

    10

    Riley Testut launches Delta emulator on US App Store (free) - shows middle finger to Europe (payment required)

    9to5mac.com Riley Testut launches Delta game emulator on App Store for everyone, AltStore marketplace for EU - 9to5Mac

    The game emulation situation on iOS just got real. The oft rejected game emulator Delta has finally made its way...

    Riley Testut launches Delta game emulator on App Store for everyone, AltStore marketplace for EU - 9to5Mac

    cross-posted from: https://lemmy.world/post/14398634

    > Unfortunately I was proven to be right about Riley Testut. He's yet another greedy person barely batter than Apple. After bitching to Apple to remove GBA4iOS from the App Store he's now leveraging Delta to force people into his AltStore. > > > Delta has finally made its way to the App Store. Additionally, the Delta developer has also published their alternative marketplace, AltStore, in the EU today. > > If you're in the EU you'll only be able to get Delta on the AltStore and that requires: > > ! > > This is complete bullshit he could've just launched Delta on the App Store in Europe as well but he decided not to. > > Thanks Riley Testut for being a dick to the people that actually forced Apple into allowing alternative app stores in the first place. > > --------------- > > Github issue related to this dick move: https://github.com/rileytestut/Delta/issues/292

    30

    Riley Testut launches Delta emulator on US App Store (free) - shows middle finger to Europe (payment required)

    9to5mac.com Riley Testut launches Delta game emulator on App Store for everyone, AltStore marketplace for EU - 9to5Mac

    The game emulation situation on iOS just got real. The oft rejected game emulator Delta has finally made its way...

    Riley Testut launches Delta game emulator on App Store for everyone, AltStore marketplace for EU - 9to5Mac

    cross-posted from: https://lemmy.world/post/14398634

    > Unfortunately I was proven to be right about Riley Testut. He's yet another greedy person barely batter than Apple. After bitching to Apple to remove GBA4iOS from the App Store he's now leveraging Delta to force people into his AltStore. > > > Delta has finally made its way to the App Store. Additionally, the Delta developer has also published their alternative marketplace, AltStore, in the EU today. > > If you're in the EU you'll only be able to get Delta on the AltStore and that requires: > > ! > > This is complete bullshit he could've just launched Delta on the App Store in Europe as well but he decided not to. > > Thanks Riley Testut for being a dick to the people that actually forced Apple into allowing alternative app stores in the first place. > > --------------- > > Github issue related to this dick move: https://github.com/rileytestut/Delta/issues/292

    3
    Europe @lemmy.ml TCB13 @lemmy.world

    Riley Testut launches Delta emulator on US App Store (free) - shows middle finger to Europe /payment required)

    9to5mac.com Riley Testut launches Delta game emulator on App Store for everyone, AltStore marketplace for EU - 9to5Mac

    The game emulation situation on iOS just got real. The oft rejected game emulator Delta has finally made its way...

    Riley Testut launches Delta game emulator on App Store for everyone, AltStore marketplace for EU - 9to5Mac

    Unfortunately I was proven to be right about Riley Testut. He's yet another greedy person barely batter than Apple. After bitching to Apple to remove GBA4iOS from the App Store he's now leveraging Delta to force people into his AltStore.

    > Delta has finally made its way to the App Store. Additionally, the Delta developer has also published their alternative marketplace, AltStore, in the EU today.

    If you're in the EU you'll only be able to get Delta on the AltStore and that requires:

    !

    This is complete bullshit he could've just launched Delta on the App Store in Europe as well but he decided not to.

    Thanks Riley Testut for being a dick to the people that actually forced Apple into allowing alternative app stores in the first place.

    ---------------

    Github issue related to this dick move: https://github.com/rileytestut/Delta/issues/292

    0

    Vodafone: de pioneira ao básico

    Boas,

    Como muitos aqui sou cliente da Vodafone (móvel apenas) há muitos anos e gostava de deixar os meus comentários sobre o que tenho visto a acontecer com a operadora na última década. Este post vai ser escrito assim meio em modo "rant" e começou porque a Vodafone ainda não tem um serviço Wifi Calling.

    Estamos em 2024 e a Vodafone continua a não disponibilizar um serviço bastante útil que está disponível nas outras operadoras nacionais. Este serviço não é apenas um capricho, é importante para todos os clientes que vivem em zonas com fraca cobertura até muitas vezes para situações de emergência (como eu muitas vezes).

    Relembro que esta tecnologia está disponível no iPhone desde 2013 tendo sido adotada em massa na maior parte dos países a partir de 2015.

    Há coisas que eu não consigo compreender no serviço da Vodafone, ou melhor, na gestão e nas prioridades da empresa, em resumo:

    • Serviço Wi-Fi Calling que continua a não existir em 2024: como já disse, um serviço essencial a quem tem fraca cobertura da rede móvel e com a vantagens clara para a Vodafone de reduzir a quantidade de chamadas a serem transportadas pela rede móvel. Claro que a primeira operadora a ter isto foi a NOS porque com a fraca rede que tinham quanto menos chamadas pela infraestrutura móvel melhor;
    • Cobrança do serviço Vodafone OneNumber (eSIM para smartwatches): para além de terem demorado anos, mais do que a NOS ainda cobram 5€/mês pelo serviço. Este serviço deve ser gratuito uma vez que é mais uma forma de incentivar os clientes de smartwatches a consumir minutos/dados;
    • "Qualidade" de áudio das chamadas: uma chamada entre dois números da Vodafone tem menor qualidade de audio do que uma chamada entre qualquer outros dois números de outra operadora nacional. Até uma chamada de WhatsApp ou Facetime é hoje bastante superior a uma chamada pela rede Vodafone, noto que estamos a falar de uma chamada VoIP com compressão, transmitida pela Internet e mesmo que seja realizada em 4G e tenha de atravessar toda a infraestrutura da Vodafone até chegar a algum datacenter e retornar para outro cliente continua a ser superior;
    • Serviço cartão Duo Multi-SIM: permite utilizar de forma alternada dois equipamentos e apenas isso. O serviço da MEO permite utilizar em simultâneo dois equipamentos e podemos definir com o envio de um SMS qual dos equipamentos receberá chamadas. Realizar chamadas ou utilizar a internet fica disponível em simultâneo em ambos. Um serviço como o da MEO era mais uma boa forma da Vodafone incentivar o consumo, mas claro que são incapazes de reconhecer isto;
    • Chamadas e mensagens no computador: a Vodafone já teve um serviço destes mas acabou por abandoná-lo, mais uma grande falha na estratégia da empresa. Durante a pandemia assistimos às PMEs a adquirirem em massa soluções como o Zoom e o MS Teams, já pensaram na quantidade de negócio que a Vodafone perdeu por não disponibilizar uma simples aplicação de chamadas e video-chamadas no computador associada aos números de telefone dos clientes? Acredito que com uma campanha de marketing muito simples, no início da pandemia, pelo menos metade dessas PMEs teriam passado a usar uma solução da Vodafone apenas por conveniência e teriam tido a oportunidade de faturar milhares de horas de chamadas;
    • Falta de IPv6 no serviço de internet fixa: sem mais comentários;
    • Falta de um serviço "bridge": todas as outras operadoras disponibilizam, enquanto isso a Vodafone continua a forçar os seus clientes a utilizar os seus routers extremamente fracos e pouco flexíveis. Podiam só fazer como a MEO/NOS e adicionar uma opção para ligar o bridge numa das portas do router e deixarem os clientes utilizarem os equipamentos que quiserem.

    Na última década a Vodafone passou de uma operadora pioneira em Portugal com serviços de qualidade quase ao operador mais rudimentar que temos tudo por má gestão de prioridades. Parece ser também o mais vulnerável a ataques informáticos, afinal a Vodafone foi quem já ficou praticamente um dia sem serviços e muito possivelmente ninguém na empresa consegue garantir que os dados dos clientes não foram comprometidos.

    A minha sugestão para a gestão da Vodafone é simples: uma vez que são incapazes de desenvolver internamente soluções inovadoras limitem-se a observar as tendências do mercado e a copiar. Parece-me que a Vodafone para ter um rumo / novos produtos depende muito de "consultisses" e estudos de mercado questionáveis, isto é com base em perguntas e premissas pouco fundamentadas na realidade, em vez de observarem os clientes reais.

    Qual é a vossa opinião sobre o estado atual e percurso da Vodafone?

    2

    The domain aftermarket has a big problem

    domainnamewire.com The domain aftermarket has a big problem - Domain Name Wire | Domain Name News

    Domain aftermarkets need to clean up their inventory. Let me start this rant with some good news. This month, I sold a domain name for $6,500 that I found through Domain Academy’s Afternic advanced search tool. I bought the domain for less than $100. Now for the bad news: I spent a lot of time […]

    The domain aftermarket has a big problem - Domain Name Wire | Domain Name News

    Here's my take:

    The domain aftermarket has a big problem... it exists. This market shouldn't ever be allowed to exist in the first place. ICANN should've blocked this bullshit a long time ago and forced registrars to just let domains expire and free the space. Also add a few provisions about unused domain names and about selling them.

    31

    Analog Phone Line to SIP

    Hello,

    So I have a Motorola SM56 USB Data Fax Modem (aka Apple USB Modem for some people) and according to information online this modem supports V.92, Caller ID, wake-on-ring and most importantly telephone answering (V.253).

    At a place I happen to have an old telephone analog line that gets calls and unfortunately I can't get rid of. Any ideias / links / software on how can I use the modem + a low end box / ARM SBC to "digitize" the phone line into a generic SIP / VOIP that I can then connect to using MicroSIP on another computer?

    Thank you.

    --------------------

    Update on this:

    I just tried the modem under Windows with a few programs such as Phone Dialer Pro and the built in dialer.exe and while the modem can detect incoming phone calls and place calls I can't pass the audio back to the operating system / phone software.

    I did some research about the SM65 and it seems like it was designed to have an headset directly attached to it like on those PCI cards that also use it:

    !

    !

    The built in COM port of the modems seems to be only usable to control the modem via AT commands and can't be used to pass audio form and to the system.

    17

    Alternative to Home Assistant for ESPHome Devices

    Hello,

    My IoT/Home Automation needs are centered around custom built ESPHome devices and I currently have them all connected to a HA instance and things work fine.

    Now, I like HA's interface and all the sugar candy, however I don't like the massive amounts of resources it requires and the fact that the storage usage keeps growing and it is essentially a huge, albeit successful, docker clusterfuck.

    Is there any alternative dashboard that just does this:

    1. Specifically made for ESPHome devices - no other devices required;
    2. Single daemon or something PHP/Python/Node that you can setup manually with a few systemd units;
    3. Connects to the ESPHome devices, logs the data and shows a dashboard with it;
    4. Runs offline, doesn't go into 24234 GitHub repositories all the time and whatnot.

    Obviously that I'm expecting more manual configuration, I'm okay with having to edit a config file somewhere to add a device, change the dashboard layout etc. I also don't need the ESPHome part that builds and deploys configurations to devices as I can do that locally on my computer.

    Thank you.

    50

    Firewall: pvxe/nftables-geoip - filtered list of countries

    github.com Add option for filtered list of countries · pvxe/nftables-geoip@c137151

    Add an optional parameter to specify a list of countries from the location file (usually location.csv). The corresponding ipv4 and ipv6 subsets are written to additional files with "-interesti...

    Add option for filtered list of countries · pvxe/nftables-geoip@c137151

    cross-posted from: https://lemmy.world/post/11162262

    > Hey, > > For all of you that are running proper setups and use nftables to protect your servers be aware that pvxe/nftables-geoip now has the ability to generate IP lists by country. > > This can be used to, for instance, drop all traffic from specific countries or the opposite, drop everything except for your own country. > > https://github.com/pvxe/nftables-geoip/commit/c137151ebc05f4562c56e6802761e0a93ed107a2 > > Here's how you can block / track traffic from certain countries: > > - https://wiki.nftables.org/wiki-nftables/index.php/GeoIP_matching > - https://www.mybluelinux.com/nftables-and-geoip > > Previously you had to load the entire geoip DB containing multiple GB and would end up using a LOT of RAM. Those guides aren't yet updated to use the country specific files but it's just about changing the include line to whatever you've generated with pvxe/nftables-geoip.

    3

    Firewall: pvxe/nftables-geoip - filtered list of countries

    github.com Add option for filtered list of countries · pvxe/nftables-geoip@c137151

    Add an optional parameter to specify a list of countries from the location file (usually location.csv). The corresponding ipv4 and ipv6 subsets are written to additional files with "-interesti...

    Add option for filtered list of countries · pvxe/nftables-geoip@c137151

    Hey,

    For all of you that are running proper setups and use nftables to protect your servers be aware that pvxe/nftables-geoip now has the ability to generate IP lists by country.

    This can be used to, for instance, drop all traffic from specific countries or the opposite, drop everything except for your own country.

    https://github.com/pvxe/nftables-geoip/commit/c137151ebc05f4562c56e6802761e0a93ed107a2

    Here's how you can block / track traffic from certain countries:

    • https://wiki.nftables.org/wiki-nftables/index.php/GeoIP_matching
    • https://www.mybluelinux.com/nftables-and-geoip

    Previously you had to load the entire geoip DB containing multiple GB and would end up using a LOT of RAM. Those guides aren't yet updated to use the country specific files but it's just about changing the include line to whatever you've generated with pvxe/nftables-geoip.

    0

    searx.prvcy.eu dead?

    Hello,

    searx.prvcy.eu has been dead for me for a couple of weeks now, anyone else?

    I'm getting 502 Bad Gateway.

    Thanks.

    21
    Buy Sell Trade Swap @lemmy.world TCB13 @lemmy.world

    Europe/Portugal: HP Color LaserJet CM1312nfi MFP

    Hey,

    I'm selling an HP Color LaserJet CM1312nfi MFP working perfectly fine. Can deliver in Lisbon, Portugal for free. Anything else you pay. :)

    0

    Midtown Madness 2 on Windows 10

    Hey,

    I found this game I used to play a very long time ago and I wanted to experience it again. Unfortunately I wasn't able to run it in Windows 10 / Windows XP SP3 VM because it would lag on modern hardware.

    Here is what you need to do in order to get the game running:

    1. Search for "Midtown Madness 2 (Europe) (Rerelease)" on TPB and download it
    2. Load the disk with WinCDEmu or other solution
    3. Install the game (don't launch it)
    4. Enable DirectPlay on Windows
    5. Copy Crack\midtown2.exe to the gamefolder
    6. Download dgVoodoo2 from http://dege.freeweb.hu/dgVoodoo2/dgVoodoo2/
    7. Copy dgVoodoo2.exe to the game folder
    8. Copy all files inside MS\x86 to the game folder as well
    9. Run dgVoodoo2.exe as admin and set the following:
    • Click the button .\ to create config file to MM directory
    • In "General" > "Output API" select "Direct3D 11 MS WARP (software)"
    • Go to "DirectX" tab and change the VRAM to 128MB
    • Click "Apply" > "OK" to exit.
    1. Launch the game > Options > Graphics > select from Display drop down menu, "dgVoodoo DirectX Wrapper" > "Hardware (3D video card with T&L) from the Renderer drop menu.
    2. Click "Done" and that's it!

    Note that whenever you change the resolution it won't apply any changes to the game menu - you'll only see it once you start a race.

    Midtown Madness 2 should now run very smoothly under Windows 10, even on Virtual Machines. Enjoy.

    18

    Looking for Image Combiner - PhotoScape Alternative

    cross-posted from: https://lemmy.world/post/8834324

    > I'm looking for an application (windows or maybe web) that can be used to combine images vertically and horizontally. I usually go with PhotoScape (screenshot) to for this but that's not free nor updated anymore. Important features for me are to be able to combine horizontally or vertically, set the number or rows or columns and have the ability to resize the final image. > > Thank you.

    9

    Looking for Image Combiner - PhotoScape Alternative

    I'm looking for an application (windows or maybe web) that can be used to combine images vertically and horizontally. I usually go with PhotoScape (screenshot) to for this but that's not free nor updated anymore. Important features for me are to be able to combine horizontally or vertically, set the number or rows or columns and have the ability to resize the final image.

    Thank you.

    2