Live data from Hacker News

Viewing profile — slaymaker1907

slaymaker1907

HN member
Joined
Tue, Nov 22, 2016, 7:55 PM UTC
HN karma
2,531
Public activity
1,249 items

About slaymaker1907

No profile information was provided.

Recent public activity

  1. comment
    Comment #49196363

    You're right, there are tons of different workflows you can do. One of the more innocent ones, regardless of you opinions on vibe coding, is just using the LLM to understand the co…

  2. comment
    Comment #48663587

    I've personally started focusing a lot more on code quality and communication skills over correctness of solving some leetcode problem. If I could get the infrastructure in place f…

  3. comment
    Comment #48471366

    It will also cause a lot of trouble for companies with specific data access policies (probably most large companies). My money is on this new thing getting gutted very quickly as t…

  4. comment
    Comment #48470871

    That's definitely the case as model distillation is one of the explicit safety carveouts they mention. Though TBF, model distillation is also a big concern for general safety as di…

  5. comment
    Comment #47643980

    While less necessary with AI, Excel is still the king of data entry and basic data manipulation (sorting, filtering, updating, etc.). I’d say that SQLite with a GUI for visualizati…

  6. comment
    Comment #47325411

    std::array can sometimes give you the best of both worlds for stack allocation in that you statically constrain the stack allocation size (no alloca) while guaranteeing that your b…

  7. comment
    Comment #47027343

    That is not what they should do according to microeconomics because luxury goods are Veblen goods. Decreasing price would lower demand, at least until they lowered it enough that i…

  8. comment
    Comment #47027311

    This already happens a lot for used clothes with the thrift store->poor country->landfill pipeline. That third step will likely be a lot less rare with new clothes.

  9. comment
    Comment #46842555

    A vector of boxes is beneficial if you need to move objects around. If each T is 1000B or something, you really don’t want to copy or even do true moves in memory. Hell, even if yo…

  10. comment
    Comment #46819448

    As long as you have a FedEx or library nearby, you can print things there

  11. comment
    Comment #46784337

    I enjoy both and have ended up using AI a lot differently than vibe coders. I rarely use it for generating implementations, but I use it extensively for helping me understand docs/…

  12. comment
    Comment #46527030

    I think the examples others have highlighted show the problem with just making it a library. They’re all lacking a lot of features from Prolog, particularly in terms of optimizatio…

  13. comment
    Comment #46260343

    I might need to try it out. However, I haven't really found a use case yet where the speed of Python has been a major factor in my day job. It's usually fast enough and is a lot ea…

  14. comment
    Comment #46024408

    And it needs to be said that you generally cannot tell if a vulnerability is critical for a given application except by evaluating the vulnerability in the context of said applicat…

  15. comment
    Comment #46011679

    That sounds like mania which is even more likely considering that early depression is often actually bipolar.

  16. comment
    Comment #45947002

    You absolutely don't need extensions for JS development. It is absolutely NOT notepad level. In my experience with beginners, installing an extension is also incredibly easy compar…

  17. comment
    Comment #45889124

    I think it depends on the music. Most people will have a greatly improved experience when listening to opera if they have access to (translated) lyrics. Even if you know the langua…

  18. comment
    Comment #45889073

    Why not both? As the GP mentioned, lyrics are also invaluable for people besides training for AI.

  19. comment
    Comment #45889063

    I'm pretty sure you could even have lyrics with a separate copyright from the composition itself. For example, you can clearly have lyrics without the music and you can have the co…

  20. comment
    Comment #45650514

    I haven’t used Codex a lot, but GPT-5 is just a bit smarter in agent mode than Claude 4.5. The most challenging thing I’ve used it for is for code review and GPT-5 somewhat regular…

  21. comment
    Comment #45338982

    My favorite is when someone is demoing something that AI can do and they have to feed it some gigantic prompt. At that point, I often ask whether the AI has really made things fast…

  22. comment
    Comment #45283476

    The interesting question is how/if this impacts the recommendation engine. If it does impact recommendations, then that will directly penalize channels with more adblock users.

  23. comment
    Comment #45282833

    There is also kind of a built in sponsorblock for YouTube on mobile. If you double tap to skip 5s repeatedly, a button quickly pops up to skip ahead (not explicitly about sponsor s…

  24. comment
    Comment #44962521

    I'm not sure I agree that non-emacs things are not extensible, but I agree VSCode could be a lot better about extensibility. It's a shame that there isn't some convenient way to ad…

  25. comment
    Comment #44867330

    Act like an authoritarian regime, get treated like other authoritarian regimes.