Servo 0.0.1 Release
Servo 0.0.1 Release - Servo aims to empower developers with a lightweight, high-performance alternative for embedding web technologies in applications.
A brief update on the goals and plans behind the new Servo releases on GitHub.Servo
Fitik likes this.
Chinese firm thanks ‘sales consultant’ Trump as tariff threat spurs orders
Chinese robotics firm thanks ‘sales consultant’ Trump as tariff threat spurs orders
Source at small robotics exporter says 100 per cent tariff warning has led to surge in purchases: ‘taken the pressure off’ annual sales target.Luna Sun (South China Morning Post)
Israeli security minister pushes to resume Gaza war
Israeli security minister pushes to resume Gaza war
Israeli National Security Minister Itamar Ben-Gvir has called for the resumption of the Gaza offensive despite a US-brokered truceRT
Hamas acting in good faith – senior US negotiator
Hamas acting in good faith – senior US negotiator
Hamas has been acting in good faith and seeking to fulfill its obligations under the US-brokered Gaza deal, Jared Kushner believesRT
Two charged in assassination plot against RT chief – Investigative Committee
Two charged in assassination plot against RT chief – Investigative Committee
Neo-Nazi thugs were offered $50,000 to attempt to kill Margarita Simonyan, the agency has saidRT
☆ Yσɠƚԋσʂ ☆ likes this.
Why does a Local AI Voice Agent Running on a Super-Cheap Soc Matter?
Why does a Local AI Voice Agent Running on a Super-Cheap Soc Matter?
Most recent news about AI seems to involve staggering amounts of money. OpenAI and Nvidia sign a $100b data center contract. Meta offers researchers $100m salaries. VCs invested almost $200b in AI …Pete Warden's blog
Ethiopia in Talks With China to Convert Dollar Loans Into Yuan
Ethiopia in Talks With China to Convert Dollar Loans Into Yuan
Ethiopia started talks with China to convert at least part of the $5.38 billion it owes Beijing into yuan-denominated loans, following an example set by Kenya that bolsters China’s efforts to internationalize its currency.Matthew Hill (Bloomberg)
like this
Funny federated comment:
And so Peter Navarro (remember him?) got hold of the monkey’s paw, and he said, “I wish we didn’t have a trade deficit with China,” and then the finger curled over.
like this
The Crushing Cost of U.S. Sanctions on Cuba
cross-posted from: lemmy.ml/post/37811665
[from Cuba In Context - weekly newsletter of the BellyOfTheBeast news/video collective]Cuba has released its annual report on the impact of U.S. sanctions on the island's economy. According to the Ministry of Foreign Affairs, the damages amount to $7.5 billion, the single biggest loss in a year since Cuba began issuing these reports.
Also:
* Farm near Havana pioneers #agroecology
* Cuba wins gold at the Tokyo Athletics World Championships
* Almost 1,000 same-sex marriages in Cuba last year
* Cuban reggaeton artist returns home after emigrating to #US
* Cuba extends tax exemptions on medicine and food imports
* Millions of Cubans struggle to get water
The Crushing Cost of U.S. Sanctions on Cuba
cross-posted from: lemmy.ml/post/37811665
[from Cuba In Context - weekly newsletter of the BellyOfTheBeast news/video collective]Cuba has released its annual report on the impact of U.S. sanctions on the island's economy. According to the Ministry of Foreign Affairs, the damages amount to $7.5 billion, the single biggest loss in a year since Cuba began issuing these reports.
Also:
* Farm near Havana pioneers #agroecology
* Cuba wins gold at the Tokyo Athletics World Championships
* Almost 1,000 same-sex marriages in Cuba last year
* Cuban reggaeton artist returns home after emigrating to #US
* Cuba extends tax exemptions on medicine and food imports
* Millions of Cubans struggle to get water
The Crushing Cost of U.S. Sanctions on Cuba
[from Cuba In Context - weekly newsletter of the BellyOfTheBeast news/video collective]
Cuba has released its annual report on the impact of U.S. sanctions on the island's economy. According to the Ministry of Foreign Affairs, the damages amount to $7.5 billion, the single biggest loss in a year since Cuba began issuing these reports.
Also:
* Farm near Havana pioneers #agroecology
* Cuba wins gold at the Tokyo Athletics World Championships
* Almost 1,000 same-sex marriages in Cuba last year
* Cuban reggaeton artist returns home after emigrating to #US
* Cuba extends tax exemptions on medicine and food imports
* Millions of Cubans struggle to get water
ELI5: Is browsing on 4g/5g networks less secure than on your own wifi?
like this
It's going to depend on what types of data you are looking to protect, how you have your wifi configured, what type of sites you are accessing and whom you are willing to trust.
To start with, if you are accessing unencypted websites (HTTP) at least part of the communications will be in the clear and open to inspection. You can mitigate this somewhat with a VPN. However, this means that you need to implicitly trust the VPN provider with a lot of data. Your communications to the VPN provider would be encrypted, though anyone observing your connection (e.g. your ISP) would be able to see that you are communicating with that VPN provider. And any communications from the VPN provider to/from the unencrypted website would also be in the clear and could be read by someone sniffing the VPN exit node's traffic (e.g. the ISP used by the VPN exit node) Lastly, the VPN provider would have a very clear view of the traffic and be able to associate it with you.
For encrypted websites (HTTPS), the data portion of the communications will usually be well encrypted and safe from spying (more on this in a sec). However, it may be possible for someone (e.g. your ISP) to snoop on what domains you are visiting. There are two common ways to do this. The first is via DNS requests. Any time you visit a website, your browser will need to translate the domain name to an IP address. This is what DNS does and it is not encrypted by default. Also, unless you have taken steps to avoid it, it likely your ISP is providing DNS for you. This means that they can just log all your requests, giving them a good view of the domains you are visiting. You can use something like DNS Over Https (DOH), which does encrypt DNS requests and goes to specific servers; but, this usually requires extra setup and will work regardless of using your local WiFi or a 5g/4g network. The second way to track HTTPS connections is via a process called Server Name Identification (SNI). In short, when you first connect to a web server your browser needs to tell that server which domain it wants to connect to, so that the server can send back the correct TLS certificate. This is all unencrypted and anyone inbetween (e.g. your ISP) can simply read that SNI request to know what domains you are connecting to. There are mitigations for this, specifically Encrypted Server Name Identification (ESNI), but that requires the web server to implement it, and it's not widely used. This is also where a VPN can be useful, as the SNI request is encrypted between your system and the VPN exit node. Though again, it puts a lot of trust in the VPN provider and the VPN provider's ISP could still see the SNI request as it leaves the VPN network. Though, associating it with you specifically might be hard.
As for the encrypted data of an HTTPS connection, it is generally safe. So, someone might know you are visiting lemmy.ml
, but they wouldn't be able to see what communities you are reading or what you are posting. That is, unless either your device or the server are compromised. This is why mobile device malware is a common attack vector for the State level threat actors. If they have malware on your device, then all the encryption in the world ain't helping you. There are also some attacks around forcing your browser to use weaker encryption or even the attacker compromising the server's certificate. Though these are likely in the realm of targeted attacks and unlikely to be used on a mass scale.
So ya, not exactly an ELI5 answer, as there isn't a simple answer. To try and simplify, if you are visiting encrypted websites (HTTPS) and you don't mind your mobile carrier knowing what domains you are visiting, and your device isn't compromised, then mobile data is fine. If you would prefer your home ISP being the one tracking you, then use your home wifi. If you don't like either of them tracking you, then you'll need to pick a VPN provider you feel comfortable with knowing what sites you are visiting and use their software on your device. And if your device is compromised, well you're fucked anyway and it doesn't matter what network you are using.
like this
Secure against whom?
If it's from a random thief, both are about equality secure, they rely on proven cryptographic methods.
If it's from somebody powerful enough to make an ISP bend the knee, then they are equally insecure because those cryptographic methods assume you trust the underlying infrastructure. If you do not though, then yes using a VPN will help as you are adding your own level of encryption on top.
Windows privacy: AtlasOS vs Amelabs Privacy+?
- AtlasOS: atlasos.net/
- Amelabs Privacy+: docs.amelabs.net/privacy/_plus…
I use a Windows VM for apps not available on Linux and just want to cut out all the telemetry possible.
AtlasOS is installed as a Ameliorated Playbook and makes a ton of opinionated changes that aren’t privacy or necessarily performance related. Disabling the Windows 11 right click menus in favor of the legacy one, disabling window shadows, changing the wallpaper, etc. Privacy+ looks appealing, I wanna know if anyone has tried both and can tell me differences, like if one or the other improves privacy more.
Privacy+ Playbook
Completely transform your computer in minutes. Simply download a verified Playbook, or use your own, and run it in AME Wizard.Ameliorated Documentation
Oh sorry, I had heard that was fixed awhile ago but apparently not.
What I don't like about lemmy crossposts is having the whole post text inside block quotes, and sometimes isn't formatted properly. I think that and showing a link to the original post is bad design, like why would it matter if a post is a crosspost or not?
President Xi Jinping's remarks on the formulation of 15th Five-Year Plan
President Xi Jinping's remarks on the formulation of 15th Five-Year Plan
President Xi Jinping has made instructions on the formulation of China's 15th Five-Year Plan (2026-2030) on different occasions.CGTN
copymyjalopy likes this.
How China fostered growth, innovation amid global uncertainties in the past five years
Explainer: How China fostered growth, innovation amid global uncertainties in the past five years
With the fourth plenary session of the 20th Communist Party of China Central Committee scheduled on Monday to review proposals for the 15th Five-Year Plan (2026-2030), it is an opportune moment to reflect on how the country has navigated its developm…CGTN
copymyjalopy likes this.
La tecnologia nel solarpunk è fatta dalle decisioni di una comunità che codifica i suoi strumenti.
Technology as crystallized community
"Ice Crystals" photo CC-BY spurekar For a few years now, I've been analyzing how technology is represented in fiction and popular culture.alxd - solarpunk hacker
Giacomo Tesio likes this.
CNN anchor apologizes for saying freed Israeli hostages were 'treated better' than Gazans
CNN anchor Christiane Amanpour apologized Monday after claiming that Israeli hostages freed from Hamas captivity were “treated better” than Gazans — remarks that provoked furious backlash from Israel supporters.
The longtime international correspondent retracted her statement on air just hours after Hamas released the final 20 living hostages under a cease-fire agreement brokered by the United States and Egypt.
Amanpour’s mea culpa came after she earlier told CNN anchor Kaitlan Collins that the hostages “were probably being treated better than the average Gazan, because they are the pawns and the chips that Hamas had.”
“That was insensitive, and it was wrong,” Amanpour said during a broadcast on Monday.
CNN’s Christiane Amanpour apologizes for saying freed Israeli hostages were 'treated better' than Gazans
“That was insensitive, and it was wrong,” Christiane Amanpour said during a broadcast on Monday.Ariel Zilber (New York Post)
CNN anchor apologizes for saying freed Israeli hostages were 'treated better' than Gazans
CNN anchor Christiane Amanpour apologized Monday after claiming that Israeli hostages freed from Hamas captivity were “treated better” than Gazans — remarks that provoked furious backlash from Israel supporters.
The longtime international correspondent retracted her statement on air just hours after Hamas released the final 20 living hostages under a cease-fire agreement brokered by the United States and Egypt.
Amanpour’s mea culpa came after she earlier told CNN anchor Kaitlan Collins that the hostages “were probably being treated better than the average Gazan, because they are the pawns and the chips that Hamas had.”
“That was insensitive, and it was wrong,” Amanpour said during a broadcast on Monday.
CNN’s Christiane Amanpour apologizes for saying freed Israeli hostages were 'treated better' than Gazans
“That was insensitive, and it was wrong,” Christiane Amanpour said during a broadcast on Monday.Ariel Zilber (New York Post)
copymyjalopy likes this.
DeepSeek releases DeepSeek OCR
LLMs totally choke on long context because of that O(n2) scaling nightmare. It's the core scaling problem for almost all modern LLMs because of their self-attention mechanism.
In simple terms, for every single token in the input, the attention mechanism has to look at and calculate a score against every other single token in that same input.
So, if you have a sequence with n tokens, the first token compares itself to all n tokens. The second token also compares itself to all n tokens... and so on. This means you end up doing n*n, or n^2, calculations.
This is a nightmare because the cost doesn't grow nicely. If you double your context length, you're not doing 2x the work; you're doing 2^2=4x the work. If you 10x the context, you're doing 10^2=100x the work. This explodes the amount of computation and, more importantly, the GPU memory needed to store all those scores. This is the fundamental bottleneck that stops you from just feeding a whole book into a model.
Well, DeepSeek came up with a novel solution to just stop feeding the model text tokens. Instead, you render the text as an image and feed the model the picture. It sounds wild, but the whole point is that a huge wall of text can be "optically compressed" into way, way fewer vision tokens.
To do this, they built a new thing called DeepEncoder. It’s a clever stack that uses a SAM-base for local perception, then a 16x convolutional compressor to just crush the token count, and then a CLIP model to get the global meaning. This whole pipeline means it can handle high-res images without the GPU just melting from memory activation.
And the results are pretty insane. At a 10x compression ratio, the model can look at the image and "decompress" the original text with about 97% precision. It still gets 60% accuracy even at a crazy 20x compression. As a bonus, this thing is now a SOTA OCR model. It beats other models like MinerU2.0 while using fewer than 800 tokens when the other guy needs almost 7,000. It can also parse charts into HTML, read chemical formulas, and understands like 100 languages.
The real kicker is what this means for the future. The authors are basically proposing this as an LLM forgetting mechanism. You could have a super long chat where the recent messages are crystal clear, but older messages get rendered into blurrier, lower-token images. It's a path to unlimited context by letting the model's memory fade, just like a human's.
deepseek-ai/DeepSeek-OCR · Hugging Face
We’re on a journey to advance and democratize artificial intelligence through open source and open science.huggingface.co
like this
GitHub - BICLab/SpikingBrain-7B
Contribute to BICLab/SpikingBrain-7B development by creating an account on GitHub.GitHub
Hamas EXECUTES Collaborators as "Israel" Violates All Terms of Ceasefire
Sensitive content
like this
rain_0521 doesn't like this.
I found a YouTube link in your post. Here are links to the same video on alternative frontends that protect your privacy:
BassedWarrior likes this.
[Video] Father of released captive Omri Miran says Hamas took him to the beach for fun days
Stubsack: weekly thread for sneers not worth an entire post, week ending 26th October 2025
Want to wade into the sandy surf of the abyss? Have a sneer percolating in your system but not enough time/energy to make a whole post about it? Go forth and be mid: Welcome to the Stubsack, your first port of call for learning fresh Awful you’ll near-instantly regret.
Any awful.systems sub may be subsneered in this subthread, techtakes or no.
If your sneer seems higher quality than you thought, feel free to cut’n’paste it into its own post — there’s no quota for posting and the bar really isn’t that high.
The post Xitter web has spawned soo many “esoteric” right wing freaks, but there’s no appropriate sneer-space for them. I’m talking redscare-ish, reality challenged “culture critics” who write about everything but understand nothing. I’m talking about reply-guys who make the same 6 tweets about the same 3 subjects. They’re inescapable at this point, yet I don’t see them mocked (as much as they should be)Like, there was one dude a while back who insisted that women couldn’t be surgeons because they didn’t believe in the moon or in stars? I think each and every one of these guys is uniquely fucked up and if I can’t escape them, I would love to sneer at them.
(Credit and/or blame to David Gerard for starting this.)
Simon Willison writes a fawning blog post about the new "Claude skills" (which are basically files with additional instructions for specific tasks for the bot to use)
How does he decide to demonstrate these awesome new capabilities?
By making a completely trash, seizure inducing GIF...
simonwillison.net/2025/Oct/16/…
He even admits it's garbage. How do you even get to the point that you think that's something you want to advertise? Even the big slop monger companies manage to cherry pick their demos.
Just felt like I got an aneurysm there.
(in unrelated things, first)
Claude Skills are awesome, maybe a bigger deal than MCP
Anthropic this morning introduced Claude Skills, a new pattern for making new abilities available to their models: Claude can now use Skills to improve how it performs specific tasks. Skills …Simon Willison’s Weblog
Artificial Intelligence: Workers' unions must shape deployment and regulation
Artificial Intelligence: Workers' unions must shape deployment and regulation
The ITUC has released a new report on the impacts of artificial intelligence (AI) on working people, with a clear call for trade unions to be fully involved in shaping how AI is deployed and regulated.www.ituc-csi.org
reshared this
App e servizi in down per malfunzionamenti AWS: interessate Canva, Alexa, Fortnite, Prime Video e altri
Lunedì 20 ottobre 2025 un maxi-down ha colpito numerose piattaforme globali a causa di problemi ai server di Amazon Web Services (AWS). Il disservizio, partito dal cloud di Amazon, ha generato interruzioni e rallentamenti a catena su applicazioni consumer e strumenti professionali in tutto il mondo, con oltre duemila segnalazioni registrate negli Stati Uniti e problemi di navigazione segnalati anche in Italia.
TUTTI I DETTAGLI: App e servizi in down per malfunzionamenti AWS: interessate Canva, Alexa, Fortnite, Prime Video e altri
AWS down 20 ottobre 2025: disservizio globale, app e giochi in tilt (Canva, Alexa, Fortnite)
Down AWS 20 ottobre 2025: problemi ai server anche per Canva, Alexa, Fortnite, Prime Video, Venmo e altri. Stato, impatti e cosa fare.Redazione (Atom Heart Magazine)
reshared this
GE-Proton10-21 Released
- wine updated to bleeding edge
- dxvk updated to latest git
- vkd3d-proton updated to latest git
- wine-wayland/em-10 patches updated
- fixed news not loading in black desert online (revert GL/VK patch in em-10)
- hotfix added for blue protocol player count crash (gitlab.winehq.org/wine/wine/-/…)
- re-added accidentally removed wine writecopy options for battlenet. uplay, ea app
Release GE-Proton10-21 Released · GloriousEggroll/proton-ge-custom
wine updated to bleeding edge dxvk updated to latest git vkd3d-proton updated to latest git wine-wayland/em-10 patches updated fixed news not loading in black desert online (revert GL/VK patch in e...GitHub
Scheduled posts won't let me post images, idk why?
'Cruel, inhuman and degrading': Iran slams Israel’s mistreatment of rights activist
Iran’s Foreign Ministry spokesman has strongly condemned the Israeli regime's mistreatment of a rights activist who stood in solidarity with the Palestinian people, describing its actions as “cruel, inhuman and degrading.”
Esmail Baghaei made the remarks in a post on X, referring to reports that Israel “tortured and sexually humiliated” Greta Thunberg.
He cited Thunberg’s recent interview with a Swedish newspaper, in which the young activist described being violently assaulted during a protest.
“They grab me, pull me to the ground, and throw an Israeli flag over me,” Thunberg was quoted as saying.
The spokesman said Israel’s behavior reflects a deliberate effort to instill fear and suppress dissent amid its genocide in Gaza.
like this
IRAN FROM THE TOP ROPE! OH MY GOD IRAN JUST SLAMMED ISRAEL.
But what's this? OH MY GOD. IT'S TOOTH DECAY. DOCTORS HATE HIM! AND TOOTH DECAY HITS ISRAEL WITH A STEEL CHAIR!
They're not wrong , very much not.
They also know how to mistreat activists.
Let's not act as if Iran is so supportive of human rights as they happily string up activists on cranes to then slowly hang them tontortur them to death
Gay? String em up or throw them from a high building
Female and your hair is a little too visible? Don't worry, morality police will be here soon to torture you to death
Fuck the Iranian and Israeli dictator governments
don't like this
en.wikipedia.org/wiki/Persecut…
Great way to rant about technicalities and entirely miss the point that pretty much all islamic countries typically are extremely hostile to LGBT, and Iran in particular, lethal.
But oh noes, that particular method of execution actually does not happen in Iran! WHO FUCKING CARES? That is not the point.
You probably are too young to remember the news articles of crane companies having to find out that their products are used for public executions. Being gay or an activist in Iran is simply a very bad idea
don't like this
What the fuck are you even talking about? Are you high or off medication or are you just that naive to think that being gay in the middle east is a good idea? Are you one of those crazies that keep on going how well the gays are tested in Islam and that Islam really does embrace the gay? Or moreso, that gays are treated worse in the west than they are in islamic countries? Come on, you can't be THAT daft.
How far down did you go down what hole, I wonder...
But leave it up to types like you to take a legit criticism and use the whataboutism trope "but the west does it too!"
No, they don't. I'm still waiting for the next public execution of a gay man because he's gay. The US has quite a few idiots that would love that, but they're not even close to that happening
like this
Continues comparing Iran to literal ISIS which is a terror organisation created by the USA
Fuck the Iranian and Israeli dictator governments
You have to choose. You can't just say "fuck everyone!" and pretend like your stance means anything. Pick one.
Man, so much to unpack there...
First I don't say fuck everyone. If you read closely, you can clearly see that I said "Fuck the Iranian and Israeli dictator governments". Heck, you even quoted it, so one could mistakenly believe that you actually read it, but you didn't.
I said fuck Teo very specific governments. Not all the governments, not everyone in the world, two governments...
Then; are you really telling me that you've never understood that concept of "two can be wrong"‽ Are you 4? The Israeli government is fucking wrong. The Iranian government is fucking wrong. About what? Just about everything they're doing
Then; who or what law says that I HAVE to chose? I fucking have to breathe, I have to eat. What I do not have to do is look at two evil powers and then make the decision that I can only criticize one of them because some twat on the Internet told me so
Aggiornamento a NodeBB 4.6.1
Stamattina siamo passati a NodeBB 4.6.1, è una release principalmente di bug fixes tra cui uno particolarmente fastidioso che metteva un carattere strano 'n'
nell'oggetto perdendo della formattazione dai post che arrivavano da Mastodon e da Friendica.
In realtà avevo già sistemato questo bug qualche giorno fa perché avevo aggiornato prima del rilascio della 4.6.1 e non appena avevo visto che questo bug era stato risolto ma ora ne ho approfittato per allinearci con la release stabile.
Questo il changelog:
- do not include image or icon props if they are falsy values (ecf95d1)
- #13705, don't cover link if preview is opening up (499c50a)
- logic error in image mime type checking (623cec9)
- omg what. (ec39989)
Kohler Wants to Put a Tiny Camera in Your Toilet and Analyze the Contents
Kohler unveiled Dekoda, a $599 toilet sensor that uses a tiny camera and spectroscopy to analyze bodily waste and provide health insights12. The device clamps onto the toilet bowl rim and monitors hydration levels, bowel movements, and checks for blood in the toilet.
Users sign in with a fingerprint sensor before use, allowing multiple household members to track their individual data through the companion app. The system requires a subscription costing between $70-156 per year1.
"Kohler Health isn't just another app or product. It's a promise that your home can play a more active role in your well-being," said CEO David Kohler at the launch event2.
The company emphasizes privacy protection through end-to-end encryption. The camera uses "discreet optics" aimed only at bowl contents, not body parts1. The technology works best with light-colored toilets, as dark bowls can interfere with the sensors1.
Dekoda represents Kohler's entry into the digital health space, joining other smart toilet sensors from companies like Withings and Vivoo that appeared at CES 20232.
- CNET - Kohler Wants to Put a Tiny Camera in Your Toilet and Analyze the Contents ↩︎ ↩︎ ↩︎ ↩︎
- ZDNet - This new Kohler sensor is like a health detective in your toilet ↩︎ ↩︎ ↩︎
This new Kohler sensor is like a health detective in your toilet - tiny camera and all
Kohler's Dekoda toilet sensor will test your urine for hydration, blood, and more.Nina Raemont (ZDNET)
like this
- YouTube
Profitez des vidéos et de la musique que vous aimez, mettez en ligne des contenus originaux, et partagez-les avec vos amis, vos proches et le monde entier.www.youtube.com
End to end really depends on which end to which end is being connected.
Butt seriously I WANT THIS, I want poop analysis, I want fecal spectrometry. I do not want it to be a god damn enshitifued from the drop app and crapware has to have big "We aren't recording you TRUST US" stuck to it.
Amazon cloud platform and other websites experiencing outages
Multiple online platforms including Amazon's cloud unit AWS, Robinhood, Snapchat and Perplexity are all experiencing outages, according to the Downdetector website monitor.
ABC News
ABC News provides the latest news and headlines in Australia and around the world.ABC News (Australian Broadcasting Corporation)
copymyjalopy likes this.
Google Fonts alternative
I wish to use all those cool fancy HTML/CSS fonts without going to Google
Tip #759
iOS 版 Vivaldi でリーダービューを有効にして、快適に記事を読もう
iOS 版 Vivaldi のリーダービューは、ウェブページ上の気が散る要素をすべて取り除き、記事の内容に集中して落ち着いて読むことができるようにします。
リーダービューに切り替えるには:
- リーダービューに対応した内容のウェブページを開く
- アドレスバーの「リーダービュー」ボタンをタップする
リーダービューを終了するには、同じボタンをタップする
#iOS #vivaldi #VivaldiBrowser #ウェブページ #リーダービュー
vivaldi.com/ja/blog/tips/ios-t…
Tip #759 - iOS 版 Vivaldi | Vivaldi Browser
iOS 版 Vivaldi でリーダービューを有効にするには? Vivaldi でできることを発見してみましょう!Vivaldi Tips (Vivaldi Technologies)
ThirdConsul
in reply to ☆ Yσɠƚԋσʂ ☆ • • •☆ Yσɠƚԋσʂ ☆
in reply to ThirdConsul • • •