• 0 Posts
  • 87 Comments
Joined 5 months ago
cake
Cake day: June 5th, 2025

help-circle
  • infeeeee@lemmy.ziptoTechnology@lemmy.worldAffinity Studio is now free
    link
    fedilink
    English
    arrow-up
    9
    arrow-down
    1
    ·
    edit-2
    20 hours ago

    I haven’t followed this software and company before, what do you mean, what is the catch?

    Adobe doesn’t offer any of its software for free except acrobat reader, where you get nagged about paid features constantly, but it’s easy to ignore.

    Why shouldn’t I recommend this over cracked Photoshop? Its features seems like closer to PS than Gimp or Krita.



  • They got the fine because a team member didn’t follow the orders of a marshal, not because they fiddled with the marker.

    After the formation lap had started on Sunday, a Red Bull team member re-entered this gate well area as the pit marshals started to close the gate and did not react when they tried to stop him.

    […]

    There is nothing wrong with McLaren using tape or a visual marker on the wall at the side of the track as it is not governed by any regulation around the start procedure or the use of the grid box.

    That also means it is not protected by the rules so another team interfering with it once it is there is legal, although whether it is in the spirit of competition would be open to interpretation.












  • Just the heads up, that cpu is ancient. Its performance is comparable to an Rpi 4, but that old cpu consumes 30W+ while a full rpi maxes around 6-7 W. Rpi 5 is around 4-5 times more powerful with third power.

    So it’s good if you just tinkering with old hardware for fun, but you can buy far more powerful modern hardware for only several dollars if you look at the second hand market.

    Also I remember, I dealt with Toshibas from that era, they were quite locked down, e.g. you couldn’t install upstream nvidia drivers on them only the outdated ones signed by Toshiba. So it’s not unexpected that some options like that are missing in bios settings.





  • I guess OP used some share button in an Urban Dictionary app?

    This is the shared link:

    http://gack-blowing.urbanup.com/1126343
    

    How someone can get a plain http link at all is interesting nowadays. That’s why I think it’s not directly copied from a browser but via a misconfigured share button or something

    The link responds an HTTP 302 and redirects to:

    https://www.urbandictionary.com/define.php?term=gack blowing&defid=1126343
    

    And I guess this may be the reason it opens in your system browser, HTTP 302 is a strange response:

    Many web browsers implemented this code in a manner that violated this standard, changing the request type of the new request to GET, regardless of the type employed in the original request (e.g. POST). For this reason, HTTP/1.1 (RFC 2616) added the new status codes 303 and 307 to disambiguate between the two behaviours, with 303 mandating the change of request type to GET, and 307 preserving the request type as originally sent. Despite the greater clarity provided by this disambiguation, the 302 code is still employed in web frameworks to preserve compatibility with browsers that do not implement the HTTP/1.1 specification.

    https://en.wikipedia.org/wiki/HTTP_302

    What Lemmy client and OS do you use? Maybe it can’t handle this HTTP 302 redirect.