• 4 Posts
  • 111 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle





  • i dont think there is a good soulution for you.
    if its out there, somebody will find it.

    you could host your own wordpress instance independent of WordPress.com.

    and you could add a robots.txt to tell google to not scan your content, or even completly block the user agents of known search engines.

    but blocking search engines is rather counterproductive if you want readers to find your blog.

    and even then more nefarious crawlers might ignore the robots.txt and spoof their user agent to find you.










  • im also pretty new to fighting games.
    but from what i heared, playing arcade mode is verry diffrent from playing against other players.

    especially in older games hi level cpus tend to fight dirty,
    using input reading and op boss characters.

    input reading cpus basicly have inhuman reflexes,
    and will counter big comittal attacks like jumpins or tatsu as long as they are free to move.

    so throw out non-commital pokes, untill they do something you can counter.

    if its the bosses you are struggeling against,
    only perseverance will help. (unless you find a move the ai cant deal with)
    they are designed to take your quarters.





  • Kerb@discuss.tchncs.detoProgrammer Humor@programming.devLife Hack
    link
    fedilink
    arrow-up
    38
    arrow-down
    1
    ·
    edit-2
    3 months ago

    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.


  • 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?