9
11
3
submitted 3 months ago by mac@programming.dev to c/astro@programming.dev
9
6
FAQ: GitLab CI/CD Catalog (about.gitlab.com)
submitted 3 months ago by mac@programming.dev to c/gitlab@programming.dev
4
7
submitted 3 months ago by mac@programming.dev to c/astro@programming.dev
7
submitted 3 months ago* (last edited 3 months ago) by mac@programming.dev to c/ruby@programming.dev
13
61
submitted 3 months ago by mac@programming.dev to c/python@programming.dev
12
Issue 431 :: Haskell Weekly (haskellweekly.news)
5
submitted 3 months ago by mac@programming.dev to c/clion@programming.dev
[-] mac@programming.dev 5 points 9 months ago

The name was created from a program that generates random three letter words. No real meaning

Theres a gist made by the creator but it generates 4 letter sequences instead of 3 https://gist.github.com/andrewrk/73742bf4b8ed795c85ce

[-] mac@programming.dev 4 points 9 months ago

Also misskey and the main forks (iceshrimp, sharkey)

[-] mac@programming.dev 5 points 9 months ago

The modlogs public to see removed comments. Just a bit difficult to navigate through currently

[-] mac@programming.dev 4 points 9 months ago

Java IDE for programming in Java, Kotlin, Groovy, etc.

[-] mac@programming.dev 4 points 9 months ago* (last edited 9 months ago)

Subreddit had 3 posts within the last month so not that far off tbh

I can look for some post sources to give the community here some more activity

[-] mac@programming.dev 5 points 10 months ago* (last edited 10 months ago)

Nah not mine, just one I found and thought was pretty cool. Added the source to my rss reader and probably gonna post more from them in the future

[-] mac@programming.dev 5 points 11 months ago* (last edited 11 months ago)

When the draw function calls itself it yields control to that new function its calling. When that function ends it takes back control and continues doing what it was doing.

This means all of the for loops in all of the functions will execute. Draw(1) will do the for loop and then return as it hits the end of the function (standard behaviour when you reach the end of a function even if theres no return statement). Then draw(2) will do the for loop as it gets back control now that draw(1) is done and then return, etc. all the way up

All parts of a function are recursive, theres no such thing as a non recursive part

[-] mac@programming.dev 4 points 11 months ago* (last edited 11 months ago)

its relatively fine, just harder than past day 1s and has cases that trip people up

[-] mac@programming.dev 4 points 11 months ago

This should be just 35, you can ignore the words that are numbers

[-] mac@programming.dev 5 points 1 year ago

im not op, just crossposting from some other spots with permission from the ops but will give some info for people who want to make something similar

Agree glowing outline would be good here. A glowing outline is something thats relatively easy to do and good to add even if just to have for an accessibility setting people can toggle. Easily addable without changing sprites by attaching a shader onto the player and theres lots of tutorials out on doing so such as https://www.youtube.com/watch?v=UBujOvMRNl0

For adding lighting to the player, thats also feasible although maybe a bit harder than the outline shader due to needing to mess with normal maps. Something some people do is add a normal map for the outermost pixels only (edge lighting)

Its theoretically also possible by just lighting up the entire sprite without a normal map or the entire sprite normal mapped but tends to not look great and makes the sprite a bit more unreadable

[-] mac@programming.dev 5 points 1 year ago* (last edited 1 year ago)

What frontend/app is that?

Standard lemmy behaviour is to collapse posts into the same post when theyre beside each other in the feed and its recommended to crosspost between communities in programming.dev

Any client that isnt following the collapsing behaviour isnt following how lemmy-ui works so I can open an issue in their repo

[-] mac@programming.dev 5 points 1 year ago

just upscaled it so shouldnt be blurry anymore

view more: ‹ prev next ›

mac

joined 1 year ago