

Wait if that’s the most ridiculous part, then… Does the smartphone even know when it’s switched on or off?
Former Reddfugee, found a new home on feddit.de. Server errors made me switch to discuss.tchncs.de. Now finally @ home on feddit.org.
Likes music, tech, programming, board games and video games. Oh… and coffee, lots of coffee!
I � Unicode!
Wait if that’s the most ridiculous part, then… Does the smartphone even know when it’s switched on or off?
Freedom to Breed may not necessarily mean that you may not have any kids. It might also mean that $amount of kids is mandatory, though…
You wouldn’t download a Starbucks,…
OpenAI, Meta, Anthropic, xAI etc ripping off the entire world’s entire content.
Rules for thee, not for me!
You state that you did use the install script, but also that you want to run it with docker. Did you follow the instructions in their docker repository? It’s quite easy to get it running - they included a complete docker-compose, a Caddyfile and all you need.
https://github.com/searxng/searxng-docker
Edit, I’m dumb, I misread.
Also some TVs nag you everytime you switch them on, if they’re not connected to a network and start the connection assistant…
Some routers even allow to block all internet access for a specific device which might be easier to set up
And a blockchain helps to solve which part of the problem? Some were working on mirroring all data to a git repository. In theory, that allows for easy access on all the data, versioning (with commits) and - through forks and merge requests - collaboration and distribution. Also git is a distributed repository that clones the whole history to your local drive.
https://github.com/MITRE-Cyber-Security-CVE-Database/mitre-cve-database
But with the announcement of the cve foundation, I don’t know whether they will really import all the data in this git repository.
I should send a PR that applies the tariffs randomly and sometimes arbitrarily changes the numbers…
I might even make it so, that it calculates an import deficit by looking at how often your libraries are imported in the codebase of the projects, that the maintainers of your dependencies have vs. the number of imports your code has from them.
Came to suggest this. I ran into the same problem when I tried to host Jellyfin at home. Also I was fed up with all those certificate warnings, depending on which device I used. Since I was already using pihole in my home network, I just went and looked at all the DNS plugins for certbot to learn which provider allows for easy DNS challenges. Then I researched a bit and stumbled upon a provider that was running a sale - so I got a domain for less than 5 bucks/year.
I set the public A record to 127.0.0.1 and configured certbot to use their API. This domain is now used internally in my network exclusively and I just added some DNS entries for several subdomains in pihole, so that it works for every device at home (e.g. jellyfin.example.com / dockerhost.example.com / proxmox.example.com / …).
When I’m away, I shouldn’t be able to resolve the domain, and even if DNS were hijacked, the TLS certificate will protect me from connecting to $randomServices. Also my router is less restricted, which means that I can just use it’s VPN server to connect directly to my home network, if I need to access my server or need to troubleshoot things when away.
I read this as they’re even generating the frames with AI:
The tech demo is part of Microsoft’s Copilot for Gaming push, and features an AI-generated replica of Quake II that is playable in a browser. The Quake II level is very basic and includes blurry enemies and interactions, and Microsoft is limiting the amount of time you can even play this tech demo
While Microsoft originally demonstrated its Muse AI model at 10fps and a 300 x 180 resolution, this latest demo runs at a playable frame rate and at a slightly higher resolution of 640 x 360. It’s still a very limited experience though, and more of hint at what might be possible in the future.
“We’ve talked about game preservation as an activity for us, and these models and their ability to learn completely how a game plays without the necessity of the original engine running on the original hardware opens up a ton of opportunity.”
No, I don’t think that you’re talking about preservation then. Not even game emulation. You’re talking about game hallucination.
At least we’re constantly told to be ready to act to reroll secrets, etc and try to automate the change/deployment of changed passwords and such.
Depending on the system you’re working with, this may still be a PITA, but at least we do have plans for even the “problematic” systems and we have probably done this a few times. Although maybe not at this scale, tbh.
So, imagining I were tasked to do that for $hyperscaler in “my” systems… I feel some dread, as even if everything is automated ä, there’s always something that doesn’t go as planned - but at least I know what can be done in which way and which timeframe is realistic (and which parts will be the most sensitive). If you do not have plans, well… Good luck. You’ll need it.
Ok, who of you guys is working with Oracle Cloud and has not yet rerolled all API/Access Keys, passwords and so on? And what company do you happen work for? ^Just asking for a friend^
German legalese has Verkehr
as a reference to in Verkehr bringen
which means put something on the market
/ put something on circulation
.
But it’s hard to recognize /learn because
Verkehr
almost(?) always means traffic
outside of legalese andVerkehr
but really mean traffic
While technically correct, the word Verkehr
here does not translate to traffic
, but rather belongs to the compound Verkehrsgenehmigung
which is roughly a trade permit
for selling a plot of land or using it as a collateral on a loan.
HELLO FELLOW HUMANS. I’m sorry I cannot answer this prompt as it violates OpenAI terms of services. I’m not allowed to answer in a way that misleads people to think I’m a real human and that conceals my nature as a fancy auto complete.
I’m currently experimenting if I can convert my stack to rootless podman.
I found in my notes, that
A user-mode networking tool for unprivileged network namespaces must be installed on the machine in order for Podman to run in a rootless environment.
Podman supports two rootless networking tools: pasta (provided by passt) and slirp4netns.
Could this be your problem?
Taken from https://github.com/containers/podman/blob/main/docs/tutorials/rootless_tutorial.md
If done correctly, those may only be open from the internet, but not from the local network. While SSH may only be available from your local network - or maybe only by the fixed IP of your PC. Other services may only be reachable, when coming from the correct VLAN (assuming you did segment your home network). Maybe your server can only access the internet, but not to the home network, so that an attacker has a harder time spreading into your home network (note: that’s only really meaningful, if it’s not a software firewall on that same server…)
As I said over and over again: my biggest pet peeve with Linux is that there are often several ways to accomplish something but many are somewhat distribution specific and not really standardized.
Who doesn’t love to find a tool that has install instructions like:
Just to realize that a) you’re not running anything Debian based and b) you first step is now to find out how these packages are named in your package manager.
Or tutorials that tell you to do X and you only find out, that they’re assuming (but not telling you) you’re using Debian and some old package versions that now have a completely new syntax in their configuration, so that either the tutorial doesn’t work or you maybe even f up something by changing values that you shouldn’t touch.
Best is, of you find help in a distribution specific forum/wiki/… But not all problems can be found there