Viewing profile — mikedelago
mikedelago
HN member- Joined
- Sun, May 17, 2020, 9:38 PM UTC
- HN karma
- 356
- Public activity
- 126 items
- HN profile
- View on Hacker News ↗
About mikedelago
Recent public activity
-
comment
Comment #48015302
Some folks don't like shipping
-
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…
-
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…
-
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…
-
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…
-
comment
Comment #43659090
In my case, my boss won't let me.
-
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…
-
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 …
-
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…
-
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.…
-
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 …
-
comment
Comment #40455181
How does fp in clojure differ from fp on common lisp?
-
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…
-
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 …
-
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 …
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…