Posts
21132
Following
432
Followers
797
25. θΔδ*& *NIX Developer.Average Paw Enjoyer. ♿ HSD

pfp by https://www.furaffinity.net/user/wuta-tumaki

lotte adds rac- to words a lot but it doesn’t alter meaning

NSFW posts are not for minors (they will be blocked on sight).

Opinions expressed in this profile are representative of those of your employer.

“u are my favorite therianizing biohazard” — @sodiboo@gaysex.cloud
“you know, maybe i will finally learn to read the content warning before clicking 'view' [—] thanks for this lesson @charlotte” — @ariadne@social.treehouse.systems
re: transphobia
Show content
@eri
pissing and shitting your pants unlocks fun new dialog options
0
0
0
@EeveeEuphoria
bite bad manufactures with violent intent
0
0
1
@joepie91 @maya
anyways i personally think we need *both* active and passive cooling options

alter building code to require blinds on large windows, and to have a place to install air conditioners
0
0
1
@joepie91 @maya
honestly probably

there was this whole heating law fiasco in germany where the fdp pushed hard to keep it "technology open" which basically completely invalidated the law by allowing combustion based heaters if it supports renewable fuels too

so hybrid natural gas+hydrogen furnaces that will only ever see natural gas.

and one of the arguments they used was that heat pumps were "too disruptive" to install or something. anyways those same fdp politicians then got acs installed, naturally
1
0
0

Charlotte lotteheartplural/Cinny cinny_heart_plural thetadelta ursaminor treblesand

looking at a message from earlier and

pupdated

PUPPY QUIRK????

2
0
2

Charlotte lotteheartplural/Cinny cinny_heart_plural thetadelta ursaminor treblesand

RDF was invented by Big WWW to make harder to understand, more complex formats

1
2
4

@ShadowJonathan @kopper that’s like broadly the disconnect i find with this entire sphere

sure it is marked up in a manner that a machine can parse. but it can’t interpret it without a human telling it what to do. now you moved the problem one step back for no reason

which is also my issue with HATEOAS (REST maturity level 4). hypertext is Useful for sentient creatures. not for machines. for machines you have to write code to hook up a REST API anyways. at which point you can specify “Oh you can access the second page of results by requesting the same API endpoint but with an &after= property set to the last element in the results” instead of Having A Link in the response for no particularly good reason

1
0
2

@ShadowJonathan @kopper i don’t think there is much difference for a program between a “displayName” property and a “https://schema.org/Person#name” property. you still have to hook it up into your application logic manually unless you are showing a property dump or sth

2
0
1

@ShadowJonathan @kopper they are IRIs though and not URLs

unlike URLs they do not locate resources, just identify them

unlike URIs they support unicode characters

1
0
1

@ShadowJonathan @kopper like you still have a schema that you still need to explicitly write code for. which is no better than having it in a format that is extensible but not massively overcomplicated for no good reason

1
0
1

@ShadowJonathan @kopper even if it was possible to fetch the schema in run time in some way, your application, unless it’s hooked up into an LLM i suppose, cannot make use of the data unless you very explicitly write code for handling it

which is also why i think the semantic web is mainly just inventing a problem to solve

2
0
4

@ShadowJonathan @kopper the schema IRIs are also not usually fetchable URLs

you might be able to fetch them and they might lead somewhere but they also often don’t contain schema definitions in a readable format

2
0
3

@ShadowJonathan @kopper I don’t think for practical applications that it’s possible to not hard code a schema

1
0
5

@kopper @ShadowJonathan although actually remove the whole @type thing when the schema says it’s a specific type

{
  "@type": "https://www.w3.org/ns/activitystreams#Create",
  "https://www.w3.org/ns/activitystreams#actor": {
    "@id": "acct:sally@example.org",
    "@type": "https://www.w3.org/ns/activitystreams#Person",
    "https://www.w3.org/ns/activitystreams#name": "Sally"
  },
  "https://www.w3.org/ns/activitystreams#object": {
    "@type": "https://www.w3.org/ns/activitystreams#Note",
    "https://www.w3.org/ns/activitystreams#content": "This is a simple note"
  },
  "https://www.w3.org/ns/activitystreams#published": "2015-01-25T12:34:56Z"
}
1
0
2

@kopper @ShadowJonathan yeah

basically instead of

{
  "@context": "https://www.w3.org/ns/activitystreams",
  "@type": "Create",
  "actor": {
    "@type": "Person",
    "@id": "acct:sally@example.org",
    "name": "Sally"
  },
  "object": {
    "@type": "Note",
    "content": "This is a simple note"
  },
  "published": "2015-01-25T12:34:56Z"
}

it’s

{
  "@type": "https://www.w3.org/ns/activitystreams#Create",
  "https://www.w3.org/ns/activitystreams#actor": {
    "@id": "acct:sally@example.org",
    "@type": "https://www.w3.org/ns/activitystreams#Person",
    "https://www.w3.org/ns/activitystreams#name": "Sally"
  },
  "https://www.w3.org/ns/activitystreams#object": {
    "@type": "https://www.w3.org/ns/activitystreams#Note",
    "https://www.w3.org/ns/activitystreams#content": "This is a simple note"
  },
  "https://www.w3.org/ns/activitystreams#published": {
    "@type": "http://www.w3.org/2001/XMLSchema#dateTime",
    "@value": "2015-01-25T12:34:56Z"
  }
}
1
0
2

Charlotte lotteheartplural/Cinny cinny_heart_plural thetadelta ursaminor treblesand

Edited 4 days ago

@ShadowJonathan @kopper (so like basically json-ld should exclusively be the compacted form and the @context be abolished. mastodon federation protocol™ messages are not that)

0
0
1

@ShadowJonathan @kopper in an ideal world json-ld would have leaned into this a lot more and went like

“Oh what if we named the object keys after the IRI of their definition” which they Did Not Do. instead you get a gigantic mess

2
0
5
Show older