home.social

#nim — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #nim, aggregated by home.social.

fetched live
  1. New blog post “‘The road to ε₀: Shortlex order also orders sequences of numbers”

    In finite Nim, the nim-heaps are just ordinary finite numbers. In infinite Nim, they can be any finite _sequences_ of finite numbers, and if we use shortlex to order them, the game is still well-founded: It must always end eventually.

    The previously difficult-seeming number \( ω^ω \) is just revealed as the type of finite sequences of finite numbers, not so difficult at all!

    blog.plover.com/math/ordinals/

    #blog #blogPost #math #setTheory #nim

  2. From ClickFix to MaaS: Exposing a Modular Windows RAT and Its Admin Panel

    A new ClickFix campaign targets Windows users with a NodeJS-based infostealer delivered via malicious MSI installers. This highly adaptable remote access Trojan minimizes forensic footprints through dynamic capability loading, with core stealing modules and communication protocols delivered in-memory only after C2 connection. The malware routes gRPC streaming traffic over Tor network for persistent, masked bidirectional channels. An operational security failure exposed server-side admin panel protocol definitions, revealing a malware-as-a-service backend designed to manage multiple operators and automate cryptocurrency asset tracking. The modular architecture delivers malicious logic dynamically as strings executed in-memory, bypassing static signature detection while supporting full RAT functionality including shell command execution and wallet tracking.

    Pulse ID: 6a8592950ee0e8d05fc1bec9
    Pulse Link: otx.alienvault.com/pulse/6a859
    Pulse Author: AlienVault
    Created: 2026-08-19 11:25:09

    Be advised, this data is unverified and should be considered preliminary. Always do further verification.

    #CyberSecurity #InfoSec #InfoStealer #MaaS #Malware #MalwareAsAService #Nim #OTX #OpenThreatExchange #RAT #RPC #RemoteAccessTrojan #Trojan #Windows #bot #cryptocurrency #AlienVault

  3. Among all things, I've finally found time to finish my first and fun utility project in Nim language. It may not be perfect. But I enjoyed working on something new. 🫰🫰

    codeberg.org/bhaswanth/jot

    #nim #programming #technology #opensource

  4. Mirage Kitten targets Middle East and Africa region with new malware

    Mirage Kitten, an advanced persistent threat group also known as UNC1549, Smoke Sandstorm, and Nimbus Manticore, has been observed deploying a previously undocumented malware set targeting aerospace, aviation, defense, and telecommunications sectors across the Middle East and Africa. The toolset includes NightLedger, a Windows backdoor with reconnaissance, command execution, file operations, process discovery, and screenshot capture capabilities. Two custom WebSocket-based tunneling tools, ArcBridge and BridgeHead, enable covert network access and operator-controlled tunneling through victim networks. The group employs highly targeted spear-phishing campaigns, fake recruitment portals, and lookalike videoconferencing pages. Victims were identified in Egypt, Jordan, Tanzania, Pakistan, Ethiopia, and Burkina Faso. The malware demonstrates operational security through username-based execution checks and advanced proxy traversal capabilities.

    Pulse ID: 6a689c34d4df4bb1475d80c7
    Pulse Link: otx.alienvault.com/pulse/6a689
    Pulse Author: AlienVault
    Created: 2026-07-28 12:10:28

    Be advised, this data is unverified and should be considered preliminary. Always do further verification.

    #Africa #BackDoor #CyberSecurity #Edge #InfoSec #Malware #MiddleEast #Nim #OTX #OpenThreatExchange #Pakistan #Phishing #Proxy #RAT #SpearPhishing #Telecom #Telecommunication #Troll #UNC1549 #Windows #bot #AlienVault

  5. Ongoing PLC Exploitation Against Critical U.S. Infrastructure

    Multiple federal agencies have updated a joint advisory warning of active exploitation targeting programmable logic controllers (PLCs) in U.S. critical infrastructure. Attackers scan for internet-exposed industrial control systems and connect using legitimate engineering software with valid credentials, appearing as authorized technicians. Once inside, they alter controller logic and manipulate operator displays to hide anomalies. The campaign has expanded beyond Rockwell Automation to include Schneider Electric and Siemens equipment. Unlike a similar 2023 campaign that caused minimal disruption, this ongoing activity has resulted in confirmed operational disruption and financial losses. Targeted sectors include government facilities, water systems, and energy infrastructure. The exploitation leverages architectural weaknesses rather than software vulnerabilities, with attackers accessing systems through ports 22, 102, 502, 2222, and 44818.

    Pulse ID: 6a635bdde06bc9c9945e6c19
    Pulse Link: otx.alienvault.com/pulse/6a635
    Pulse Author: AlienVault
    Created: 2026-07-24 12:34:37

    Be advised, this data is unverified and should be considered preliminary. Always do further verification.

    #CyberSecurity #Government #IndustrialControlSystems #InfoSec #Nim #OTX #OpenThreatExchange #RAT #Troll #bot #AlienVault

  6. We again welcome Lothar Jöckel to the YottaDB blog, with his second guest post, based on a talk he gave at about his software, . Modern web development is drowning in JavaScript fatigue, but there is a powerful alternative that allows you to build Single Page Applications (SPAs) with zero user client-side JavaScript. Read his post at yottadb.com/nimetic-zero-js-si

  7. Finally have the excellent terminal browser #chawan running in OpenBSD!

    IIRC, #nim wasn't available for #OpenBSD before? Or was I just dreaming that? XD

  8. I gotta say the nim language docs are rather pleasant :blobcatcoffee:

    Example nim-lang.org/docs/tut1.html

    But then the whole docs page has multiple interesting things to go through:

    nim-lang.org/documentation.html

    A nice experience on the site overall, clear, clean, simple

    Gotchas I've seen so far is that nimble.directory page linked in many places just gives a 502. And yesterday I saw the lsp crashing in gram. Also some editors try to use another lsp binary.

    #programming #nim #nimlang

  9. Executes the query and returns the first column of the first row of the result dataset. Returns "" if the dataset contains no rows or the database value is NULL.

    Dear NIM, WTF. Love, me.

    #NIM #WTF

  10. Just realized I was running a fairly old version of the [chawan] terminal browser, 0.1. Now yoinked the latest stuff from the git repo (0.4-dev), and it seems to fix a few things, based on a cursory glance.

    Super neat project! Terminal web browser with image (#sixel) and #CSS support!

    (Written in #Nim! cc: @sotolf)

  11. Бесплатный API для нейросетей от NVIDIA: 100+ моделей, OpenAI-совместимый эндпоинт и 40 запросов в минуту

    NVIDIA раздаёт бесплатные API-ключи к 100+ моделям: DeepSeek R1, Llama 3.3, Kimi K2.5, GLM-5 и другие. OpenAI-совместимый эндпоинт — меняешь base_url и model, всё работает. Регистрация за 2 минуты, без карты. Разбираю лимиты (40 req/min), подключение к Claude Code и OpenClaw, сравнение с OpenRouter и Groq, и зачем NVIDIA это делает.

    habr.com/ru/articles/1023592/

    #nvidia #api #llm #deepseek #бесплатно #нейросети #nim

  12. Бесплатный API для нейросетей от NVIDIA: 100+ моделей, OpenAI-совместимый эндпоинт и 40 запросов в минуту NVIDIA раздаёт б...

    #nvidia #api #llm #deepseek #бесплатно #нейросети #nim

    Origin | Interest | Match
  13. One thing these slice-of-life vlogs show is the utter banality and homogeneity of post-industrial western culture across continents.

    youtube.com/watch?v=dy2YvWEG2-k

    #Brazil #nim #SliceOfLife

  14. It's been two years trying to implement a structural equation modeling tool that runs in the gpu. It was only possible because of #nim and claude. It was fun and it works great. Infinite applications in science. The temporary site is in here: fastsem.netlify.app/

  15. Tradition up: the new, weekly development report from my #opensource projects arrived. A roguelike game, #Nim binding to Nuklear GUI library and static code analyzer for Nim got some updates. More info: www.laeran.pl.eu.org/blog/devblog... Happy Easter everyone. 🐇

  16. @simon_brooke #nim perhaps? Your lispy predilections may be piqued, provided the Python whitespace perversions don’t piss you off.

  17. 13-Mar-2026
    #AI’s #gamePlaying still has flaws: #AlphaZero-style self-play tested on #Nim
    Despite heavy training, agents show blind spots and can miss optimal moves

    eurekalert.org/news-releases/1

    #science #technology

  18. The thing i really like about Nim is that whenever I think of a convenient language affordance, that's very helpful for some particular thing, it turns out they have one of those already!  (Today I discovered they have source filters - https://nim-lang.org/docs/filters.html)

    #nim #programming

  19. @rvyhvn I really enjoyed #Nim few years ago, made my biggest project using it.
    Have you taken a look at #Raku (#rakulang) ? It’s my current fav language, I just wish that it could compile to binary (so that I can share to people now having Raku installed).

  20. And weekly wakie with the new development report from my #opensource projects. As always, a roguelike game and #Nim binding for Nuklear GUI library got some changes. More information: www.laeran.pl.eu.org/blog/devblog... And standard, happy weekend, everyone. 😃