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

ris

no profile record

コメント

ris
·29 日前·議論
Cool feature, but I'm a little uneasy with UPDATE operations adding new rows to a table. It upsets a lot of a DBA's assumptions.
ris
·6 か月前·議論
Tech dependence is nothing compared to the world's dependence on US financial infrastructure.
ris
·6 か月前·議論
Infineon sales piece.
ris
·7 か月前·議論
Corporate IT needs to die.
ris
·7 か月前·議論
This rules out some extremely useful sparse memory tricks you can pull with massive mmaps that only ever get partially accessed (in unpredictable patterns).
ris
·7 か月前·議論
Zscaler enrages me with their use of the term "zero trust" in marketing, because due to their MitM-ing of TLS, they become a single-point-of-interception for all your organisation's traffic. "100%-trust" would better describe it for me, as you have to have 100% trust of Zscaler and anyone who has admin access to your organisation's Zscaler account.
ris
·7 か月前·議論
Using nix to install Ansible, oof you're hurting me..
ris
·7 か月前·議論
For a while I've been saying it's a pity we hadn't been regularly trusted-timestamping everything before that point as a matter of course.
ris
·7 か月前·議論
The only company that appear to be taking a different tack on this are https://www.slate.auto

Anyone know of any others?
ris
·7 か月前·議論
Malware scanners are such trash.
ris
·7 か月前·議論
There are very few pieces of free software that don't lean very heavily on top of a mountain of other free software that make it possible, and I think the author would be surprised how much of that was written by people who strongly disagreed with his worldview and considered him a "bad guy".
ris
·7 か月前·議論
See also the "lite assertions" mode @ https://gcc.gnu.org/wiki/LibstdcxxDebugMode for glibc, however these are less well documented and it's less clear what performance impact these measures are expected to have.
ris
·8 か月前·議論
Native applications are a scourge, if only from a security standpoint.
ris
·8 か月前·議論
Have been tempted to get one of these just for printing out tickets/QR codes so I can keep my dumbphone and not fight dried up ink cartridges etc.
ris
·8 か月前·議論
If they ever get liquidated I wonder who's going to end up with that massive dataset of photos of people looking like a tit.

Or perhaps they'll pivot..
ris
·9 か月前·議論
I can't be the only one to find the TALA output to be the worst of all the engines. I almost always end up using ELK.
ris
·10 か月前·議論
> My government requires me, by law, to send it tens of thousands of dollars every year

That's only because you have those tens of thousands to give it. The same will not generally be true for people who have nothing.
ris
·2 年前·議論
1. The main reason I want to use otel is so I can have one sidecar for my observability, not three, each with subtly different quirks and expectations. (also the associated collection/aggregation infrastructure)

2. I honestly think the main reason otel appears so complex is the existing resources that attempt to explain the various concepts around it do a poor job and are very hand-wavey. You know the main thing that made otel "click" for me? Reading the protobuf specs. Literally nothing else explained succinctly the relationships between the different types of structure and what the possibilities with each were.
ris
·4 年前·議論
I'm trying to figure out what (if any) relation this has to Kata Conatiners (https://katacontainers.io/) - it can't be a coincidence.
ris
·6 年前·議論
I'm currently using pwndbg, which is really just a few python enhancements to the gdb cli, mainly focused on developing exploits, hence the name. It's good enough for me, for now.

Something I've realized about gdb in general is it gets a lot better once you figure out the python api and use it to ease your repetitive tasks.