Live data from Hacker News

Viewing profile — Pathogen-David

Pathogen-David

HN member
Joined
Thu, Jul 26, 2018, 8:41 PM UTC
HN karma
539
Public activity
89 items

About Pathogen-David

I transmute math into pixels

https://pixelalchemy.dev

Recent public activity

  1. comment
    Comment #43673895

    Ahh, that's the worst. Hopefully you realized your mistake sooner rather than later.

  2. comment
    Comment #43654892

    If you're curious: An API is more or less just the communication boundary between two pieces of software. A common sign of a bad API (including this one) is when it presents data i…

  3. comment
    Comment #43538350

    If the GitHub Actions temporary token does not have workflow-defined permissions scope, it defaults either to a permissive or restricted default scope based on the repository's set…

  4. comment
    Comment #42730403

    You might find value in the glTF sample renderer https://github.com/KhronosGroup/glTF-Sample-Renderer It won't be plug and play since you'd have to pull out the shaders and make th…

  5. comment
    Comment #41993799

    I just checked and the curl.exe on my system does not export any symbols, so not in this case. It is possible to do that in the general sense though.

  6. comment
    Comment #41465415

    The context menu item for duplicating tabs might be new, but you've been able to middle-click the refresh button to duplicate the current tab for quite some time now.

  7. comment
    Comment #41449547

    Have you heard of eMOTIONAL Cities by any chance? https://emotionalcities-h2020.eu/ It's basically an ongoing large-scale research project working to quantify the way people experi…

  8. story
  9. story
  10. comment
    Comment #41128735

    Doesn't seem like they do. They attempted to acquire them back in 2009 but it didn't work out.

  11. comment
    Comment #40949211

    > but since an indeterminate amount of time ago, it just stopped working for me. Updating both Git and Git Extensions has seemingly fixed it for me, but the issues I was having wer…

  12. comment
    Comment #40463957

    It doesn't change the output encoding by default, but if you manually set it to UTF8 it works. (IE: Console.OutputEncoding = System.Text.Encoding.UTF8;) That might be all you need …

  13. comment
    Comment #40016359

    I recently learned that some Google TVs have a “Basic Mode” that removes all the smart crud. https://www.androidcentral.com/new-google-tv-feature-will-le... I haven’t had a chance …

  14. comment
    Comment #39946320

    It looks like the audio samples have disappeared since 2017, but they're available on the Wayback Machine for those who want to listen: https://web.archive.org/web/20170831162900/h…

  15. story
  16. comment
    Comment #39548666

    Yeah, according to https://book.mixu.net/ this was written in 2015, at nine years old I'd be worried about this not being super useful for modern CSS.

  17. comment
    Comment #39524286

    Here's a separate press release from PlayStation Studios has more details: https://sonyinteractive.com/en/news/blog/an-important-update... In particular it lists some other studios…

  18. comment
    Comment #39513631

    Love the concept! It'd be cool if it was self-hostable, it'd be nice for monitoring certs in my homelab.

  19. comment
    Comment #39425606

    If an app or website exclusively uses third-party logins I generally won’t even use it. In general I don’t appreciate anything that tries to get cute about account creation. (Howev…

  20. comment
    Comment #39264795

    I counted 14 out of 30 links on the front page back then still work and appear to refer to the same article / something relevant to the original submission. Link rot is always disa…

  21. comment
    Comment #39149657

    If anyone wants to learn more about the older OM-84 model mentioned multiple times on this page, David Hilowitz has a fantastic video about it and its history: https://www.youtube.…

  22. comment
    Comment #39094850

    Up and Atom recently made a great video explaining this class of problems and some of the algorithms for solving it: https://youtu.be/fvM8ow6zNw4

  23. comment
    Comment #38974730

    Certain parts of Microsoft Learn are permissive, most .NET/C# documentation is Creative Commons Attribution: * Conceptual docs: https://github.com/dotnet/docs * BCL: https://github…

  24. comment
    Comment #38844882

    This rant could've easily been written by me. I have a very strong mental model of what should happen when I press keys on the keyboard, and when that diverges from what's visible …

  25. comment
    Comment #38844227

    You can generate them using Graphviz's circo layout engine. https://graphviz.org/docs/layouts/circo/ According to them/Wikipedia, the layout's name is simply "circular layout". htt…