Live data from Hacker News

Viewing profile — mikedelago

mikedelago

HN member
Joined
Sun, May 17, 2020, 9:38 PM UTC
HN karma
356
Public activity
126 items

About mikedelago

I blog a little bit at https://delago.dev

Recent public activity

  1. comment
    Comment #48015302

    Some folks don't like shipping

  2. comment
    Comment #47879371

    I agree with your opinion. Reproducible can sometimes be a goal, but repeatable is always important. I do think for this case specifically (base images for a specific distro), they…

  3. comment
    Comment #46527100

    The beauty of it is that you don't _need_ Alpine at all, Alpine just comes up because it's popular, it solves the problem of lightweight inline scripting, and it integrates relativ…

  4. comment
    Comment #46526889

    I've shipped multiple projects running HTMX, and I generally like it. Grain of salt too, I'm typically a "DevOps engineer", and I generally lean towards backend development. What I…

  5. comment
    Comment #43815909

    ASDF - another system definition facility - is the de facto standard build system for common lisp. https://asdf.common-lisp.dev/ In common lisp, you don't need a build system at al…

  6. comment
    Comment #43659090

    In my case, my boss won't let me.

  7. comment
    Comment #43320515

    Github has a neat extension to its' markdown syntax where if you comment with a block for a specific line or lines, it will render to have a "commit suggestion" button. ```suggesti…

  8. comment
    Comment #43103947

    > much of what it does do could easily be replaced with a generative AI model that produces new space pictures for desktop backgrounds. Ok, you're obviously trolling here. This is …

  9. comment
    Comment #40866849

    I like tilt [ https://tilt.dev ] if the dev infra has any significant complexity to it. Docker compose also has a "watch" command that can do lots of the the things devcontainers d…

  10. comment
    Comment #40597493

    In team fortress 2, players can receive loot boxes/in game items during normal gameplay. The loot boxes can be unlocked by purchasing a "key" for ~$2.50, to receive cosmetic items.…

  11. comment
    Comment #40597432

    You probably don't play TF2. It's not just "human behind the kb/m using an aim assist cheat". It's literally bots/non-human players that stare at the sky and beeline to either the …

  12. comment
    Comment #40455181

    How does fp in clojure differ from fp on common lisp?

  13. comment
    Comment #40222657

    I worked on a project with an e-commerce company a few months back. They use autoscaling in their Kubernetes cluster to account for high load during peak hours (generally noon unti…

  14. comment
    Comment #40025047

    Yeah, this is essentially it. A whole bunch of state such as this is stored in the MySQL database rather than the client/client files, so it's definitely theoretically possible to …

  15. comment
    Comment #40025038

    nice name yeah, it's possible to create a new client. It'd be a lot of work, though. Some people make their own patches for the standard client if they have something they want to …

  16. comment
    Comment #40025021

    It's definitely not small. From a lines of code perspective, there's ~525K lines of c++, ~175K of C, and ~160K of headers for either language. There's ~4 million lines of SQL, sinc…

  17. comment
    Comment #39995917

    It can depend - some things, like content related issues may require triaging which can take some time to do. Testing PR's and confirming that the behavior is correct is actually o…

  18. comment
    Comment #39990730

    I'm not too familiar with CMaNGOS, but my understanding is that the original MaNGOS is the ancestor of AzerothCore (as well as most other C++ WoW emulators). The primary difference…

  19. comment
    Comment #39990643

    For what it's worth, most of the quests work fine. There's a _few_ that have issues, but the vast majority work just like they did in 2010. The largest issue I can think of that ac…

  20. comment
    Comment #39990601

    The repo represents a "BlizzLike" server in its' entirety. The 640MB of SQL actually does contain all of the quests for WoW 3.3.5a. A sibling commenter quipped about which quests a…

  21. comment
    Comment #39990509

    Hey, I'm on the contributor team for AzerothCore, mainly focusing on maintaining the docker images and linux build CI! Cool to see it here. AzerothCore's "killer feature" is that i…

  22. comment
    Comment #37210518

    I don't think it's your fault and I don't think you're using the wrong browser. > I should be working out the dependency story and compiling some driver from Github myself. no, nvi…

  23. comment
    Comment #37189559

    I'm also in wow emu world and I agree. Maintainers seem to be quite picky with accepting changes. there's also so many weird quirks to the projects, it's basically what keeps me co…

  24. comment
    Comment #37185166

    Cool, I didn't realize Runescape private servers were a thing still. I contribute to AzerothCore[0] pretty regularly. There's a lot of improvements that could be made, but it's ove…

  25. comment
    Comment #36971556

    My question to this is "why go through the trouble of doing this when there's operating systems where you don't need to do a debloat step" I realize the answer is that people use W…