HN user

techwolf

28 karma
Posts0
Comments10
View on HN
No posts found.

Looks like a hot-air rework setup. I've swapped chips by hand that way, once the solder is molten they'll fall right off the board. The hard part is lifting them away without accidentally dislodging anything else.

I use a "gaming" mouse (Logitech G502) for day-to-day work. In additional to the usual left/right/middle click and up/down/left/right scroll, I have forward/back, copy/paste, next/previous tab, close/reopen tab, jump-to-first-tab, refresh, zoom reset, and microphone mute. It's useful enough that I find I really miss it when using a less-capable mouse.

I've been using a "Hacker News Dark" userstyle [1] with Stylus for years, it's only ~30 lines of CSS with a permissive license (CC0). I'd love to see something like it integrated into HN itself.

It'd also be nice to have a way to enable the dark theme without logging in, alongside a persistent setting for logged-in users. A link in the header/footer to set a cookie is probably the simplest way to accomplish that.

[1] https://userstyles.org/styles/113994/hacker-news-dark

My places.sqlite is 400MB, and just opening the history viewer is enough to cause Firefox to hang for several seconds. It's really not designed to store history forever; I even had to change places.history.expiration.max_pages and places.history.expiration.transient_current_max_pages in about:config to prevent it from deleting old entries.

GitHub Sponsors 7 years ago

"Furries make the internets go", as the saying goes. I've met more furries accidentally through software and infosec projects than through anything else, to the point that I don't really bother separating it from my professional identity anymore.

I picked up a few ESP01 boards from Aliexpress recently, they're less than $1.50 each. They only have two GPIO pins accessible (and one needs a pull-up resistor to make the ESP8266 boot properly) but for toggling a relay or reading a simple sensor over wifi they're hard to beat. They're even powerful enough to run a basic HTTP server to handle a light web interface for the GPIO.

Most webcomic artists have been using this model for a while now; no one likes ads and they don't pay much, but $1 a month on Patreon to see pages a week early isn't too much to ask. There are often higher tiers for bonus content (sketches, high-res pages, side comics, etc.) as well.

Much better, thanks! It's scripts like this that make me miss the old XUL addon interface; sure it was difficult to maintain, but it granted a level of control over the browser that wasn't (and now, sadly, isn't) possible anywhere else.

I was able to piece together most of my compact dark interface theme [1] with userChrome.css by sacrificing the all-tabs menu for its JS binding, but the all-tabs helper addon is a shadow of what it once was, and the Private Tabs addon is dead with no hope of revival due to the lack of a WebExtension API [2]. I can't even switch browsers to get the functionality back since the others are even less configurable.

[1] https://github.com/techwolfy/rainfox-theme

[2] https://bugzilla.mozilla.org/show_bug.cgi?id=1358058

I've been reading HN semi-regularly for over half a decade, but only created an account ~1.5 years ago and my first comment was last month. This is my second comment as well, and probably my 10th across all social media in the last year.

The topics on HN generally align with my interests and the quality of discourse here is fairly high, but I'm rarely willing to make the additional mental effort of participating. I prefer to research any points I make and back them up with data, and it's not worth my time to do so only to end up arguing with trolls or people who refuse to reconsider their position when presented with new information.

I run my personal mailserver on a DigitalOcean VPS, but I wouldn't recommend it. I've never had blacklisting issues and email works fine over IPv4, but outbound connections on all mail ports (25, 109, 110, 143, 465, 587, 995; not 993, oddly) are silently dropped over IPv6. They assign each host a IPv6 /124, instead of a /64 or better like other providers, so they block outbound SMTP for spam prevention. The other blocked ports aren't documented and I've had a support ticket open since November about getting them unblocked that looks like it won't be resolved anytime soon.

DO has been great for everything else I hosted there, but they're a bad choice for a mailserver.