Searching We.Love.Privacy.Club

Twts matching #html
Sort by: Newest, Oldest, Most Relevant

This superintelligent AI is so powerful, even its creators are afraid of what it’s capable of
If Anthropic’s new AI tool falls into the hands of bad actors, they could hack pretty much every major software system in the world. And so could your kids. ⌘ Read more

⤋ Read More

[$] A flood of useful security reports
The idea of using large language models (LLMs) to discover security problems is
not new. Google’s Project Zero
investigated
the feasibility of using LLMs for security research in 2024. At the time, they
found that models could identify real problems, but required a good deal of
structure and hand-holding to do so on small benchmark problems. In February
2026, Anthropic
published a report
claim … ⌘ Read more

⤋ Read More

14 years and $1.3 billion later, video game Star Citizen is nearing a major milestone
After 14 years, Star Citizen is nearing a major milestone. Creator Chris Roberts speaks with 9news.com.au about the ambition, community, and the billion dollars in funding behind the project — as well as the upcoming single-player campaign, Squadron 42.

The long-awaited game features a cast inc … ⌘ Read more

⤋ Read More

Five social media giants face crackdown over under-16 ban
Facebook, Instagram, TikTok, Snapchat and YouTube are under investigation and facing fines of up to $49.5 million for potential non-compliance with Australia’s world-first social media ban. ⌘ Read more

⤋ Read More

Five social media giants face crackdown over under-16 ban
Facebook, Instagram, TikTok, Snapchat and YouTube are under investigation and facing fines of up to $49.5 million. for potential non-compliance with Australia’s world-first social media ban. ⌘ Read more

⤋ Read More

Instagram falsely accused me of vile behaviour. Now I’m locked out of my life
Meta banned me over mistaken “child sexual exploitation, abuse and nudity” alerts. This is the same tech giant that’s just been fined more than $500 million for enabling child sexual exploitation. ⌘ Read more

⤋ Read More

Near-death experience shapes actor’s role in new video game
Hannah Telle and Rhianna DeVries, the actors behind one of gaming’s most iconic relationships, are returning — and bringing deeply personal experiences with them.

Speaking with 9news.com.au, DeVries revealed how surviving a near-death experience shaped their performance in the upcoming game Life is Strange: Reunion. ⌘ Read more

⤋ Read More

In the interest of fairness and hopefully for the last time, I ever have to address this, Google has flip-flopped again and promised “sideloading” will not be removed from their version of Android, but instead have to be enabled in the developer settings, using the following “advanced flow”:

To be perfectly clear, this still falls short of what I wanted, but at this point, it is a compromise I’m willing to take, over further pursuing this, through the various available European courts, myself.

Here is their full statement:
https://android-developers.googleblog.com/2026/03/android-developer-verification.html

⤋ Read More
In-reply-to » Can anyone recommend a command-line SQL query formatter? Unfortunately, sqlparse is also unsuitable for me: https://github.com/andialbrecht/sqlparse/issues/688

I’m supporting incremental SQLite schema changes to just upgrade from an older database version to whatever the current software version supports. In the past, I already noticed that this is quite expensive in unit tests when each test case runs through the entire schema patches and applies them one by one.

To speed up test execution I now decided that I finally go through the troubles of maintaining both a set of incremental patches and a full schema setup in one go. A unit test verifies that both ways end up with the same structure. This gives me a set of SQLs to check the structures:

SELECT type, name, tbl_name, sql
FROM sqlite_schema
ORDER BY type, name, tbl_name

Unfortunately, the resulting CREATE TABLE SQL queries are formatted differently, depending on whether the full schema was set up in one big step or the structure had been modified with ALTER TABLE. Mainly, added columns are not on their own lines but appended in one physical line. That’s why I wanted an SQL formatting tool. Since I didn’t find one that works decently, I’m now doing some simple string manipulation. Joining consecutive whitespace into a single space character, removing spaces before commas and closing parentheses and spaces after opening parentheses. This works surpringly good enough. Of course, if it fails, the “diff” is absolutely horrendous.

Now for the cool part, my test execution dropped from around 5:05 minutes to just 1:32 minutes! I call that a win.

I just stumbled across PRAGMA table_info('tablename') https://sqlite.org/pragma.html#pragma_table_info, PRAGMA foreign_key_list('tablename') and friends. I guess, I have to play with that, now. It’s probably much better to use than the SQL text approach.

⤋ Read More

The day porn turned off: Inside Australia’s high-stakes war with the adult industry
New laws have forced Pornhub off our screens. But the harder question – what it has already done to a generation of young men – is only just beginning to be asked. ⌘ Read more

⤋ Read More
In-reply-to » @falsifian Congrats, mate, no sleep at night anymore! ;-D That's a cool age measuring blanket. Haven't seen something like that before.

@lyse@lyse.isobeef.org Thanks for letting me know. HTML checkers seem happy now. I’m not sure what to do about the images not loading. The photos have three sizes (thumbnail, photo page, and original if you click the img tag on the photo page); can you at least see the smaller two sizes? Maybe I will do some experimental fetches and/or start measuring things on my web server.

⤋ Read More
In-reply-to » Hello twtxt! I still exist. I have a baby now and put some pictures at https://photos.falsifian.org/ . Album HTML loosely inspried by @lyse

@falsifian@www.falsifian.org Congrats, mate, no sleep at night anymore! ;-D That’s a cool age measuring blanket. Haven’t seen something like that before.

Btw. the index.html includes an out of place </ul>. And I just wanna let you know that the full-size photos don’t load for me over here across the pond. They always run into a timeout after a few slooow percent. But no worries. :-)

⤋ Read More