When this group of people on discord are online: Helldivers 2. It’s a nice way of killing time while chitchatting.
When not: Factorio with the recently release Space Age expansion. Absolutely loving it.
When this group of people on discord are online: Helldivers 2. It’s a nice way of killing time while chitchatting.
When not: Factorio with the recently release Space Age expansion. Absolutely loving it.
And the study was even proven wrong in the 17th century. A finite amount of monkeys already produced Shakespeare in a finite amount of time; it took roughly 55 million years.
Source: Primates show up in the fossil records, dating to roughly 55mill years. And Shakespeare’s complete works were most likely completed by William Shakespeare, a famous decendant of said primates.
The 1989 Belgian techno anthem Pump Up the Jam.
Highest to lowest. I edited it into the comment.
Interesting tidbit: from left to right, these are ordered by the efficiency of the oxygen transportation, highest to lowest.
Blue blood may be cool, but red blood is better for you.
Previous job: Windows, because it was a company issued laptop. Plus a lot of the company was built around the MS ecosystem.
Current job: Linux, because I got to keep the perfectly decent Dell laptop when I left. I wanted to make sure I purged everything, so it’s running LMDE now. Plus, there’s not much outlook and teams stuff that I have to use.
I blame Daniel
Unusable in our case
No. Beegfs.
And Speech is free money. Source: Skyrim
Some surface-level info while I’m waiting for my kids to finish the evening ritual: No need for an extra IP or VPS. You can host them all on the same IP and machine, provided there aren’t any conflicting port assignments.
In the DNS server, you can enter the various subdomains as CNAME pointing to the A record. The server-software is configured with which hostname it should operate as (For example, HTTP/1.1 has a Host-specification in the initial request, so that one server can host multiple domains on the same IP)
It should be noted that mail servers are indicated by an MX-record. And mailservers should also have a TXT record (SPF record) as part of spam prevention - some SMTP servers query this to ensure that your e-mail actually comes from you and not from someone spoofing the domain.
I used to have a zone file that did roughly what you’re trying to do, bit sadly I don’t have it anymore. But as you have DNS up and running, I’m sure you’ll be able to figure out the rest through checking some examples.
I half-baked an example zone file for you. I haven’t tested it, though. It assumes the domain of blargh.com being hosted from an IP of 123.123.123.123:
$TTL 86400
@ IN SOA ns1.blargh.com. admin.blargh.com. (
2024102102 ; Serial (incremented)
3600 ; Refresh
1800 ; Retry
1209600 ; Expire
86400 ; Minimum TTL
)
; Name servers
@ IN NS ns1.blargh.com.
@ IN NS ns2.blargh.com.
; A Records
@ IN A 123.123.123.123
ns1 IN A 123.123.123.123
ns2 IN A 123.123.123.123
; CNAME Records
mail IN CNAME blargh.com.
mastodon IN CNAME blargh.com.
matrix IN CNAME blargh.com.
; MX Records
@ IN MX 10 mail.blargh.com.
; TXT/SPF Record
@ IN TXT "v=spf1 mx ~all"
Oh, and some tips:
I primarily use perl, and while I find its syntax easy to understand, I’ll be the first to admit that its syntax and special use cases thereof does provide a way for some rather exotic symbol-garbage to be valid code.
Normal perl code is simple enough. But abnormal code does happen, sometimes on purpose, sometimes by accident.
I’ll share with you this gem:
Why is this program valid? I was trying to create a syntax error
There should be such a thing as “preemptive discovery process”, because you know any evidence of this will be destroyed by the time the legal system reacts.
I’m not sure I’d be comfortable with my landlord harvesting my vomit as rent.
“I’m eating it, I promise it’s not a sex thing.”
Or blame the deep state
Even Alex Jones is critical of Trump these days. He still considers him amazing and all that, but he says Trump doesn’t go far enough in some of the rhetoric. I’m curious to see if this is a litmus test for future defections
For someone who doesn’t care about any candidate, you seem to post an awful lot about them. How about posting something you actually do care about instead of shitting up everyone’s feed with whatever stupid thing she said he said?
🎶 Freedom from the ass of doom is the treasure you will win 🎶
I just landed on my 3rd - Gleba. Vulcanus and Fulgora are “good enough” for now. Once I have Gleba science up and running, I’ll migrate to a bigger Nauvis base, because my starter base is bottlenecked by copper throughput with no easy way of increasing it.