6
2024-09-02 Emacs news (sachachua.com)
4
Ruby 3.3.5 Released (www.ruby-lang.org)
submitted 3 weeks ago by mac@programming.dev to c/ruby@programming.dev
2
OCaml Weekly News, 03 Sep 2024 (alan.petitepomme.net)
215
submitted 1 month ago* (last edited 1 month ago) by mac@programming.dev to c/gamedev@programming.dev

Last year for reference

And the year before that

2
submitted 1 month ago* (last edited 1 month ago) by mac@programming.dev to c/steam@programming.dev
1
1
48

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

22
  • Seal the rift
  • Balocks
  • Duniya Skapare
  • Dungeons & Degenerate Gamblers
  • The Garden Path
4
3
submitted 1 month ago by mac@programming.dev to c/pnpm@programming.dev
1
[-] mac@programming.dev 22 points 2 months ago

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

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

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

[-] mac@programming.dev 23 points 7 months ago* (last edited 7 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 7 months ago

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

Thats what Codeberg uses

[-] mac@programming.dev 29 points 7 months 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 52 points 8 months ago

Reason hasnt been given. Theres this message from the discord

[-] mac@programming.dev 19 points 8 months ago* (last edited 8 months 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 8 months ago* (last edited 8 months 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 23 points 9 months ago* (last edited 9 months 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

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

Triggered due to incorrect handling of LaTeX. Original answer on the page was 10^80 which ended up getting the exponentiation ignored by google

[-] mac@programming.dev 63 points 10 months ago* (last edited 10 months 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 10 months 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 1 year ago