Live data from Hacker News

Viewing profile — Hyperlisk

Hyperlisk

HN member
Joined
Wed, Feb 20, 2019, 11:33 PM UTC
HN karma
25
Public activity
21 items

About Hyperlisk

No profile information was provided.

Recent public activity

  1. comment
    Comment #49247936

    Related repo from them, mentioned in the readme as well: https://github.com/xoreaxeaxeax/asm-hall-of-shame > Instruction latency analysis usually focuses on performance optimizatio…

  2. story
  3. comment
    Comment #46700233

    This reminds me of a related issue: http://iscaliforniaonfire.com/

  4. story
  5. comment
    Comment #44684521

    perma.cc is great. Also check out their tools if you want to get your hands dirty with your own archival process: https://tools.perma.cc/

  6. story
  7. comment
    Comment #44170601

    Here is some related software from many years back: https://ollydbg.de/Paperbak/index.html

  8. comment
    Comment #44018716

    Here's one method for this that I have bookmarked: https://miunau.com/posts/dynamic-text-contrast-in-css/

  9. comment
    Comment #43942808

    This is interesting. I really like the DSL. It is a little limited though, just because it works on the month-level only. One thing that I think is missing is having different date…

  10. comment
    Comment #43809327

    Nice! I share a similar set of thoughts and ideals around configuration languages and I'm working on one as well. Mine has a very similar syntax, so you might be interested! You ca…

  11. comment
    Comment #43754382

    That's not true. I just wrote a similar comment about design coming first. If you've written software for awhile you just know what it looks like and which design patterns will be …

  12. comment
    Comment #43754300

    This is my experience as well. I've been skeptical for a long time, but recent releases have changed my mind (it's important to try new things even if skeptical). Large context win…

  13. comment
    Comment #43752671

    Yes! Another vote for CC-BY-NC-SA! I release my code under this license as well, even snippets I post on my (tiny) blog. I think this is what a lot of people would use if it were m…

  14. comment
    Comment #43686756

    This looks nice with a friendly UI. I've been very happy with Caddy[1], but this seems like something I might recommend to someone that is new to the web environment. [1] https://c…

  15. comment
    Comment #43631790

    Are you ready to get naked? ['style','link[rel=stylesheet]','link[type="text/css"]'].forEach(selector => document.querySelectorAll(selector).forEach(e => e.parentNode.removeChild(e…

  16. comment
    Comment #43535337

    I'm working on a configuration file format. I see a lot of complexity in the current space, and not enough thought put into the use-cases for a configuration language. YAML is pron…

  17. story
  18. story
    Show HN: Host your own Go modules with conr

    Hey all! I put this tool together so I could self-host my golang modules. Technically it was translated from a hand-writeen TS/zx script to Go using ChatGPT (o1) and validated agai…

  19. story
    Show HN: A Personal Cash Flow Simulator

    Hey, everyone! This is a small project I whipped together to help visualize money coming in and going out for my own needs. I've used a small Python script for literally years to b…

  20. story
  21. story