22
submitted 7 months ago by [email protected] to c/[email protected]
5
Ruby 3.3.5 Released (www.ruby-lang.org)
submitted 10 months ago by [email protected] to c/[email protected]
229
submitted 11 months ago* (last edited 11 months ago) by [email protected] to c/[email protected]

Last year for reference

And the year before that

48
submitted 11 months ago by [email protected] to c/[email protected]

UI Pack: Adventure is now available ✨This completely free pack includes 128 sprites for HUD/UI, both in PNG & SVG vector files!

Download (free, no registration, no tracking, no ads etc.): https://kenney.nl/assets/ui-pack-adventure

23
submitted 11 months ago by [email protected] to c/[email protected]
  • Seal the rift
  • Balocks
  • Duniya Skapare
  • Dungeons & Degenerate Gamblers
  • The Garden Path
1
submitted 11 months ago by [email protected] to c/[email protected]
1
Issue 433 :: Haskell Weekly (haskellweekly.news)
submitted 11 months ago by [email protected] to c/[email protected]
20
submitted 11 months ago by [email protected] to c/[email protected]
1
Astro 4.14 (astro.build)
submitted 11 months ago by [email protected] to c/[email protected]
6
submitted 11 months ago by [email protected] to c/[email protected]
5
submitted 11 months ago by [email protected] to c/[email protected]
10
This Week in Rust 560 (this-week-in-rust.org)
submitted 11 months ago by [email protected] to c/[email protected]
[-] [email protected] 23 points 1 year ago

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

[-] [email protected] 23 points 1 year ago* (last edited 1 year 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

[-] [email protected] 31 points 1 year ago

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

Thats what Codeberg uses

[-] [email protected] 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 [email protected]

[-] [email protected] 52 points 2 years ago

Reason hasnt been given. Theres this message from the discord

[-] [email protected] 18 points 2 years ago* (last edited 2 years 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

[-] [email protected] 21 points 2 years ago* (last edited 2 years 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

[-] [email protected] 16 points 2 years ago* (last edited 2 years 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

[-] [email protected] 18 points 2 years ago

Theres a community for it over at [email protected] for anyone interested in it :)

[-] [email protected] 20 points 2 years ago* (last edited 2 years ago)

who needs modulo when you can get less characters out of

while (number > 1) {
  number -= 2;
}
return number;

very efficient

edit: or theres the trusty iseven api

[-] [email protected] 58 points 2 years ago* (last edited 2 years 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

[-] [email protected] 17 points 2 years 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! [email protected]

view more: next ›

mac

0 post score
0 comment score
joined 2 years ago