Live data from Hacker News

Viewing profile — craftit

craftit

HN member
Joined
Tue, Oct 29, 2013, 10:07 AM UTC
HN karma
48
Public activity
32 items

About craftit

No profile information was provided.

Recent public activity

  1. comment
    Comment #47321454

    I don't know the exact details, but I have heard (on C++ Weekly, I believe) that it offers some advantages when linking code compiled with different compiler versions. That said, I…

  2. comment
    Comment #45178395

    My personal experience is that the increase in ads has encouraged me to subscribe to creators I like via Patreon and view content on there. If many people are doing this, I wonder …

  3. comment
    Comment #41887002

    I opted for sorting by project. We live in a world where you can get most things the next day. Then, I keep a few part-sample books for common components like capacitors and resist…

  4. comment
    Comment #40434034

    My take is that it means founders are sharing the risk by investing in the company and by taking a smaller salary than they could otherwise. This means there is a clear motivation …

  5. comment
    Comment #38762149

    It saves writing lots of boilerplate. If you implement it for a type, you automatically get: , =, ==, !=

  6. comment
    Comment #38202632

    From what I understand, it can learn and execute the algorithm fairly reliably, though it won't be 100%. When the LLM generates text, it is randomised a little, as well as some tri…

  7. comment
    Comment #38179615

    Because often, the tokens are broken up as random groups of numbers. For example, let's say 1984 appears quite a few times in the source text, this will become a single token. Give…

  8. comment
    Comment #34751476

    Too your first point, I am not sure what constitutes new or novel here. I've seen the AI do exactly the type of borrowing from different sources you describe and producing somethin…

  9. comment
    Comment #34751370

    From what I've seen in the art world it is common practice to build on the work of others without attribution. Is this really all that different? That said, I think these tools sti…

  10. comment
    Comment #34739221

    From what I've experimented with so far the biggest barrier to using rust was having a mature ecosystem of libraries to use. This is changing though!

  11. comment
    Comment #30742742

    I am wondering if after changing career, would they still read this site, or is it part of what they wanted to get away from?

  12. comment
    Comment #30624591

    I find picking one calorific food and cutting it out, but otherwise eating the same works really well. For example I used to have small bottle of orange juice with lunch, which I c…

  13. comment
    Comment #29574796

    That could be part of the reason why 85% drop in power consumption only leads to twice the perfomance.

  14. comment
    Comment #28660145

    It is interesting to wonder what this might look like. There are still limits to what is physically possible, we only have finite resources. I also personally value having a divers…

  15. comment
    Comment #25831061

    The upside of that maybe there is more awareness of what is going on. If there is no centralization, could we end up in a world there no consensus on what is acceptable or right?

  16. comment
    Comment #25176682

    I've read applications like little snitch are popular enough that some malware changes their behavior if it detects it. It must be a non-trivial number. I do personally out of curi…

  17. comment
    Comment #24042027

    Location: Surrey UK Remote: Yes Willing to relocate: Possibly Technologies: Machine learning and AI (20 years), Computer Vision, Face Recognition, C++, Python, Robotics, some elect…

  18. comment
    Comment #23437450

    Though if you think about the number of hours of use and testing javascript and browser technology in general has had, maybe it does make sense.

  19. comment
    Comment #9962955

    After coming across this, I wonder just how much of the brain is required to exhibit intelligence. It seems like some people can get away with a lot less that the 'normal' amount. …

  20. comment
    Comment #9431911

    As I understand it, Go also give some guarantees about the maximum amount of time the garbage collection will stall the program. An issue where ever you are trying to achieve consi…

  21. comment
    Comment #9427355

    It is a fair point, if you want to keep the playing field level and you want to compete on the basis of coding skill then you need to manage the code on the server. Otherwise simpl…

  22. comment
    Comment #9426943

    It would be great to be able to remotely connect to the world, so plays can use the language of their choice. Personally I like web sockets and JSON, as they are well supported by …

  23. comment
    Comment #9151780

    But the code path is first pass + optimisation gives correct code. That doesn't guarantee the first pass generates correct code. I believe there were bugs along those lines at one …

  24. comment
    Comment #9131214

    Interesting they are using it without optimisations. The compilers is used far more with optimisations, so those code paths are actually far better tested. I have heard of cases wh…

  25. comment
    Comment #9113487

    I suspect setting up motivations for the AI is going to be a big research issue before too long. If you can write a simulator for the task you want to it solve, you should be able …