Comments

This profile is from a federated server and may be incomplete. Browse more on the original instance.

dan, to programmer_humor in The Perfect Solution
@dan@upvote.au avatar

True or false or null.

Ah, yes, a three-state boolean.

dan, to selfhosted in Pi-Hole or something else for network ad blocking?
@dan@upvote.au avatar

It works well! I have one AdGuardHome instance running on my home server and one running on a Raspberry Pi, both using Docker. Having two prevents the internet from breaking in case I have to shut down one of them for some reason.

dan, to programmer_humor in Every goddamn time
@dan@upvote.au avatar

Be sure to wear a hoodie in a dark room so that you can hack faster.

dan, to selfhosted in Pi-Hole or something else for network ad blocking?
@dan@upvote.au avatar

Plus it’s easy to run multiple AdGuard Home servers and keep them in sync using github.com/bakito/adguardhome-sync

dan, to selfhosted in Pi-Hole or something else for network ad blocking?
@dan@upvote.au avatar

PiHole and similar services just use DNS blocking, which only works if the ads are served via a third-party ad server. Sites with their own ad inventory (YouTube, Facebook, Twitter, etc) can’t be blocked this way since they can just serve the ads from the same domain as their regular content.

dan, to linux in ELI5 the whole Wayland vs X11 going on.
@dan@upvote.au avatar

Wow this is such a good comment. Very helpful. I wish Lemmy had a “super upvote” where I could upvote it several times.

dan, to linuxmemes in Two moods
@dan@upvote.au avatar

Good advice? In a meme thread? It’s more likely than you think.

dan, to linuxmemes in STOP SCROLLING BROTHER
@dan@upvote.au avatar

Isn’t this actually more likely to happen if it’s closed-source, since the code isn’t visible to third-parties like security researchers? That’s why zero days are a thing.

dan, (edited ) to selfhosted in Should I use a dedicated DHCP/DNS server hardware
@dan@upvote.au avatar

Sure, but that’s extra manual setup, and the point of running something like PiHole is to have a nice UI to manage things.

AdGuard Home uses DNS-over-HTTPS by default, so it’s immediately more privacy-focused than PiHole. I’m really surprised that PiHole hasn’t done this.

dan, to selfhosted in Lighter weight replacements for Sentry bug logging
@dan@upvote.au avatar

Nice to see you on here! I understand the lack of time - I’ve got some projects I’ve had on hold for years because of time constraints. I’m definitely going to try Glitchtip.

If I get some free time, I’ll see if I can write some docs about using source maps for JS apps. Sounds like it works in the same way as Sentry’s does.

It was a great idea for GlitchTip to reuse the Sentry SDKs and CLI, because their SDKs are solid. They’ve got the best .NET SDK out of all of the error logging systems I evaluated two years ago which is why I was using Sentry. Unfortunately, Sentry has become significantly heavier over those two years.

dan, to selfhosted in Lighter weight replacements for Sentry bug logging
@dan@upvote.au avatar

Perfect, thanks. Strange that it’s not in their docs, but it does seem like their docs are very minimal.

dan, to selfhosted in Linkwarden - An open-source collaborative bookmark manager to collect, organize and preserve webpages
@dan@upvote.au avatar

Ohhhh, interesting. Sorry, I didn’t watch the video yet. Thank you!!

dan, to selfhosted in Lighter weight replacements for Sentry bug logging
@dan@upvote.au avatar

Thanks! I’ll try it out. I don’t see anything on their site about JavaScript source mapping, so I assume they don’t do it. With Sentry, you upload the source map to the server as part of your JS build process, and their backend automatically maps minified stack traces to unminified ones using the uploaded source map. Maybe I’d be fine losing that in exchange for something lighter weight.

dan, to linux in Docker team is considering distributing Docker Desktop as a Flatpak and Snap
@dan@upvote.au avatar

Apparently it lets you set up Kubernetes pretty easily too? idk I don’t use Kubernetes.

dan, to selfhosted in Should I use a dedicated DHCP/DNS server hardware
@dan@upvote.au avatar

If only everyone was on IPv6, then everything could use SLAAC and worrying about IP assignment for client systems would be a thing of the past. IPv6 on a home LAN generally only uses DHCPv6 for configuring the DNS servers - client systems get IPs using SLAAC and learn their gateway using RAs (router advertisements).

  • All
  • Subscribed
  • Moderated
  • Favorites
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #