I see. Makes sense.
I see. Makes sense.
This is the right way to optimize performance. Write everything in a decent higher level language, to achieve good maintainability. Then profile for hotspots, separate them in well defined modules and optimize the shit out of them, even if it takes assembly inlining. The ugly stays its own box and you don’t spend time optimizing stuff that doesn’t need optimization.
This came out of what Haaretz’es publisher said at a conference in London. Not out of something published in the paper.
There’s a WIP VirtIO driver in a PR but it’s not done yet. VMware’s own VMSVGA is open source if I remember correctly. I wonder if they’ll adapt it to KVM and if they do, whether that’ll be usable in KVM without VMware.
If we get VirtIO 3D acceleration in Windows guests from this, I’d be really happy.
Do you think I’m talking about Iran’s bombs? 😂
Most of the world yes. But in this one where the quantities, types and prices of the bombs used literally depend on the American election, it probably influences decision-making.
I don’t know why would Iran attack before the election since that could boost Trump’s chances and Trump would be worse for them. Perhaps this is an attempt by Israel to nudge the election towards him?
Ok, then why don’t we apply this logic to democratically electing politicians?
While not entirely wrong, I’d take anything out of free market fundamentalists mouths like the ones at Mises with a gain of salt.
The interest rates are already falling and most have weathered the storm. The pressure needed to pop the bubble is being relieved so I doubt it’s going to blow up. Rather I think we’ll see a long sideways movement.
Oh this is very interesting!
“Gift card”
I see myself in this picture.
I don’t see the name “Hungary” mentioned anywhere in the article.
On the surface - perhaps. But Iran’s regime has to keep its image of power for its domestic peace. Israel’s gov knows this and they do steps they know would elicit response from Iran in the hopes Iran would actually hit hard and the US would be dragged in official capacity. That would be dramatically destabilizing for the region. I reckon the US threatened Israel with real steps in order to get them to not hit targets that would have led to such escalation.
You could use a systemd unit file:
[Unit]
Description=docker_compose_systemd-sonarr
After=docker.service
Requires=docker.service
[Service]
TimeoutStartSec=0
WorkingDirectory=/var/lib/sonarr
ExecStartPre=-/usr/bin/docker compose kill --remove-orphans
ExecStartPre=-/usr/bin/docker compose down --remove-orphans
ExecStartPre=-/usr/bin/docker compose rm -f -s -v
ExecStartPre=-/usr/bin/docker compose pull
ExecStart=/usr/bin/docker compose up
Restart=always
RestartSec=30
[Install]
WantedBy=multi-user.target
You’d place your compose file in the working dir /var/lib/sonarr
. Depending on what tag you’ve set for the image in the compose file, it would be autoupdated, or stay fixed. E.g. lscr.io/linuxserver/sonarr:latest
would get autoupdated whereas lscr.io/linuxserver/sonarr:4.0.10
would keep the container at version 4.0.10
. If you want to update from 4.0.10
, you’d have to change it in the compose file.
And there are breaking changes in this Jellyfin release.
So Yoav “Human animals” Gallant seems to be the better of the two.