• Every company experiences fluctuations, and for Tesla, this latest earnings report is a wake-up call. However, it could also serve as a catalyst, driving the company to refine its strategies and strengthen its market position. Despite the current setback, Tesla’s commitment to innovation and sustainable energy solutions positions it well to navigate these challenges.

    As always, only time will tell how Tesla will respond. They’ve surprised us before, and they might just do it again. Keep an eye on their journey—there’s surely more to come.

  • # New AI executive order: AI must agree on the administrations views on sex, race, cant mention what they deem to be critical race theory, unconscious bias, intersectionality, systemic racism or “transgenderism”.

  • Hey everyone,

    I am in the early stages of building a new, large-scale sci-fi gaming universe. We’re passionate about players having true ownership of their assets and history within the game.

    I’ve reached a fundamental decision point and would love to get the community’s gut feeling on it. There are two main paths we can take for the underlying technology, and each has big implications.

    Path A: The Custom Blockchain (A new L1)
    This means we build our own blockchain from the ground up, specifically for our game.
    The Vibe: Total independence. Everything from the tokenomics to the transaction speeds would be fine-tuned perfectly for our game’s economy and gameplay. It signals a massive, long-term commitment because we’re not just building a game, we’re building its entire home.
    The Risk: It’s a huge undertaking. Security has to be built from scratch, and in the beginning, it would be an isolated ecosystem.

    Path B: Building on Ethereum (As an App-Chain/L2)
    This means we use established technology to create our own dedicated chain that plugs directly into Ethereum for security.
    The Vibe: Part of a larger, secure nation. We get the legendary security of Ethereum from day one, and it’s easier to connect with the wider world of crypto assets and users. We can focus all our resources on making the game itself amazing.
    The Risk: We don’t have 100% total control; we’re still building on someone else’s foundation. It might be seen as less ambitious by some.

    So, my question to you all is:
    As a player, which path gives you more confidence in a new project? Does the idea of a fully sovereign, game-specific chain excite you more, or does the safety and interconnectedness of Ethereum feel like a smarter, more secure bet for your time and assets?

    Really interested to hear your unfiltered thoughts. Thanks!

  • Not a trading strategy, but a buy and hold type of strategy such as the Permanent Portfolio. Gold ownership by the public was illegal in America until Jan. 1, 1975, but the gold price had been allowed to float from around 1969 until 1974, after being a fixed price by the government from 1934 to ~1968. The price increased a huge amount from ’69 to ’74, but I feel like it was just rising from its artificially fixed price to its market price during that time. Do you think the “illegal era” pre-1975 should be included in a backtest of a strategy including gold, such as the Permanent Portfolio? Or maybe substitute a precious metal that was legal to own pre-1975 such as silver?

  • Hey all,

    With the rise of AI in search (SGE, Gemini, ChatGPT, etc.), I’m wondering if we’re seeing a comeback for **semantic HTML** and **schema markup** like FAQ.

    A couple of questions:

    🔹 **FAQ schema**:

    * Is it worth adding FAQ schema again now, even though it’s not shown in search as much as before?
    * If I have several H2s that are phrased as questions (like in a blog post), should I:
    * Add FAQ schema for each of those?
    * Or keep a dedicated FAQ section at the bottom with schema?

    Would love to hear how you’re approaching this in 2025 and forward.

    🔹 **Semantic HTML (like** `<ul>`**,** `<ol>`**, etc.)**:

    * When structuring content (especially in WordPress or block editors), do you think using proper semantic tags like list elements is **still helpful**?
    * Do you think AI/LLMs rely on these tags to better “understand” content structure?

    Basically – does clean semantic HTML help Google or AI summarize or categorize content more accurately?

    Any insights or updated best practices would be great!

    Thanks 🙏

  • Hi all! I’m new here but not new to trading. I recently was given some old computers from work and started building a 5 node cluster server. I had the crazy thought to build a python script to trade for me and that’s how I ended up here. Before I get carried away building something from scratch, I was curious if there are tools like this already available that people value? Any home grown tools that people share?

  • Untitled Post
  • If you are like me, you are probably tired of the rote pedaling to the model selector drop down to pick a model, prompt that model and repeat that cycle over and over again. Well I wanted to solve this pesky problem for myself, so I figured i vibe code an extension, make it open source and share it with you all

    RouteGPT is a Chrome extension for ChatGPT plus users that automatically selects the right OpenAI model for your prompt based on preferences that you define.

    For example:

    1. “creative novel writing, story ideas, imaginative prose” → GPT-4o2.
    2. “critical analysis, deep insights, and market research ” → o3.
    3. etc

    Instead of switching models manually, RouteGPT handlesit for you via a [local 1.5B LLM running via ollama](https://huggingface.co/katanemo/Arch-Router-1.5B). The extension is available [here](https://chromewebstore.google.com/detail/routegpt/cbnfoohelfohplngdocidckbnbamghbf) Give it a try, leave me feedback – its absolutely free.

    P.S all the code can be found [here](https://github.com/katanemo/archgw/tree/main/demos/use_cases/chatgpt-preference-model-selector), and if you want to build this type of experience for your users who might be interacting with different models in your LLM-based applications, check out this[ open source](https://github.com/katanemo/archgw)
    project that offers APIs and hooks to make this easy for you.

    Upvote2Downvote0Go to comments