- 2 Posts
- 16 Comments
Muehe@lemmy.mlto Linux@lemmy.ml•ZDNET: 20 years later, real-time Linux makes it to the kernel - really3·10 months agoandroid auto
First I heard of this, but since it seems to be just some software that runs on the hardware of car manufacturers it seems rather unlikely. But very theoretically possible, if the car manufacturer was using default process scheduling in a CPU constrained machine and now switches to real-time scheduling in an update. But that was possible for years before this news, the code has just been mainlined to the default kernel now. If the car manufacturer cared about that they would probably have done it already with a patched kernel.
Muehe@lemmy.mlto Linux@lemmy.ml•[Solved] Can't connect to host after enabling WireGuard tunnel1·11 months agoOh yeah, can’t use the same IP range as your LAN, that will lead to problems. :D Glad it’s fixed.
Out of curiosity, does forwarding work now without the output (-o) command in PostUp?
Muehe@lemmy.mlto Linux@lemmy.ml•[Solved] Can't connect to host after enabling WireGuard tunnel1·1 year agoLike I said in another thread on this post, I’m pretty sure that’s because they are forwarding input but not output in the PostUp rules. Setting a /32 in AllowedIPs works fine for me.
Muehe@lemmy.mlto Linux@lemmy.ml•[Solved] Can't connect to host after enabling WireGuard tunnel1·1 year agoWhat are you trying to say? That reply also shows AllowedIPs set to a /32 on the server side.
Muehe@lemmy.mlto Linux@lemmy.ml•[Solved] Can't connect to host after enabling WireGuard tunnel1·1 year agoI don’t think that’s what the setting does. Anyway, I have them set to a /32 IP in my server config and it works nonetheless. I get full access to the /24 behind the server from the client.
Muehe@lemmy.mlto Linux@lemmy.ml•[Solved] Can't connect to host after enabling WireGuard tunnel1·1 year agoYou have ALL traffic being routed over Wireguard here.
Please correct me if I’m wrong, but isn’t it the other way around? All Wireguard traffic is forwarded to the local interface.
Muehe@lemmy.mlto Linux@lemmy.ml•[Solved] Can't connect to host after enabling WireGuard tunnel1·1 year agoI think the problem might be your PostUp/PostDown lines have an in-interface (-i) but are missing an out-interface (-o) for the forwarding. Try this:
PostUp = iptables -A FORWARD -i %i -j ACCEPT; iptables -A FORWARD -o %i -j ACCEPT; iptables -t nat -A POSTROUTING -o ens3 -j MASQUERADE PostDown = iptables -D FORWARD -i %i -j ACCEPT; iptables -D FORWARD -o %i -j ACCEPT; iptables -t nat -D POSTROUTING -o ens3 -j MASQUERADE
Muehe@lemmy.mlto Technology@lemmy.world•The DMA already having an impact. Brave Browser installs surge after introduction of browser choice splash screen on iOS.English3·1 year agoit’s definitely more pro-privacy than Brave or FireFox. I’ve never had to jump through a captcha to use Google in those browsers.
You have this backwards. Google showing you captchas is basically them saying they can’t match your browser to any know (shadow) profile they have already stored. So they aren’t sure you are a human and if so which one specifically. Getting harassed with a captcha is essentially like a badge of honour for your browsers privacy settings.
Muehe@lemmy.mlto Technology@lemmy.world•The DMA already having an impact. Brave Browser installs surge after introduction of browser choice splash screen on iOS.English8·1 year agoFirefox has no extensions so no Adblock.
That’s because so far every browser on iOS had to use WebKit as it’s HTML rendering engine, meaning that even if you installed another browser manually you were basically still using Safari under the hood. IIRC the new DMA rules include allowing other browser engines like Gecko, so Mozilla is probably already working on making addons available. I mean they are available on Android, so why wouldn’t they make them available on iOS now that they finally can?
Muehe@lemmy.mlto Technology@lemmy.world•Scientists aghast at bizarre AI rat with huge genitals in peer-reviewed article | It's unclear how such egregiously bad images made it through peer-review.English71·1 year agoAt this point somebody should really create a /c/Aipocalypse community or something to collect stuff like this.
Muehe@lemmy.mlto Technology@lemmy.world•Haier hits Home Assistant plugin dev with takedown noticeEnglish5·2 years agoJust here to leave the daily reminder that API reimplementation may constitute fair use under certain circumstances.
Muehe@lemmy.mlto Europe@feddit.de•Scholz urges unity against far right after mass deportation ‘masterplan’ revealedEnglish1·2 years agodeleted by creator
Well like uzay said, basically just an office GUI that allows me to import/export into a lot of formats and automates document versioning away.
Quarto looks quite interesting indeed, thanks for pointing it out!
For those interested it’s an “Open-source scientific and technical publishing system built on Pandoc”
https://quarto.org/
https://github.com/quarto-dev/quarto-cli
Like a data format inhabiting the centre of that conversion graph they have on their website, basically a superset of the available input types, that is then version controlled by git, and can be exported to any of the output formats, in a neat frontend that removes all that complexity from me. :D
Shameless plug for Pandoc because I love it
That scalable vector graphic on the page shows source document type on the left and target type on the right. TL;DL: It converts about two dozen document types into about three dozen document types.
P.S.E.G.: PDF ← Markdown ←→ HTML → PDF
P.P.S: Where are my manners? Image transcription added to post.
I see you there! Shill baby, shill!
Video Source on Bluesky