• 0 Posts
  • 19 Comments
Joined 28 days ago
cake
Cake day: August 21st, 2024

help-circle




  • lime!@feddit.nutoProgrammer Humor@lemmy.mlAI's take on XML
    link
    fedilink
    English
    arrow-up
    14
    ·
    edit-2
    10 days ago

    the spec is 10 chapters. everything is unquoted by default, so parsers must be able to guess the data type of every value, and will silently convert them if they are, but leave them alone otherwise. there are 63 possible combinations of string type. “no” and “on” are both valid booleans. it supports sexagesimal numbers for some reason, using the colon as a separator just like for objects. other things of this nature.













  • lime!@feddit.nutoMemes@lemmy.mlThe pot is warmer
    link
    fedilink
    English
    arrow-up
    122
    arrow-down
    2
    ·
    19 days ago

    i learned recently that this is a false premise; the frogs will get out when the water gets too warm for them. which imo makes its proliferation even more apt; it makes sense that they would, but we’ve so used to the narrative that we keep this factoid going without questioning it.



  • i fixed an old mod i published on steam years ago.

    i randomly got a ping on a workshop item for tabletop simulator that i hadn’t touched in aaages. in 2019, someone in my friend group had the idea to replicate the TechDif “Two of these people are lying” format, so i hacked together writeable and shuffleable note cards we could use to play online. a week or so ago i got a ping on that item, it was someone asking if they could ask me a question (never ask to ask, kids). this made me realize that it had hundreds of downloads, which made me a bit self-conscious about the code. looking at the other comments, i found some years old feature requests which i stayed up all night implementing.

    the most interesting part (or gross, depending on your pov) was the request to make a card read-only. there’s no way to mark a text entry box as read-only, but i found out that they are only interactable on one side. so i added a toggle that rotates the text box so the back side faces up, and sets the scale to -1 which mirrors the whole thing.