Hacker News new | past | comments | ask | show | jobs | submit | mirchiseth's comments login

I have pretty much landed on a similar simple solution for my homelab. A minipc with dietpi + docker + dockge + bunch of homelab apps using docker compose. Important config backups on a S3 compatible bucket in cloud + photos backup on connected USB HDD.


Wow - wordstar makes a mention on HN. During the college days mid 90s some of the admins in our lab used Wordstar. For us kids it was Framemaker or Word. We couldn't convince the admins to move to a Windows 3.1 based hot modern UI :-)


I used to have my own local root CA as well but now trying the Let's Encrypt with DNS-01. What is the easiest combination of software to try it? I have failed miserably trying Opnsense + ACME client plugin + Cloudflare DNS + HAProxy / NGinx. I would get 100% ssllabs certs but somehow the reverse proxy won't forward to internal services. Next I am gonna go caddyserver for reverse proxy as it has SSL with LE inbuilt. Let's see.


I found LE + CF DNS trouble-free.

Dockerfile:

``` FROM certbot/certbot RUN pip3 install certbot-dns-cloudflare cloudflare ```

docker-compose.yml:

``` volumes: - ${CREDENTIALS_DIRECTORY:-.}/cloudflare.ini:/cloudflare.ini - ${STATE_DIRECTORY:-./certbot}/:/etc/letsencrypt/ - ${LOGS_DIRECTORY:-/var/log/certbot}/:/var/log/letsencrypt/ command: " \ certonly \ --non-interactive \ --agree-tos \ --email postmaster@foo.bar \ --preferred-challenges dns-01 \ --dns-cloudflare \ --dns-cloudflare-credentials /cloudflare.ini \ --dns-cloudflare-propagation-seconds 30 \ -d foo.bar,*.foo.bar" ```


A friend of mine runs dns01 thusly: https://ipng.ch/s/articles/2023/03/24/lego-dns01.html


I've had a lot of success with https://github.com/dehydrated-io/dehydrated . It exposes the different parts of the process (deploy challenge to DNS, deploy cert to filesystem, etc) as hooks, so it's pretty easy to integrate with anything and however you want, if you don't mind writing a bit of bash. There's a few scripts out there that use Cloudflare that you can use as well.


This ACME client looks promising, but I haven’t tried it yet: https://github.com/go-acme/lego


do you use https/have a cert in your webserver as well, or just on the proxy?


It's almost as if everything on this earth is a reflection of Sun. We finally figured out how to harvest it at scale without depending on nature in the middle.


Heck, the next big revolution will probably be solar + agriculture dual land use, since you don't need all the sun's energy for plant growth during the day. It might even lead to higher yields because the solar panels might integrate led lighting for growing in the night.


So the plants get "saturated" and don't want more than a certain amount of light per hour?

Growing at night outdoors seems like the kind of light pollution that would harm something and anger someone, but not unlikely anyway...

Do we really need more yields? I thought we made enough food for everyone already and it's just distribution at this point?


Some specific crops grow better in the shade and the bonus is that they cool the air around them. That improves the efficiency of the solar panel. It's a win-win all around.

The one challenge is getting the mechanized equipment of industrial farming around the panels without damaging them. There are companies working on improving that too.


Some plants can indeed get saturated (they tend to tuck their leaves in past that point), but I could imagine more serious savings from the practice if the partial shading from solar installations reduces evaporation. In most places (particularly those where solar is most profitable) agriculture is limited by availability of water, so anything preventing evaporation is a potential boon.


A lot of plants outdoors are grown in partial shade via shade netting. In my head, it makes a lot of sense to supply some of that shade with solar panels. Likewise, it's a win because we "dual" use the same land surface area. We also probably save on water by not leaving so much of it to evaporate from the direct sunlight.

Maybe someone smarter or more knowledgeable can help out, but this strikes me as a very elegant solution.


Any increase in yield reduces the amount of land needed. I thought land use was the putative horror critics of solar were objecting to, so surely they'd want to cut down the much larger area used by farming?


It will be cool to send a buddy drone with these landers. A minute or so before the touch down, detach from lander and shoot the landing. Then go back and attach with lander for charging and do periodic flights.


Drone on Moon?

How will it fly? There is no atmosphere.

But yes, it’d be cool if it were possible.


A comprehensive list comparing features

https://github.com/meichthys/foss_photo_libraries

Personally I use Photoprism installed inside TrueNAS Scale. They don't have a good mobile app that syncs with the NAS. So might try Immich in future.


I have both configured. Photoprism doesn't have a native app but I would recommend using PhotoSync if you are on iOS. It works infinitely better than Immich's upload for camera rolls that have 50k+ photos/videos in them. It also works in the background much better than Immichs app.


+1 to PhotoSync.

Custom file naming is clutch.


"La Zona Blanca" ad [1] mentioned in the article is funny. But I do agree with the note "When did we decide on Hare Krishna cult members?" There must be better ways to spend the ad money OR may be Sega marketing was using Hare Krishna members as purple cows [2]

[1] https://www.youtube.com/watch?v=g-XXTobhao4 [2] https://www.amazon.com/Purple-Cow-New-Transform-Remarkable/d...


Hard disagree. Without the cult members the ad would have lost a lot of comedic flair. It would have landed in an uncanny valley between serious and not-serious. Kalinske was out of line trying to micromanage at that level.


I used to do Algo with a VM on GCP. But fly.io and tailscale has made this really simple. Try this if you are looking for an easier alternative https://github.com/patte/fly-tailscale-exit


Thanks, can I use this like a regular personal VPN - hook up my phones, machines and route through it?


Razing money or not as a self proclaimed PaaS geek I have always enjoyed reading fly.io blogs. Two of my favorites are How they run containers as VMs [1] and How they outgrew Hashicorp Nomad and wrote their own scheduler [2]

[1] - https://fly.io/blog/docker-without-docker/ [2] - https://fly.io/blog/carving-the-scheduler-out-of-our-orchest...


The serverless server by Will Jordan is one of the best biztech posts I've read in the past few years: https://fly.io/blog/the-serverless-server/


At the risk of sounding old - this is called mediation part of the usage based billing in the Telecom/Utility billing, which happen to be the OG of usage based billing with millions of record. I have worked with Digital Route for this in the past. Definitely good to see newer architectures and thinking applied to this problem for newer use cases. Godspeed to OpenMeter.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: