Viewing profile — thewisenerd
thewisenerd
HN member- Joined
- Fri, Aug 14, 2015, 5:01 PM UTC
- HN karma
- 536
- Public activity
- 178 items
- HN profile
- View on Hacker News ↗
About thewisenerd
Recent public activity
-
comment
Comment #49200141
> I'd have vetoed Berkeley Mono right away this is bait. berkeley mono out of the box sure doesn't do O0 separation but their "compiler"[0] lets you get a dashed one _very_ easily.…
-
comment
Comment #48769312
podman's been great for me on macOS for testing stuff quick; which earlier used to need a whole limactl[3]/virt thing. you can set it up with qemu-user-static for --platform linux/…
-
comment
Comment #48733931
puppy linux on a live USB here :)
-
comment
Comment #48697193
from the author's mastodon post [0] I just published Fintech Engineering Handbook distilled from 6 years of tears, sweat and swears. It’s a free ~25-page resource with various hint…
-
comment
Comment #48642363
semantics become extremely relevant when "proxies" start caching.
-
comment
Comment #48590562
mine's `scratch/` hasn't tripped me up (yet)
-
comment
Comment #48299532
> we brought down image creation time to mere seconds, even for images that were multiple GiB in size this sounds interesting; for e.g., was wondering the other day if we could bui…
-
comment
Comment #48264643
on youtube: https://www.youtube.com/watch?v=E7vFdy4BEAY not sure if i saw the link in the blog; but the youtube video attaches TFA as the companion blog post.
-
comment
Comment #48225193
> None of these are the most efficient way to do this (you can use git show and git log -S or maybe git grep to accomplish something similar), but personally I always forget the sy…
- story
-
comment
Comment #47860590
slightly related, one of the more interesting issues i've faced due to mitm tls by the $job mandated CASB (cloud-access security broker) is when python 3.13 [1] introduced some str…
-
comment
Comment #47860550
thankfully more and more projects are supporting the "standard" SSL_CERT_DIR/SSL_CERT_FILE environment variables [1] i think requests is a tricky one, as it _should_ be supporting …
-
comment
Comment #47860452
we recently moved to a similar approach, inspired by gondolin which does the same: https://earendil-works.github.io/gondolin/secrets/ an 'mitm' tls proxy also gives you much better…
-
comment
Comment #47699483
well, there was this, a while back: "experiencing a critical and recurring email delivery issue affecting recipients at outlook.com, live.com, hotmail.com, and msn.com" "Emails to …
-
comment
Comment #47610999
they should also charge a reasonably larger annual fee for reserving a short suffix and allow re-selling custom word prefixes..
- comment
-
comment
Comment #46422526
inb4 "tailscale hurr durr", if you are using tailscale already, with it setup as the DNS resolver, you can setup NextDNS as the global resolver within tailscale[1]; i'm not sure ex…
-
comment
Comment #46422341
one of the non-intrusive approaches i have for this [1] is kubenetmon[2] which uses a kernel feature called nf_conntrack_acct to have counters for (src, dst). it's not perfect [3] …
-
comment
Comment #46347241
it's an ad, for what? i do not see a product upsell anywhere. if it's an ad for the author themselves, then it's a very good one.
-
comment
Comment #46291649
it'd be great if they can couple this with an SLA for GitHub actions so we won't have to end up paying as much.. (ofc, that'd only mean they stop updating the status page, so eh)
-
comment
Comment #46242768
discussed 2 years ago, https://news.ycombinator.com/item?id=38790597 4B If Statements (469 comments)
-
comment
Comment #46227593
> Hey! I asked AI for this code, do you think this will work? I think you should use it. unfortunately this problem preceeds AI, and has been worsened by it. i've seen instances of…
-
comment
Comment #46216112
discussed a couple days ago: https://news.ycombinator.com/item?id=46191993 AWS introduces Graviton5–the company's most powerful and efficient CPU (14 comments)
-
comment
Comment #46214263
the custom error page is configurable at a domain (zone) level which sometimes gets annoying because branding for subdomains could be different. https://developers.cloudflare.com/r…
-
comment
Comment #46131634
previously discussed here: https://news.ycombinator.com/item?id=46064571 Migrating the main Zig repository from GitHub to Codeberg - 883 comments