Viewing profile — opmac
opmac
HN member- Joined
- Mon, Feb 02, 2015, 7:29 PM UTC
- HN karma
- 341
- Public activity
- 114 items
- HN profile
- View on Hacker News ↗
About opmac
[ my public key: https://keybase.io/ccampo; my proof: https://keybase.io/ccampo/sigs/r0TB2nnc4n-KDP9sjiTv0cfAsC9sbaMyE_yhMxL8Fvs ]
Recent public activity
-
story
Show HN: Log2fluent – send logs to Fluent over TCP/Unix sockets
log2fluent is a command line tool (written in Go) that sends application logs to a Fluent server (e.g. Fluent Bit, Fluentd) via the Fluent Forward Protocol as structured log data. …
-
comment
Comment #40253472
There's a lot of inconvenient truths one needs to accept if they want to advocate for widespread nuclear energy. Specifically, there are very real nuclear proliferation concerns wh…
-
comment
Comment #34611908
Thanks.
-
comment
Comment #34610595
This research is nearly two years old and I haven't found any consumer devices specifically made for this purpose yet, unfortunately. I'm sort of wary of buying random LEDs adverti…
-
comment
Comment #31521762
Perfect succinct response. It is a 100% viable workaround.
-
comment
Comment #31521715
Returning a 429 would not just to hope that the Go proxy would obey the response, but rather it would significantly reduce the workload the server has to do when it gets a request …
-
comment
Comment #29514117
> I couldn't say exactly why it got popular. Probably because it has the backing of Google.
-
comment
Comment #28119661
Seiko 5 is probably the cheapest, worthwhile mechanical watch. You can always get cheap Chinese and Russian watches as well but they will be of lesser quality and reliability than …
-
comment
Comment #28119586
Analog vs digital! I feel similar to you. There's a certain feeling with analog/mechanical instruments that is hard to replicate. That being said, I think there is something fascin…
-
comment
Comment #28119520
Super cool - thanks!
-
comment
Comment #28119503
I love this. As a watch enthusiast myself, it's always great to see the history of watches and how their internals came to be. For anybody interested, there's also an awesome video…
-
comment
Comment #25304714
It is somewhat slower if you are looking up records by key. You still need an index to do that, and non-integer PKs such as UUIDs can be twice as large as the integer alternative, …
-
comment
Comment #25304629
In a database like MySQL where a clustered index exists for the primary key, or even a NoSQL DB like DynamoDB, it often makes sense to expose some version of the PK to the public i…
-
comment
Comment #25303269
Encrypt them on the backend before exposing them to the public. Decrypt in the backed on access. See https://hashids.org/
-
comment
Comment #25303036
The hashids documentation is pretty explicit about it not being secure. It says verbatim: > Do you have a question or comment that involves "security" and "hashids" in the same sen…
-
comment
Comment #25302707
I was going to recommend this. No reason to use a special data type for the ID in your database unless you have some sort of actual constraints (like a 64 bit limit or something). …
-
comment
Comment #25213139
From the status page: > This issue has also affected our ability to post updates to the Service Health Dashboard. Just seems so ridiculous that they have trouble reporting the impa…
-
comment
Comment #25210856
K so they avoided that problem, but something similar has obviously gone wrong again, considering that Kinesis had been partially or fully down for almost an hour before the status…
-
comment
Comment #25210612
It is kind of perplexing that AWS dogfoods its own status page. I remember during the massive S3 outage a few years ago that their status page remained green almost the entire time…
-
comment
Comment #25210183
Did you even read the article? I feel like you just repeated like 90% of what it said.
- comment
-
comment
Comment #23714928
Hardware is defined by physics. I can write code that is logically the same no matter what hardware it's running on. Of course, some software has to take the hardware it is intende…
-
comment
Comment #23714882
I would say logistics is outside the realm of the software itself, but rather with the organization. It's a valid point, but somewhat tangential to what Fowler is trying to say her…
-
comment
Comment #23655208
https://en.wikipedia.org/wiki/Research_Triangle
-
comment
Comment #22940205
I'm not sure how this relates to Teams whatsoever and why you're drawing the comparison. Teams is for organizations who have Office 365. Duo is person to person chat... think Apple…