Good. That's the point.
It's funny, though, there's literally an example of this in the picture located on the ENAC project page for this font in the flight plan screen: https://lii.enac.fr/projects/definition-and-validation-of-an... Also…
gVisor also has a complete userspace networking stack that you can pull in, which makes it a lot easier to do some neat things like run an HTTP server responding to packets intercepted via eBPF and sent to an AF_XDP…
Finally. All I want for Christmas is a 5K, HDR, 120Hz display. I'm managing with 4K, 120Hz, and scaling to 2560x1440 in Mac OS, but with the latter option I lose HDR. I can't give up 120Hz after getting used to it on…
> I'd love to be able to run rootless quadlets within the system session. Likewise. I'd also like to be able to run rootless quadlets with the DynamicUser= option. DynamicUser= has been a great way to restrict…
> Because Kubernetes without operators is not Kubernetes. Alright, so, what is it, then? I've been unfortunate to work at firms that generally have a minimal level of competency with Kubernetes, but across several…
Cynically, I feel like these details are often lost in the two-week sprint cycle or other realities of modern software development process. The Figma file didn't specify autofocus, the PM doesn't care about it, and the…
I've only had a brief stint in Java in my career, but I got to learn about and use jOOQ, and I think it's such a fantastic option in this space. I'm still a diehard SQLAlchemy fan, and I'd use it in Python-land. For Go,…
> Curious what others are using for 10Gb at home? I'm all ears and will be grateful if you have recommendations. Lots of options. What’s your budget, both for purchase and power draw? How many ports do you need?…
Recently moved to Seattle from NYC. I'm enjoying Seattle, but it's a joke of a city compared to NYC. Seattle's public transportation—while improving with light rail—pales in comparison. Seattle is, overall,…
I empathize with this so hard. I have an early first-initial-last-name Gmail account as well. It's both very generic in the United States, and when combined, a common first name in Brazil. It's nearly unusable at this…
How about the GitHub Student Developer Pack? https://education.github.com/pack You get $100 in DigitalOcean credits. That's 20 months of hosting a VPS; plenty of time to figure out how to come up with $5 per month…
I'm glad other people are having luck with this, but I just couldn't get it to work with my setup. I'm wondering if it's because of the weird MTU and CGNAT on the connections I'd like to bond (300Mbps up and down…
How loud is that little Supermicro, though?
> schedulers like Kubernetes can also use your CPU and RAM limits to schedule containers. As far as I know, there's no equivalent tooling for doing this with fat binaries. I much prefer the Docker and Kubernetes world,…
You can use the WiFi on these things from a surprising distance (hundreds of feet) with a proper antenna. Even with an IPSEC tunnel in place, one can achieve a connection with over 100Mbps upload and download with 5ms…
CSS Modules have been revolutionary for us. I agree, it's a great compromise. I don't really see any reason to go to CSS-in-JS from here. It's scaled very well with our team and applications.
Sad that this isn't available as an on-premises solution out of the gate. We're stuck using internally-hosted HipChat for compliance reasons and it is absolutely awful. The desktop and web clients have only gotten worse…
> I'm adding to each node host a systemd service to create dm-crypt+LVM devices atop of each NVMe drive That sounds cool; can you describe how you're using systemd for this in a bit more detail? I do this with an…
What are you talking about? No it didn't. It came with an adapter that has a female 3.5mm headphone jack on one and and a male Lightning adapter on the other end to allow you to connect headphones with a 3.5mm connector…
I love and live in NYC right now, but I wouldn't mind moving to Salt Lake City, UT. Political climate is a bit silly, but the outdoor recreation is just amazing. Skiing, mountain biking, climbing, fishing... all in your…
Not to mention things like logging and metrics overhead if you're logging every request at multiple levels (application, NGINX, HAProxy).
This is... not my experience at all. I have a RAIDZ2 comprised of 6 4TB Seagate drives (the 5900RPM variety) and it can do about 600MBps read/write with moderate CPU usage on an Intel i3. A mirrored zpool of two Samsung…
I think there's definitely a bootstrapping problem here: microservices are great if you have something like Kubernetes, Nomad, Mesos etc. on which to run and deploy them, but you have to run your platform on something…
`kj` has worked really well for me (except, actually, when trying to write a blog post about a recent trip to Reykjavik, but that's the one time it's bitten me versus the shitton of time it's saved). I also have `zkj`…
Good. That's the point.
It's funny, though, there's literally an example of this in the picture located on the ENAC project page for this font in the flight plan screen: https://lii.enac.fr/projects/definition-and-validation-of-an... Also…
gVisor also has a complete userspace networking stack that you can pull in, which makes it a lot easier to do some neat things like run an HTTP server responding to packets intercepted via eBPF and sent to an AF_XDP…
Finally. All I want for Christmas is a 5K, HDR, 120Hz display. I'm managing with 4K, 120Hz, and scaling to 2560x1440 in Mac OS, but with the latter option I lose HDR. I can't give up 120Hz after getting used to it on…
> I'd love to be able to run rootless quadlets within the system session. Likewise. I'd also like to be able to run rootless quadlets with the DynamicUser= option. DynamicUser= has been a great way to restrict…
> Because Kubernetes without operators is not Kubernetes. Alright, so, what is it, then? I've been unfortunate to work at firms that generally have a minimal level of competency with Kubernetes, but across several…
Cynically, I feel like these details are often lost in the two-week sprint cycle or other realities of modern software development process. The Figma file didn't specify autofocus, the PM doesn't care about it, and the…
I've only had a brief stint in Java in my career, but I got to learn about and use jOOQ, and I think it's such a fantastic option in this space. I'm still a diehard SQLAlchemy fan, and I'd use it in Python-land. For Go,…
> Curious what others are using for 10Gb at home? I'm all ears and will be grateful if you have recommendations. Lots of options. What’s your budget, both for purchase and power draw? How many ports do you need?…
Recently moved to Seattle from NYC. I'm enjoying Seattle, but it's a joke of a city compared to NYC. Seattle's public transportation—while improving with light rail—pales in comparison. Seattle is, overall,…
I empathize with this so hard. I have an early first-initial-last-name Gmail account as well. It's both very generic in the United States, and when combined, a common first name in Brazil. It's nearly unusable at this…
How about the GitHub Student Developer Pack? https://education.github.com/pack You get $100 in DigitalOcean credits. That's 20 months of hosting a VPS; plenty of time to figure out how to come up with $5 per month…
I'm glad other people are having luck with this, but I just couldn't get it to work with my setup. I'm wondering if it's because of the weird MTU and CGNAT on the connections I'd like to bond (300Mbps up and down…
How loud is that little Supermicro, though?
> schedulers like Kubernetes can also use your CPU and RAM limits to schedule containers. As far as I know, there's no equivalent tooling for doing this with fat binaries. I much prefer the Docker and Kubernetes world,…
You can use the WiFi on these things from a surprising distance (hundreds of feet) with a proper antenna. Even with an IPSEC tunnel in place, one can achieve a connection with over 100Mbps upload and download with 5ms…
CSS Modules have been revolutionary for us. I agree, it's a great compromise. I don't really see any reason to go to CSS-in-JS from here. It's scaled very well with our team and applications.
Sad that this isn't available as an on-premises solution out of the gate. We're stuck using internally-hosted HipChat for compliance reasons and it is absolutely awful. The desktop and web clients have only gotten worse…
> I'm adding to each node host a systemd service to create dm-crypt+LVM devices atop of each NVMe drive That sounds cool; can you describe how you're using systemd for this in a bit more detail? I do this with an…
What are you talking about? No it didn't. It came with an adapter that has a female 3.5mm headphone jack on one and and a male Lightning adapter on the other end to allow you to connect headphones with a 3.5mm connector…
I love and live in NYC right now, but I wouldn't mind moving to Salt Lake City, UT. Political climate is a bit silly, but the outdoor recreation is just amazing. Skiing, mountain biking, climbing, fishing... all in your…
Not to mention things like logging and metrics overhead if you're logging every request at multiple levels (application, NGINX, HAProxy).
This is... not my experience at all. I have a RAIDZ2 comprised of 6 4TB Seagate drives (the 5900RPM variety) and it can do about 600MBps read/write with moderate CPU usage on an Intel i3. A mirrored zpool of two Samsung…
I think there's definitely a bootstrapping problem here: microservices are great if you have something like Kubernetes, Nomad, Mesos etc. on which to run and deploy them, but you have to run your platform on something…
`kj` has worked really well for me (except, actually, when trying to write a blog post about a recent trip to Reykjavik, but that's the one time it's bitten me versus the shitton of time it's saved). I also have `zkj`…