HackerTrans
トップ新着トレンドコメント過去質問紹介求人

kilobaud

55 カルマ登録 5 年前

コメント

kilobaud
·5 日前·議論
Eh there are also decades worth of audio electronics designs which use the 741 and the decision of which actual part to use is often an aesthetic one. (i.e., assuming all other parameters are compatible then just use your ears). There are always new (hobbyist) designs being drafted around specific parts that are otherwise obsolete simply due to the musical character of certain parts
kilobaud
·10 日前·議論
(Disclaimer: on religion I try to be respectful, as an agnostic atheist) I do think our ability to “build tools that create life” is incredible, but to me has a limited argumentative impact on what I guess you could call the “prime mover” question: _But how did everything start?_ Does that seem reasonable or am I downplaying the implications you mentioned?
kilobaud
·23 日前·議論
Thanks for helping us launch LocalXpose however many years ago. I know it seems like product promotion is (rightfully) something to always be wary of, but I appreciate the forums you’ve provided startups hoping to find early adopters. We are (relatively speaking) successful nobodies, but I wonder if you have any memories of sites that “blew up” after being added on BetaList?
kilobaud
·26 日前·議論
And your starter “production” deployment of the Nomad/Consul/Vault stack is literally 12 VMs, comprising three independent Raft clusters. There is no decent way to do zero-downtime instance replacement without building your own orchestration layer, but also they’ve had a years-long track record of shipping bad upgrades and following up with only manual remediations or workarounds instead of a fix.

As someone who has productionized and maintained truly hundreds of those clusters across several jobs, it is hard at this point for me to recommend Consul, Nomad, or Vault to anyone serious about building reliable applications. Too many broken upgrades and manual click-ops tasks just to keep them online. (…and I’ve said nothing of the actual product!)
kilobaud
·先月·議論
> When not to use it > … > The workflow mostly lives outside Postgres and spans many heterogeneous systems.

How is this project at all comparable to something like Temporal? Am I misunderstanding the limitation implied by this particular recommendation?
kilobaud
·2 か月前·議論
Hah, if Harlan Ellison were alive for the dawn of LLMs as a widespread technology, he would have had many (dangerous) things to say about the copyright issues, and potential horrors
kilobaud
·2 か月前·議論
I think the main idea is that MOSFET chips don’t sink or source much current on their own (“fundamental” seeming to mean the way that current does not propagate into the gates, and most designs only really draw current during transitions)

OTOH some chips (amplifiers for example) may indeed have current flowing through them and therefore the power consumption of the “chip” would equal the sum of heat loss and output power. At least that’s my interpretation of the framing “how they operate at a fundamental level”. I could be wrong too, I’m not a working EE
kilobaud
·4 か月前·議論
Hey I am super interested in this, got any links to check out?
kilobaud
·4 か月前·議論
Thanks for your work! Just curious, would it be possible to pad the denylisted binary with arbitrary bytes and circumvent the content hash?
kilobaud
·6 か月前·議論
Thanks, I can relate to the parent poster, and this is a really profound comment for me. I appreciate the way you framed this. I’ve felt compelled to fact check my own LLM outputs but I can’t possibly keep up with the quantity. And it’s tempting (but seems irrational) to hand the results to a different LLM. My struggle is remembering there needs to be input/query/calculation/logic validation (without getting distracted by all the other shiny new tokens in the result)
kilobaud
·6 か月前·議論
I am curious what you mean by doing it yourself, i.e., do you mean (as perhaps an oversimplification) having a DNS record pointing at your home IP address? What are you wanting to see as the alternative to a Cloudflare tunnel?
kilobaud
·6 か月前·議論
Your observation has an N of 1… Texas is almost never as cold as today, even in December. Most of the year is 35 C to 40 C and the cold water supply is warm to the touch.
kilobaud
·7 か月前·議論
Probably not an exciting answer but my work focused on stability and performance. There are indeed a lot of cool alternatives. I think Localxpose is for businesses who aren't interested in self-hosting and just need a service that will reliably handle production traffic. I don't know if that's unique (or cool, lol)
kilobaud
·7 か月前·議論
Hey if you are interested in re-using any of this GitHub Action, feel free to: https://github.com/LocalXpose/localxpose-action
kilobaud
·7 か月前·議論
Can you share more details? I know Hetzner offers unlimited bandwidth in some cases but I thought it limited only to servers with the 1Gbs uplink
kilobaud
·7 か月前·議論
The tunnel host appears to be a Hetzner server, they are pretty generous with bandwidth but the interesting thing I learned about doing some scalability improvements at a similar company [0] is that for these proxy systems, each direction’s traffic is egress bandwidth. Good luck OP, the tool looks cool. Kinda like pinggy.

[0] https://localxpose.io
kilobaud
·9 か月前·議論
Unfortunately on machines doing a lot of software development, the various dependency cache locations need to be excluded from indexing, otherwise Spotlight is essentially doing full text search over millions of lines of code
kilobaud
·10 か月前·議論
I've worked in companies that do this internally, e.g., managed pull-through caches implemented via tools like Artifactory, or home-grown "trusted supply chain" automation, i.e., policy enforcement during CI/CD prior to actually consuming a third-party dependency.

But what you describe is an interesting idea I hadn't encountered before! I assume such a thing would have lower adoption within a relatively fast-moving ecosystem like Node.js though.

The closest thing I can think of (and this isn't strictly what you described) is reliance on dependabot, snyk, CodeQL, etc which if anything probably contributes to change management fatigue that erodes careful review.