Skip Navigation

Posts
8
Comments
308
Joined
2 yr. ago

  • thats probably part par of the course for the arch experience

    id check if Udisks is installed and running.

  • steamdeck runs on linux,
    proton is a "Compatibility layer" to run windows only games on linux.

    so yes, that means it runs on linux.

  • YARRR

    Jump
  • im already verry comfortable not owning ubisoft games

  • why wouldnt they want to actually repeal it?

    the could proclaim victory whilst screwing over the poor and vulnerable, with the backing of their voters.

    is the assumption that they dont want their voters to find out that Obamacare actually saved their asses?

  • close but not quite.

    from the examples its more like:
    Aig2ooCa.geeGhou9.piratesite.to
    Aig2ooCa.baaSaic8r.piratesite.to

    now i dont know much about iptv, which is aparently the bulk of this list,
    so take this with a grain of salt.

    but i would assume that one of those ids is a stream id,
    while the other one is an id/timestamp for individual part of the stream.

    so if my guess is right it might be even more meaningless.

    namely a list of 10k individual pieces of streams instead of a list of 10k torrents

  • i was so dissapointed when i learned that it caps at 80%

  • even worse, they counted individual subdomains.

    those numbers are a complete and utter nothingburger.

  • also christmas lights man and toaster man

  • why would you ring a doorbell in the middle of the woods?

  • welcome to the club 😂

    did it overwrite your GRUB partition or did it just remove the uefi entry?

    iirc the later is pretty easy to fix with efibootmgr if you have a live cd / usb

  • its an sql injection attack.
    its rather unlikely that it works in a modern app.

    assuming this would work,
    it injects a command in the sql database.

    it is assumed that the app runs a sql querry with the input field as a parameter e.g.
    INSERT INTO "bills" (item, ammount, tip) VALUES ("steak", "20,00 $", "content of the custom tip goes here");

    the semicolon indicates the end of the querry,
    so the the text would cause the app to run an unfinished querry, and then start a new querry that messes up the content of the bills table.

  • it might be an unpopular oppinion here,
    but deleting posts & comments was overly petty.

    i just stopped browsing reddit,
    thats not inconveniencing other users and imo more impactfull anyway.

  • this stuff really pisses me off,
    i remember recently watching a video about tekken8.

    the devs aparently made an announcement that boils down to "we need to monetize the shit out of this game now to make our monney back"
    and the streamer just went "yeah thats reasonable"

    they have the sales figures for tekken 7, and tekken 7 was an online game, so they know their active userbase.
    (and they also now charge 70 bucks)

    so they have at least a vague idea of how much monney they'll make.

    how can you screw up your budget that bad unless you senslessly dump money at your release.

    yeah cutting edge graphics are neat,
    but thats incredibly expensive.
    and imo not that nececary for a great experience.

    maybe a game that needs to nickle and dime its playerbase shouldnt be made in the first place?

  • honestly, im shocked it stayed over the ipo price so far.

    i was expecting a drop, kinda like robinhood

  • i remember something about the russians targeting them in the first few weeks.

    it turned out that their own encrypted comunication channels relied on the gsm network,
    and they had to fallback to unencrypted radios.

  • aparently the pinball game was a demo version of Full Tilt! Pinball , which you can get on abandonware sites.

    not sure if it still works on modern windows tho.

  • resolved

    i found the following guide on reddit:

    Bro just disable ipv6

    i followed the instructions and it worked

  • quick update:

    i learned that sf6 uses the following ports:
    Street Fighter 6 on PlayStation 4

     
            TCP: 3478, 3479, 3480
        UDP: 3074, 3478, 3479
    
    
      

    Street Fighter 6 on PlayStation 5

     
            TCP: 3478, 3479, 3480
        UDP: 3074, 3478, 3479
    
    
      

    Street Fighter 6 on Xbox Series X

     
            TCP: 3074
        UDP: 88, 500, 3074, 3544, 4500
    
    
      

    Street Fighter 6 on Steam

     
            TCP: 27015, 27036
        UDP: 27015, 27031-27033, 27034-27036
    
    
      

    i doubt that anything other than the ports listed under steam should actualls concern me,
    but the low port numbers 80 &500 seemed like potential snags

    i tried the following things:

    i added net.ipv4.ip_unprivileged_port_start=0 to
    /etc/sysctl.conf

    i added entries for the ports 0-1024 for tcp & udp to my firewall.

    these things did not help.

    i also tried to set up port forwarding,
    where i found out that it would not let me set external ports outside of the range 8044-8063.

    i assumed that my provider might be doin weird stuff that was causing the issue.

    but if that was actually the case,
    why would the windows version work?