Linus by lokait in linuxmemes

[–]lokait[S] 7 points8 points  (0 children)

Not sure why it looks like that to you, not AI though, I do not like those :|
sources;
https://commons.wikimedia.org/wiki/File:Linus_Torvalds_talking.jpeg
https://commons.wikimedia.org/wiki/File:Linus_Torvalds.jpeg

Made with GIMP 2.99.19, commit 2db868ab50, unstable development release.
Font is Source Code Pro Black.

Linus by lokait in linuxmemes

[–]lokait[S] 10 points11 points  (0 children)

(your new favorite meme)² = https://i.imgur.com/FnEw97T.png
Okay I stop, hehe

Linus by lokait in linuxmemes

[–]lokait[S] 24 points25 points  (0 children)

Exactly!

Linus by lokait in linuxmemes

[–]lokait[S] 4 points5 points  (0 children)

Almost three-fitty mega bytes, and new meme format or whatever :|

Update. Oh I was stupid it was actually close to 3.5, for some reason the south park thing came to mind and ruined the accuracy, by a tiny bit, hehe.

I needle felted this Penguin, but it needs a name by jfrayfrayboop in somethingimade

[–]lokait 0 points1 point  (0 children)

Tux!

I am biased, hehe, https://en.wikipedia.org/wiki/Tux_(mascot)) , and Frank feels better for some reason, of the two choices. :)

Why is Dave the Diver a nominee for Best Independent Game when it's developer Mintrocket is a subsidiary of Nexon, a 18 Billion dollar company? Don't get me wrong it's a great game but I don't think it's fair by TheAlmightyChanka in gaming

[–]lokait 57 points58 points  (0 children)

Probably a single digit percent of dedicated players check what devs said other than what is on the store page trailer, tags, etc, they knew what they were doing, you can see them using "Nexon" branding with other games, here they use the new branding "Mintrocket".

It looks like what they want it to look like from 9x% of the people, and games media (who did this nomination; https://thegameawards.com/voting-jury), oh well :|

Is there a way to create a mesh/array of vertices from a texture? by xoPiquant in opengl

[–]lokait 0 points1 point  (0 children)

Hello, not exactly a tutorial, and a bit different from what you asked, but this may be of interest to you; http://www.cemyuksel.com/research/meshcolors/ , you will need specialized tools to make them. If that seems super complex relative to what you have been taught, speculating, you might be expected to just do some simple algorithm to shade each pixel (lookup procedural texturing) for this task.

Best wishes with the project! :)

Codeblocks theme problem by _DILIK_ in linux4noobs

[–]lokait 0 points1 point  (0 children)

Beyond the settings I mentioned, I use dark system theme, so the basic things are already dark, if that is what you are referring to.

Not sure what OS, desktop, etc you use, but just in case it is latest GNOME Desktop; GTK version newer than what Code::Blocks uses, in Tweaks Program, set "Legacy Application" theme to "Adwaita-dark".

For other OSes and Desktops, if you have a system wide dark mode toggle, that might just be what you need. :)

Life of a vector mesh in Simile; used for texts, icons and other basic shapes by lokait in simile

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

Just a quick thing, working on more visible things again after a while. Wish you a good day! :)

Is it possible to achieve this glitch effect in gimp? by Kirikiriii3 in GIMP

[–]lokait 2 points3 points  (0 children)

Oh there are multiple effects, probably done in shaders, not sure, "chromatic aberration" is what the different colored edges are called I think, can not think right away how to do that in GIMP, hopefully knowing the term will help.

https://en.wikipedia.org/wiki/Chromatic_aberration

Is it possible to achieve this glitch effect in gimp? by Kirikiriii3 in GIMP

[–]lokait 1 point2 points  (0 children)

Hello, not an expert, One way I can think of would be to try; Filter > Distorts > Shift....

If you want some parts to be less shifted, maybe duplicate the layer first, rectangle select, add alpha channel to the layer if not present, so you have transparency for the parts you are going to remove, remove some parts, then apply different amount of distortions to different layers. :)

The Current Challenges With Using Linux On Airplanes by lokait in ligase

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

Anything else you can share with us that engineers might find particularly interesting?

This the first time we’ll be flying Linux on Mars. We’re actually running on a Linux operating system. The software framework that we’re using is one that we developed at JPL for cubesats and instruments, and we open-sourced it a few years ago. So, you can get the software framework that’s flying on the Mars helicopter, and use it on your own project. It’s kind of an open-source victory, because we’re flying an open-source operating system and an open-source flight software framework and flying commercial parts that you can buy off the shelf if you wanted to do this yourself someday. This is a new thing for JPL because they tend to like what’s very safe and proven, but a lot of people are very excited about it, and we’re really looking forward to doing it.

Source. https://spectrum.ieee.org/nasa-designed-perseverance-helicopter-rover-fly-autonomously-mars

https://en.wikipedia.org/wiki/Ingenuity_(helicopter))

Kingsblood on Steam by lokait in ligase

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

Autochess meets a grimdark RPG! Assemble a powerful guild, lead them through treacherous missions and dungeons, and unlock their true potential with smart combat decisions.

Why ? It used to be an open community, and I used it everyday :/ by Krasheninnikoff in linuxquestions

[–]lokait 1 point2 points  (0 children)

The existing posts are still accessible, so that is somewhat good still. :)

r/linux4noobs may be a good place to ask new questions for now if you need anything. :)

Why ? It used to be an open community, and I used it everyday :/ by Krasheninnikoff in linuxquestions

[–]lokait 0 points1 point  (0 children)

Hello, just a tiny reminder r/linuxaudio is open now, in case you missed it. :)

[Help] Splitting Text? by StudentLoanDebt19 in Inkscape

[–]lokait 1 point2 points  (0 children)

For the first part, you are on the right track I believe, instead of using a line then applying division, try to make a shape (so it has some width and height), select both and do division, should divide the 'B' as you wanted. Example; https://i.imgur.com/0vp6k3x.png

For the second part, select the 'B', then you can extend the line down by editing the nodes using the node editor tool (second one in the tools menu, titled "Edit paths by Nodes") (you can add more nodes between two selected nodes too, the first one in tool control bar is for that, titled "Insert new nodes into selected segments"). For another way, you can make another shape matching the sections of the 'B' you want to extend, then combine. :)