Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)AN
Posts
3
Comments
145
Joined
2 yr. ago

Is the BraX3 from braxtech.net a trustworthy investment?

  • The website uses google services while promoting a phone that advertises avoiding google services... And it seems to be completely broken for me on any android browser I use. Also his main website seems to use the Microsoft store logo for his store logo lol

    720 display?, it doesn't say it has a removable battery? and can somehow promise years of software updates when they rely on third party custom ROMs for their software..

    Also I don't know of any android phones that block replacing the battery?

    The website says 6GB RAM and the indiegogo page says 8GB RAM

    The hardware seems meh and the software is based on FOSS ROMs that support a wide variety of devices that actually exist. Ubuntu touch is advertised as Coming Soon™

    The BraX3 phone offers the most privacy-friendly location service through the Lunar Network

    Please anyone who can find the Lunar Network website, link it because right now to me it seems they're using a now defunct minecraft server for location services

    I've got scammy vibes from this guy for years, even when I was new to privacy I never felt like he was reliable. Did he dub himself "the internet privacy guy" lol

    Overall, I think the phone will probably come out at some point, it'll be kinda sucky from a hardware perspective for anyone who is used to mid range phones and the software could be fine or it could be buggy AF but I don't think it'll be anything special or offer anything unique enough from a privacy perspective to bother with.

    I don't think he can guarantee software updates as he has no control over the ROMs he relies on and I would not expect any sort of support for bugs etc. I don't think he is knowledgeable enough to trust not to have privacy/security issues with the phone, especially when his whole shtick is "privacy"

    It sucks that headphone jacks and sd cards are so hard to find in phones today but I'd prefer to use a dongle and external storage or self host and have a better refurbished phone running LineageOS or any other degoogled ROM than trust this guy.

  • “Plaintiffs do not plead a single instance in which any part of any book was, in fact, downloaded by a third party from Meta via torrent, much less that Plaintiffs’ books were somehow distributed by Meta,” the company writes.

    Another reason to hate Meta, now they're scummy leechers even though they could afford the bandwidth to seed back

  • Yeah, mkv can handle VOBSUB. I just prefer text based like srt or ass since you can edit the subtitles to get better timings or changing font/ colour or fix spellings really easily. I also find the VOBSUB a bit blurry around the edges of the text.

    If you're happy with the VOBSUB, then the last bit of code above will merge them with the mkv file and they should be automatically on when using vlc.

    Thanks for the links, I was thinking about how outdated vobsub2srt was and definitely want to try these instead!

  • EDIT: https://github.com/gwen-lg/subtile-ocr is better than https://github.com/ruediger/VobSub2SRT Subtitle-ocr had no issue with recognising "I" as "I" while vobsub2srt constantly sees "I" as "|" and blacklisting "|" causes "I" to be recognised as "]" and blacklisting "|" "[" and "]" just leaves a blank space so thanks for the recommendation! I'll be using that to convert VOBSUB to srt instead

     undefined
        
    for f in ./*.idx; do
        subtile-ocr -l ger -o "${f%.*}.srt" "$f"; done
    
      

    And then https://mkvtoolnix.download/ to remove any unwanted subtitles from the mkv files

     undefined
        
    for f in ./*.mkv; do
        outdir="nosubs"
        mkvmerge -o "${outdir}/$f" --no-subtitles "$f"; done
    
    
      

    Finally, I merge the srt files with the mkv files

     undefined
        
    for f in ./nosubs/*.mkv; do
        outdir=addedsubs
        g="${f##*/}"
        mkvmerge -o "${outdir}/$g" "$f" --language 0:ger --track-name 0:German "${g%.*}".srt; done
    
      

    Once the files in the addedsubs directory look good, I delete all of the other files. You can add it all to a bash file or make an alias or both and run it wherever

  • Yep, thats the blogpost from the owner of haveibeenpwnd regarding the email OP received.

    OP, it seems like you have or had malware on one or more of your devices that has been logging all of your credentials to any services you signed into on the infected devices with the email address provided in the screenshot you shared.

    we're talking about the logs created by malware running on infected machines. You know that game cheat you downloaded? Or that crack for the pirated software product? Or the video of your colleague doing something that sounded crazy but you thought you'd better download and run that executable program showing it just to be sure? That's just a few different ways you end up with malware on your machine that then watches what you're doing and logs it.

    These logs all came from the same person and each time the poor bloke visited a website and logged in, the malware snared the URL, his email address and his password.

    I would suggest running a malware scan on devices you use to log in with that email.

    On a secure device, you should change the passwords for each service that you use that email with.

    If 2FA is already enabled on any of these accounts, then it should be safe and I would ensure the device is not infected before changing the passwords or else the passwords will be stolen again when you sign in on the infected device.

    It is likely any other accounts that were signed into on the infected device have had their credentials stolen too, you may not have those email addresses set up to receive this notification. Also you should notify anyone else who has used the infected device that their credentials were likely stolen too.

    You can check if other emails have been comprised using https://haveibeenpwned.com/ and you can also check if passwords have been comprised there too.

  • Lol I spent a week going back and forth with Revolut support in august. I could sign into the app but it would always ask me for a "selfie" verification and every time support would say its a super dark selfie.

    Eventually I decided to try a stock ROM and it just worked and I realised what was happening so I transferred all of my money out and deleted my account.

    Most local banks here are terrible at making apps, some even require a separate device that looks like a calculator to use online banking, so hopefully they wont follow suit anytime soon

  • Thank you! I've been hesitant to install a whole bunch of extensions but vitals and astra monitor look great, I'm going to try them out this week and see which I prefer.

    I've been avoiding flathub, it just doesn't seem like my cup of tea but I may have to reconsider and take a proper look at it because it sounds better than a browser extension ngl

    I was just so surprised that a terminal that supports tabs doesn't have generic tab switching, at least I know I'm not crazy now for not enjoying Gnome terminal lol

    I promise the giant cursor is a useful feature even though so many people have thought it was a weird bug lol I constantly do it when I'm trying to figure out how to word an email and on the very rare occasion where I can't find my cursor it has actually been helful!

  • I'm pretty biased since I have been using KDE for a few years and only switched to Gnome this week to properly try it out so maybe I'll change my mind but I doubt I will.

    IMO KDE has better theming and is more uniform across a wider variety of apps. It has support for community themes out of the box and it feels like the components are modular so you can have a different colour title bar compared to the app window etc

    • Dolphin > Nautilus
    • Kate > Gedit
    • Konsole > Terminal

    These are the 3 main default apps I use on both DEs. Dolphin has way more customisability and looks better but Nautilus has a fantastic multi-file rename with the option for find and replace built in.

    For me, Kate is like the vlc of documents. It will open anything and everything whereas I've had a couple of "could not open" errors from gedit this week. I also prefer Kate to Vscode.

    Konsole by default switches tabs with ctrl tab but Terminal doesn't and thats basically my only issue with it.

    Gnome seems to still require you to install a browser extension to use Shell Extensions.

    KDE widgets are fantastic, I love having system monitors in a hidden panel at the top of my screen so I can really easily check system resource usage. I haven't found anything similar on Gnome yet.

    KDE Connect is such a brilliant app, it wouldn't launch for me on Gnome but there is GSConnect for Gnome but its a 3rd party app

    By default on KDE, if you shake your mouse the cursor gets bigger and there doesn't seem to be a size limit which is so fun to do lol

    Going from Plasma 5 to 6 was a nightmare for me but its probably because I was using EndeavourOS so the updates were sooner and more frequent.

    Overall I think Gnome looks and feels a bit outdated and clunky and KDE looks and feels more modern with better integration across apps but that might just be QT vs GTK

    I do plan on continuing to use Gnome for at least another 2 months to give it a fair try but I will almost always recommended KDE because I prefer the look and feel

  • I wrote step by step instructions for installing windows repacks on linux using Lutris. https://sopuli.xyz/comment/9858101

    I install FG Dodi and Gnarly repacks and ElAmigos updates this way. I have only had weird bugs with ~5 that would only unpack in a Windows VM and 2 that needed native Windows (BG3 and Until Dawn) but tbh I have a feeling its an AMD issue not a wine issue

  • What do you mean they're failing to install? That sounds like a wine issue.

    Sometimes games just work better on previous wine versions so it might be worth trying a couple of those.

    I haven't played the game but it seems to be DX11 so DXVK probably needs to be installed to the prefix

    Towards the end of the FG installer, there is usually an option to download the dependencies so make sure you have those installed with winetricks to the correct prefix. C++ Redist download option here refers to vcrun in winetricks and its probably vcrun2022 since the game is new.

    Is it defaulting to using your integrated graphics instead of the discreet gpu?

    You could also add it as a non steam game in steam since proton will be set up properly to see if it runs better.

    Edit:

    470

    Do you need to update your drivers? 470 came out in April 2021. DXVK only supports 510 and later so d3dcompiler instead of dxvk should be used but a driver update would be better.

  • 2 accounts consistently reporting the same IP, location and user habits etc being linked is more absurd than nobody ever noticing excessive uploaded data from their phones? It is very easy to monitor the amount of uploaded and downloaded data on a device, lots of people would have noticed by now. The amount of storage, bandwidth and processing power that would be required to monitor the audio from hundreds of millions of android users globally 24/7 would make this the dumbest business decision ever when there are so many easier and efficient ways to track users.

  • Ah damn, its an issue on console too, that sucks. I wonder why there are so many recommendations when its so broken. I can't believe its on gamepass and PS5 when it can so easily be broken in less than 5 minutes

  • I finished Silent Hill 2 too, the Mannequins made me jump so many times. They always seemed to appear when I least expected them to. The game created such a tense and scary atmosphere the whole way through but the prison area was by far the spookiest and of course I didn't understand the hanging part and kept getting punished for it lol.

    I also played The Last of Us Part 1 it was no where near as scary but the story was so good, I even cried a bit. I'd love more games that focused on keeping quiet, I dont think I've played anything with that sort of mechanic before. I really hope they port part 2 to pc soon.

    I tried to play Alien Isolation but I kept getting game breaking bugs and when I finally managed to get about an hour in, there were still no aliens?? Just more bugs so I've given up on it and maybe I'll try see if there are any fixes and stuff when I have more time since so many people recommend it.

  • Use uBlock Origin, you're being redirected by ads. I tested downloading Icarus just now and this is where the links led to. gamebounty -> filecrypt -> datanodes. Datanodes started the download, ~30GiB 7zip file. I didn't get any ads or redirects using Ublock Origin and a Firefox based browser.

    I would suggest reading the very top of the megathread, the part that says" Not so fast sailor! Do this first"

  • American Arcadia

    Quantum Break

    Hellblade

    God of War series

    Sniper Elite series

    Talos Principle

    I found out recently that Portal has some free mods, I've just started reloaded and its pretty good so far.

    • Portal Reloaded
    • Portal Stories Mel
    • Thinking with Time Machine
  • Just tar and zstd. They're probably installed by default for most distros anyway.

    I think this is what I used when I first tried out zstd https://linuxconfig.org/how-to-install-and-use-zstd-compression-tool-on-linux

    Tar supports input from zstd so I put everything on one line.

     undefined
        
    tar -I 'zstd -v --ultra -22' -cvf YourFile.tar.zst -C /path/to/your/file YourFile
    
      

    -I takes the input from zstd which is in quotes.

    --ultra it should be redundant but for some reason its needed for higher levels of compression.

    -22 the highest level of compression offered by zstd.

    -c for compress.

    -v for verbose.

    -f for the file name.

    -C excludes the absolute path to the file/directory and just takes YourFile as the file/directory to compress. Its not needed if you're in the same directory as YourFile.

    I would recommend leaving out

     undefined
        
    --ultra -22
    
    
      

    and just test how much compression you get with the default level first because 22 is super slow and if it just can't compress the file you won't see any difference in file size compared to the default compression level.

  • 1984 @sopuli.xyz
    AnEilifintChorcra @sopuli.xyz

    Wow limiting posts to stop opinions and thoughts, how authoritarian. Shorthand tricks can fight back. Try to stop this important information broadcast

    Teeline 4 shrthnd mtd, Pitman hs smbls, cnt use nw obviously

    1984 @sopuli.xyz
    AnEilifintChorcra @sopuli.xyz

    Of course you have saved yourself from the bot, you really are part of the Thought Police.

    Like seriously, did you really think you could suppress my posts with these rules???? I'm going to continue to post informative posts to the proletariat while still abiding by your restrictive rules until your day of reckoning comes and we're no longer suppressed for having our own thoughts and ideas.

    I want to talk about Venus but I don't know a lot about it except for some video I watched years ago about how 2 engineers came up with the idea of floating cities that could sustain life on Venus.

    Venus' athmosphere has loads of sulphuric acid and carbon dioxide but apparently we could bomb the planet with hydrogen bombs to make graphite and water from the reaction with the CO2.

    Also, at 464C, we'd probably be burnt pretty bad and squashed down because we would be like 90 time heavier. 1 day is 117 earth days so can you imagine how long a typical work week would be?

    Even with all of these negative points, I would still prefer to live on Venus than to be stuck here, forced to adhere t

    1984 @sopuli.xyz
    AnEilifintChorcra @sopuli.xyz

    Macrophages are a type of immune cell in our bodies that engulf the pathogens. The process is called phagocytosis which literally means to eat cells. I love macrophages 100%

    Macrophages play a role in both innate immunity and adaptive immunity.

    In innate immunity, they phagocytise the pathogens and they also release cytokines that promote the recruitment of other immune cells to the site of infection. Some of these cells are Natural Killer cells and basophils but they don't start with M.

    In adaptive immunity, Macrophages have the ability to breakdown the pathogen and find specific markers on the pathogens that can be used as a target by the adaptive immune response. This marker is called an antigen.

    They then take the antigen and present it on a receptor called MHC Class 2. This MHC Class 2 basically holds the antigen while the Macrophage makes its way to a lymph node, where T Helper cells are located.

    The T Helper cells can then analyse the antigen on the MHC and promote the proliferation of T and B cells which will specifically seek out that antigen in the body and destroy any cells that have that antigen present.

    Here's a video of phagocytosis in