I haven’t taken a look into that extension, although I think you could use the OpenSSL library: https://www.php.net/manual/en/function.openssl-encrypt.php
@arne@uplegger.eu I think you want to use the sodium_crypto functions/modules for PHP 🤔🤔
@arne@uplegger.eu Hi! I love that you’re implementing it! Maybe, when we’re both done, we could test the clients by communicating both.
I don’t think I’m going to be able to help you much, my knowledge of OpenSSL and PHP is not as high as I’d like it to be.
Maybe the OpenSSL version uses SHA-1 by default in PHP. Or that the IV is derived together with the key (not generated separately). But I’m not able to answer your questions, sorry.
I’m invoking the commands directly, without any libraries in between. Maybe that would help you?
@arne@uplegger.eu Well, just for my understanding. The command:
echo "Lorem ipsum" | openssl enc -aes-256-cbc -pbkdf2 -iter 100000 -out message.enc -pass file:shared_key.bin
will take the input string from echo to openssl. It then will
- use the content of
shared_key.binas password
- use
PBKDF2with an iteration of 100000 to generate a encryption key from the given password (shared_key.bin)
- use the
PBKDF2generated key for anaes-256-cbcencryption
The final result is encrypted data with the prepended salt (which was generated by runtime), e.g.: Salted__q�;��-�T���"h%��5�� ....
With a dummy script I now can generate a valide shared key within PHP ‘openssl_pkey_derive()’ - identical to OpenSSL.
I also can en-/decrypt salted data within my script, but not with OpenSSL. There are several parameters of PBKDF2 unknown to me.
Question:
- Is the salt, used by
aes-256-cbcandPBKDF2the same, prepended in the encrypted data?
- Witch algorithm/cipher is used within
PBKDF2: sha1, sha256, …?
- What is the desired key length of
PBKDF2(https://www.php.net/manual/en/function.openssl-pbkdf2.php)?
To be continued …
The Man Madison Warned Us Against
Harold Meyerson, Editor-at-Large - The American Prospect
_Stephan: I have spent some time watching and reading “king” Trump’s propaganda media, as well as CNN’s weird Abby Philips show. Not surprisingly they are all tying themselves into knots trying to normalize the Trumpian/Musk coup. I think Harold Meyerson gets it right. Criminal Trump, his Frankenstein Musk, and his other servile lackeys working to implement the coup are exactly what the Founder Jam … ⌘ Read more
oh cool @lyse@lyse.isobeef.org !! and thanks, got rid of that empty line. ATM I’m using twtxt very much in an experimental way, only manual editing or writing my tools. curious to see how it will evolve. #meta #twtxt
10 Times Eclipses Marked History
Telling the time in the ancient world was tricky; trying to describe the past between different cultures was almost impossible. People used different calendars, and attempting to make them work together was tricky. Your year of the Consulship of Cornelius Rufus and Curius Dentatus might be the year of the Archon Charinus to your neighbor. […]
The post 10 Times Eclipses Marked History appeared firs … ⌘ Read more
Does anybody know a right mouse click save and reduce a screen saver image to a smaller file, say 50KB?
My usual method is slow, place in image program and re-save it smaller.
I used to have a Window’s way to reduce file images from 1MB to 50 KB with right mouse click.
SpacemiT X60 RISC V Processor Enables AI and High Speed Storage in Bit Brick K1 Embedded Board
The Bit-Brick K1 is a single-board computer designed for industrial and edge computing applications. It features the SpacemiT Key Stone K1, an ultra-low-power octa-core RISC-V system-on-chip with SpacemiT Daoyi AI acceleration. Built on the RISC-V 64GCVB architecture and RVA22 standard, the processor delivers 2.0TOPS of AI computing power using customized … ⌘ Read more
Aqara Launches Camera Hub G5 Pro
Smart home company Aqara today announced the global availability of its Camera Hub G5 Pro, which is designed specifically for outdoor surveillance. The G5 Pro integrates with the Apple Home app and it supports HomeKit Secure Video.
Available in two colors, the G5 Pro provid … ⌘ Read more
iPhone Camera App Deleted or Icon Missing? Here’s the Fix
Occasionally, some iPhone users have gone to use their Camera app and discovered the Camera app icon is missing from their iPhone Home Screen. Uh oh! Does this mean your Camera app was deleted? What do you do now? Don’t distress, fixing a missing Camera app on iPhone is usually pretty easy. The Camera app … Read More ⌘ Read more
@prologic@twtxt.net I wish getting a static IP and a (more) stable internet connection wasn’t so hard over here. Then I could do proper self-hosting as well. But as it stands, I need some rented VPS.
I could go ahead and just use the VPS for the IP, i.e. forward all traffic through Wireguard to a box here at home. Big downside is that the network connection would be even slower than it already is and my ISP breaks down all the time for a few minutes … it’s just bad overall and much easier/better to rent a VPS. 🫤
hey @lyse@lyse.isobeef.org I’ve seen your mention from uhhmmm 4months ago just now using my crawler -__-’ / curious to know, do you see my mention now? #meta #twtxt
@prologic@twtxt.net I’m speculating, but if I had to guess I’d say it’s probably asking for your user password in order to access some user keyring (or whatever your OS uses to manage user secret credentials) used to safely store your passkeys related data in order to do its passkeys /ME doing air quotes Magic™ … you could try with a different password manager to avoid said scenario.
Also, passkeys UX sucks.
How to Disable Apple Intelligence on iPhone, Mac, iPad
Apple Intelligence is an intriguing and powerful set of AI features available on the latest models of Mac, iPhone, and iPad with modern versions of system software. These AI features are tied to ChatGPT and range from useful writing and summarization tools, to business plan creation, to writing emails on your behalf, image generation with … [Read More](https://osxdaily.com/2025/02/18/how-to-disable-apple-intelligence-on-iphone … ⌘ Read more
How to Disable Apple Intelligence on iPhone, Mac, iPad
Apple Intelligence is an intriguing and powerful set of AI features available on the latest models of Mac, iPhone, and iPad with modern versions of system software. These AI features are tied to ChatGPT and range from useful writing and summarization tools, to business plan creation, to writing emails on your behalf, image generation with … [Read More](https://osxdaily.com/2025/02/18/how-to-disable-apple-intelligence-on-iphone … ⌘ Read more
I’m in an article in Quanta Magazine! It’s about the bizarre world of algorithms that re-use memory that’s already full. https://www.quantamagazine.org/catalytic-computing-taps-the-full-power-of-a-full-hard-drive-20250218/ I’m the one with all the snow in the background.
I’m surprised, here you can’t find dial controls anymore. How old are your ovens? The last one my parents had was from the 90s.
I was amazed experimenting with different combinations, for instance instead of 100, using 60 for a minute, 90 for 1:30, and stupid stuff like heating with 11, 22, 55 seconds and so, to make it quicker to type any time.
Demo an Automated Canary Deployment on Kubernetes with Argo Rollouts, Istio, and Prometheus
Building stuff is fun! Let’s use Argo Rollouts, Istio, and Prometheus to automate a canary deployment on Kubernetes! The application we’ll run is the Argo Rollouts Demo Application which does a great job of visualizing how… ⌘ Read more
Trump layoffs leave Hanford nuclear site with ‘skeleton crew’
Jayati Ramakrishnan, Reporter - Seattle Times
_Stephan: The Hanford Nuclear Reservation is the most dangerous and radioactive site in the Western hemisphere. It is where two-thirds of the plutonium that was used to make the U.S. nuclear weapons was created. “King” Trump and his co-president Musk have now fired a large portion of the staff that keeps Hanford from becoming a nuclear disaster like Chern … ⌘ Read more
[WTS] [US] [0.015 XMR] XMR Bear Sticker
cute monero bear sticker made by me. shipping already included in price.
Link: https://xmrbazaar.com/listing/kB7E/
@k4th (YouTube) ⌘ Read more
Install & Manage Homebrew Cask Apps on Mac Easily with Applite
Applite is a powerful free and open source MacOS application for streamlining the installation, updating, and management of third party apps using the Homebrew cask feature, without ever having to use the Terminal. Presented in an easy to use simple graphical interface, Applite is sort of like a third-party App Store that makes using Homebrew … [Read More](https://osxdaily.com/2025/02/17/install-manage-hom … ⌘ Read more
Self-hosting my emails again: A few weeks in
A few weeks ago, I moved back to self-hosting my mail server after using Purelymail for three years. The decision wasn’t about cost – it’s actually more expensive to rent a VPS – but about control, security, and data locality. My mails are now hosted in Europe, giving me more confidence in their privacy, and I can configure everything exactly as I want while ensuring compliance with GDPR. ⌘ Read more
American troops in Europe are not ‘forever,’ US defense chief Hegseth warns
Laura Kayali, - Politico
_Stephan: ”King” Trump and his vassals do not seem to understand the geopolitical relationships that for 80 years have kept us from world war. Sadly, I think we are going to see this structure wrecked by these morons. If the Ukrainian war ends in the Putin-Trump conclusion as it seems to be headed, I think we are going to see much more violence in t … ⌘ Read more
Corporate America’s Souring Profit Outlook Clouds Equity Rally
Jessica Menton, Staff Writer - Bloomberg
Stephan: Prices are going up and, as this assessment from Bloomberg makes clear, America’s economy is looking increasingly iffy. Given the trade war “king” Trump has created I don’t see how it could be otherwise. But let us hope.
Credit: BloombergBen … ⌘ Read more
What a $2 Million Per Dose Gene Therapy Reveals About Drug Pricing
Robin Fields, Staff Writer - ProPublica
_Stephan: Yet another factual proof that the pharmaceutical industry is about profit not fostering wellbeing. I think this story is disgusting, and you will notice that even though your tax dollars are used to develop drugs once developed they become tools to empty your pocket. If you don’t already know about it please use a discount service such as G … ⌘ Read more
Yesterday I was doing a lot of research on how #hyperdrive and the #holepunch project work. Would it be possible to use it to make #twtxt an easier gateway for new users? Could we stop using web servers?
My conclusion: We would end up being a #nostr. On the one hand it would become more complex to use, it would force the user to have software installed, and on the other hand the community would need a central proxy to make the routes accessible via HTTP. In other words, it’s not a good idea.
However, it’s an AMAZING technology. I want to start playing with it.
Who uses the tor site of magical.fish with the Orbot app?
OpenWrt One AP 24 XY Brings Open Source Networking to a Custom Router
The OpenWrt One/AP-24.XY is a router board based on the MediaTek MT7981B (Filogic 820) SoC, combined with the MediaTek MT7976C dual-band Wi-Fi 6 chipset. Developed in collaboration with Banana Pi, the OpenWrt One is the first official hardware platform supported by the OpenWrt open-source community, designed for OpenWrt learning, IoT applications, and general networking use […] ⌘ Read more
I got promoted today to try using Passkeys on Github.com. Fine 😅 I did that, but I discovered that when you use your Passkey to login, Chrome prompts you for your device’s password (i.e: The password you use to login to your macOS Desktop). Is that intentional? Kind of defeats the point no? I mean sure, now there’s no Password being transmitted, stored or presented to Github.com but still, all an attacker has to do is somehow be on my device and know my login password to my device right? Is that better or worse? 🤔
I’m continuing my tt rewrite in Go and quickly implemented a stack widget for tview. The builtin Pages is similar but way too complicated for my use case. I would have to specify a mandatory name and some additional options for each page. Also, it allows me to randomly jump around between pages using names, but only gives me direct access the first, however, not the last page. Weird. I don’t wanna remember names. All I really need is a classic stack. You open a new fullscreen dialog and maybe another one on top of that. Closing the upper most brings you back to the previous one and so on.
The very first dialog I added is viewing the raw message text. Unlike in @arne@uplegger.eu’s TwtxtReader, I’m not able to include the original timestamp, though. I don’t have it in its original form in the database. :-/
Next up is a URL view.
Radxa Expands SBC Lineup with ROCK 5T Featuring Dual 2.5GbE and Dual M.2 Slots
Radxa has introduced a Mini-ITX single-board computer designed for both consumer and industrial applications. Built around the Rockchip RK3588(J) processor, this SBC provides a broad set of interfaces, high-speed connectivity, and advanced multimedia capabilities. Unlike the ROCK 5B and ROCK 5B+, which use the same processor, the ROCK 5T is also designed for industrial applications […] ⌘ Read more
Added support for uploading images to to #Timeline
Right now you need to copy the markdown code yourself, but next up would be to lean some JS or use HTMX to make the process more smooth.
What exact feeds are we talking about that uses spaces instead of tabs or the T’s in timestamp?
it’s ok, you can confess to us, we don’t know your identity!
US relations with Europe will never be the same after Trump’s call with Putin
Stephen Collinson, Staff Writer - CNN
_Stephan: We, in the United States, are not only going through a coup that is destroying our democracy we are awash in corruption. Criminal Trump believes himself to be a king who can do whatever he wants. But the damage he is doing extends far beyond our borders. America has had status as a fair leader, and is has been seen as suc … ⌘ Read more
I can’t. I use Windows 3.11 and do not use the Dildo browser …
The project is a POC (Proof of Concept) that went into production and the company has customers who are using it. The developers had been working for several years, without testing, structure, isolation and so on. The company hired me to transform the project into a real product. There are in my hands 422 python files to transform that they beg me a refactore, architecture and testing. Every developer’s bad dream.
My first step is to read and understand the tree because there are apps inside other apps call each other. I am very determined to work on a new repository.
iPhone 17 Air Could Look Like This in Real Life
There have been several alleged leaked details of the iPhone 17 Air, Apple’s rumored new slim iPhone, but images have been limited to grainy shots taken in component factories. However, this hyper-realistic concept created by WEIS Studio gives us the best idea yet of what Apple’s thin device might actually look like.
.
A newsreader without read flags would be totally useless to me. But I also do not subscribe to fire hose feeds, so maybe that’s a different story with these. I don’t know.
To me, filtering read messages out and only showing new messages is the obvious solution. No need for notifications in my opinion.
There are different approaches with read flags. Personally, I like to explicitly mark messages read or unread. This way, I can think about something and easily come back later to reply. Of course, marking messages read could also happen automatically. All decent mail clients I’ve used in my life offered even more advanced features, like delayed automatic marking.
All I can say is that I’m super happy with that for years. It works absolutely great for me. The only downside is that I see heaps of new, despite years old messages when a bug causes a feed to be incorrectly updated (https://twtxt.net/twt/tnsuifa). ;-)
that’s a fair point.
Perhaps, since Twitter in 2006 never implemented read flags, every derivative microblogging system never saw that as an expected feature. This is curious because Twitter started with SMS, where on our phones we can mark messages as read or unread.
I think it all comes from the difference between reading an email (directed to you) vs. reading public posts (like a blog or a ‘wall,’ where you don’t mark posts as read). It’s not necessary to mark it as ‘read’, you just jump over it.
Reading microblogging posts in an email program is not common, I think, and I haven’t really used it, so I cannot say how it works, and whether it would be better for me or not.
However, I’ve used Thunderbird as a feed reader, and I understand the advantages when reading blog posts.
About read flags being simple, well… we just had a discussion this morning about how tracking read messages would require a lot of rethinking for clients such as timeline where no state is stored. Even considering some kind of ‘notification of unread messages or mentions’ is not expected for those minimalist client, so it’s an interesting compromise to think about.
@mckinley@twtxt.net Yeah, all this JS and HTMX garbage messes up a lot of things which used to work better in the earlier days.
Neither of us had ever had a cat before my girlfriend and I decided to adopt this 2 year old princess called Zelda. Best decision we ever made ⌘ Read more
‘In a real sense, US democracy has died’: how Trump is emulating Hungary’s Orbán
David Smith, - The Guardian (U.K.)
_Stephan: I got an email this morning from an SR reader who had just returned from a trip to Ireland. He told me he and his wife had gone to a pub with an Irish friend and, when the others in the pub realized he was an American, the contemptuous derogatory comments about the U.S. became so unpleasant that they had to leave. I went … ⌘ Read more
Apple Working on New 27-Inch Mini-LED Studio Display for Late 2025
Apple is working on a 27-inch mini-LED display that could come as soon as late 2025, display analyst Ross Young said today. The display could be a new version of the Studio Display that Apple first introduced in 2022. The current version of the Studio Display uses a 5K LED panel, so a mini-LED version would be a significant update.

-Fix building sample_code.cpp on Linux
-Update instructions to use unbound v1.22.0
-Update instructions to use boost v1.85.0
-Update build ... ⌘ [Read more](https://monero.observer/woodser-releases-monero-cpp-v0.8.13-monero-java-v0.8.36-monero-ts-v0.11.3/)
Recover 7GB of iPhone, iPad, & Mac Storage by Disabling Apple Intelligence
Don’t use Apple Intelligence? Don’t care to have Apple Intelligence write your emails for you or instantly create a business plan or any of the handy writing and summary tools? Whether you’re on an iPhone, iPad, or Mac, if you recently updated to the latest versions of system software, then you’ll find that Apple Intelligence … [Read More](https://osxdaily.com/2025/02/12/recover-7gb-o … ⌘ Read more
@movq@www.uninformativ.de Yeah, maybe. What browsers are you using again for these two?
How GitHub uses CodeQL to secure GitHub
How GitHub’s Product Security Engineering team manages our CodeQL implementation at scale and how you can, too.
The post How GitHub uses CodeQL to secure GitHub appeared first on The GitHub Blog. ⌘ Read more
Here Are All The Major Lawsuits Against Trump And Musk: Judge Shoots Down Trump’s Latest Attempt To Freeze Funding
Alison Durkee, Staff Writer - Forbes
_Stephan: In a sad way, this article is good news. It shows us there is still some integrity in the judicial system of the United States. It also tells us that Trump is attempting to orchestrate a coup, although almost no one in the media, even as they cover th … ⌘ Read more
Trump loosens enforcement of US law banning bribery of foreign officials
Steve Holland and Nandita Bose, Reporters - Reuters
_Stephan: ”Emperor” Trump, a multi-convicted felon, and multiple bankrupt, convicted sex offender has been a criminal all his life and is now trying to reshape your country and mine into a reflection of himself; to legalize the United States as a criminal nation. What are you doing to speak out against this evil transformation … ⌘ Read more
[LTH] [Bounty] Haveno: Add support for DAI
DAI is useful asset to trade with XMR for access to many liquid and lending markets. CakeWallet supports DAI. This bounty would be complete upon the merge of a pull request, closing these issues.
Links:
- https://bounties.monero.social/posts/175/haveno-add-support-for-dai
- https://github.com/haveno-dex/listing/issues/21
bvcxza (Github) ⌘ Read more
How to refactor code with GitHub Copilot
Discover how to use GitHub Copilot to refactor your code and see samples of it in action.
The post How to refactor code with GitHub Copilot appeared first on The GitHub Blog. ⌘ Read more
Axiomtek Introduces ROBOX300 Fanless Robotics Controller for Industrial AMRs with ROS/ROS 2 Support
Axiomtek has introduced the ROBOX300, a compact and energy-efficient robotics controller designed for Autonomous Mobile Robots. Powered by the Intel Core i5-1145G7E processor with a 15W TDP, it supports a 9 to 60 VDC input range and features a rugged, fanless design for industrial use. As of this publication date, the ROBOX300 is only […] ⌘ Read more
‘Sabotaging the American empire’: Paul Krugman explains how MAGA ‘destroyed’ US moral authority
Alex Henderson, Staff Writer - AlterNet
_Stephan: ”Emperor” Trump and his coup vassals are destroying America’s stature in the world. Nobel Laureate Economist Paul Krugman spells it out. The United States will neither be respected or trusted, and it will change the whole structure of geopolitics. The effects of this I believe will last … ⌘ Read more
10 Times People Voluntarily Gave Up Their Freedom to Dictators
Let’s be honest: If history has taught us anything at all, it might just be that people love a strongman—until they don’t. Again and again, societies have handed over their rights with the enthusiasm of someone clicking “I agree” on terms and conditions they never even read. But instead of just annoying software updates, these […]
The post [10 Times People Voluntarily Gave Up Their Freedom to Dictators](htt … ⌘ Read more
selsta posts January 2025 Monero dev report
selsta1 has posted a monthly CCS progress report2 for January 2025, which includes several Monero dev updates.
Milestone 2:
* Most time was spent on v0.18.4.0
* I also created a to-do list that shows the current status
* Removed old debug code that we used to verify the difficulty code
(this could speed up sync times)
* Hackerone conflict resolution
Note that misc work is not explicitly mentioned in these updates. The full … ⌘ Read more
my only solution to use lynx would be over ssh into a pubnix which is actually a better solution n for my problem like rn
:3 already_tried_that_for_some_reason_it_crashes_so_i_use_dillo_which_is_fine_since_ican_browse_gemini_too
CBS News poll — Trump has positive approval amid “energetic” opening weeks; seen as doing what he promised
Anthony Salvanto, CBS News’ Executive Director of Elections and Surveys. - CBS News
_Stephan: It has become very clear that unlike Europeans or Asians or Latin Americans, the people of the United States have never lived under a christofascist authoritarian rule, and most of us seem incapable of understanding what is … ⌘ Read more
Trump rescinds $4B in US pledges for UN climate fund
Karl Mathiesen, Staff Writer - Politico
_Stephan: Fascist Trump isn’t very bright (as anyone will conclude who actually examines the history of his life) but he is very greedy and obsessed with being in control. So part of the coup he and the Republicans are carrying out is to serve their petroleum oligarch funders and block any sensible preparation for climate change. That several hundred million Americans will suffe … ⌘ Read more
World’s Thinnest Foldable Phone Launches Next Week
Oppo has confirmed a February 20 global launch for its Find N5, which the company claims is the world’s thinnest device in the foldable phone category. The phone is expected to be re-branded as the OnePlus Open 2 in the US.
The Chinese vendor has been teasing the device in the last few weeks, touting its waterproofing and nearly invisible display crease, and … ⌘ Read more
Rescue gave us the wrong cat ⌘ Read more
@movq@www.uninformativ.de It happens to the best of us :-) On a more serious note: I’m relieved to hear that I’m not the only one who is completely perplexed by his own projects when returning back to them after a short hiatus.
iPhone Users Can Sign Up to Try Starlink Connectivity For Free Until July
T-Mobile today announced that its Starlink satellite feature is now available in public beta, meaning anyone in the U.S. with a compatible iPhone or Android smartphone can sign up to test the off-the-grid connectivity, even if they use another carrier.

monero-project/monero:
How to Watch Super Bowl LIX Free on iPhone, iPad, Mac, and Apple TV
Super Bowl LIX takes place this Sunday, February 9. In the U.S., the game will be streaming for free in upscaled 4K on FOX’s ad-supported streaming service Tubi, which is available on the iPhone, iPad, Mac, Apple TV, Apple Vision Pro, and many other devices.
This year, the Kansas City Chi … ⌘ Read more
Top Stories: Apple ‘Invites’ App, iPhone SE 4 Imminent, AppleCare Changes, and More
While we’re still waiting for Apple’s first major hardware releases of the year, we may not have much longer to wait, though Apple has also been tiding us over with this week’s release of a new “Invites” app.
This week also saw some AppleCare changes, the debut of the first native pornography app for iPhone via an alternative app store … ⌘ Read more
Cyrix126 releases Gupaxx v1.8.0
Cyrix1261 has released Gupaxx 2 version 1.8.03 with various improvements and bugfixes:
Changes overviewThis release is making the use of advanced submenu and simple submenu together sound. New feature to hide tabs you don’t use. New fields in advanced submenu for Node,P2Pool,Xmrig and Proxy tabs.
[UI] Node: button to enable "fast mode"
[UI] P2pool: binding port field
[UI] Xmrig: token field
[Internal] processes are now aware of custom va ... ⌘ [Read more](https://monero.observer/cyrix126-releases-gupaxx-v1.8.0/)
‘Most dangerous technology ever’: Protesters urge AI pause
Google this week quietly revised its artificial intelligence ethics, no longer ruling out military or surveillance use. ⌘ Read more
Suspension Bridge
⌘ Read more
Using AirTags for Dogs: Track Your Pet for Added Peace of Mind
Using AirTags to keep track of a dog can offer some additional peace of mind, especially if you’re worried about your fuzzy companion wandering off. Whether your dog has a penchant to escape out of your yard, has a tendency to bolt, or simply likes to run off at any opportunity, AirTags can provide a … Read More ⌘ Read more
Apple Prototypes Tabletop Robot With Lifelike Movements Ahead of Rumored Launch by 2027
A team of robotics researchers at Apple have designed and prototyped a lamp-like robot with lifelike movements, according to a blog post and accompanying video published last month on the Apple Machine Learning Research website. The lamp, which reminds us of the cute Pixar mascot [Luxo Jr.](https://www.youtube.com/watch?v=gX0CmJa … ⌘ Read more
10 Bad Movies with Great Effects
As filmmaking progresses, the craft evolves. That pattern is evident in numerous aspects of a project, but the most noticeable are the special effects. Technology advances to new heights, and the artists use those breakthroughs to enhance the image onscreen. Their hope is to further immerse audiences in the film. That said, their efforts are […]
The post 10 Bad Movies with Great Effects appeared f … ⌘ Read more
You Can Now Use ChatGPT Search Without Signing In
ChatGPT’s search engine feature can now be accessed by anyone, OpenAI announced on Wednesday. Previously, users needed an account to use ChatGPT search, but the sign-in requirement has now been removed.
ChatGPT Search is available on the ChatGPT website and in the desktop and mobile apps. Searches can be initiated ba … ⌘ Read more
@movq@www.uninformativ.de This time it works! (For the first time). Using mutt, yes, and the config is yours. I’ll contact you later, when I have more data. Some time needed to experiment. Thanks!
@jost@jost.sdfeu.org Hmm, not really, no. Could you share your mutt config? (Are you using mutt?) Feel free to send me an email, if doing this over twtxt doesn’t work (yet). You can find the address on https://www.uninformativ.de/contact.html ✌️
Trump says US will ‘take over’ and ‘own’ Gaza Strip and says US troops will be deployed ‘if it’s necessary’ – live
Léonie Chao-Fong, Christy Cooney and Yohannes Lowe, Staff Writers - The Guardian (U.K.)
_Stephan: As you have probably already heard, Benjamin Netanyahu, an international war criminal and Donald Trump, a convicted sex offender and multiple felon just stood at a press conference in the White House and com … ⌘ Read more
10 Mysterious Beach Objects
The sea is a fascinating, largely unknown realm full of both potential perils and astounding mysteries. From time to time, the ocean reminds us of its secrets and its possible dangers as incoming tides and surf deliver to our beaches and shorelines strange objects or bizarre specimens of marine life for us to examine. Many […]
The post 10 Mysterious Beach Objects appeared first on [Listverse](https://listverse.c … ⌘ Read more
Thanks for your replies to my ‘Hello World’. Seems I can post but not reply myself. Using jenny, who isn’t as gentle as the name suggests ;-) I’ll figure it out.
CAN FD Adapter for High-Speed Industrial and Embedded Communication in M.2 and Mini-PCIe Form Factors
The CAN FD Adapter enables high-speed CAN FD connectivity for embedded and industrial applications. Available in M.2 B-key and mini-PCIe form factors, it supports data rates from 12.5 kbit/s to 8 Mbit/s. It integrates with systems used in industrial monitoring, robotics, automation, hardware-in-the-loop testing, remote access, and data loggin … ⌘ Read more
[ANN] Bulletproofs Inner Product Argument & Range Proofs in Monero using Bulletproofs
Link: https://risencrypto.github.io/Bulletproofs/
u/chillband@monero.town (Lemmy) ⌘ Read more
Touch Bar on Mac Showing “Touch ID to Sign In” or “Touch ID to Autofill” Requests in Safari? Here’s Why
MacBook Pro users with a Touch Bar equipped model may find themselves using Safari and have the Touch Bar constantly show a seemingly random “Touch ID to Autofill” or “Touch ID to Sign In” request, even if they’re using a website or a webpage with no forms, nothing to sign into, and nothing to autofill. … … ⌘ Read more
‘It’s a coup’: Musk’s DOGE granted access to system that pays out Social Security
Olivia Rosane, Staff Writer - Common Dreams | AlterNet
_Stephan: What amounts to an oligarchical coup of the United States has just happened. The unelected billionaires who bought “emperor” Trump his office now have my, and probably your, complete personal financial data – anything any of us has ever filed with the federal government, as well as any military serv … ⌘ Read more
@sorenpeter@darch.dk It depends on your requirements. If you just want to put your code somewhere for yourself, simply push it over SSH on a server and call it good. That’s what I do with lots of repos. If you want an additional web UI for read access for the public, cgit comes to mind (a mate uses that). Prologic runs Gitea, which offers heaps more functionality like merge requests.
10 Films That Are Still Banned in the UK
Westerners live in an age of relative freedom when it comes to the films we can enjoy. U.S. and UK censors are more forgiving than they used to be, and horrific, graphic, and downright lewd films that would previously have been banned from even the roughest fleapit make it into mainstream cinemas. https://web.archive.org/web/20200924204745/https://www.bbfc.co.uk/education-resources/education-news/video-nasties The UK’s […]
The post [10 Films That Are … ⌘ Read more
10 Historical Events That Shaped the English Language
Words, like people, have stories to tell. Languages, like nations, have their histories. They have their peculiarities and quirks that can be traced back to some circumstance in their journey from our ancestors to us. The English language is replete with these curiosities. Inconsistent spelling and pronunciation are just two weird things about English that […]
The post [10 Historical Events That Shaped the English Language]( … ⌘ Read more
To all my EU friends out there, is it this hard™ to reach a human in European companies that allow, perform or permit silly shenanigans? 🤔 Or is it just US companies? 🤔
10 Whistleblowers Who Were Outright Heroes
When you talk about whistleblowers, some popular names come to mind, but the concept of whistleblowing is not a modern one. The tradition has been in place since the days of the ancient world. It has been a critical tool that man has used to achieve justice and fairness in society. While we acknowledge that […]
The post 10 Whistleblowers Who Were Outright Heroes appea … ⌘ Read more
For many years I have found Flask to be too basic a tool for modern development. But since I create APIs using Flask with Pydantic to validate the input data, some middlewares for parsing and Blueprint to separate the code into modules… I must admit that I am super comfortable, fast and easy to test.
#flask #python #pydantic
Ten of the Most Outlandish Influencers on Social Media
As any social media user knows, influencers are everywhere. Usually, they pester us with adverts and monetized content. But some take a stranger approach. These bizarre influencers refuse to fit the usual mold. Instead, they have built a following from their unexpected, genuinely original ideas. They are the true originals of the social media world: […]
The post [Ten of the Most Outlandish Influencers on Social Media](http … ⌘ Read more
General is “peoples”. Our community want replies and reactions minimum. Currently used Telegram+Matrix (most on Telegram and me from bridge)
yes it is! although, I’ve only used it to send files and links back and fourth between devices xD none of my relatives wanted to give it a try, which is kinda fair enough (I wouldn’t use WhatsApp if they asked) xD