Skip Navigation
anyway, i started blastin'
  • I imagine the stones would survive it, just fall out of the vanishing gauntlet. It's not like the stones were a part of it, they were just being held in place by it, but then there's the question of whether or not the contents of people's pockets got snapped as well, we know the pager Fury had didn't count as "part of him".

    And no, they used the ant man tech to go back in time, no stones there.

  • Linus Torvalds explains why aging Linux developers are a good thing
  • At the kernel level you're not going to be using package managers, or anything with a GC (rip D)

    I don't think C is particularly good, but it's "good enough", and nothing obviously better at these use cases has come along to displace it. It's been around long enough that it "just is" the tool of choice for stuff for people.

    Which of course leads to things like the Linux situation where it's big enough that nobody actually understands how it all works or fits together.

  • FSR 4 has been in development for 9-12 months already, and one of the biggest focuses is improving battery life for handhelds
  • On Nvidia hardware at least the AI stuff in separate from general compute/rendering, so you can use it without taking resources from the rest of the game.

    Also since newer games use render graphs these days there's a well defined idea of when and what can mutate resources/buffers, so you can just share buffers between render/compute/AI without needing to actually move them between units.

  • Elements of Renewable Energy
  • There are different kinds of solar power generation, the photovoltaic panels that generate electricity directly that we all know and love, and thermal solar. You'll commonly see a small-scaled version of this used on homes as a hot water system.

    Scale it up though and you've got a system that can generate energy 24/7, as long as you've got enough thermal mass, and sunlight.

  • Ubisoft Stock Tanks to 10-Year Low After Lukewarm Star Wars Outlaws Launch
  • I quite liked the locale in FC5, but the (nearly?) unavoidable captures the game would force on you when you did too much open world stuff annoyed the hell out of me.

    Then I had the ending spoiled for me and I just got too annoyed at the story planners and never touched it again.

  • Which protocol or open standard do you like or wish was more popular?
  • Then don’t get me started about how the www subdomain itself no longer makes sense. I get that the system was designed long before HTTP and the WWW took over the internet as basically the default, but if we had known that in advance it would’ve made sense to not try to push www in front of all website domains throughout the 90"s and early 2000’s.

    I have never understood why you can delegate a subdomain but not the root domain, I doubt it was a technical issue because they added support for it recently via SVCB records (But maybe technical concerns were actually fixed in the decades since)

  • Which protocol or open standard do you like or wish was more popular?
  • Chromium had it behind a flag for a while, but if there were security or serious enough performance concerns then it would make sense to remove it and wait for the jpeg-xl encoder/decoder situation to change.

    Adobe announced they were supporting it (in Camera Raw), that's when the Chrome team announced they were removing it (due to a "lack of industry interest")

  • Which protocol or open standard do you like or wish was more popular?
  • They're "file like" in the sense that they're exposed as an fd, but they're not exposed via the filesystem at all (Unlike e.g. unix sockets), and the existing API is just mapped over the sockets one (i.e. write() instead of send(), read() instead of recv()). There's also a difference in how you create them, you open() a file, but connect() a socket, etc.

    (As an aside, it turns out Bash has its own virtual file-based wrapper around sockets, so you can do things like cat a remote port with Bash, something you can do natively in Plan 9)

    Really it just shows that "everything is a file" didn't stand up in practice, there's more stuff that needs special treatment than doesn't (e.g. Interacting with TTYs also has special APIs). It makes more sense to have a better dedicated API than a generic catch-all one.

  • 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/)TH
    The_Decryptor @aussie.zone
    spoiler

    made you look

    Posts 0
    Comments 34