Earlier quoted context omitted.
A friend almost failed an IT class because his website didn't render at all in IE6. This was during the time of IE9. The teacher just hadn't updated their browser in a long time. I don't get how you get to be an IT teacher without knowing the most basic troubleshooting steps to get assignments to run.
Heh…I once was in a state-level coding event (it was a small portion of a larger competition) where half of the test was turning in code on a CD during the competition, with the written half during the event. My CD was deemed unusable for whatever reason (it had worked on XP and Fedora 6 or 7 at home) and didn't count towards my score. I still got second in the event. I declined to continue because I couldn't trust t…
.self: A new top-level domain designed to support self-hosting
311–320 of 410 posts
Re: .self: A new top-level domain designed to support self-hosting
#312Earlier quoted context omitted.
> How are you going to pay for the (substantial) cost of running a TLD without registration fee revenue? Is it actually a substantial expense? The TLD itself only has to publish the nameserver records, which generally have a TTL of about a day. A DNS response is a few hundred bytes. Big DNS providers like Google and Cloudflare would make requests for every actively used domain every day, but then cache them. Smaller…
You can't do it in the general case. Most TLDs need to allow domain transfers because projects do genuinely change ownership sometimes. If you allow transfers, you allow reselling by definition (because you can't physically determine whether cash changes hands). This isn't like tickets, where "return to pool and let an interested party buy it" is a viable strategy. Tickets are fungible, domains are non-fungible.
Re: .self: A new top-level domain designed to support self-hosting
#313Re: .self: A new top-level domain designed to support self-hosting
#314It redirected me to: https://drive.google.com/viewerng/viewer?embedded=true&url=h... Doesn't exactly inspire confidence.
Re: .self: A new top-level domain designed to support self-hosting
#315Remember when the .tk TLD became free 20 years ago ? Every hobbyist took one, then scammers followed, then Facebook and antiviruses started blocking it. I remember publishing a website for a class on my .tk domain, the teacher couldn't open it and I almost got a failing grade because of it.
At least https://tcl.tk redirects => https://www.tcl-lang.org/
Re: .self: A new top-level domain designed to support self-hosting
#316Re: .self: A new top-level domain designed to support self-hosting
#317Earlier quoted context omitted.
I left community college after a week because my "computer" teacher required us to change our monitors to 640x480 and print out ever step that we completed in things like Notepad or Configuring the Desktop and then every day we'd punch it out and would add it to a three ring binder of all the things we've done. Full Color.
I took a computer class in college (like 25 years ago now?) and corrected the teacher multiple times every class . And it was like 95% things that were in the book that was issued, so I could even point out the page it was on. It was absolutely embarrassing.
Re: .self: A new top-level domain designed to support self-hosting
#318Earlier quoted context omitted.
> How are you going to pay for the (substantial) cost of running a TLD without registration fee revenue? Is it actually a substantial expense? The TLD itself only has to publish the nameserver records, which generally have a TTL of about a day. A DNS response is a few hundred bytes. Big DNS providers like Google and Cloudflare would make requests for every actively used domain every day, but then cache them. Smaller…
You can't do it in the general case. Most TLDs need to allow domain transfers because projects do genuinely change ownership sometimes. If you allow transfers, you allow reselling by definition (because you can't physically determine whether cash changes hands). This isn't like tickets, where "return to pool and let an interested party buy it" is a viable strategy. Tickets are fungible, domains are non-fungible.
That's fine. It's not the transferring that you punish, it's the offering for sale. Good luck squatting when publishing any solicitation to sell the domain is the thing that causes you to lose it. How many domains are you going to squat on and pay renewal fees for when you have no way to let the public know you're willing to sell them that won't cause you to lose them?
> This isn't like tickets, where "return to pool and let an interested party buy it" is a viable strategy. Tickets are fungible, domains are non-fungible.
What does fungibility have to do with whether you can return something to the pool? The lack of fungibility makes it work even better, because if you want a specific domain and you find someone squatting on it, you can report them advertising it for sale. When the registry verifies that the report is true then the person filing the original report can be given first crack at the domain when it goes back into the pool.
Re: .self: A new top-level domain designed to support self-hosting
#319Earlier quoted context omitted.
It’s needed to get into college and that’s it, which is needed to get your first maybe second job and that’s it, which is needed to…
...attendance? I landed a spot in likely the best economics uni in Poland while having 52% attendance in my final HS year, out of which perhaps 10% of the absence was due to illness.
Re: .self: A new top-level domain designed to support self-hosting
#320Earlier quoted context omitted.
Dreamweaver was cool as a beginner because it took a lot of the troublesome parts out of the equation. But it did end up being more of a hindrance than a benefit the further you went in.
What were these "troublesome parts"? The whole point of HTML's design is that it's incredibly easy for a human to write correctly.
A lot of people (me included) used text editors to write HTML. The process was not easy, and the results mostly not correct.
HTML at the time was intended as an application of SGML. This is the first example of HTML from RFC 1866 that laid out HTML 2.0 in 1995:
Parsing Example
Some text. *wow*
Using an HTML editor was required if you wanted to get anywhere near that standard.