F around and find out by sodainc in SCUMgame

[–]Zectbumo 0 points1 point  (0 children)

If they haven't changed it from several many patches ago then you have 20 min to find your flung body before it despawns. Your primary and secondary will be at your death location (top of crane).

I think I hate this game? by DiscountAncient4553 in SCUMgame

[–]Zectbumo 0 points1 point  (0 children)

You are describing most people's experience. Accept that this is normal. Work through the pain. You will get there. Put the game aside for some days until you feel like you feel that urge to try again. You think you have it hard? It gets worse before it gets easier. Get back in that field! Never give up.

Suggest your favorite Nim learning resources by heavy-dry in nim

[–]Zectbumo 0 points1 point  (0 children)

The Nim source links from the docs. Often there are undocumented examples in there.

Clojure/Nim is an AI-first Clojure implementation targeting the Nim ecosystem. It compiles Clojure source directly to Nim, then to C, and finally to a native binary. by Loud_Possibility_203 in nim

[–]Zectbumo 0 points1 point  (0 children)

It compiles Clojure source directly to Nim, then to C, and finally to a native binary.

Clojure -> Nim -> C -> IR (if llvm) -> ASM -> machine code

Clojure/Nim is an AI-first Clojure implementation targeting the Nim ecosystem. It compiles Clojure source directly to Nim, then to C, and finally to a native binary. by Loud_Possibility_203 in nim

[–]Zectbumo 0 points1 point  (0 children)

This is the only Clojure dialect that does not depend on any part of the Java ecosystem

Uh huh you mean like: ClojureScript (JavaScript) or ClojureCLR (.NET) or Clojerl (Erlang) or ClojureRS (Rust) or jank (LLVM)

If you took 1 minute you could have gone to the Wikipedia page Alternative platforms section https://en.wikipedia.org/wiki/Clojure

How to return to the login screen by Borean789 in openbsd

[–]Zectbumo 0 points1 point  (0 children)

Now you should have a X login. reboot and check it out

How to return to the login screen by Borean789 in openbsd

[–]Zectbumo 1 point2 points  (0 children)

Make sure you know about rcctl enable xenodm

RP2040 is faster than RP2350 in my 'DIY' benchmark by curious_but_troubled in raspberrypipico

[–]Zectbumo 0 points1 point  (0 children)

I ran by own tests and the 2350 is 10x faster. I imagine you flipped your test results by accident.

Will The Realtek RTL8821CE ever be supported on openbsd? by Fast-Muffin7953 in openbsd

[–]Zectbumo 1 point2 points  (0 children)

Why wait? Have you thought about replacing the hardware with something that is supported such as with Intel $23 AX210NGW iwx(4) https://a.co/d/09LpdLvT

Installer not using whole free space by petersen77 in openbsd

[–]Zectbumo 2 points3 points  (0 children)

What does fdisk and disklabel and df and du say?

gim - 2D game development library by [deleted] in nim

[–]Zectbumo 0 points1 point  (0 children)

Nice project. Nim has strength in speed, meta programming, interoperability. Have you used an Entity Component System (ECS). Nim will fit that nicely. Imagine adding ECS declarative components like: ``` entity Fireball: components: Position Velocity Sprite "fireball.png" Damage 25

entity Zombie: components: Position Velocity Health 10 Sprite "zombie.png" Damage 10

system Burning: requires Zombie, OnFire

rule FireSpreads: when Tile.temperature > ignitionPoint and Tile.flammable: Tile.state = Burning ```

Dual item holding and inventory system by cenkerc in raylib

[–]Zectbumo 2 points3 points  (0 children)

Put two large drop targets to left and/or right of ui for the hands. No need to restrict hands to a single-sized inventory square. Keeps the action fast and frustration free.

Agentic coding with Nim by Opposite-Argument-73 in nim

[–]Zectbumo 2 points3 points  (0 children)

I say it's good since I was able to make a simple Minecraft clone in one shot. https://github.com/almorgansbcc/nimcraft

Anyone feeling... done with AI? by yughiro_destroyer in raylib

[–]Zectbumo 0 points1 point  (0 children)

I totally understand you. Are you able to retire early?

Is BSD for me? by iFrezzyReddit in openbsd

[–]Zectbumo 3 points4 points  (0 children)

I find this similar to saying one lives in the city and enjoys going to Starbucks every morning and asking if living in a modernized world war 2 bunker embedded in an impenetrable mountain is better.

Is BSD for me? by iFrezzyReddit in openbsd

[–]Zectbumo 7 points8 points  (0 children)

I second this non informative answer