I feel the same and I've been using Python for years professionally. It's the lack of examples for me; usually functions and classes aren't meant to be used as-is but rather fed as an argument into some other function or class, and this info is seldom portrayed in the func's documentation. E.g. the documentation of BaseHTTPRequestHandler
is one that I trip over every single time, I have to resort to reading the source code of SimpleHTTPRequestHandler
to remember how handlers are supposed to be defined 🐺
I think you took the joke a bit too seriously
Edit: oh wait wtf I didn't notice the post body. I agree with you then lol
get-with-the-times-old-man.tar.xz
I really liked unity 😞
Love me some systemd timers. Much more fun than cron.
- Sane handling of environment variables with
EnvironmentFile=
- Out of the box logging. Especially useful is the ability to
journalctl -f
to watch long-running processes, which I'm not sure whether possible with cron - The ability to trigger the service manually rather than setting the timer to
* * * * *
, then forgetting it's supposed to run in a minute, get distracted, come back in 15 minutes
My only complaint is it's a bit verbose. I'd rather have it as an option inside the .service
file. The .timer
requires some boilerplate like [Unit].description
(it... uh... triggers a service. that's the description), and WantedBy=timers.target
. But these are small prices to pay
Wettest dream
In an email statement on Monday, a spokesperson for Tinder said the company disputes the study.
"Based on Tinder’s data, the figures highlighted in this study are highly misleading and do not accurately represent our members," the spokesperson wrote. "Study participants were only given three options to describe themselves — ‘celibate’, ‘in a relationship’ or ‘widowed’ — with no option for ‘single.’ This likely resulted in a completely skewed depiction of who Tinder members are and what they seek."
Just don't write the article lol. Just put the draft in the trash and move on. I hate rating-based media
Also seeing the federation happening live at tail -f /var/log/nginx/access.log
is so satisfying. I think I like computers
Oh there's an --exec
flag as well? That's great. This seems like a totally viable solution for cases where the crux of the container is a small script, with a handful of decision branches so the surface area to cover is manageable, but it also needs to come in a non-alpine distro because I assume that's the hefty part that we're like to remove. But that's just off the top of my head, I'm sure there's more. It's genuinely a good idea and it deserves a respectful README as well :(
It ptrace
s the main container process and cuts off unused files. It also fires some customizable HTTP requests to trigger any dynamically loading libraries. Clever idea. If I understand correctly, the problems that arise to me are:
- Undoubtedly some essential files will be omitted. Unless my image consists merely of
scratch
and an executable, I can't imagine myself successfully covering all edge cases. - What about files that aren't loaded by HTTP requests?
I'm not shitting on this program at all. These are two problems that I'm sure they could solve or just tell straight up "we can't guarantee it'll work in XYZ scenarios. Don't use it if that's your use case". Then I saw that this is backed by some kinda SaaS with a domain that ends with .ai
, and that explains why THAT FUCKING README IS WRITTEN like a FUCJik/INg MIND NUMBING LINKEDIN POST that my CEO could write bro what the fuck do you mean by simplifying the value of my digital assets in a seamless secure cost efficient way????? Who fucking cares??? ?WHat does your program ACTUALLY DO??????????
10000000s of seemingly AI-generated paragraphs going on and on about how convenient their product is, 1 measly line in a diagram that describes what it actually does. Again not to shit on the programmers at all, this is a great idea and I'm glad that it's being explored I just hate this industry I can't read another pile of gibberish like that. That ruined my night. Thanks for listening
You just haven't seen Israeli startup culture yet
Uh can an American explain this? Obamacare sets a cap for weekly working hours?