HackerTrans
TopNewTrendsCommentsPastAskShowJobs

gbrayut

no profile record

Submissions

Yubikey Security Advisory YSA-2024-03 Infineon Ecdsa Private Key Recovery

yubico.com
24 points·by gbrayut·hace 2 años·5 comments

The future of async in the Component Model (WASM I/O, Luke Wagner, 41min)[video]

youtube.com
4 points·by gbrayut·hace 2 años·0 comments

Zoom app dock: Congratulations, your app has apps in it now

newsletter.danhon.com
68 points·by gbrayut·hace 4 años·62 comments

Gloo GraphQL Beta: Envoy Based GraphQL Server in Gloo Edge

solo.io
1 points·by gbrayut·hace 4 años·1 comments

Forget Mesos and OpenStack, Hashi Stack Is the New Next Platform

nextplatform.com
19 points·by gbrayut·hace 5 años·3 comments

RedditEng: The Rollout of Reputation Service

reddit.com
1 points·by gbrayut·hace 5 años·0 comments

comments

gbrayut
·hace 10 meses·discuss
Worth reporting the phishing domain(s) so they can potentially be red-banned https://safebrowsing.google.com/safebrowsing/report_phish/
gbrayut
·hace 2 años·discuss
I follow like 80% of the channels listed in this thread so far, so here are some more that I enjoy

https://youtube.com/@cuttingedgeengineering

https://youtube.com/@snowballengineering

https://youtube.com/@noengineerhere (but probably too much comedy for your taste)

https://youtube.com/@matthiaswandel

https://youtube.com/@agingwheels

https://youtube.com/@breakingtaps

https://youtube.com/@saveitforparts
gbrayut
·hace 2 años·discuss
There are a lot of other ways to bypass the Istio sidecar proxy, which is not designed to be a general egress boundary/firewall. See https://blog.howardjohn.info/posts/bypass-egress/
gbrayut
·hace 2 años·discuss
I connected an ESP8266 via serial protocol to the extra programming pins on a QMK based keypad (https://www.crowdsupply.com/anavi-technology/anavi-macro-pad...) so that it can have layers that directly trigger actions via Home Assistant API.

Also use the Bee Motion ESP32-S3 (https://www.crowdsupply.com/smart-bee-designs/bee-motion-s3) for their PIR motion sensing and running other sensors around the house.

And I have an old Wemos D1 mini connected to my Arduino based smart garage door that helps automate things like lock/unlocking the front door or triggering other presence based actions.
gbrayut
·hace 2 años·discuss
[flagged]
gbrayut
·hace 3 años·discuss
I highly recommend the https://dailytechnewsshow.com/ podcast by Tom Merritt which usually runs 30 minutes episodes, or their 5 minute Daily Tech Headlines version.
gbrayut
·hace 4 años·discuss
https://aiven.io/postgresql
gbrayut
·hace 4 años·discuss
Also more details in a solocon video (28 minutes) https://www.youtube.com/watch?v=jefxqvCWU6E&list=PLBOtlFtGzn...
gbrayut
·hace 5 años·discuss
Curious on your thoughts about the "Sovereign Cloud" features discussed at https://cloud.google.com/blog/products/identity-security/new...

Would having a 3rd party host the services in the EU meet your requirements? Or having data residency restrictions with strict key management, EU based support, and access transparency/approvals?

IMO Google is also taking this seriously, but I am genuinely curious if any off the above would meet your requirements.
gbrayut
·hace 5 años·discuss
Many TLDs don't count (letter dash letter) as a premium/reserved domain like they do for other dictionary words or 2-3 character domains. Looks like v-s.space is claimed but for example z-s was just $9.99 a year

I used that trick when .dev was launched and snagged a-z.dev for all my future domain name needs
gbrayut
·hace 5 años·discuss
Curious how this compares with something like Apache Airflow?

https://airflow.apache.org/docs/apache-airflow/stable/concep...
gbrayut
·hace 5 años·discuss
Strata was the custodian for LendingClub IRA accounts, but sounds like they have had some sort of falling out recently. Got an email this month about switching to https://www.altoira.com/ and then another from Strata trying to get me to stay. Now Stratas charging $100 fee for any accounts that didn't renew earlier this year.

I've only ever used their site when moving money in or out of the IRA but it's a pretty terrible UI and they don't seem to be very responsive. I've had a withdraw pending for over 4 weeks now trying to move money to another custodian.

You are probably better off finding a different approach.
gbrayut
·hace 5 años·discuss
Reminds me of a Windows installer I working on many years ago, that seemed to take a long time using CPU but otherwise not doing any real work. Turned out the SDK we were using tried to update the progress bar every kilobyte or something like that, and our near-gigabyte sized packages filled the message loop with a bunch of pointless updates (30.001% -> 30.002% but both displayed as 30%).

Once the vendor fixed the issue it shaved a few minutes off the install time that had previously just been a UI glitch (processing the large backlog of progress bar update messages).
gbrayut
·hace 5 años·discuss
https://twitter.com/BenTheElder/status/1366478663571529728

"This should not be taken terribly deeply as a judgement of bazel. Our other build (make) is full of issues, it's just impractical for us to continue to maintain both & for our usage & as voiced by our contributors we opted to stick to the build we've been releasing with for ages"