Live data from Hacker News

Viewing profile — Fabricio20

Fabricio20

HN member
Joined
Fri, Nov 30, 2018, 11:28 PM UTC
HN karma
1,302
Public activity
220 items

About Fabricio20

No profile information was provided.

Recent public activity

  1. comment
    Comment #49228129

    I've used auto mode a few times and it's honestly pretty good, but I think this isn't just about auto mode, CC in particular has many other safeguards I've noticed even when not un…

  2. comment
    Comment #49205588

    This was so bad for me I actually added a tool hook that `time`s the tool calls and adds it as [Execution took: Xm, Ys] at the end of every tool call, it helps a little (claude in …

  3. comment
    Comment #49204901

    If only the piping wasn't execessively cutting too.. `cat | head -10` -> `cat | head -20` -> `cat | head -40` yeah.. I think at some point we need to start sanitizing our tool outp…

  4. comment
    Comment #49159553

    > Then you’re maintaining a stack of patches on top of the upstream until the end of time because the maintainers of the projects don’t want AI slop contributions, but now you depe…

  5. comment
    Comment #49065147

    I've had some great success with Reolink. Decent video quality and the software is made with RTSP/RTMP support in mind, including a proper web portal on the camera so you don't eve…

  6. comment
    Comment #49061515

    It's actually pretty darn easy nowadays and i'm so glad its the case! Frigate is amazing and the detection package is of your choosing (hardware dependant) and everything is custom…

  7. comment
    Comment #49021655

    Just got hit with this on all my sessions on CC, neither the old TodoList or the new Task tools are available to any session. Limiting it from the server side is truly amazing, I f…

  8. story
  9. comment
    Comment #48952349

    Opened the website to be greeted with only spam of huge walls of random text, seems people are abusing the fun out of it! Would love to actually have seen some interesting bot patt…

  10. comment
    Comment #48915215

    Shebang! Notice the first line of the script: #!/usr/bin/env python3 marks the file to be executed by python. I think it's like a shell? linux? thing so that tooling can just execu…

  11. comment
    Comment #48915150

    I also have a local rule for no em-dashes since it got way too annoying and i have the same concern that it dilutes the attention so it's the only rule i've kept in addition to "be…

  12. comment
    Comment #48830205

    Oh this is amazing! I have a few of their cube routers sitting around and I always hated how app-locked their firmware was when it really is just a wifi repeater with a few extras …

  13. comment
    Comment #48799079

    I see, so a coordination server is necessary which kinda somewhat defeats the "mesh" claim, though I do wonder if achieving this in a manner similar to DHT could eliminate the cent…

  14. comment
    Comment #48798432

    You try that in 2026 and not only is your changes getting rolled back but your IP address is likely banned in advance anyway. Though to be fair I hear that even logged in your chan…

  15. comment
    Comment #48795494

    One thing I seem to struggle to understand is, a simple invite code system is showcased, but how does host Alice in one country know how to contact host Bob in another country with…

  16. comment
    Comment #48777552

    I specifically disabled claude memory in a project because it kept writing down thigns to memory that didn't need to be in memory, including severly wrong statements that then woul…

  17. comment
    Comment #48638760

    One thing I see noone asking, is this not a case of optimization? Hidden reasoning means they dont need to process the output of all that, it stays internal within the model. Less …

  18. comment
    Comment #48628877

    I also noticed on the wikipedia gallery theres an example that repeats frames for smoothness! 1-2-3-4-3-2 makes it naturally smooth if you have more than two frames.

  19. comment
    Comment #48620290

    I believe one big anti-incentive is rate limiting, especially nowadays. With IPv4 getting a range ban is somewhat effective, way less effective on ipv6 (theres a reason HE tunnelbr…

  20. comment
    Comment #48606329

    Conveyor belts? What about those funny looking warehouse robots that are on wheels and just move pallets around, maybe an arm strapped to it? Surely there are myriad ways to do thi…

  21. comment
    Comment #48427139

    Browser!! The browser reads it as Number. If your rest api returns {"id": 1324535222364012585} for example, javascript will try and parse that as number from the response!!! You ca…

  22. comment
    Comment #48420881

    > bigints are smaller and faster, with less footguns But be careful!! Javascript WILL interpret your bigints as Number() and round them down because they are too big without tellin…

  23. comment
    Comment #48349464

    > Good old user research or talking to users to validate ideas, iron out issues in the user flows has become too slow for the new process I haven't seen these in at least a decade …

  24. comment
    Comment #48312991

    I just installed/upgraded to try out 4.8 and in only 3 messages I hit this bug! Seems something is broken on CC.

  25. comment
    Comment #48301086

    Not the same genre (at least for me). Timberborn is more like a colony builder (think Rimworld) than a city builder (SimCity/Cities Skylines). Its the micromanaging vs macromanagin…