• Activity
  • Votes
  • Comments
  • New
  • All activity
    1. Tildes Minecraft Survival

      New Thread Server host: tildes.nore.gg (Running Java 1.21.1) Bluemap: https://tildes.nore.gg Playtime Tracker: https://tildes.nore.gg/playtimes.html Tildes website extension (shows online status &...

      New Thread


      Server host: tildes.nore.gg (Running Java 1.21.1)
      Bluemap: https://tildes.nore.gg
      Playtime Tracker: https://tildes.nore.gg/playtimes.html
      Tildes website extension (shows online status & location): Firefox (Desktop and Android) - Chrome
      Verification site: https://verify.tildes.nore.gg
      Patreon: https://www.patreon.com/TildesMC

      Plugins and Data Packs Data Packs:
      • Terralith - Overworld terrain upgrade
      • Nullscape - End terrain upgrade
      • Armor Statues [Vanilla Tweaks]
      • Bat Membranes [Vanilla Tweaks]
      • Cauldron Concrete [Vanilla Tweaks]
      • Husks Drop Sand [Vanilla Tweaks]
      • Mini Blocks [Vanilla Tweaks]
      • More Mob Heads [Vanilla Tweaks]
      • Player Head Drops [Vanilla Tweaks]
      • Silence Mobs [Vanilla Tweaks]
      • Wandering Trades [Vanilla Tweaks]

      Plugins:

      • Bluemap - Adds a live 3D web map
      • Clickable Links - Makes http URLs in chat clickable (only for registered players)
      • CoreProtect - Records all block/container/mob changes (Anyone can look up changes with /co inspect)
      • EasyArmorStands - GUI for editing armor stands
      • Hexnicks - Enables Tildes usernames to be displayed
      • LuckPerms - Locks down unregistered users
      • Nerfstick - Allows survival use of the minecraft:debug_stick item (requires admin to spawn in)
      • Rapid Leaf Decay - Increases the speed of leaf decay by 10x
      • WorldEdit - Used for occasional admin stuff
      • WorldGuard - Prevents unregistered users from changing anything in the world

      The server operates on a soft whitelist. Anyone can log in and walk around, but you need a Tildes account to gain build access.


      New Thread

      22 votes
    2. Fitness Weekly Discussion

      What have you been doing lately for your own fitness? Try out any new programs or exercises? Have any questions for others about your training? Want to vent about poor behavior in the gym? Started...

      What have you been doing lately for your own fitness? Try out any new programs or exercises? Have any questions for others about your training? Want to vent about poor behavior in the gym? Started a new diet or have a new recipe you want to share? Anything else health and wellness related?

      8 votes
    3. Save Point: A game deal roundup for the week of February 16

      Add awesome game deals to this topic as they come up over the course of the week! Alternately, ask about a given game deal if you want the community’s opinions: e.g. “What games from this bundle...

      Add awesome game deals to this topic as they come up over the course of the week!

      Alternately, ask about a given game deal if you want the community’s opinions: e.g. “What games from this bundle are most worth my attention?”

      Rules:

      • No grey market sales
      • No affiliate links

      If posting a sale, it is strongly encouraged that you share why you think the available game/games are worthwhile.


      All previous Save Point topics

      If you don’t want to see threads in this series, add save point to your personal tag filters.

      13 votes
    4. Funny output from Claude.ai: a codeblock in a question about an early rennaissance theological work

      I asked Claude for references to some ideas the ai had output earlier about a 16th century cardinal (Sadoleto). It's response was, Let me analyze the letter, and then this: async function...

      I asked Claude for references to some ideas the ai had output earlier about a 16th century cardinal (Sadoleto). It's response was, Let me analyze the letter, and then this:

      async function searchForSadoletoLetter() {
        try {
          const files = ['sadoleto_letter.txt', 'sadoleto.txt', 'sadoleto_to_geneva.txt', 'letter_to_geneva.txt'];
          
          for (const filename of files) {
            try {
              const content = await window.fs.readFile(filename, { encoding: 'utf8' });
              console.log(`Found file: ${filename}`);
              console.log("First 500 characters:");
              console.log(content.substring(0, 500));
              return content;
            } catch (err) {
              // File not found, try the next one
            }
          }
          console.log("Could not find any files containing Sadoleto's letter");
          return null;
        } catch (err) {
          console.error("Error searching for files:", err);
          return null;
        }
      }
      
      const content = await searchForSadoletoLetter();
      
      // Since we don't have the letter available as a file, let's search for published versions online
      console.log("The letter isn't available as a file. We would need to rely on scholarly knowledge about Sadoleto's letter to Geneva (1539).");
      console.log("Sadoleto's letter was published in 'A Reformation Debate: Sadoleto's Letter to the Genevans and Calvin's Reply' (ed. John C. Olin).");
      

      This strikes me as odd? Did Claude write a script to generate its own response? Have coders put something like this in as a gaurdrail?

      edit: details about earlier convo

      15 votes
    5. Anyone using Meshtastic/LoRA radio?

      Just wondering if any other tildan electronics/radio hobbyists are playing around with Meshtastic. I got my first two nodes (right under the wire before the tariffs!) and set them up last weekend....

      Just wondering if any other tildan electronics/radio hobbyists are playing around with Meshtastic. I got my first two nodes (right under the wire before the tariffs!) and set them up last weekend.

      I got my first response today on the public channel from someone else a couple hops away and it honestly feels like 1993 again with that "can anyone read this?"-vibe the first time I posted on a BBS. The more I see how the internet becomes hostile to humans, the more I think something "human community-based" like this is the inevitable future.

      Is anyone else on the Mesh yet? Are there a lot of nodes in your community? What do you think Meshtastic will amount to?

      24 votes
    6. How does one learn how to learn?

      I'm quite a few years out of highschool, and recently went back to school. I'm enjoying the environment (weekends and sometimes online), which was one of my biggest worries, because I tried doing...

      I'm quite a few years out of highschool, and recently went back to school.

      I'm enjoying the environment (weekends and sometimes online), which was one of my biggest worries, because I tried doing more school right after high-school and it did my head in.

      However, I'm struggling with actually learning the more dry stuff. For a few of the courses there's stuff to calculate, there's problems to solve and such, and I can get that to stick and not dread doing it.

      That is not the case with the very dry legal things... how do I learn stuff like that? Any tips? Because right now I'm looking at basically trying to brute-force it by hoping to be lucky and re-re-re-reading the entire book hoping the right stuff sticks for the exam.

      23 votes
    7. Have you altered the way you write to avoid being perceived as AI?

      I recently had an unpleasant experience. Something I wrote fully and without AI generation of any kind was perceived, and accused of, having been produced by AI. Because I wanted to get everything...

      I recently had an unpleasant experience. Something I wrote fully and without AI generation of any kind was perceived, and accused of, having been produced by AI. Because I wanted to get everything right, in that circumstance, I wrote in my "cold and precise" mode, which admittedly can sound robotic. However, my writing was pointed, perhaps even a little hostile, with a clear point of view. Not the kind of text AI generally produces. After the experience, I started to think of ways to write less like an AI -- which, paradoxically, means forcing my very organic self into adopting "human-like" language I don't necessarily care for. That made me think that AI is probably changing the way a lot of people write, perhaps in subtle ways. Have you noticed this happening with you or those around you?

      30 votes
    8. Installing an aftermarket radio in a old car

      My partner has a old 2003 Ford Focus and I want to change the radio from stock to something that has bluetooth. Here's my understanding on aftermarket radio: Every car is different, depends on the...

      My partner has a old 2003 Ford Focus and I want to change the radio from stock to something that has bluetooth.
      Here's my understanding on aftermarket radio:

      • Every car is different, depends on the dashboard and the radio harness thing
      • Finding out what what radio to buy/how to fit it is usually done by finding old YouTube videos from someone with 100 followers from 2008
      • Sometimes it can be really easy and sometimes it can be really annoying to fit

      Is my understanding correct?
      I've tried this before with another car I had (a 2009 Mitsubishu Lancer) and it was such a nightmare I gave up. So I want to double check with any car nerds that I'm not missing anything obvious or there's no source of truth or something to go checkout/learn.

      Any help would be appreciated, otherwise I'm going to go and find some 180p videos from 2008 to watch.

      Edit @smithsonian, @Weldawadyathink, @scottc
      Thabks for your replies, the site looks great for what I'm looking for. I'm not US but they do ship internationally. Plus it will at least help me work out what parts I might need!
      Glad something like this exists, thank god.

      10 votes
    9. Need some career advice, potentially pivoting from a family business of manufacturing to starting afresh in another country

      I have a bit of a curveball for the kind folks of tildes. I have a fairly successful, flourishing and comfortable business of manufacturing-export in India which I handle with my dad. I handle...

      I have a bit of a curveball for the kind folks of tildes. I have a fairly successful, flourishing and comfortable business of manufacturing-export in India which I handle with my dad.

      I handle communication with customers, some documentation work like invoicing, the wages for the workers (we employ a 150 people). I also handle the manufacturing schedule, the quality team and the product development along with planning for material.

      It is a fairly technical line of business ;processes range from press stamping, welding, milling, drilling, turning, hot forging, polishing, chrome plating, zinc plating, powdercoating etc.

      Alot of my work is just looking over what my team does and just guiding them, motivating them and making sure they are taken care of.

      I have worked hard to reduce the Labour turnover and uplift my workforce financially. It's a big family, albeit with hiccups from time to time.

      But I have learned from mistakes and kept on improving.

      Now on to the advice bit. I got married and my partner moved from the UK to be with me. We discussed all the challenges and thought we could make it work.

      But it has been extremely difficult for her to move here. Quitting her job, leaving her family and not being able to settle here is affecting her mentally.

      Seeing the state of the country she doesn't want to raise our kids here. Which I wouldn't mind either, but it will be extremely difficult for me to start afresh in another country.

      The business is very hands on, and I'm not sure I can handle it remotely even if I find someone to handle the supervisors. Training someone alone for that role will take a lot of time, trial and error.

      To find someone who will care for the work and put in the effort will want a good amount of money, and finding someone you can trust in itself is a challenge for a small business.

      30% of my revenue goes into salaries, rent and electricity. About 40 to 50%% into material and maintenance, not to mention unanticipated expenses like bribes. So there isn't a lot of margin to experiment with big hirings anyways.

      A big reason for our profitability is because we're quite lean.

      Winding up the business would also be difficult. It would take a few years to do, it would be difficult emotionally for my parents and me. I know the amount of work my dad put into it.

      They will want my happiness so it's not impossible to do. They could live their retirement years on rental income and me taking care of them.

      The final challenge would be finding a job in UK or Europe (wherever we move). I'm not sure how employable I will be in a corporate environment. I don't have any other work experience other than an internship in Toyota in supply chain during my mba days (I have an economics background with an mba in marketing)

      I know ultimately only I myself can figure this out. But I just needed a sounding board and just share as much as I could.

      If anyone read this far ahead, thanks for taking out the time, really appreciate it.

      16 votes
    10. Help finding shoes

      I tend to buy 1 pair of shoes that are my "go to" shoes. Thus i like them to cover a variety of roles while fitting a few requirements. These are worn basically every day barring literal special...

      I tend to buy 1 pair of shoes that are my "go to" shoes. Thus i like them to cover a variety of roles while fitting a few requirements. These are worn basically every day barring literal special occasions. I'll wear them to work, disc golf, a walk, a light hike, anything less than the fanciest of dinners or occasions, and can get away with them if I have to even for those. Oh and while I find it matters less these days, i'm an 11-12 foot size which tends to limit my options in physical sores.

      I like slip ons at this point, both as an aesthetic and from a practicality standpoint, and due to my "do it all" requirement generally want something that is comfy, looks half decent, is in black, but also has decent grip on the bottom.

      I've currently burnt through my keen slip on's. I got these almost exactly a year ago in black, and they've been "good enough" for $60-75.

      That said I'm not in love with them, and I'd also like a dress shoeish equivalent like these rockports . However i've heard they're garbage, especially for the price.

      I'm throwing this on here because I'm not against spending more for better quality shoes, but I've spent 2 or 3 times as much as the keens, and gotten very similar results. Hell i'd LOVE if I could just take them to a cobbler to get them fixed every X years, but seems that's really only a thing for heavy duty work boots at this point (which led me down a rabbit hole of looking for a specific kind of redwings, but those also were no longer being made)

      Merrell went from quite good many years ago to just garbage that didn't even make it 6 months, and on the other side of the coin I found some Lowa "snow shoes" that fit my requirements and lasted I think 2-3 years, but were no longer being sold by the time I needed new ones.

      Does anyone have some suggestions, or am I just better off getting the cheapest thing that I like the look of because they're mostly all going to be burnt through? Even then, any suggestions on half decent brands?

      15 votes
    11. Midweek Movie Free Talk

      Warning: this post may contain spoilers

      Have you watched any movies recently you want to discuss? Any films you want to recommend or are hyped about? Feel free to discuss anything here.

      Please just try to provide fair warning of spoilers if you can.

      6 votes
    12. Blogs: Show your own writing and good posts you have found recently

      I think we can do this once again. The last one went okay and there has been some other recent threads on blogging and the state of the internet and sharing good blog posts we have found is a good...

      I think we can do this once again. The last one went okay and there has been some other recent threads on blogging and the state of the internet and sharing good blog posts we have found is a good alternative.

      So please share links to both your own recent blog posts and interesting posts you may have read recently.

      9 votes
    13. What have you been watching / reading this week? (Anime/Manga)

      What have you been watching and reading this week? You don't need to give us a whole essay if you don't want to, but please write something! Feel free to talk about something you saw that was...

      What have you been watching and reading this week? You don't need to give us a whole essay if you don't want to, but please write something! Feel free to talk about something you saw that was cool, something that was bad, ask for recommendations, or anything else you can think of.

      If you want to, feel free to find the thing you're talking about and link to its pages on Anilist, MAL, or any other database you use!

      12 votes
    14. What have you been watching / reading this week? (Anime/Manga)

      What have you been watching and reading this week? You don't need to give us a whole essay if you don't want to, but please write something! Feel free to talk about something you saw that was...

      What have you been watching and reading this week? You don't need to give us a whole essay if you don't want to, but please write something! Feel free to talk about something you saw that was cool, something that was bad, ask for recommendations, or anything else you can think of.

      If you want to, feel free to find the thing you're talking about and link to its pages on Anilist, MAL, or any other database you use!

      9 votes