The Joy is all BMW
  • rimu rimu 2d ago 96%
    26
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearPO
    Jump
    He has been canceling events since
  • rimu rimu 3d ago 100%

    The big writing behind him says "TRUMP WAS RIGHT ABOUT EVERYTHING", if anyone is curious. They kept it out of the shot when recording the stage but the writing was visible on the screens of the phones the audience were holding up.

    45
  • Diabetes Breakthrough: New Treatment Eliminates Insulin for 86% of Patients
  • rimu rimu 3d ago 100%

    More on the treatment here https://www.endogenex.com/recet/

    Sounds like they put a tube down your throat all the way to the small intestine and then zap it with electricity which somehow helps.

    11
  • Does spanking harm child development? Major study challenges common beliefs
  • rimu rimu 6d ago 92%

    when used appropriately

    ...and there's the rub. Far too often it's not used appropriately. And people's ideas of what is appropriate is colored by whether they too were beaten as a child.

    11
  • What technology purchase felt like a major upgrade in your life?
  • rimu rimu 6d ago 100%

    My 486. With colour screen and speakers!

    2
  • Going dispersed camping for the first time. This is my first night staying in the van.
  • rimu rimu 1w ago 100%

    The first couple of nights are the most unsettling but it becomes normal pretty quick. In 3 years of living on the road there was only one time someone spooked us at night and it was just kids rocking the van for a laugh.

    13
  • Reasoning failures highlighted by Apple research on LLMs
  • rimu rimu 1w ago 100%

    Sorry! I've updated my links now.

    2
  • Lemmy super communities?
  • rimu rimu 1w ago 100%

    Yes. I think something like what Kbin did with it's "Collections" would work fine, where it's basically a crowd-sourced Topic. Currently topics are administered by the instance admin(s) which doesn't scale very well but scaling isn't much of a concern at the moment.

    2
  • www.theguardian.com

    Eighteen theatregoers at Stuttgart’s state opera required medical treatment for severe nausea over the weekend after watching a performance that included live piercing, unsimulated sexual intercourse and copious amounts of fake and real blood.

    330
    77
    www.nasa.gov

    The imaging spectrometer aboard the Carbon Mapper Coalition’s Tanager-1 satellite identified methane and carbon dioxide plumes in the United States and internationally. Using data from an instrument designed by NASA’s Jet Propulsion Laboratory in Southern California, the nonprofit Carbon Mapper has released the first methane and carbon dioxide detections from the Tanager-1 satellite. The detections highlight methane plumes in Pakistan and Texas, as well as a carbon dioxide plume in South Africa. The data contributes to Carbon Mapper’s goal to identify and measure greenhouse gas point-source emissions on a global scale and make that information accessible and actionable.

    209
    12
    Does Lemmy have shadow banning?
  • rimu rimu 2w ago 100%

    Check the mod log. There's a link to it in the footer.

    7
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearIN
    Jump
    ISS view of Hurricane Milton
  • rimu rimu 2w ago 100%

    Wow the ISS has a really really low orbit!

    21
  • [Discussion] What is your current favorite sitcom?
  • rimu rimu 2w ago 83%

    Believe it or not, I'm enjoying Friends. It's been long enough that I've forgotten most of it and it has lots of nostalgic tech (or lack of it).

    4
  • Good ways to cope with Working Memory impairment
  • rimu rimu 2w ago 100%

    I'm sure there's lots on youtube. Basically just chop up lots of vegetables and then boil them in chicken stock until soft enough to mash. Pumpkin, potatoes, leeks, diced bacon ends to start with but whatever's in the fridge. Once it's in your bowl grate cheese on top and dip buttered toast into it.

    5
  • Good ways to cope with Working Memory impairment
  • rimu rimu 2w ago 100%

    Cook up a huge pot of soup and then put it in meal-sized containers in the freezer. Don't touch them unless things get real bad, then defrost one and eat it.

    I did this when I knew I'd been exposed to covid. 3 days later I was sick AF, my brain was complete mush yet I was nomming on soup.

    9
  • https://www.wsj.com/tech/cybersecurity/u-s-wiretap-systems-targeted-in-china-linked-hack-327fc63b

    These federally-mandated backdoors were first required on phone systems in 1994 by the CALEA law, then controversially extended to broadband by the FCC in '04. [Archive link](https://archive.md/QDGf8) See also https://www.cnbc.com/2024/10/05/china-linked-security-breach-targeted-us-wiretap-systems-wsj-reports.html

    24
    1
    www.bbc.com

    An 88-year-old man who is the world’s longest-serving death row inmate has been acquitted by a Japanese court, after it found that evidence used against him was fabricated. Iwao Hakamada, who was on death row for almost half a century, was found guilty in 1968 of killing his boss, the man’s wife and their two teenage children. He was recently granted a retrial amid suspicions that investigators may have planted evidence that led to his conviction for quadruple murder.

    151
    14

    We tried to hold back from coding new stuff [in order for things to stabilize](https://piefed.social/post/201977) but it didn't work out. Maybe next month. Instead, we made a whole bunch of cool things: rimu ---------- * Detect offline instances and stop federating to them until they come back. feamon helped a lot with this. * Private voting - see [https://piefed.social/post/205362](https://piefed.social/post/205362) for background. * Remove [moment.js](https://momentjs.com/) to ease load on clients. We were using a quite heavy javascript library to format dates on the client side but removing the JS and doing it in Python on the backend instead more than halved the amount of JS we need to send (we're now down to 70 KB, gzipped). * Post teaser redesign - the most significant visual change since the beginning. Image posts now have a much larger preview image and video posts can be played without going to the post itself. YouTube videos are lazy-loaded just before scrolling into view but only if running on AC power. Devices running off a battery (or like Firefox which do not support the battery API) will only load the video once you visit the post page, not while scrolling the feed. * Use a connection pool for federation - rather than making a new network connection to send an Activity, PieFed will reuse an existing connection where possible. This has less overhead and results in faster federation. hendrik ---------- * Better notifications about comments buried deep in a thread freamon ---------- * Better federation of bans from remote admins. * use HTML portion of Activity instead of Markdown. Lemmy sends Activitys as both Markdown and HTML. For a long time PieFed would use the Markdown and convert it to HTML for display but now it just uses the HTML that Lemmy provides. * Image alt text federation * Backfilling improvements especially with image posts. * Many misc bugfixes JollyDevelopment ---------- * New theme - "card shadow" - this quickly became a favorite among the dev team and both freamon and myself use it. It's basically the same as the default except there are shadows behind things, giving a more 3D look to the interface and giving a bit more visual hierarchy. It's nice, try it - [https://piefed.social/user/settings](https://piefed.social/user/settings) * Admin page - instance administration - there is a table showing all the instances you're federating with and stats for each instance. * Profile export - PieFed has had the functionality to import settings from a Lemmy profile for a long time but now it's possible to go the other way and export settings from PieFed to Lemmy. * Add remote form - [The form for adding a remote community](https://piefed.social/community/add_remote) used to require you to type the community as !whatever@instance.com but now you can give the URL as well, e.g. [https://instance.com/c/whatever](https://instance.com/c/whatever) \-- As a free and open source project, PieFed receives no funding and developers are not paid. Any donations you can spare will help cover server and infrastructure costs - [https://piefed.social/donate](https://piefed.social/donate). Thanks!

    35
    6
    trance_music
    Trance Music rimu 1mo ago 100%
    An Angel's Love
    https://youtube.com/watch?v=rFDO0iHKYgA&start=83

    Takes 2.5 minutes to build up but well worth the wait!

    2
    0
    https://www.youtube.com/watch?v=QuZvYTgK2ng

    Starts pretty heavy on the vocals but gets proper trancy about 1 minute in. The original mix of this came out around 2000.

    9
    3

    [https://apnews.com/article/trump-rally-arrest-taser-media-68fe78b79ae65556c4efc850e142998c](https://apnews.com/article/trump-rally-arrest-taser-media-68fe78b79ae65556c4efc850e142998c)

    28
    0
    https://fediverse-governance.github.io/images/quick-start.pdf

    Much more at [https://fediverse-governance.github.io/](https://fediverse-governance.github.io/)

    45
    18

    We had [a really interesting discussion](https://lemmy.world/post/18805474) yesterday about voting on Lemmy/PieFed/Mbin and whether they should be private or not, [whether they are already public](https://lemmy.world/post/18813833) and to what degree, if another way was possible. There was a widely held belief that [votes should be private](https://lemmy.world/comment/11850820) yet it was repeatedly pointed out that [a quick visit to an Mbin instance](https://lemmy.world/comment/11854355) was enough to see all the upvotes and that [Lemmy admins already have a quick and easy UI](https://lemmy.world/comment/11851016) for upvotes and downvotes (with [predictable results](https://lemm.ee/comment/13768482) ). Some thought that using ActivityPub automatically means any privacy is impossible (spoiler: it doesn't). As a response, I’m trying this out: PieFed accounts now have two profiles within them - one used for posting content and another (with no name, profile photo or bio, etc) for voting. PieFed federates content using the main profile most of the time but when sending votes to Mbin and Lemmy it uses the anonymous profile. The anonymous profile cannot be associated with its controlling account by anyone other than your PieFed instance admin(s). There is one and only one anonymous profile per account so it will still be possible to analyze voting patterns for abuse or manipulation. ActivityPub geeks: the anonymous profile is a separate Actor with a different url. The Activity for the vote has its “actor” field set to the anonymous Actor url instead of the main Actor. PieFed provides all the usual url endpoints, WebFinger, etc for both actors but only provides user-provided PII for the main one. That’s all it is. Pretty simple, really. To enable the anonymous profile, go to [https://piefed.social/user/settings](https://piefed.social/user/settings) and tick the ‘Vote privately’ checkbox. If you [make a new account](https://piefed.social/auth/register) now it will have this ticked already. This will be a bit controversial, for some. I’ll be listening to your feedback and here to answer any questions. Remember this is just an experiment which could be removed if it turns out to make things worse rather than better. I've done my best to think through the implications and side-effects but there could be things I missed. Let's see how it goes.

    403
    156
    github.com

    Probably better to post in the github issue rather than replying here. [https://github.com/LemmyNet/lemmy/issues/4967](https://github.com/LemmyNet/lemmy/issues/4967)

    816
    826
    github.com

    Probably better to post in the github issue rather than replying here. [https://github.com/LemmyNet/lemmy/issues/4967](https://github.com/LemmyNet/lemmy/issues/4967)

    20
    10

    A new contributor, "JollyDevelopment" made some improvements: * Fixed a very annoying bug where enabling the markdown editor emptied the text input field * Changed the home page so there are now separate sorting and filtering options, making the 'Popular' and 'All' home pages obsolete. They have been removed from the main menu. * Added a 'dev tools' page so developers can easily create large amounts of dummy content to test with * Added a [suggest a topic](https://piefed.social/topics/new) form "wakest" created a very efficient SVG icon for PieFed that is 5x smaller than the old .png icon. Also I did a few things: * Made wide tables scroll rather than overlap the sidebar * Communities can be blocked. Good if you regularly browse posts by 'All' which is bit of a firehose. * Some mastodon integration bugs * Wrote a guide about [how to install the PieFed mobile app](https://join.piefed.social/docs/piefed-mobile/) As you can see we don't have a lot of *really* big news to share, lately. It nearly feels like a good time to call an end to the beta test phase of PieFed's development and formally release a version. With that in mind, over the next little while, we will focus on stability and bug fixes so the first release is something people can stick with without immediately getting back on the dev branch treadmill.

    42
    15

    Just a quick note to recognize that the first lines of PieFed code were published on the 28th July 2023, just over a year ago. Since then there have been 1400+ changes made by 9 people, involving adding 88,000 lines of code and removing 28,000 lines. The issue queue has 98 open and 99 closed issues. While [join.piefed.social](https://join.piefed.social) went live in October 2023, it wasn't until time off work over the christmas holidays enabled a big push to get it ready that [piefed.social](https://piefed.social) went live on 4th January 2024. Since then piefed.social has federated 190k posts, 2.3M comments and 19M votes with 1900 other instances of various types. Besides piefed.social there are 5 other PieFed instances that I know of. What a year it's been! I've grown significantly as a developer, had a lot of fun and hopefully contributed something meaningful to whatever the fediverse is becoming. Long may it continue!

    78
    22
    store.steampowered.com

    Finally time to pull the trigger on this one! EA has a big sale on lots of other titles, too.

    30
    10
    https://www.youtube.com/watch?v=zZ-lMDtiI-k

    NASA’s Scientific Visualization Studio has released a video showing how wind and air currents pushed CO2 emissions around Earth’s atmosphere from January to March 2020. The video’s high-resolution zooms in and sees individual sources of CO2, including power plants and forest fires. This global map of carbon dioxide was created using a model called GEOS, short for the Goddard Earth Observing System. GEOS is a high-resolution weather reanalysis model, powered by supercomputers, that is used to represent what was happening in the atmosphere — including storm systems, cloud formations, and other natural events. This model pulls in billions of data points from ground observations and satellite instruments – and has a resolution is more than 100 times greater than your typical weather model. More at [https://www.universetoday.com/167872/our-carbon-dioxide-emissions-have-a-mesmerizing-side/](https://www.universetoday.com/167872/our-carbon-dioxide-emissions-have-a-mesmerizing-side/)

    10
    0
    https://www.jstor.org/stable/20024652

    In this paper the author highlights how both engineers and social scientists misinterpret the relationship between technology and society. In particular he attacks the narrative, widespread among engineers, that technological artifacts, such as software, have no political properties in themselves and that function or efficiency are the only drivers of technological design and implementation.

    57
    47
    https://medmunds.github.io/puzzles/untangle.html

    Move the dots until none of the lines overlap.

    22
    1