I don’t find it confusing at all. The function doesn’t test equivalence, and the return value is not meant to be a logical value.
I take my shitposts very seriously.
I don’t find it confusing at all. The function doesn’t test equivalence, and the return value is not meant to be a logical value.
That’s not the truth. It’s one of infinitely many truths. They hated him because Jesus didn’t understand how implicit type casting between int and bool worked.
“If you don’t have organic intelligence at home, store-bought is fine.” - leo (probably)
I’ve read a story on the forbidden website where a “database” was a single table with a single column holding a single row that contained the actual data as a CSV blob. I’m willing to bet the muskies are not beyond such acts of genius.
You're officially an asshole.
This is a joke, see git-blame-someone-else
As long as you’re not behind CGNAT, you can use a dynamic DNS provider (like duckdns.org) and its web API to keep a record pointed at your IP. If you’re behind CGNAT, Tailscale also has a service (Tailscale Funnel) that can expose an internal service to the internet.
You could also pay for a small VPS with a static IP, and set up a Wireguard tunnel to your home server and an HTTPS proxy to forward traffic through the tunnel.
Also, just in general, use Tailscale. It’s serious black magic fuckery on the firewall.
It’s a method definition. C#'s standard formatting puts the left bracket brace of the method body on a new line. It’s equivalent to:
private bool IsSus(){
...
}
volumes:
db:
services:
db:
image: mariadb:10.6
restart: always
command: --transaction-isolation=READ-COMMITTED --log-bin=binlog --binlog-format=ROW
volumes:
- db:/var/lib/mysql
secrets:
- mysql_root_password
- mysql_nextcloud_password
environment:
- MYSQL_ROOT_PASSWORD_FILE=/run/secrets/mysql_root_password
- MYSQL_PASSWORD_FILE=/run/secrets/mysql_nextcloud_password
- MYSQL_DATABASE=
- MYSQL_USER=
nextcloud:
image: nextcloud
restart: always
ports:
- 8080:80
depends_on:
- db
links:
- db
volumes:
- /var/www/html:/var/www/html
- /srv/data:/srv/data
secrets:
- mysql_nextcloud_password
environment:
- MYSQL_PASSWORD_FILE=/run/secrets/mysql_nextcloud_password
- MYSQL_DATABASE=
- MYSQL_USER=
- MYSQL_HOST=db
secrets:
mysql_root_password:
file: ...
mysql_nextcloud_password:
file: ...
If you use the links:
element in the nextcloud
service, the services listed there will be available using their hostnames. On the Nextcloud setup screen, choose mysql as the database engine, use db
as the database host, and enter matching values into the other fields.
…maybe it’s better that the Windows source code remain closed.
At the same time, I’d love to see the developers of the world glimpse at that eldritch cognitohazard and collectively go insane.
I currently run Nextcloud inside a Debian 11 LXC container on Proxmox, together with Apache, Mariadb, and PHP. I followed this guide. Once Apache and PHP were running, the rest of the process was straightforward.
Take a look at this list: https://networkupstools.org/stable-hcl.html
I use an older APC Back-UPS 500 to power my homelab and all network devices. So far it’s saved me from 3 power outages, and can last about 30 minutes with a 50W power draw. It doesn’t have data connections of its own (newer devices do), so I had to improvise with an ESP32 board that reports if it detects a voltage on the beeper, plus some cron jobs on Proxmox.
I simply use Nextcloud to sync the vault directory. It has clients for both desktop and mobile and works perfectly fine. I use it to sync basically everything between my work, home, laptop, and mobile.
The only drawback is that I don’t know if Obsidian automatically reloads a file if it is changed - if not, and you leave the file open in the editor, you might accidentally overwrite the new file with old data.
I was ready to have a rant about PHP. Well played.
“Archiving legally purchased content as an insurance against corporate-sanctioned theft”?
Y Combinator probably didn’t do their due diligence
It’s not the first time. They also backed an obvious scam MMO that promised the world and more, while it was nothing more than an asset flip.
Free speech has to be absolute
Movements such as (removed irrelevant part) shouldn’t be supported
Make up your mind, my dude.
Reading further into his… thoughts… I think he’s far beyond what I would consider “unhinged”, and considering his 14th point, probably in possession of hard drives that authorities might want to investigate.
I also discovered that there was a Slovak MEP by the same name who was really passionate about chicken legs.
VS’s built-in .NET debugger is top tier, though. Especially the ability to edit code while it is running.
At some point it starts sounding like an amateur mumble rap cover of the Pillar Men theme.