Viewing profile — andrewmackrodt
andrewmackrodt
HN member- Joined
- Sun, Apr 01, 2018, 2:41 PM UTC
- HN karma
- 251
- Public activity
- 138 items
- HN profile
- View on Hacker News ↗
About andrewmackrodt
No profile information was provided.
Recent public activity
-
comment
Comment #43736357
Yep, it supports ACME (Let's Encrypt) out the box and many DNS providers too. I mainly use namecheap as my registrar but configure Cloudflare as my DNS resolver; I find this easier…
-
comment
Comment #43712236
I'm not a nextcloud user but have a homelab and use traefik for my reverse proxy which is configured to use letsencrypt dns challenges to issue wildcard certificates. I use cloudfl…
-
comment
Comment #42855109
Had a peek at the repo and it looks to be a react frontend, so a JavaScript runtime is needed to "bundle" the application in a way browsers can consume. If you had the dist folder …
-
comment
Comment #42223158
Unfortunately I don't really understand the various protocols OMR supports, so my experience comes from measuring aggregated speed/latency and stability. XRay worked best for me an…
-
comment
Comment #42222784
I've been using this for around 6 months now to aggregate a 70 mbit FTTC connection and 150-450 mbit 5G connection; overall it works pretty well. The FTTC connection is the "master…
-
comment
Comment #40630905
If you want a full fidelity warc file, browsertrix-crawler is nice. It is slower than wget on account of using chrome, but it works better for sites with highly dynamic content and…
-
comment
Comment #40098037
I've been looking at this project for a while which may be interesting to you: https://github.com/Ysurac/openmptcprouter . I recently bought a property where I cannot get a full fi…
-
comment
Comment #39873663
The architecture of the app didn't seem related to the "DDoS" attack they're describing. If it's only their setup file being downloaded, I imagine their backend isn't even touched,…
-
comment
Comment #38512259
The charts don't make this particularly clear, but the text summary mentions "Windows is stronger in terms of 1% percentile frame times.". It's still open to interpretation what ex…
-
comment
Comment #37348145
Have you tried running JetBrains IDEs from within WSL so it is "native". I tried this a couple of years ago and WSLg had some issues which may be fixed by now, e.g. the find and re…
-
comment
Comment #37262163
I used to use https://github.com/berglh/ubuntu-sb-kernel-signing and the mainline tool from cappelikan ppa, I think it worked on even with DKMS modules such as the Nvidia driver. I…
-
comment
Comment #36964477
You can use launchPersistentContext and define a custom user directory to maintain profile state: https://playwright.dev/docs/api/class-browsertype#browser-ty...
-
comment
Comment #36955962
Nice, thanks for sharing this. I use sslip.io but they do not provide TLS certificates, so acme v1 validation is required using a wan IP address and ensuring router port forwarding…
-
comment
Comment #36949635
Yes, given the 4K WEB-DL releases it seems a few groups/individuals possess the knowledge of decrypting L1 content. Occasionally an L1 key will be leaked but is burnt quickly. I th…
-
comment
Comment #36947051
My guess is that Widevine is pretty universally supported across multiple streaming platforms (i.e. won the DRM format war, even for audio) and 720p is good enough for most users. …
-
comment
Comment #36946359
I don't have (all of) those services but they're not like for like comparable for any services using Widevine, e.g. Amazon, Netflix and Disney. A Linux install will give you access…
-
comment
Comment #36528856
Are you using any electron based apps? I find them to be much blurrier when using fractional scaling versus Xorg so I'm running my monitors at native rather than my preferred scale…
-
comment
Comment #36181008
I browse HN mainly on mobile and it can feel quite cluttered, definitely useable but non idempotent operations like flagging a post have no confirmation. For the most part, I think…
-
comment
Comment #36054122
While this may not solve your problem, I use docker-network-connect which lets me connect directly to containers running in the 172.x.x.x range. By default, macOS does not support …
-
comment
Comment #35498360
They were serialising the previous object as a string (which may also contain a key called previous which is a string) so quoted values, backslashes and any other escape characters…
-
comment
Comment #35215917
Windows XP also supported this natively, i.e. track at once rather than disc at once behaviour.
-
comment
Comment #34858411
Using Netflix as the example, Widevine L1 has very limited support on the desktop, i.e. Microsoft Edge on Windows and Safari on macOS. All other configurations use L3 which is a sh…
-
comment
Comment #34706113
If a language change were to update `typeof null` to return `"null"` isObject would not break, the second condition would only be unnecessary. However, other code which may make as…
-
comment
Comment #34469216
I'm not sure of prices in your region, but I see 20TB drives priced competitively to 8TB drives in terms of price/terabyte. I've been thinking of building a new media array to repl…
-
comment
Comment #34465838
For non firefox users wanting to manually render the page, grab the base64 output from the link response header, e.g. - open developer tools, navigate to network and refresh - or r…