Comment on
1080p Universe
Triggered due to incorrect handling of LaTeX. Original answer on the page was 10^80 which ended up getting the exponentiation ignored by google
Comment on
1080p Universe
Triggered due to incorrect handling of LaTeX. Original answer on the page was 10^80 which ended up getting the exponentiation ignored by google
Comment on
GitHub: Can no longer search code without being logged in
Reply in thread
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
Comment on
Yuri no longer working on Godot
Reply in thread
Reason hasnt been given. Theres this message from the discord
Comment on
Winged cargo ship saves three tonnes of fuel per day on first voyage
Reply in thread
Rather than usual sails these are solid and foldable and act more like plane wings
Comment on
Unity tweaks new install fees as developers threaten to jump ship
They removed charging again for deleting and reinstalling but are still charging for installing on a different device. So they just realized that there's no way to enforce the former without people abusing it
Comment on
Good GitHub alternatives?
Reply in thread
For self hosting there's also Forgejo which is a fork of Gitea
Thats what Codeberg uses
Comment on
*Permanently Deleted*
Its a link aggregator, links get aggregated
Theres a bunch of original content if you look at the right communities. For example [email protected]
Comment on
What's the deal with posting images from imgbb?
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
Comment on
Let's blame the dev who pressed "Deploy" - by Dmitry Kudryavtsev
Reply in thread
Edited the title to have a by in front to make that a bit more clear
Comment on
MySQL moment
Reply in thread
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
Comment on
Without fail..
Image Transcription: Meme
[An image of King Charles III stealing a wheel from a wheelchair. A person on the wheelchair is angry. They are labeled as such:]
King Charles: Windows Update
Wheel being stolen: UEFI Boot partition
Person on wheelchair: Linux
I am a human volunteer who transcribes posts to improve accessibility on programming.dev and you could be one too! ![email protected]
Comment on
Lemmy needs better integration/federation. Too much content is hidden. A community on the biggest instance was not visible to me on another large instance.
Reply in thread
https://boost.lemy.lol <- link to it, doesnt work for instances not connected to it like lemmy.world but theres still ~ 26 major ones
Comment on
Anyone else a fan of Bevy?
Theres a community for it over at [email protected] for anyone interested in it :)
Comment on
Lemmy needs better integration/federation. Too much content is hidden. A community on the biggest instance was not visible to me on another large instance.
Reply in thread
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
Comment on
God I wish there was an easier way to do this
Reply in thread
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
Comment on
Unity tweaks new install fees as developers threaten to jump ship
Reply in thread
Godot and Bevy are both FOSS. Godot is built in C++ and allows using GdScript and C++, or C#. Bevy is built in Rust and allows using Rust
Comment on
Researchers develop world's first functioning graphene semiconductor | Breakthrough could eventually lead to terahertz processors
Reply in thread
The amount of transitors in integrated circuits has been doubling every two years for ~ 50 years so there would be a lot of similar headlines. People thought that would stop in 2022 but this might change that
(People have also been speculating about it for awhile but this is it actually functioning)
Comment on
Advent of code without logging in?
It doesn't let people solve it without logging in since everyone gets randomized inputs rather than the same ones. You can still technically do the challenge, just cant use your solution on the large block of input
That also looks like the day 1 of 2015
Comment on
[xkcd] Dependencies (16 Jun 2010)
Back to posting these. Took a week break but should be doing them daily again
Comment on
Slay the Spire Developer Mega Crit Becomes a Godot Gold Sponsor
Image Transcription: Twitter
Mega Crit, @MegaCrit
We're proud to support a free, open source engine like Godot so that devs everywhere have an accessible yet powerful option to create their projects with 💙
Our team has learned a lot while migrating our next game to Godot and we're so exited to show off its power
Godot Engine, @godotengine
Shuffle your deck and hit the dance floor - @MegaCrit is now a #GodotEngine Gold Sponsor! 💃 🕺 A huge thank you for your support! megacrit.com
I am a human volunteer who transcribes posts to improve accessibility on programming.dev and you could be one too! ![email protected]