AmericanEconomicThinkTank

International NGO Creating a better world one day at a time.

Find us: Our Website Bluesky Mastodon

  • 0 Posts
  • 15 Comments
Joined 10 days ago
cake
Cake day: September 22nd, 2025

help-circle
  • If that’s what you’re facing, maybe try thinking of it like you’re trying to get to know them a little. If you start talking about say, your recent effort to make sambal oelek for use in say noodles, asking if they’re familiar with the name, talk about how it has some origin in French cooking from the colonial period, add some info about how you like to use it etc.

    Like if I’m ordering food, I’ll always go for the full pronunciation, then maybe follow up with the server or whoever asking if it’s the dish with this or that main focus.

    I also love having fun with themed dinner parties with friends and the such, give full presentation on the pronunciation, it’s history in different areas that make it slightly different, give everyone a copy of the recipe (minus a few key but subtle ingredients lol) in both the original language and English.

    All in all I say just try to make it a chance to be enjoyed one way or another and it doesn’t take long to get your confidence flowing lol. I totally empathize, I used to be absolutely mortified about the same thing, still do sometimes, just less so these days.


  • I would say absolutely in the general sense nost people, and the salesmen, frame them in.

    When I was invited to assist with the GDC development, I got a chance to partner with a few AI developers and see the development process firsthand, try my hand at it myself, and get my hands on a few low parameter models for my own personal use. It’s really interesting just how capable some models are in their specific use-cases. However, even high param. models easily become useless at the drop of a hat.

    I found the best case, one that’s rarely done mind you, is integrate the model into a program that has the ability to call a known database. With a properly trained model to format output in both natural language and use a given database for context calls, and concrete information, the qualitative performance leaps ahead by bounds. Problem is, that requires so much customization it pretty much ends up being something a capable hobbyist would do, it’s just not economically sound for a business to adopt.





  • So I’m going to toot my own horn here lmao but personally? Mine lol. Sure, technically doesn’t precisely fit the bill for 20 years, given it’s changed domains, content and the such while I was ironing out my interests in life and future expectations.

    But I’ve had variations of the site for different projects, purposes, employment needs, and more recently the whole starting my own organization thing lol. All in all however, I’d compare it to those 3 generation soups that are a big selling point in family shops throughout the Asiatic, sure nothing of the original exists per se, but the spirit is there.

    I do have such a soft spot for the old ascii and plaintext site design, I’ve never really left the scheme since I first learned html. To me, the more basic a site has made it’s web design the more likely I am to trust it. Something about corporate web design just never sits right with me.







  • Nope, language models by inherent nature, xannot be used to calculate. Sure theoretically you could have input parsed, with proper training, to find specific variables, input those to a database and have that data mathematically transformed back into language data.

    No LLMs do actual math, they only produce the most likely output to a given input based on trained data. If I input: What is 1 plus 1?

    Then given the model, most likely has trained repetition on an answer to follow that being 1 + 1 = 2, that will be the output. If it was trained on data that was 1 + 1 = 5, then that would be the output.