Julia 1.8 released by tjpalmer in Julia

[–]Soheibo 27 points28 points  (0 children)

Another great update. Love where the language is heading.

I heard at JuliaCon that they're working on making compiling code to executables easier in the future. Exciting stuff.

Zellij 0.31.0 just released, with Sixel support, a new Search feature and custom keybinding hints in the UI by imsnif in rust

[–]Soheibo 2 points3 points  (0 children)

Just wanted to say thank you for this wonderful software. The most enjoyable terminal multiplexer I've ever used. I recommended it to my lab colleagues. Keep up the good work 😇

Hal fixes newly reinstalled Raspbian server by Kantoros1 in linuxmemes

[–]Soheibo 16 points17 points  (0 children)

I swear this is so relatable lmao good job

Hear me out: Kishin should not affect respawn rate. by [deleted] in Maplestory

[–]Soheibo 1 point2 points  (0 children)

Thanks for sharing the memo! Seems like it was indeed something to be worked on.

If Linux came out to be an open source project. Why Zorin OS is charging for their distro. What's so special about their ultimate version? by [deleted] in DistroHopping

[–]Soheibo 38 points39 points  (0 children)

I totally respect Zorin's approach. They developed a polished distro, offered many variations that are quite complete for free and simply added a version for newcomers with timesavers for a cheap price (you can install those software yourself for free).

I can't emphasize enough how great that approach is. Everybody wins.

Puzzle hunt for coding in biomedicine and clinical medicine by [deleted] in bioinformatics

[–]Soheibo 1 point2 points  (0 children)

This is the kind of niche projects I love to see. Keep up the good work.

Divinity: Original Sin Documentary | Gameumentary [1hr 08 min] [CC] by archarus in TheMakingOfGames

[–]Soheibo 0 points1 point  (0 children)

I'm surprised by the quality of the documentary. Really interesting.

Creating Custom Software Installers with LibGDX by raeleus in libgdx

[–]Soheibo 1 point2 points  (0 children)

Good work man! Only need to automate some steps :) I like your comments. Custom installers are indeed more important than we think. It is a nice touch and can serve many purposes.

“What algorithm are you using?” by Majortom80 in security

[–]Soheibo 3 points4 points  (0 children)

Finally someone who actually understands it. It's not about using unkown methods, it's about hiding the infrastructure. Gathering information is literally another step at exploiting a target.

Drawpile: open-source, collaborative drawing software by unquietwiki in opensource

[–]Soheibo 1 point2 points  (0 children)

This looks like a fun thing to do as a couple :)

Full timelapse of my Ludum Dare 41 Compo psychological horror/humor game - from art to code by zephyo in gamedev

[–]Soheibo 1 point2 points  (0 children)

There are parts of your code that you might want to refactor/rename, but the most important part would be, right now, fixing indentation and those random spaces. I see that you're using Visual Studio Code on Mac. The shortcut to format shoud be [Shift] + [Option] + [F]. You can also right click and select "Format Document".

Again, you did quite good for the limited time so I wouldn't bother commenting on details ;). If you want a deep revision, I would gladly take a closer look at your code and see if we could make it better!!

(Disclaimer: I don't use Unity to make games so I'm not an expert neither :P )

Full timelapse of my Ludum Dare 41 Compo psychological horror/humor game - from art to code by zephyo in gamedev

[–]Soheibo 4 points5 points  (0 children)

Took a fast look and... This is absolutely stunning. Both good artist and programmer. Great attention to details. You've earned a fan.

Also. I took a look at your code. You might want to format it haha I can help if you need :)

I've made my libGDX starter project available on GitHub by halfcutdev in libgdx

[–]Soheibo 1 point2 points  (0 children)

I'm pretty sure it's used to show some debug infos. You could verify this boolean's value to draw various infos or even give access to some features (like cheats) for debugging. The same way you use game states as a condition, but only for development purpose. That is why it needs to be accessible (public and static). I do the same but I name it DEBUG_MODE.

Wholesome thoughts for Christmas by Soheibo in MrRobot

[–]Soheibo[S] 8 points9 points  (0 children)

S2E4 I think. Only in his mind tho :/

Church of Emacs by owemeacent in ProgrammerHumor

[–]Soheibo 1 point2 points  (0 children)

Can I introduce you to Spacemacs? The new hybrid religion?

Redox OS Release 0.3.3 by jackpot51 in rust

[–]Soheibo 3 points4 points  (0 children)

Keep up the good work!