

I can’t unfortunately. They only feature I use is that fact I can access my ipv6 only server via an ipv4 only network.
I can’t unfortunately. They only feature I use is that fact I can access my ipv6 only server via an ipv4 only network.
Better question why do u care if its rude? You have every right to be as rude as u want to anyone u damn well please. If they are a stranger on the street who cares.
That would be absolutely wild ngl
I didn’t say anything about people supporting hamas your the one who said an unconscious binary interpretation is possible through the polite mechanism of accusing me of exactly that. I’m not here to argue about Israel Palestine I’m here to point out bad logic in a purely objective manner.
Yeah I think that’s what’s being implied. Especially by those people making a binary decision with no nuance.
I’m just pointing out the logical issue here. x% don’t support y does not imply that (1-x)% do support it. Let alone imply that (1-x)% support z.
I wonder what the support for Palestine and its actions are? Cos I doubt its 5/6 as this article would imply.
Except I’m in rural Australia. Star link is objectively the best option.
Starlink gives me an ipv6 its not static as such but a dynamic DNS can solve that issue. My ISP issue is that my mobile provider doesn’t give me an ipv6 at all so I can’t route to my home server without a gateway to proxy.
I’m still a fan of the theory that the only thing he was good at was creating was ai
This sounds like a problem I’m too Linux to understand
Here is my searxng rocker compose:
services:
redis:
container_name: redis
image: docker.io/valkey/valkey:7-alpine
command: valkey-server --save 30 1 --loglevel warning
restart: unless-stopped
networks:
- local_bridge
volumes:
- ./data/reddis:/data
cap_drop:
- ALL
cap_add:
- SETGID
- SETUID
- DAC_OVERRIDE
logging:
driver: "json-file"
options:
max-size: "1m"
max-file: "1"
searxng:
container_name: searxng
image: docker.io/searxng/searxng:latest
restart: unless-stopped
networks:
- local_bridge
- proxy
volumes:
- ./data/searxng:/etc/searxng
environment:
- SEARXNG_BASE_URL=https://${SEARXNG_HOSTNAME:-localhost}/
- SEARXNG_SECRET=${SEARXNG_SECRET}
cap_drop:
- ALL
cap_add:
- CHOWN
- SETGID
- SETUID
logging:
driver: "json-file"
options:
max-size: "1m"
max-file: "1"
networks:
local_bridge: # local bridge with ipv6 internet access
driver: bridge
enable_ipv6: true
proxy:
external: true
And my searxng settings:
searxng/data/searxng/settings.yml
# see https://docs.searxng.org/admin/settings/settings.html#settings-use-default-settings
use_default_settings: true
server:
# base_url is defined in the SEARXNG_BASE_URL environment variable, see .env and docker-compose.yml
limiter: false # can be disabled for a private instance
image_proxy: false
ui:
static_use_hash: true
query_in_title: true
infinite_scroll: true
default_theme: simple
theme_args:
# style of simple theme: auto, light, dark
simple_style: dark
redis:
url: redis://redis:6379/0
search:
safe_search: 0
autocomplete: 'duckduckgo'
default_lang: "en"
formats:
- html
- json
outgoing:
# default timeout in seconds, can be override by engine
request_timeout: 3.0
enabled_plugins:
- 'Hash plugin'
- 'Basic Calculator'
- 'Self Informations'
- 'Tracker URL remover'
# - 'Ahmia blacklist'
- 'Hostnames plugin' # see 'hostnames' configuration below
- 'Open Access DOI rewrite'
And the proxy network is just the docker network that nginx is connected to. Here is my nginx conf https://github.com/muntedcrocodile/nginxconf .
Vibe coding L
Like I use a lot of ai but u gotta be specific and understand the architecture lol.
I don’t get why people get so bothered by shit like this. Just ignore them do ur work and fuck off when ur no longer getting paid. What are they gonna do sabotage your work? Just send em a polite email with something like:
dear such and such
I require abc to complete my designated scope of work as required. However due to xyz it is not feasible to so as required could you please remedy this issue.
Regards some asshole.
If its not effecting your work who gives a single fuck. Obviously u got the whole office politics game u need to play to get promotions pay rises etc. But a lot of large companied will use hard metrics to determine such things and u can game those systems.
Bro this is simple. Just say we can’t hire u as u have not proven your right to work in this country. U don’t need to pussyfoot around the issue or let them down slowly. Just drop the truth and move on. Ur over-thinking a simple thing.
Ur function args if fucked up should always throw an error that’s the entire point of python type hints
I like the exception being raised their is no reason I should be passing in None to the function it means I’ve fucked up the value of whatever I’m passing in at some point.
But that’s an extra step of logic u must hold in ur head while trying to understand 12 other things.
I do web dev
Theirs ur problem.
But in all seriousness I think if u def some_func(*args, kwarg=[]) Is a more explicit form of def some_func(*args, kwarg=None)
Well we do live in a capitalist society and capital is a zero sum game so it is a zero sum game just slightly more abstract.