Live data from Hacker News

Viewing profile — wolfspider

wolfspider

HN member
Joined
Fri, Nov 18, 2016, 6:09 AM UTC
HN karma
235
Public activity
125 items

About wolfspider

No profile information was provided.

Recent public activity

  1. comment
    Comment #42309410

    Automattic created node-canvas a long time ago which was based around Cairo.

  2. comment
    Comment #41414389

    Well yeah, Seph is right as usual I’ve been updating my MLIR generation code to use Twine lately: https://llvm.org/doxygen/classllvm_1_1Twine.html#details LLVM has been using rope …

  3. comment
    Comment #41115989

    I’ve spent the past few months translating a C library heavy in pointer arithmetic to TypeScript. Concessions have to be made here and there but ended up making utility classes to …

  4. comment
    Comment #41100503

    I was recently using Low* with ChatGPT and amazed it could actually explain it to me so I’m looking forward to using this.

  5. comment
    Comment #41001030

    Formal verification uses Prolog a lot. System on TPTP at U of Miami utilizes this for many of the formally verified tests on there. It is just a more intense discipline than genera…

  6. comment
    Comment #40686261

    Well sure, but the hardware encode and decode isn’t completely widespread yet. I’ve been patiently waiting for what has felt like an eternity. From the developer perspective everyo…

  7. comment
    Comment #40547664

    The part of Root I use is Cling the C++ interpreter along with Xeus in a Jupyter notebook. I decided one night to test the fastest n-body from benchmarkgames comparing Xeus and Pyt…

  8. comment
    Comment #39975601

    Well then there is Emacs which is like an entire ripscrip BBS in your terminal if you configure it that way. If the Lisp you hand edit to actually make the plugin start up works yo…

  9. comment
    Comment #39812595

    MFC also has CComPtrBase which uses & to represent pointer lifetimes to COM objects such as while(pEnum->Next(1, &pFilter, &cFetched) == S_OK). Especially fun when debugging Direct…

  10. comment
    Comment #39514014

    I built one for the government keeping track of licensed professionals and receiving their payments for things reported in the field (mobile first web app). It collected over a qua…

  11. comment
    Comment #39199078

    My own humble opinion is that Intel has always suffered from market cannibalization. They are a brand I look for but many times the iteration of products will force me to go a gene…

  12. comment
    Comment #39085908

    Was really looking forward to the j-core project and got into SH4 emulating the Dreamcast port of NetBSD which is currently available for the latest version which is 9.3 I believe.…

  13. comment
    Comment #38986678

    I’m just blown away by how clean the code is for the mod version and how well the documentation is written.

  14. comment
    Comment #38194881

    The time you spend on projects is, according to what the PM tells sales, two weeks for a feature and three weeks for bare minimum requirements new product. Outside of that your own…

  15. comment
    Comment #28945412

    Intelligence is cultural and I think many people don’t realize that. If I were to be dropped off in a random place on Earth I would encounter people, most likely, I wouldn’t be abl…

  16. comment
    Comment #27765773

    Well as much as I can understand the author of this article wanting to get past Riesman’s ideas in “The Lonely Crowd” the time period his predictions occur is during the age of “in…

  17. comment
    Comment #25974988

    Well, optimizing similar to how Rust guides the developer to write more optimized code. Comparing them is comparing apples to oranges however. There are many ways to get there. Wit…

  18. comment
    Comment #25634081

    I would also say take a look at Bosque it is also from the same camp as F* but much simpler to use Z3 with.

  19. comment
    Comment #24807151

    For me between 2000-2005 F1 was fun to watch though after 2005 there were too many regulations and all the cars were too similar. If you want to see some overtaking and drama those…

  20. comment
    Comment #23878808

    The evidence is pretty compelling and I’ve suspected something was up the whole time in fact I began social distancing November of last year after hearing reports of a mystery viru…

  21. comment
    Comment #23732774

    One of the things I find refreshing about Gemini is there is no standard scripting language in there and the implementations vary wildly on the client side from Rust to Lua to Pyth…

  22. comment
    Comment #23430635

    I’ve been there before and you will be lucky to change just a couple of those deficits within the timespan of 2-3 years. It’s still worth pursuing but just make sure that the organ…

  23. comment
    Comment #23179388

    If you have worked with F* or Low* then you probably have some exposure to using Z3 and getting this kind lexical analysis from it is a breakthrough. I just wish Z3 was available o…

  24. comment
    Comment #23020137

    "Fail on certain moon phases" reminds me of a C++ bug I encountered while trying to set up the demo for PSIP (Digital TV Guide) destined for NAB in Las Vegas. We had programming sc…

  25. comment
    Comment #22895871

    For my uses Vue is actually much more friendly towards non-standard environments but that’s never been a selling point it’s just a bonus. I heavily use TS, Components, and VueX so …