21
submitted 2 months ago by mac@programming.dev to c/tech@programming.dev
20
5
submitted 6 months ago by mac@programming.dev to c/rust@programming.dev
10
This Week in Rust 560 (this-week-in-rust.org)
submitted 6 months ago by mac@programming.dev to c/rust@programming.dev
64
Rust Project goals for 2024 (blog.rust-lang.org)
submitted 6 months ago by mac@programming.dev to c/rust@programming.dev
26
Announcing Rust 1.80.1 (blog.rust-lang.org)
submitted 6 months ago by mac@programming.dev to c/rust@programming.dev
23
submitted 6 months ago by mac@programming.dev to c/linux@programming.dev
57
submitted 6 months ago by mac@programming.dev to c/linux@programming.dev
61
submitted 6 months ago by mac@programming.dev to c/python@programming.dev
84
21
1
CC0 Custom Godot Node Icons (pixel-boy.itch.io)
submitted 6 months ago by mac@programming.dev to c/godot@programming.dev

Stumbled onto this pack when browsing some new Godot stuff. Figured it might be useful to some people here

In godot you can give nodes custom icons that show up beside their name using @icon("path/to/png") with that pointing to a valid image. These are custom icons similar to the built-in ones you can use to make your custom nodes more visually distinct

[-] mac@programming.dev 23 points 7 months ago

Edited the title to have a by in front to make that a bit more clear

[-] mac@programming.dev 37 points 10 months ago

Rather than usual sails these are solid and foldable and act more like plane wings

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

Tried looking. According to one of the users who posted it its by 0x00 whos the person who made floor 796. All things I can find relating to them are floor 796 related though and can't find where this was originally posted

Heres floor 796 though if anyones interested https://floor796.com

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

For self hosting there's also Forgejo which is a fork of Gitea

Thats what Codeberg uses

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

Its a link aggregator, links get aggregated

Theres a bunch of original content if you look at the right communities. For example !foodporn@lemmy.world

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

sublinks

not technically released yet but I assume it will in some form before the next canvas. Should be relatively easy to support since it has lemmy api compatibility on release

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

https://boost.lemy.lol <- link to it, doesnt work for instances not connected to it like lemmy.world but theres still ~ 26 major ones

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

In the past imgbb was used to post CSAM to some communities so some instances remove links to images hosted on it (or I guess ban the user in the instance you were on)

Edit: seems like that was lemmy.world, reach out to their community team and ask to be unbanned if you want your account unbanned, seems like they did that for someone else in the past

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

Instances are the ones hosting the data on their servers + things not having mods can devolve very quickly with things like the nazi bar problem or the scam links that have been getting posted and removed in some communities. This is a different thing than whats in the post though, the post is talking about all communities needing to be fetched manually the first time theyre viewed

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

Theres a community for it over at !bevy@programming.dev for anyone interested in it :)

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

searching across all of github was made to be logged in then

repository level searching though is relatively recent. Heres the blog post about the change dated in June this year https://github.blog/changelog/2023-06-07-code-search-now-requires-login/

This comment by an employee in the thread also calls out it was in 2023 and links to the blog post

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

Image Transcription: Meme


[Paneled meme with a brain that gets increasingly glowing]


[The brain is smaller than the skull]

if dayOfWeek.name == "Sunday" || dayOfWeek.name == "Saturday"
    weekend = true

[The brain is glowing in some areas]

if dayOfWeek &lt; 2 || dayOfWeek > 6
    weekend = true

[The brain is shooting out rays of light]

weekend = !((dayOfWeek - 1) % 6)

I am a human volunteer who transcribes posts to improve accessibility on programming.dev and you could be one too! !transcribing@programming.dev

view more: next ›

mac

joined 2 years ago