Skip to main content








Six days later...

I used to get the impression many project developers would support Mastodon API foremost but now I'm inclined to see more projects implement ActivityPub C2S first and then everything else..

Bradley D. Thornton reshared this.









Nott a good look for Pennsylvania lawmakers

@tallship@gleasonator.com:

@RTP"Yes officer, here's my registration. I've got my ID right here in my bag. No, that there is my phone, my ID is in that bag. No sir, I would never install that app on my phone, so the government issued me one for my iD app - it's in that bag.
What? Oh. Yes. It's called a faraday bag. Here's my ID. Turn it on? I think the battery is dead, but feel free to charge it up, I'll just sit here on the side of the boulevard, pulled over by you, while you do that. No sir, I actually don't even own a charger for that ID.

Oh, okay..., sorry you don't have the time to put a charge on my ID, that I keep in my faraday bag, with the battery run down to zero, without a charger, and inconveniencing the dirty bolshevik government that can't track me as a result.

Apple 🍏 ??? No sir, I would never own one of those - they're full of worms!

Yes, you have a nice day too officer!"

odysee.com/@RobBraxmanTech:6/a…





#Friendica for the entire #Fediverse


#Friendica on your #Android, and #Linux, #Mac, or #Windows desktop - no messy browsers required!

@tallship@public.mitra.social:

## Relatica - the new desktop and mobile Fediverse client
Relatica is a new, refreshing, and promising cross platform #Friendica client in beta now.

#Relatica runs on #Android, #Linux, #Mac, and #Windows. It also has some welcome and ambitious goals on the roadmap:

Testers, packagers, and early adopters are wanted for the official beta program.

Relatica's developer is friendly, accessible, and responsive. The project enjoys an aggressive development cycle and has its own dedicated #Matrix support channel.

It's good to see a novel and dedicated effort to deliver a capable #desktop and mobile client that allows for #social engagement without a browser:

gitlab.com/mysocialportal/rela…

For those here that aren't aware already, Friendica is one of the earliest and yet most modern and feature rich #Fediverse platforms, #internetworking with other protocols that enables you to do things like directly interface with #Diaspora and even the deprecated legacy silo networks too.

#Friendica has a pluggable addon system and provides direct support for multiple text formats and even direct linking of images in posts.

There's really just too much to list. If you're wanting a feature complete platform for #publishing, #microblogging, #news, #RSS, social engagement and more then Relatica is definitely worth trying out!

If you're interested in trying out Relatica's ease of use and features then you'll need to have a user account on a Friendica server.

You can self-host or get yourself a free Friendica account here:

Friendi.ca

I hope that helps!

I can be reached on Matrix at:

@tallship:matrix.org

via XMPP at:

tallship@jabber.org

and in the Fediverse at:
@tallship@public.mitra.social

#tallship #FOSS #Relatica #ActivityPub You can haz #Cheezburgerz! 🍔

.





Nott a good look for Pennsylvania lawmakers


@RTP"Yes officer, here's my registration. I've got my ID right here in my bag. No, that there is my phone, my ID is in that bag. No sir, I would never install that app on my phone, so the government issued me one for my iD app - it's in that bag.

What? Oh. Yes. It's called a faraday bag. Here's my ID. Turn it on? I think the battery is dead, but feel free to charge it up, I'll just sit here on the side of the boulevard, pulled over by you, while you do that. No sir, I actually don't even own a charger for that ID.

Oh, okay..., sorry you don't have the time to put a charge on my ID, that I keep in my faraday bag, with the battery run down to zero, without a charger, and inconveniencing the dirty bolshevik government that can't track me as a result.

Apple 🍏 ??? No sir, I would never own one of those - they're full of worms!

Yes, you have a nice day too officer!"

https://odysee.com/@RobBraxmanTech:6/applebackdoor:b0


Bradley D. Thornton reshared this.








"Ask Bill why the string in [MS-DOS] function 9 is terminated by a
dollar sign. Ask him, because he can't answer. Only I know that."

  • Dr. Gary Kildall.

https://httpstatusdogs.com/418-im-a-teapot








Yes, back when SNI first enabled us to move away from IP based VirtualHost containers in Apache to the Name Based VirtualHost where many websites shared a single IP address, there were some interesting issues, such as the default VirtualHost being displayed if you didn't also specify non RFC compliant hostnames as aliases.

For example, there was a trend at the time to ignore proper usage of hostnames, with "www" generally being used as the traditional defacto, default hostname for a host delivering HTTP. i.e.,(http://www.SLD.TLD).

Similarly, you would usually name your first FTP server "ftp", and the protocol was specified as "ftp", yielding ftp://ftp.SLD.TLD, and gopher would be gopher://hostname.SLD.TLD in the address bar of your browser. Other protocols followed that same "protocol://hostname.4LD.3LD.SLD.TLD format, these child zones being a very common practice in universities in the .EDU and .MIL TLDs, as well as the .UK, .FR, .AU, .US, and some other ccTLD's (Australia has recently dropped that whole requirement for .com.au and .net.au finally lol).

So, although it was merely convention to name your hosts after the services they were delivering, like "www, www2, www3, Etc.", or ftp, gopher, Etc., Those were only conventions and you could name them whatever you wanted.

But you weren't supposed to use the canonical domain name as the hostname!

Nevertheless, as the "web" became more ubiquitous and average users, oblivious to other protocols, began to ask the question, "why do I need to type in all those extra characters for www.ibm.com (like http://www3.ibm.com) instead of just ibm.com?", in conjunction with the popular trend of browsers defaulting to "http://" protocol (unless you manually specified another protocol), many providers started to accommodate those hosting customers by breaking with the RFCs and pointing DNS A RRs to "@" or "SLD.TLD" - the canonical domain name, akong with another A record for "hostname.SLD.TLD" (usually still using www for the first website).

Now, when you query a DNS server for a hostname, it returns an IP address, no problem so far. And with IP based hosting it really doesn't matter what you call your website in your Apache server's VirtualHost container - it's just going to return a web page for the server at that IP address, coz that's all it's being asked: "Do you have HTML to send me for the IP address on this HTTP server?", And then it sends the page - coz there's only one website per IP address!

But with HTTP 1.1 and SNI it's a compound question:

"Do you have HTML to send me for the IP address with the hostname of 'www.SLD.TLD' on this HTTP server?"

If yes, then serve the page. If not however, it gets a little weird. The default VirtualHost container is usually the first one defined in httpd.conf, so on many web servers that's the page that says - "It Works!" lolz.

So, in DNS you had to have two A Resource Records (RRs) one for say, 'www', and one for '@', or you could use a CNAME RR if you're one of those lame-o boneheads (bad form - don't use CNAME's!), AND... You also either need to specify two <Named VirtualHost> containers pointing to the same directory, or just one with an Alias directive.

NOTE: you 'could' point to two different directories, but in 99% of all cases, why the heck would you do that?

I dunno why, but maybe coz many hosting providers didn't understand how to write a DNS zonefile in BIND or maybe coz they didn't grasp that the browser was actually now asking for an actual hostname with it's request to the IP address that httpd was listening on, but this resulted in a lot of "no joy" when people neglected to type in the "www", resulting in delivery of either someone else's website or the comical "It Works!" page (ROFLMAOPMP).

Adding insult to injury, the opposite could be the case when leaving out the hostname and just typing in the domain into the address bar, depending on how httpd.conf was configured - many knowledgeable sysadmins resisted this the because it wasn't RFC compliant, but eventually (the customer's money is always right), most default websites today just serve the canonical domain name as the main (or maybe even the only) hostname in a VirtualHost container in Apache with an alias to the 'www' hostname (or server block on Nginx.

As a little epilog, that came back to bite hosting providers, and moreso, their customers, in the last decade or so when the evil Cloudflare and ever popular WordPress came into prominence - To enforce their predatory vendor lock-in practices, Cloudflare offered free CDN services to people with websites... But only for one hostname per domain, AND, that hostname HAD TO BE "www", lolz...

Well, after a couple of decades of dumbing down the user and people setting the main name of their WordPress sites to, "SLD.TLD", this would cause, in the best scenario, to have their websites served to most people without the (so-called) benefit of Cloudflare's CDN... Unless you could retrain every user on the entire planet to type in the actual hostname (www), OR... pay Cloudflare lolz.... 🤘🤡🤘

Well my friend, That's all I've got right now, I hope you found that a bit amusing in a sort of nostalgic kinda way.

#tallship #ramblings #lamentations #humor #geek porn #BOFH #comedy

.









P.S. One last thing - try not to worry about what bacula does if your
clock somehow goes wrong and decides that it is 2037. Or 1970. Or last
week. 😀
- Graham Keeling

(Date: Wed, 12 Jan 2011 17:41:42 +0000)

tallship reshared this.



The creator of DOS

"IBM wanted CP/M prompts. It made me throw up."

— Tim Paterson





I was asked to Interview at #JPL once for an immediate need contract to address some infrastucture issues back in the NT 4.0 days.

The interview itself went well between me and three staff members, and at the end they gave me a quick tour of the facilities and team members I would be managing.

I figured I would be receiving a call and offer letter in the next day or two, but before I left, they led me to a room with some workstations and asked me to take a test.

I declined.

Less than a month later, two of those interviewers in the group were among the students attending a Core Technologies class I was teaching in the #MCSE program.

"When you boil the water, you really should just make the damn coffee."
  • me -
#tallship #interviews #testing #certifications You no can haz #Cheezburgerz! 🍔 #nimrods



.

reshared this









Testing...


Testing *testing* _testing_ **testing** __testing__ `testing` ... Tested.









Time to build another musical practice tool


It's Sunday and it's snowing big time out there. Time to build another musical practice tool. This time with https://metacpan.org/dist/Data-Dataset-ChordProgressions and friends. #perl #music

Gene Boggs reshared this.



MIDI-Perl Tabla drums


I finally found the tabla soundfont at https://gleitz.github.io/midi-js-soundfonts/ - So naturally I tried to imitate a tabla player! Here's the code: https://github.com/ology/Music/blob/master/tabla and here are the 1st couple runs, in decreasing order of schizophrenia: https://ology.net/tmp/tabla/tabla-01.mp3 & https://ology.net/tmp/tabla/tabla-02.mp3 & https://ology.net/tmp/tabla/tabla-03.mp3 - All are painfully feeble compared to real tabla payers! 😁 #music #perl


Bird's Mohawk in MIDI-Perl


Just finished up adding a bit more functionality to my MIDI bassline generator https://metacpan.org/dist/MIDI-Bassline-Walk - It isn't the best bassist by a long shot. But here is a version of Bird's https://github.com/ology/Music/blob/master/mohawk => https://ology.net/tmp/from-midi/mohawk.mp3 #perl #music

Gene Boggs reshared this.