HN user

sciencerobot

208 karma
Posts3
Comments75
View on HN

I started going to these last year and they’re great. People selling rackmount servers off the beds of pickups, bins full of spinning rust HDDs, everything you need to make a garbage homelab.

The first one of 2025 is on March 9th.

Pi-hole v6 1 year ago

meta and X are both heavily censored so I guess it's censors all the way down?

Polyglot Makefiles 6 years ago

I didn't generate any files in the examples for simplicity. But you could imagine a workflow where Python generates some data and then you use R to plot it + run some statistical tool.

Polyglot Makefiles 6 years ago

The shell is specific to each target. So doing `make ruby bash python docker` works. It even works in parallel if you do `make -j`.

Edit: I'm the author.

This is one of my favorite internet radio ~stations~ websites. My only beef is that I wish there was a more permanent way to bookmark stations. The current implementation uses cookies or something that doesn't allow me to sync between browsers.

I have a gmail filter that sends all emails with the word 'unsubscribe' to a special folder. I check the unsubscribe folder about once a week to make sure I didn't miss anything important. It doesn't completely solve the problem of spammy emails but it causes them to not be a distraction when I'm trying to process emails written by actual humans.

I tried this but git uses ~/.git for any subdirectory of $HOME. For example, if you type `git add .` while in ~/code/some-project, you will add it to your dotfiles repository. It's easy to undo but still kind of annoying.

I've been looking for something like this. My use case is that I have a bunch of really old bioinformatics programs that are a pain to install and I want to run them from a web app. Instead of bundling all of the weird dependencies with the web app, I want to run them in containers using background workers (rails/sidekiq in this case).

I'm not sure if the privacy protection claims made by Gmelius are true.

The plugin claims that I am being tracked via tracking pixel (or other image) embedded in emails and that the trackers know when I read my email and where I read it from (from my IP address). Is this true? Google server attachments through a proxy. This would prevent trackers from seeing my IP address. If assets are cached or pre-downloaded by Google, then trackers wouldn't know when I read their emails either.

Gmelius might even decrease privacy. The plugin includes a JavaScript file hotlinked to inboxsdk.com. It's possible that inboxsdk.com is tracking users this way.