Live data from Hacker News

Viewing profile — keurrr

keurrr

HN member
Joined
Fri, Oct 04, 2019, 5:17 PM UTC
HN karma
104
Public activity
32 items

About keurrr

No profile information was provided.

Recent public activity

  1. comment
    Comment #39997659

    I think the reason this was posted is not because of miscellaneous infrastructure, but that it’s an implementation of an interesting algorithm. If you care enough to leave a commen…

  2. comment
    Comment #37687114

    Well, the spammers sending you junk mail already have all this? Not much to lose here :)

  3. comment
    Comment #37575410

    So you are claiming the protocol that Signal has adopted is already backdoored by the government. Extraordinary claims require extraordinary evidence. You need to provide some kind…

  4. comment
    Comment #37575094

    I don't think these incentives make sense at all. Government organizations suspected to be developing quantum computers probably have larger annual budgets than 20 billion. The abi…

  5. story
  6. story
  7. story
  8. story
  9. story
  10. story
  11. story
  12. comment
  13. comment
    Comment #32143085

    The original version was a browser extension. It was very painful to maintain support for all the different types of input fields. Most large social media sites do not use standard…

  14. comment
    Comment #32140833

    My friend and I implemented this a couple of years ago. It is no longer maintained but the general ideas still apply. Very few social media sites use standard text areas which make…

  15. story
  16. comment
    Comment #25565231

    Talking about GUI and data science... So ironic. Look at the author and when this was written.

  17. comment
    Comment #24611502

    Thanks. I actually found your repo before seeing this post and sent you an email. Definitely going to port it back to C and merge it in. Thanks so much for this. Hand vectorizing t…

  18. comment
    Comment #24611477

    I didn't forget about you! I did a release statically linked with qt5. Let me know if this works for you. Email me at kevin@segfault.fun if you run into any issues. Use prettyeq-st…

  19. comment
    Comment #24593059

    Oh, you need the qt5 shared libs to compile. I am planning to do a release in the next couple weeks that statically links the full thing so no one has to deal with this. Qt makes i…

  20. comment
    Comment #24593034

    If you feel strongly about clipping, I would also accept a patch that allows a user to select an option in the GUI to prevent it.

  21. comment
    Comment #24593022

    That makes me so happy to hear! Since this thread is getting less active, feel free to email me at kevin@segfault.fun if you need anything else.

  22. comment
    Comment #24591803

    In the project directory run: mkdir ./make ./build cd ./make qmake CONFIG+=release .. make -j mv ./prettyeq ../build

  23. comment
    Comment #24591753

    Cool, yeah. Would love if you contributed that. So off the top of my head we would want to get all output sinks and display them in the GUI and, when the user switches, detect the …

  24. comment
    Comment #24591028

    I can’t statically link with it because I would need to release my own software under the GPL.

  25. comment
    Comment #24588149

    I can't link with fftw3 since it's GPL. The other libraries that were permissive licensed had confusing APIs and the output binaries were almost as large as my entire project. CPU …