

Thanks - I forgot about that.
Aussie living in the San Francisco Bay Area.
Coding since 1998.
.NET Foundation member. C# fan
https://d.sb/
Mastodon: @[email protected]


Thanks - I forgot about that.


The hostname will be encrypted eventually (ESNI) but you’re right that the IP address is visible.
Destination IP is starting to mean less and less these days, given there’s a large amount of sites that use shared IPs rather than dedicated ones (for example, if they use Cloudflare, Vercel, Netlify, AWS CloudFront, etc.)


- It encrypts your internet traffic in transit
Note that most sites use TLS these days, so your data is already encrypted in transit.


Yeah this doesn’t make sense. Docked bars have worked fine since Windows 95. You could have the task bar on any side, and apps would handle it. You could have multiple docked bars too, as some third-party apps used to be dockable. For example, Winamp had a view that was a short bar stretching the entire width of the screen, stuck to the top of the screen. The windowing system handled it with no issues.


Yes! I’m not sure about it changing when you connect monitors (since I’m usually using desktop PCs), but you can have a different setup per monitor.
I have three monitors at work. My main monitor is configured to show all open apps in the taskbar, while the secondary monitors only show the apps opened on those monitors. You can totally change any of the configuration though… the layout, the position, the settings, or even just not have a taskbar on some monitors.


It’s what I’ve experienced at FAANG companies. MitM isn’t used and would break certificate pinning on sites (including internal tools) that use both certificate pinning and HSTS. The Chromium source code has a list of domains that are hard-coded to only accept particular root certificates.
There’s automated filters (both manually-created and AI) but bad actors find ways around them.
/var holds log files
Not just log files, but any variable/dynamic data used by packages installed on the system: caches, databases (like /var/lib/mysql for MySQL), Docker volumes, etc.
Traditionally, /var and /home are parts of a Linux server that use the most disk space, which is why they used to almost always be separate partitions.
Also /tmp is often a RAM disk (tmpfs mount) these days.


Larger companies that monitor for corporate passwords being entered on third-party sites usually use a browser extension that’s force-installed using Chrome Enterprise. That’s especially the case if they mandate the usage of Chrome.


Hong Kong to Los Angeles is around 70ms latency (140ms round trip) so I’m not too surprised.
Click the three dots button and select the option to report it. Those reports are actually monitored.
I’ll try it out! I totally forgot it exists.
I was using LibreOffice Calc on my work PC with a Threadripper CPU, and somehow it still chugs at times. Scrolling was very laggy with larger spreadsheets for example. I ended up using Google Sheets instead, which is way more responsive for me. If it was for personal use, I’d probably try IronCalc.


It’s not uncommon on sites where a high proportion of the userbase uses an adblocker, as making ads look like and render using the same code as organic content (same CSS classes, etc) makes them harder to block.


Wow, this is very useful!!


a program that runs as root
Does it have to run as root? It’s common to run Docker in rootless mode in production environments.


You might be interested in StirlingPDF too.
I’m out of the loop lol why is there so much corn in here today?
I think most of us are like that
Tech-savvy Lemmy users (and their friends) are a small portion of the population though. Plenty of people pay for cable TV, IPTV, or a similar service, and/or VOD platforms like Netflix.
I know of at least one big tech company that uses a self-hosted, self-contained Mattermost instance, hosted with a major cloud provider totally separate from all their infra, for communication in major outages when all their internal tools are down.