HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ris

no profile record

comments

ris
·vor 29 Tagen·discuss
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
·vor 6 Monaten·discuss
Tech dependence is nothing compared to the world's dependence on US financial infrastructure.
ris
·vor 6 Monaten·discuss
Infineon sales piece.
ris
·vor 7 Monaten·discuss
Corporate IT needs to die.
ris
·vor 7 Monaten·discuss
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
·vor 7 Monaten·discuss
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
·vor 7 Monaten·discuss
Using nix to install Ansible, oof you're hurting me..
ris
·vor 7 Monaten·discuss
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
·vor 7 Monaten·discuss
The only company that appear to be taking a different tack on this are https://www.slate.auto

Anyone know of any others?
ris
·vor 7 Monaten·discuss
Malware scanners are such trash.
ris
·vor 7 Monaten·discuss
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
·vor 7 Monaten·discuss
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
·vor 8 Monaten·discuss
Native applications are a scourge, if only from a security standpoint.
ris
·vor 8 Monaten·discuss
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
·vor 8 Monaten·discuss
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
·vor 9 Monaten·discuss
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
·vor 10 Monaten·discuss
> 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
·vor 2 Jahren·discuss
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
·vor 4 Jahren·discuss
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
·vor 6 Jahren·discuss
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.