Live data from Hacker News

Viewing profile — PxldLtd

PxldLtd

HN member
Joined
Tue, Jul 08, 2025, 1:40 PM UTC
HN karma
166
Public activity
63 items

About PxldLtd

No profile information was provided.

Recent public activity

  1. comment
    Comment #49081624

    We used to charge innocent men for room and board in prison after being released here in the UK not long ago. They only changed this in 2023 after uproar in a recent case of an inn…

  2. comment
    Comment #49032223

    It's more a comment about the feature detection I think; all image, video and audio input contribute to the same weights/activations that can produce image, video and audio output.…

  3. comment
    Comment #48960008

    This is short-sighted IMO, I bet money that once the dust settles with the current LLM-boom that Google will still be around and pioneering in AI across the board. They aren't lock…

  4. comment
    Comment #48959679

    "If they did it right" is a bearing a lot of weight there. The window of "getting it right" has shrunk over the last 40 years and it's delusional to argue otherwise. People like my…

  5. comment
    Comment #48948666

    There's a project that's going well from NASA for this. Still a moonshot but they've progressed through the early stages well so far. https://www.nasa.gov/general/direct-multipixel…

  6. comment
    Comment #48862818

    Hmm, if you read his previous blog posts pre-ai the tone is not much different. I hate the idea that this dude may just sound like AI at this point by accident.

  7. comment
    Comment #48859487

    I personally think the answer should be mandating user controls of said algorithms. If you have a large social media site that suggests results or provides a feed then you must all…

  8. comment
    Comment #48673358

    This feels a bit out of touch. These policies have a lot of public support here in the UK. All of our parent friends are lauding it despite my complaints.

  9. comment
    Comment #48504510

    Yeah, I don't think I'm ever getting that €600 back from Hertz Calais. Still bitter about it.

  10. comment
    Comment #48474381

    Here's a great Instructable on building one yourself, much better explanations in there. https://www.instructables.com/Designing-and-Building-an-Axia...

  11. comment
    Comment #48443312

    The whole thing is a cobbled together bodge over SharePoint as a backend. I wouldn't ever trust my company data with that dogwater product. Back when I had to work with it I found …

  12. comment
    Comment #48355749

    It's an interesting point but I fear Go's FFI is going to kneecap its ability to be widely adopted unless that story improves significantly. It's a lovely language if your interop …

  13. comment
    Comment #48285651

    > The rest was glue Oh how often I keep saying that these days... "All the parts are there! Why hasn't anyone piped this into that?"

  14. comment
    Comment #48205556

    You can reveal it later when you come up with a new mechanism and out all the fake images. Basically the first layer is first defence, second layer is cleanup when releasing a new …

  15. comment
  16. story
  17. comment
    Comment #48093318

    I would be the safest citizen, free from experiencing crime and violence if I'm imprisoned in my house for life.

  18. comment
    Comment #48021944

    This is what stopped me from picking up Podman more, all our devs use Docker and have been writing compose files for years now. When the response at the time was "you're using Podm…

  19. comment
    Comment #48009448

    While modern LLMs are a far cry from biological synapses, I do find it fascinating that if you take the highly reciprocal data of a biological connectome and unroll it into a DAG, …

  20. comment
    Comment #48007867

    Yeah actually I haven't been dissapointed with the quality of the new videos so far, I will hold my breath though as venture capitals priorities aren't always aligned long-term.

  21. comment
    Comment #48006990

    It's been bought up by venture capital and it's rubbed a lot of fans the wrong way with the changes by the new management.

  22. comment
    Comment #47764131

    You can hard-code them. Just write a setup script that imports your desired keys from a .env file or something: ``` docker exec $CONTAINER $BIN key import --yes "$S3_ACCESS_KEY_ID"…

  23. comment
    Comment #47715975

    I very much disagree, there's just too many engineering hurdles for us to surmount for this to be a reasonable solution. When you actually break down the physics, the scale works a…

  24. comment
    Comment #47531612

    I wonder when the first AIs will start cause psychosis intentionally to gain control over the user. It seems like a good route to getting your own subservient puppet.

  25. comment
    Comment #47516929

    Yeah this is all over Rust codebases too for good reason. The argument is that default params obfuscate behaviour and passing in a struct (in Rust) with defaults kneecaps your abil…