HackerTrans
TopNewTrendsCommentsPastAskShowJobs

hannasm

no profile record

comments

hannasm
·قبل 18 يومًا·discuss
Same question. Electricity and logistics are really the only physical barriers. With solar and a single mini split couldn't you essentially prevent heat death with some very high probability?

Freezing to death in winter should be a harder problem at this point right?
hannasm
·قبل 23 يومًا·discuss
Wim hof has a similar childhood story (maybe not quite as extreme)...
hannasm
·قبل 23 يومًا·discuss
I'm currently looking to piece together a kubernetes native "forge" and there are major gaps in the ecosystem. Why do we need everything in one application like every single "forge" claims to be? What about when I want something that's not supported.

How about Forge compatible components? Or forgeables? Naming is hard but hopefully you get the point...

I'm an expert, I'll go to harbor freight and weld some stuff together. It will still break down in 5-10 years but maybe I will at the very least have some control over the way I pivot.
hannasm
·قبل 5 أشهر·discuss
Honestly I think I am already sold on AI, who is the first company that is going to show us all how much it really costs and start enshitification? First to market wins right?
hannasm
·قبل 5 أشهر·discuss


  > patched an Encrypted DNS Server to store the original TTL of a response, defined as the minimum TTL of its records, for each incoming query

The article seems to be based on capturing live dns data from some real network. While it may be true that persistent connections help reduce ttl it certainly seems like the article is accounting for that unless their network is only using http1.0 for some reason.

I agree that low TTL could help during an outage if you actually wanted to move your workload somewhere else, and I didn't see it mentioned in the article, but I've never actually seen this done in my experience, setting TTL extremely low for some sort of extreme DR scenario smells like an anti pattern to me.

Consider the counterpoint, having high TTL can prevent your service going down if the dns server crashes or loses connectivity.
hannasm
·قبل 5 أشهر·discuss
This article does a good job of calling attention to the pattern.

If you work in powershell you can start out in the terminal, then when you've got whatever you need working you can grab the history (get-history) and write it to a file, which I've always referred to as a `sample`. Then when it becomes important enough that other people ask me about it regularly I refactor the `sample` into a true production grade `script`. It often doesn't start out with a clear direction and creating a separate file is just unnecessary ceremony when you can just tinker and export later when the `up-enter' pattern actually appears.
hannasm
·قبل 6 أشهر·discuss
I had the same thought but unfortunately even if that translation is accurate it could still be bidirectional hallucinating and would not really be sufficient evidence...

It's another reformulation rather than a true proof. Now, instead of wanting a proof of a theorem, now we just need to prove that this proof is actually proving the theorem. The proof itself being so incomprehensible that it can't on its own be trusted, but if it can be shown that it can be trusted then the theorem must be true.
hannasm
·قبل 7 أشهر·discuss
Well I think this is a great step forward but it would be great if we could mix aspect ratios even better...

Consider a similar layout to OP but the landscape images will span multiple columns as well as everything it already does.

The thing about masonry is that it adapts to the size of the images. You could already do masonry using flexbox if you know the image sizes (https://github.com/hannasm/masonflexjs). Doing it as a true mosaic layout would be a step above current capabilities. At that point it's probably pretty easy to create configurations that don't fit perfectly/ require lots of empty space to layout nicely though.
hannasm
·قبل 8 أشهر·discuss
You could always interpret a variable from the perspective of it's memory address. It is clearly variable in the sense that it can and will change between allocations of that address, however an immutable variable is intended to remain constant as long as the current allocation of it remains.
hannasm
·قبل 10 أشهر·discuss
This article is barely a comment on some other situation; but I've been saying this to anyone who wants listen for years.

There's nothing special about whitespace (unless you write python).

Capitalization and a bunch of other stuff in your coding convention document are usually just signs that you have poor tooling and lack of skill.

Give me a PR that satisfies the requirements and the appropriate test cases and i'll happily rewrite it to spaces only indented with curly braces on newlines and etc... as I see fit.

The hard part is the first two tasks, you can train an intern to do the third
hannasm
·قبل سنتين·discuss
Do you have a good source for these load calculations. I poked around on the site but didn't see anything representing an L/360 or other strength rating despite these fasteners being large enough to hurt people doing things if they don't know any better.

It would be great to just have one nice calculator to lookup trustworthy load data on standard home depot materials.
hannasm
·قبل 4 سنوات·discuss
This has worked well enough for an Arduino IoT project. Small footprint and acceptable performance. I think it comes recommended by the chip manufacturer or vendor.