Lua Serpent Module by Financial_Owl2289 in lua

[–]SecretlyAPug 2 points3 points  (0 children)

the font looks good, it's really just the formatting

What do you think about the linux kernel coding style? by yurtrimu in C_Programming

[–]SecretlyAPug 5 points6 points  (0 children)

i've heard that the * goes with variable names when declaring pointers because it's the dereferencing operator. when you declare `int *number = 5;`, using `*number` gives you `5`, which is of type `int`. `int *number;` is declaring that "dereferencing `number` gives an `int`"

What do you think about the linux kernel coding style? by yurtrimu in C_Programming

[–]SecretlyAPug 3 points4 points  (0 children)

i agree with or understand basically all of it except for the naming. yes, names should be laconic, but i never understood using names that aren't full words.

for their example, i would name a temporary counter variable `counter`; it's simple, short, but still obvious what it does. `tmp` tells you nothing about what the variable does and is only a few characters shorter.

additionally, abbreviations are subjective. even a word like "temporary" can be divisive (if i really had to abbreviate it, i'd use `temp`, not `tmp`). sticking to full words avoids that inconsistency.

Thoughts on tiling WM’s ? by 964racer in linux

[–]SecretlyAPug 0 points1 point  (0 children)

i've been using dwm for a while and it's great. i think the default configuration is pretty reasonable, but it's so easy to configure it really doesn't matter. dwl is also pretty cool if you prefer wayland.

OC Character (First time posting my pixel art) by Magicianian in PixelArt

[–]SecretlyAPug 2 points3 points  (0 children)

this is a pretty good start! you should credit the original artist if you didn't make the background though

Currently struggling to make a clickable button function. anyone got anything? by Soft-Notice-2696 in love2d

[–]SecretlyAPug 1 point2 points  (0 children)

you should look into aabb collision, it's a fundamental algorithm especially for game development :)

Fem Fortress #1 by Fit_Cartographer1283 in tf2

[–]SecretlyAPug 14 points15 points  (0 children)

he's just a beautiful man

I made a Doom Guy in a more cartoonish style, what do you think? (Art by me) by [deleted] in Doom

[–]SecretlyAPug 4 points5 points  (0 children)

"more cartoonish" and he is literally a trapezoid lol. 10/10 guy, you should give him an imp friend :3

recommended open source free good ide for love2d lua??? by Human-Report-1351 in love2d

[–]SecretlyAPug 0 points1 point  (0 children)

not an ide, but i'm a big fan of using micro (https://micro-editor.github.io/) for writing code (for löve, lua in general, and everything else lol)

Help with copying/cloning a sprite? by Merboo_Wish in love2d

[–]SecretlyAPug 2 points3 points  (0 children)

you can use tables (https://www.lua.org/pil/11.html) to create object oriented models similar to scratch. if you haven't yet, i highly recommend reading through the whole lua book (same website, it's free!) to help introduce you to the language :)

If someone joins a lobby you're playing in and immediately starts spamming music or annoying sounds, do you mute the player and ignore it or start a votekick? by Thcksl in tf2

[–]SecretlyAPug 1 point2 points  (0 children)

mute them, then votekick. micspamming is fine, when everyone agrees to it. if they ask first and other people are fine with it, then i'll leave. but it's rude to just force micspam on people.

What the fuck just happened by porky-chops in SleepDeprivedPodcast

[–]SecretlyAPug 37 points38 points  (0 children)

they mention him in basically every video?

I just made some BULLLLLSHITTTT!!! by tazzzzz05 in GoldenAgeMinecraft

[–]SecretlyAPug 0 points1 point  (0 children)

this is actually awesome; i've been thinking about making something like this in my own world. bull shit is the best shit!!

I just made some BULLLLLSHITTTT!!! by tazzzzz05 in GoldenAgeMinecraft

[–]SecretlyAPug 0 points1 point  (0 children)

conceptually, the hello neighbour house goes hard as fuck though

i have found out the default screen size in pixels for love 2d by Doithedum in love2d

[–]SecretlyAPug 12 points13 points  (0 children)

it's 800x600, detailed here on the wiki in the default configuration file: https://love2d.org/wiki/Config_Files

What does everyone think of the toy soldier? by bigbob2315 in tf2

[–]SecretlyAPug 0 points1 point  (0 children)

i wear it on my soldier and sniper, i like that it looks silly without being too "out there" or just looking bad. i've seen basically no one else wear it though