Yes. But does it have to be your cow? And can you keep the milk? What does the calf say about that?
ominous ocelot
- 5 Posts
- 556 Comments
ominous ocelot@leminal.spaceto
Drehscheibe - alles zur Eisenbahn, zu Zügen etc@feddit.org•Zug beliebtes Verkehrsmittel zum Flughafen [Wien]
3·3 days agoDas Parken am Flughafen ist halt sehr teuer und Parkplätze sind limitiert. Klar lässt man sein Auto da nicht 3 Wochen stehen. Und der Zug hält quasi im Flughafen und man ist direkt da.
Da steckt irgendwo eine Erkenntnis drin, die Städte lebenswerter für seine Bewohner machen könnte… Ich komm grad nicht drauf. Naja, vermutlich doch nicht.
ominous ocelot@leminal.spaceto
Selfhosted@lemmy.world•amneziawg-installer: one-command VPN server that works where WireGuard gets blockedEnglish
8·6 days agoThanks to all replyers. My brain came up with dots per inch, which didn’t make any sense at all.
ominous ocelot@leminal.spaceto
Selfhosted@lemmy.world•Docker networking help (vlans)English
2·7 days agoNetplan config? Sure:
network: ethernets: enp35s0: dhcp4: false enp36s0: dhcp4: false vlans: enp35s0.100: id: 100 link: enp35s0 dhcp4: false enp35s0.101: id: 101 link: enp35s0 dhcp4: false bridges: br0: # untagged interfaces: [enp35s0] dhcp4: false br0.100: # vlan 100 interfaces: [enp35s0.100] dhcp4: false br0.101: #vlan 101 interfaces: [enp35s0.101] dhcp4: true version: 2I’m not sure if the version-property is still required. The only interface with an IP is br0.101. Opnsense provides DHCP (v4).
You can attach multiple ethernet-devices to a bridge (which I did not):
br0.100: interfaces: - enp35s0.100 - two - threeI’m not sure if you can attach the docker bridge via netplan - it has to exist at boot time, I think. My docker containers run inside a VM (kvm) with one interface, which sits in one of the VLANs. The VM’s interface is a bridge device (br0.100). The VM ethernet device is attached to the bridge, it receives its IP from the router and behaves like a real server.
ominous ocelot@leminal.spaceto
World News@lemmy.world•Iran says Iraq exempt from any Strait of Hormuz restrictionsEnglish
10·7 days agoIt’s a good day for paint and flag dealers in the region. Maybe for some IT guys with knowledge about AIS transponders, too.
ominous ocelot@leminal.spaceto
Selfhosted@lemmy.world•Docker networking help (vlans)English
2·7 days agoI don’t think I know the reason for the issue you’ve described. I don’t have enough information for that.
First thing would be: Is the routing and firewalling OK? Later: DNS. Even later: services reachable?
The Opnsense instance has configured multiple VLANs and zones too? With one server interface in each? The packets between the vlans take a path via the router?
I tried to give my server multiple interfaces on different VLANs once, but ran into problems with that approach. I then added one bridge interface per VLAN to the server and gave it just one IP on one vlan. That way the server isn’t tempted to route things itself or deliver packets on a wrong interface. An entire class of possible errors was removed that way. Docker containers and VMs still can have IPs in their respective VLANs/ nets.
It is worth noting that docker firewalling and ufw don’t play well together, which could be the reason for unreachable services. Moving the docker host into a LXC abstracts the issue away. Incus can run OCI containers itself and may be an alternative to docker (but not docker compose).
I can’t say anything about over-engeering. It is a hobby after all and you decide what is important and how much complexity you need. :)
Ok. So if it has a cat face: it might be Renaissance or it is newer but it surely isn’t medieval.
The other way around: if it has a human like face it is medieval or Renaissance.Noted.
ominous ocelot@leminal.spaceto
Netzkultur / Netzpolitik@feddit.org•Dieses Unternehmen hat dein Gesicht geklaut. Niemand kann es stoppen.
8·12 days agoPuh. Meins ist noch da.
How can I tell the difference?
ominous ocelot@leminal.spaceto
Opossums@lemmy.world•Opossum Fact #17: She's got 13 nipples and that's still not enough for everyone
10·13 days ago12 in a circle and one in the center, you say? Now I think of an opossum clock.
ominous ocelot@leminal.spaceto
Technology@lemmy.world•The creator of Fortnite has laid off more than 1,000 staff – despite billions in revenueEnglish
4·13 days agoI would guess, Fortnite has peaked a while ago and entered the decline phase. So…
One could argue, that it would have been nice to split the revenue more evenly. But shrinking an unprofitable business isn’t bad per se. Or ist it?
This one took some ripening for me.
Oh the craftsmanship!
ominous ocelot@leminal.spaceto
DACH - Deutschsprachige Community für Deutschland, Österreich, Schweiz@feddit.org•KI-Unternehmer Mensch: "Künstliche Intelligenz ist keine Zauberei"
9·14 days agoEr heisst A. Mensch und beschäftigt sich mit AI. Find ich witzig.
Logseq has how many? And it’s stalled really… from an external viewpoint.
https://github.com/logseq/logseq/graphs/contributors
About 4. Plus the people who maintain plugins.
https://github.com/logseq/logseq/graphs/commit-activity
They didn’t stop working on the code. But you’re right, it doesn’t feel like it UI wise. Which can be a good thing if the status quo is fine.
Promising. I will take a look.
Yeah, personally, I think they’d gradually make it db first and then markdown will gradually become an import / export function.
Can be. One of the reasons I like md - i’m not bound to one solution.
Still. At one point I will look at silverbullet.
ominous ocelot@leminal.spaceto
Wikipedia@lemmy.world•"The Hat", a shape that tiles but never makes a repeating patternEnglish
23·16 days agoCan these tiles actually be bought? For the bathroom floor. Or for paving the driveway. :)
Thanks!
For the interested: They’re working on a logseq edition with db backend as a basis for real time collaboration, better performance, data loss prevention during sync.FAQ states:
Are you going to deprecate Markdown files support? No, we’ll continue to support both file-based and database-based graphs, with a long-term goal of achieving seamless two-way sync between the database and markdown files. This will allow you to leverage the benefits of the database version while still being able to use other tools.
It looks like, for the moment the md version is there to stay. I’d very much like that, because syncing with git or syncthing.
I’m not sure how useful the collaboration part will be for me. Other tools would have to make room for it in our workflow (ticket system, wiki).








Do I have to count the dotted lines, too?