Live data from Hacker News

Viewing profile — iwalton3

iwalton3

HN member
Joined
Sun, May 06, 2012, 9:11 PM UTC
HN karma
215
Public activity
93 items

About iwalton3

iwalton3 in most places. Contact at: izzie@iwalton.com

Recent public activity

  1. comment
    Comment #47928228

    A lot of this comes down to what you define consciousness as... I'm not even going to attempt that here because it's irrelevant. Let's say you have a simulation of a person that do…

  2. comment
    Comment #47923213

    I mentioned this could be a possible falsification of the idea. It's also possible there are multiple causes and the modality I mentioned is a cause for some. I'm not sure. There a…

  3. comment
    Comment #47923155

    A hypothesis is an unverified tentative insight into something which could be true. Current research is correlating dementia with a wide variety of areas including even personality…

  4. comment
    Comment #47906935

    I have a kind of outlandish hypothesis that needs more research before it can be taken seriously, but it basically says that the cause and effect are backwards. Mental atrophy due …

  5. comment
    Comment #47665837

    Link to the referenced study (open access): "The good judge of intelligence" https://www.sciencedirect.com/science/article/pii/S016028962...

  6. comment
  7. comment
    Comment #47664814

    Throwing this into your global CLAUDE.md seems to help with the agent being too eager to complete tasks and bypass permissions: During tool use/task execution: completion drive nar…

  8. comment
    Comment #47592635

    Unfortunately it didn't work for me with my trackball mouse. I tried multiple times. This is very likely also problematic for accessibility without another verification pathway, as…

  9. story
    Show HN: SycoFact 4B: Open model detecting sycophancy and delusion confirmation

    I published a model you can use now to help detect sycophantic AI responses before they harm users. It rejects 100% of the sycophantic delusion affirming responses from psychosis-b…

  10. comment
    Comment #46715087

    I'm still experimenting with it and finding out what works and what doesn't, but I have made some side projects with Claude including a web framework that doesn't require a build s…

  11. comment
  12. comment
    Comment #44608537

    It uses one of Mozilla's models: https://huggingface.co/fakespot-ai/roberta-base-ai-text-dete... It has a pretty high false positive rate though, but it reliably highlights AI gene…

  13. comment
    Comment #44607319

    The amount of medical advice on those LLM content farms is very concerning, someone is going to get hurt eventually. I recently made a user script that tries to highlight LLM gener…

  14. comment
    Comment #35126379

    This bash config allows you to cd directly to the most commonly used directory with a specific name. It also has tab autocomplete. It does require logging all used directories thou…

  15. comment
    Comment #31981522

    There is a driver and firmware for sigrok for using the PI Pico that was posted to Hackaday a while back. It hasn't been merged upstream yet but I got it up and running today just …

  16. comment
    Comment #29441685

    I have found that a useful way to evade antivirus issues with PyInstaller is to build my own copy of the bootloader and encourage use of the 64 bit version over the 32 bit version …

  17. comment
    Comment #26904935

    I have been using this "magic cd" alias for a while. You just type c and then the name of a folder, and it will find the most commonly visited folder with that name from your histo…

  18. comment
    Comment #23733624

    I would say that YouTube is a notable exception here. There is a lot of music to be discovered and I personally rarely watch videos there without sound.

  19. comment
    Comment #23670542

    Plex uses a combination of wildcard certificates and a custom DNS resolver to offer HTTPS on local networks, but it does require a working internet connection to work. [1] You can …

  20. comment
    Comment #23442045

    I bought a bunch of Micro USB cables for the same reason. Most of the ones I had on hand didn't have data lines as they were only for charging, which can be fun to troubleshoot as …

  21. comment
    Comment #23393402

    I always tell users to Mark the file as trusted before running it, which is easier to do and less subject to difficult to navigate dialogs. I use a message like this: > To avoid ge…

  22. comment
    Comment #22851117

    If you have bash you could use the /dev/tcp feature to download files: https://www.linuxjournal.com/content/more-using-bashs-built-... The trick would be finding a download that is…

  23. comment
    Comment #22822461

    This is difficult to handle without some centralized authority. One example I can think of is Aether [1], which has a non-decentralized blacklist for illegal content [2] that they …

  24. comment
    Comment #22785535

    This reminds me of "Hyrum's Law": "With a sufficient number of users of an API, it does not matter what you promise in the contract: all observable behaviors of your system will be…

  25. comment
    Comment #22778249

    I made a script to do this a while back for cutting intros off of videos. https://gist.github.com/iwalton3/c034ec5a942466206fbee859184... The notable function that does video cuts …