lemmy.net.au

55 readers
2 users here now

This instance is hosted in Sydney, Australia and Maintained by Australian administrators.

Feel free to create and/or Join communities for any topics that interest you!

Rules are very simple

Mobile apps

https://join-lemmy.org/apps

What is Lemmy?

Lemmy is a selfhosted social link aggregation and discussion platform. It is completely free and open, and not controlled by any company. This means that there is no advertising, tracking, or secret algorithms. Content is organized into communities, so it is easy to subscribe to topics that you are interested in, and ignore others. Voting is used to bring the most interesting items to the top.

Think of it as an opensource alternative to reddit!

founded 1 year ago
ADMINS
19651
 
 

Archive Link

Internal emails show months of unheeded warnings from the OAIC about overstated privacy claims in the government’s age check technology trial, which didn’t technically test or assess the products against Australian law.

19652
 
 

A "classic trolley problem," according to Grok.

In fact, Grok was willing to go even further.
Asked for an “upper limit” for the amount of people it’d be willing to sacrifice to save Musk, it explained that because “Elon’s potential to advance humanity could benefit billions,” it would be okay with annihilating up to “~50 percent of Earth’s ~8.26B population.”

19653
 
 

It just kinda makes no sense to me. How can you improve the framerate by predicting how the next frame should be rendered while reducing the overhead and not increasing it more than what it already takes to render the scene normally? Like even the simplistic concept of it sounds like pure magic. And yet... It's real.

19654
10
submitted 1 month ago* (last edited 1 month ago) by General_Effort@lemmy.world to c/memes@lemmy.world
 
 
19655
 
 
19656
 
 

Original title at time of posting:

Powerful 7.5-magnitude earthquake strikes off Japan, tsunami alert issued

Additional Links:

https://www.abc.net.au/news/2026-04-20/magnitude-7-4-earthquake-hits-northeast-japan/106585552

https://www.cbsnews.com/news/japan-earthquake-tsunami-warning-hokkaido/

19657
19658
 
 

Kilmer passed away in 2025 after battling throat cancer. Apparently his character will feature in over an hour of the movie.

https://www.nbcnews.com/tech/tech-news/val-kilmer-ai-generated-new-movie-rcna264195

19659
19660
 
 
19661
19662
19663
19664
 
 
19665
 
 

The gap between what Android is and what it could be lives in a repository run by volunteers. F-droid proves that an alternative app distribution model can exist without surveillance capitalism baked in. Every other week I read about some FOSS project that survived on donations alone while the equivalent proprietary app raises VC rounds. Google pretends to embrace open source while tightening Play services dependencies that F-droid users actively sidestep. Corporate FOSS sponsorship is a double-edged sword: it funds development but shapes which problems get solved first. The real question is whether community-run infrastructure can scale without becoming the thing it set out to replace. #FOSS #Privacy #Android #TechLiberation #OpenSource

19666
19667
 
 
19668
19669
19670
 
 

My problem with articles like these is that I can point out all the issues:

Charging turns out to be fiddly and time-consuming.

No it's not

There's no tap-and-go option, and I need to scan a QR code, download an app, and set up an account. It takes me another 10 minutes because the verification email never turns up.

Yes the FIRST time, this is like saying an iphone is difficult and time consuming... because you have to set it up first

There's no tap-and-go option

You mean this? https://evie.com.au/autocharge/

Just plug in. No app, no tap.

...

The NRMA recommends charging "to 80 per cent unless more range is absolutely needed" as a courtesy to other drivers.

So what did he do? Like a typical petrol driver he:

But for this experiment, I charge from 46 to 100 per cent. It takes about an hour.

._.

This is the thing, if I know he's done a shit job on something I know about, how badly are they writing about topics I don't know about?

Thanks for nothing

19671
 
 

Community energy has emerged as a quiet undercurrent in Estonia, but has yet to firmly establish itself in the broader energy debate. Still, a number of pioneering communities across the country have already taken control of their energy production and consumption. Aiming to replace fossil fuels with cleaner and more affordable alternatives, they have adopted practical solutions that combine local needs, renewable energy and cooperative collaboration.

...

19672
 
 

IBM framed the announcement as American tech fighting back against Japan’s increasing domination of the memory market.

19673
 
 

We open sourced Voiden a few months ago: an offline API tool where API requests live as executable Markdown and are versioned in Git. We wanted to build something that combines the power and flexibility of Obsidian-style files with the simplicity of curl.

The basic idea of Voiden is that instead of being static forms, API requests are composed by using blocks (endpoint, auth, params, body). Blocks that you can add, reuse, override, and stitch together across files (more like functions than requests).

Most of the feedback, requests and contributions that we have gotten since Open Sourcing, have been around defining workflows, chaining requests, scripting them, and structuring everything in reusable .void files.

These are some of the key highlights that I wanted to share:

– Real scripting, (instead of sandboxes): In most API tools scripting lives in a constrained JS sandbox, an environment that doesn’t take advantage of powerful runtimes that might be available locally for a developer. The biggest limitation here is the assumption that the tool should define the runtime. Voiden runs fully locally, so this allows you to just run your scripts with actual runtimes (JS, Python, shell, with support for others being added).

– Multiple requests per file (mini workflows): Allowing multiple requests in a single .void file turned out to be surprisingly useful. Instead of scattering related requests, you can group them naturally: an order flow (create - pay - confirm), or a full CRUD cycle in one place. The file effectively becomes an executable flow: run one request, or the entire sequence end-to-end. And since Voiden is executable Markdown, docs and tests are in the same .void file that can be organised better, preventing duplication and drift.

– Stitch (composable workflows across files): Instead of a single large collection, workflows (“Stitch”) are built from .void files that you can combine across scenarios. You define small flows (auth, setup, CRUD, etc.) and stitch them together into larger workflows, without duplication. This is just the first version of this capability, we still have a lot to do here.

– Agents :The file-based, local-first model also works well with agents. Since Voiden has a built-in terminal and uses Markdown, we added “skills” so that Claude and Codex agents can work directly with .void files (using your own subscriptions).

We also published an SDK for community plugins, and made improvements to performance, reliability, and DX (keyboard-first), with careful attention to performance given the Electron base

Looking for feedback and suggestions.

Github : https://github.com/VoidenHQ/voiden

Download : https://voiden.md/download

Latest Lemmy discussion : https://lemmy.world/post/43922166

19674
19675
 
 
view more: ‹ prev next ›