home.social

Search

818 results for “coreforge”

  1. Our article (with @VincentLabatut and Richard Dufour) titled "The Role of Natural Language Processing Tasks in Automatic Literary Character Network Construction" just got accepted into . In the paper, we analyze the importance of named entity recognition and coreference resolution on the quality of character networks automatically extracted by a NLP pipeline (in that case, Renard). We also evaluate baseline LLM-based pipelines. Preprint coming soon!

  2. Buenas! He lanzado un canal de telegram para mis proyectos (Eternal Food, Good Recipes y Panda HUD). Para el que le interese o para el que quiera apoyar, este es:

    t.me/JotaPStudios

    En él, publicaré las novedades y demás cosillas. Si hay gente interesada, está en mente abrir un chat de soporte. Gracias :gaming_heart: :gaming_heart:

    #minecraft #minecraftmod #eternalfood #goodrecipes #pandahud #curseforge #modrinth #forge #fabric #neoforge #neoforged #telegram

  3. Buenas! He lanzado un canal de telegram para mis proyectos (Eternal Food, Good Recipes y Panda HUD). Para el que le interese o para el que quiera apoyar, este es:

    t.me/JotaPStudios

    En él, publicaré las novedades y demás cosillas. Si hay gente interesada, está en mente abrir un chat de soporte. Gracias :gaming_heart: :gaming_heart:

    #minecraft #minecraftmod #eternalfood #goodrecipes #pandahud #curseforge #modrinth #forge #fabric #neoforge #neoforged #telegram

  4. Подборка контента по алгоритмам с 4 лет до бесконечности

    Алгоритмы — они повсюду. Помните, грызли структуры данных в первую сессию? Или открывали лекции по ИТ и видели, что программирование начинается не с реальных жизненных задач. Алгорсы — штука крайне полезная. Это быстрый легальный источник дофамина, сравнимый с прохождением хардкорной игры типа Dark Souls. Я 6 лет преподаю ИТ-дисциплины детям, студентам и очень взрослым коллегам. В статье поделюсь, на каких сайты взбадриваюсь задачами, и как я вижу идеальный план развития алгоритмического мышления (ну вдруг вы растите дома айтишника или преподаёте сами).

    habr.com/ru/companies/alfa/art

    #алгоритмы #алгоритмическое_мышление #поступление_в_вуз #обучение_робототехнике #основы_программирования #курсы_для_детей #codeforces #lego_mindstorms #алгоритмические_задачи #подготовка_к_егэ

  5. A thick section in both transmitted light (crossed polarizers) & reflected light. It shows the results of an experiment at mantle conditions to equilibrate the microstructure of olivine grains (colorful) and iron-nickel-sulfur melt (bronze colored, unmixed on solidification). The sulfide melt largely forms pockets at grain corners, and does not interconnect along grain edges. This melt can not easily separate from the silicate.

  6. A thick section in both transmitted light (crossed polarizers) & reflected light. It shows the results of an experiment at mantle conditions to equilibrate the microstructure of olivine grains (colorful) and iron-nickel-sulfur melt (bronze colored, unmixed on solidification). The sulfide melt largely forms pockets at grain corners, and does not interconnect along grain edges. This melt can not easily separate from the silicate.
    #ThinSectionThursday #Mantle #ExperimentalPetrology #CoreFormation

  7. A thick section in both transmitted light (crossed polarizers) & reflected light. It shows the results of an experiment at mantle conditions to equilibrate the microstructure of olivine grains (colorful) and iron-nickel-sulfur melt (bronze colored, unmixed on solidification). The sulfide melt largely forms pockets at grain corners, and does not interconnect along grain edges. This melt can not easily separate from the silicate.
    #ThinSectionThursday #Mantle #ExperimentalPetrology #CoreFormation

  8. A thick section in both transmitted light (crossed polarizers) & reflected light. It shows the results of an experiment at mantle conditions to equilibrate the microstructure of olivine grains (colorful) and iron-nickel-sulfur melt (bronze colored, unmixed on solidification). The sulfide melt largely forms pockets at grain corners, and does not interconnect along grain edges. This melt can not easily separate from the silicate.
    #ThinSectionThursday #Mantle #ExperimentalPetrology #CoreFormation

  9. I may not need Windows again...ever. I was only using it at home for games but today I looked in to running modded Minecraft via CurseForge and that was extremely stable. I did have to tweak a couple of mouse settings on macOS and inside Minecraft, but those were easy. The experience felt practically the same in my short test.

    I found the macOS app Whisky, got that installed via homebrew, installed Steam, got logged in, and downloaded Gunfire Reborn. A quick loading screen later and it looks like that's also running very well at 60 FPS.

    The next game to try will be Satisfactory. If that works well, I'm copying my save files over and unplugging my Windows PC.

    As an added bonus, my Mac is about 10 years newer than my gaming PC so everything is that much faster. Especially loading screens. I was thinking of building a new Windows 11 PC but now I don't need to. I can also completely avoid Microsoft Recall.

    I did upgrade the graphics card to a 2070 Super, back in 2019. I certainly got my use out of that computer, but have no interest in running Windows desktop anymore.

    #gaming #gamingonmac #gameportingtoolkit #whiskymac #windows #satisfactory #minecraft #gunfirereborn

  10. i've played a fair few Minecraft modpacks over the years, so now i've finally lost my mind and started working on my own this week

    it's extremely WIP and not at all set up yet for Curseforge or Modrinth or any MC launcher, but the modlist and configurations can be found here gitlab.com/zelikos/zelitechmc

    #Minecraft #Modpack

  11. Nooooo this is annoying. I maintain a #StardewValley mod manager for myself/household which besides maintaining mods/modpacks, supports installing/dynamically updating the latest #SMAPI version which it fetches from #GitHub. No longer possible though because (not immediately at least) SMAPI no longer publish their releases on GH due to size constraints, and are now only available from #NexusMods or #CurseForge - both of which I don't think has a static download link, esp not one that could be dynamically determined whether its the latest version. I'll prolly have to include the installer manually now in my project, like I do mods.

    Update: yeah certainly not possible. Previously on GH it was easy to script by just checking what the latest version is (through the GH releases' API), then use it in the consistent download link which varies only from the release's tag/version.

    From my checking, CurseForge is a bit better than NexusMods in 2 ways for this purpose - one, it does not require an account to download files (Nexus does), and two, the download link is static (Nexus only generates temporary download links I believe). However, it's not that it's usable either without manual intervention, since the variable in the download link isn't the file's tag/version but just an incremental unique number that's ofc, impossible (or rather, pointless) to track.

    I guess my options are either to bundle the SMAPI installer into my mods manager, or hardcode the variable part of the link to download SMAPI from CurseForge. I guess the latter's slightly better from a space saving perspective.

    🔗 https://github.com/Pathoschild/SMAPI/releases/tag/4.0.0