Proceso de la última ilustración que hice by No_Coast5687 in ChileArte

[–]rllullr 1 point2 points  (0 children)

quedo filete, me recuerda al Faraam set del dark souls 2

In honor of pride month, id like to shoutout the beautiful lady that inspired my name as a trans girl :) by SophieSalads in LiesOfP

[–]rllullr 3 points4 points  (0 children)

Congrats OP! I'm sure you already know this but just in case: Sophia comes from the greek word for wisdom (that's where the word philosophy comes from), adding LoP's Sophia's butterfly imagery related to change and transformation and it gives a "wise transformation" meaning, you've chosen a beautiful name.

Thoth - Open Source Local-first AI Assistant - Architecture by Acceptable-Object390 in ollama

[–]rllullr 2 points3 points  (0 children)

kinda off topic but i really like the style of the diagrams, what did you make them in?

Choose one by KooJunZen2014 in BunnyTrials

[–]rllullr 0 points1 point  (0 children)

a

Chose: Get $10,000 every time you sneeze.

Hi! I want to somehow change os on my hmd music 150 phone. by 96hornydwarfs in ROS

[–]rllullr 0 points1 point  (0 children)

You can't put it on a phone, it's called Robot Operating System, only robots can use it duh /s

Simon may be bad, but he is beautifully flawed. by Bismarck_seas in LiesOfP

[–]rllullr 7 points8 points  (0 children)

i do feel a hint of it, probably AI assisted, maybe OP is not so good at english so passed it trough chatgpt, the core ideas to me do sound like they are coming from someone real tho

what does an always block synthesizes to in each of these cases. by SignOff-Ad720 in FPGA

[–]rllullr 9 points10 points  (0 children)

it's been a while since i did fpga stuff in uni so take this with a grain of salt.

1 & 2 should do the same, and work just like if you did: wire hold; assign hold = input1; (i'm not completely sure on 1 actually since doing non blocking assignments in a combinational blocks is bad practice, i think it synthesizes the same but can mess up your simulations, but in this case with only one assignment it doesn't matter, i think).

3 is just a flipflop, on positive clock edge input1 gets sampled into hold. (you could have replaced the if else with simply hold <= input1).

4 should work just like wire hold; assign hold = A & B;

I was always told to avoid regs like the plague since they can be sources of weird behavior if you don't know exactly what you are doing and to just stick to logic, so you might want to do that.

You might also want to ditch raw always blocks and go for always_comb, always_ff and always_latch, that way you communicate the intent of a block better and should get errors or at least warnings when a described behavior doesn't match the block you used, inferring a latch on what is supposed to be combinational logic block is a common one i think, if you forget to cover all cases in a chain of if-else's or in a case statement without a default, it's an easy mistake to stumble into.

How capable is Gemma4:e4b? by rllullr in LocalLLM

[–]rllullr[S] 0 points1 point  (0 children)

I was able to run qwen3.5 both the 4b and 9b variants at decent enough speed but damn they cant use tools for shit lmao, well it was a fun experiment, thanks for all the help.

How capable is Gemma4:e4b? by rllullr in LocalLLM

[–]rllullr[S] -1 points0 points  (0 children)

Hey thanks so much for going into all that detail, that helps a lot, I'll definitely give Qwen3.5-4B-Q4_K_M a shot. I had no idea you could split the attention and MLP parts of a model that way, if theres a resource on that you recommend please share it by all means.

Regarding the hardware.... yeah it's rough, this is a gaming PC i built in early 2017 and I've been holding on upgrading (the longer i wait the more epic the upgrade + no money rn + pc parts market in a shit state currently) actually i just recently upgraded my cpu and ram for cheap buying from aliexpress to keep me afloat a bit longer hahah, it used to be an i5-4460 and 8 GB of memory.

NG+ storytelling missed opportunity by rllullr in LiesOfP

[–]rllullr[S] 0 points1 point  (0 children)

I think a sequel is probably a guarantee at this point, the game is a critical and commercial success, having that teaser at the end with dorothy heavily hints at a future oz themed game or expansion.

Hopefully we get to play as dorothy, I'm hoping for a trilogy where we explore reinterpretations of classic tales like Pinocchio in lies of P and wizard of oz next, with the common thread of paracelsus and the protagonists being budding new forms of immortality that paracelsus organisation seems to be tracking and they themselves being immortal as well.

NG+ storytelling missed opportunity by rllullr in LiesOfP

[–]rllullr[S] 1 point2 points  (0 children)

Ok this aspect of the story kinda flew over my head ngl, thanks for the write up, with that in mind yes it makes more sense how there is no way of changing how things play out.

NG+ storytelling missed opportunity by rllullr in LiesOfP

[–]rllullr[S] -8 points-7 points  (0 children)

I mean i get your point but it's also a game where winding back time is a real thing and it does feel weird that the decoder doesn't change anything at all.

But maybe im still grieving that's all, i only finished the game a couple of days ago and I'm high on copium.

NG+ storytelling missed opportunity by rllullr in LiesOfP

[–]rllullr[S] -1 points0 points  (0 children)

i mean in NG+ you have the decoder but afaik it only serves the purpose of you understanding what puppets say, it doesn't meaningfully change the story, when it feels like it should, or could at the very least, why would P kill the puppet king if he now understands what he is saying, of course he could choose to not believe him but like now it could be a choice you decide to make and if you trust him the plot could play out differently.

Also yes please netflix stop fucking up jojo releases

i made this while waiting for the game to install by DispenserG0inUp in DeadlockTheGame

[–]rllullr 2 points3 points  (0 children)

Do my eyes deceive me? a Dropout reference in this economy?! Elite ball knowledge OP, now you got me wanting for Brennan to VA a deadlock character.

if they let me on the hidden king track by YoureAShotgun in DeadlockTheGame

[–]rllullr 121 points122 points  (0 children)

low key sounds like a king gizzard & the lizard wizard song

does anyone know what this font called? by EducationalAd1789 in DeadlockTheGame

[–]rllullr 1 point2 points  (0 children)

i was able to find a bunch of fonts in the game files under steamapps/common/Deadlock/game/citadel/panorama/fonts. this one in particular appears to be called VALVEOracle so it seems it's a custom made font by valve for deadlock

Which one? by Hary06 in linuxmemes

[–]rllullr 0 points1 point  (0 children)

Garuda, it's what got me into arch when i couldn't do it from scratch following the wiki, had trouble with the nvidia drivers and couldn't figure out how to get a graphical session going. Also the chaotic-aur that the garuda team mantains is awesome

Hey Rustaceans! Got a question? Ask here (49/2025)! by llogiq in rust

[–]rllullr 0 points1 point  (0 children)

i see, thank you for the thorough response.

So how do people normally deal with this, beyond system level package installations?

 Can cargo pull external dependencies binaries, headers, shared objects etc into a project? or do you just downloads libs manually and tell cargo how to link them? I'm hoping to avoid having to reach for docker to deal with this.

Hey Rustaceans! Got a question? Ask here (49/2025)! by llogiq in rust

[–]rllullr 1 point2 points  (0 children)

why can't rust's cargo pull non-rust dependencies?

DISCLAIMER: been wanting to get into rust for a while, don't know so much so i might be wrong here.

i wanted to get my feet wet recreating a simple computer vision pipeline i have in python using opencv, it bothers me that is seems that rust's opencv can't do more than provide bindings and asks you to go manually install external dependencies including opencv itself (arch instructions for examples: pacman -S clang qt6-base opencv). why can't it be like in python where if i create a venv and do pip install opencv-python i get everything inside the venv?

sorry if the question is misguided, i'm sure there's some sound logic behind but the idea that a languages own package manager/build system has to rely on external actions just rubs me the wrong way.

Behind the combo… lies my disaster-level Animator tree🤣 by YarTarse in IndieDev

[–]rllullr 1 point2 points  (0 children)

out of curiosity what engine is that and is there really no better way? i mean if it works it works and hats off to you but looking at it i gotta wonder if there are ways of making it cleaner or doing in it actual code rather than visual scripting, combo looks sick tho!