I don’t think you have to be goth to like goth chicks
I don’t think you have to be goth to like goth chicks
My point is that words are part of languages which change very fluidly, and you could make the same argument for hundreds of other words.
If the word isn’t considered bad by anyone hearing it or anyone it describes, nothing is wrong with it. Many meanings are different between your language and mine, even though they sound alike or share some etymology.
I genuinely have multiple friends who use that word about themselves. It isn’t negative unless people perceive so.
That must be it
Just a language thing, sorry. In my country this word does not have any negative connotation.
I rest my case
Handicapped people might disagree
I would just have Postgres running statically on some solid hardware. It’s easy to configure permissions and connections, too.
Not too hard to set up streaming replication for a hot standby if you wanna be sure (or offload some reads).
I use Postgres btw
Apart from a few glitches here and there, the game feels really complete. The story is really well made and the writing is top tier. If you come for the RPG elements of talking to every NPC and finding a lot of fun dialogue, you’ll love it.
If you want something without combat, although not fantasy, Disco Elysium has become my favorite CRPG ever.
The combat system is classic but with tactical Larian improvements from their other games.
I like it, but you can definitely get burned out from really long combat sessions. You can always lower the difficulty and blast your way through it, though.
Had to get some metrics out of an old Cisco box that weren’t available through SNMP, and the only solution I could come up with was to periodically SSH some commands and regex the results.
That required way too much shell-foo and the SSH daemon would just randomly refuse/drop connections.
If only there was some kind of standard metric API that every other modern software supports out of the box…
Postman is literally the only GUI I use for development, except for a browser I guess. Everything else is in terminals/WSL2 at work
Is this your first attempt at emoji pasta?
Cisco and Juniper CLIs are terrible imo… Why won’t they just use a proper modern set of tools instead of their own proprietary shit that doesn’t interface with anything else?
My account is 13, but lurked a bit before that. Never installed the official app. Used RES for desktop, and Boost for mobile.
A 1 Gbps up/down in Denmark is around 40-50€, and low speeds like 100/100 is more like 25-35€.
Same for Norway and Sweden. Everything is unlimited of course.
One is a rate of data, the other is an amount.
Mbps means megabits per second.
MB is just megabytes. You can of course turn it into a rate, but then it would be MB/s.
There are 8 bits in a byte, so 100 Mbps would be 12.5 MB/s (divide by 8)
They’re also fighting the whole of EU for the same reasons. We won’t be getting Threads any time soon either
And the source only quotes a reporter saying what your misleading title implies…
When I first started out with Linux, I went full ricemode with Arch. For a while I tried running without X, using tmux heavily and browsing with
lynx
, only starting a specific X server for games.You can definitely do it, but especially web browsing is not really feasible. There are tons of
curses
-like applications likemutt
andirssi
that work really well, but alas, I ended up going back toi3
.Still heavily riced, though, using Vim hotkeys wherever possible. For browsing, qutebrowser is fucking sweet!