Show more

Totally agreed.

noahpinion.substack.com/p/the-internet-wants-to-be-fragmented

Quote:
"When I first got access to the internet as a kid, the very first thing I did was to find people who liked the same things I liked — science fiction novels and TV shows, Dungeons and Dragons, and so on. In the early days, that was what you did when you got online — you found your people, whether on Usenet or IRC or Web forums or MUSHes and MUDs.

"Then in the 2010s, the internet changed. It wasn’t just the smartphone, though that did enable it. What changed is that internet interaction increasingly started to revolve around a small number of extremely centralized social media platforms: Facebook, Twitter, and later Instagram."

Actually this is the core of China cencership, and there are no different with Apple cencership too. They never told you what had happened except "comply with local laws.", which is bullshit. What the reason that appstore remove so many LGBTQ apps in China? Homosexual is legal in China, transgender is legal too.

It's so-called walled garden strategy, and twitter is the weakest on of them.

tapbots.social/@paul/109685010188695190

CircleCI 用户可能在 1/4 收到邮件通知,称其存储在 CircleCI 的凭证被泄露。13 日,CircleCI 发布此次事故的分析报告。

CircleCI 用户于 12/29 向 CircleCI 通知,注意到 GitHub 上可疑的 OAuth 访问活动。一位因工作原因有权限生成生产环境 access token 的工程师的笔记本电脑被植入恶意软件。恶意软件逃脱了电脑上防毒软件的检测,从而使此工程师被 2FA 保护的 SSO 登录 session 泄露。因此,骇客得以访问一部分加密保存的用户数据,并可从运行进程的内存中提取出加密密钥,以得到明文用户数据。文章中也列出了与骇客相关的 IP 地址及相关可疑文件路径以便 CircleCI 用户自查。

建议 CircleCI 用户立即重置保存在 CircleCI 的任何密钥。

-
https://circleci.com/blog/january-4-2023-security-alert/
-
https://circleci.com/blog/jan-4-2023-incident-report/

#CircleCI #Security #Breach

Telegram 原文

个人观点,国内的大学,与其浪费时间在那卷绩点学那些没用的,还不如在coursera上面找点自己感兴趣的课听听
毕竟国内的教育目的是分化人群而不是传授实用的知识

A pratical way to test memory leak.
Run this program with -Xmx128M, if it finished the loop, then your'r leak free. LOL

Anyway, after digging into win32's doc, it should be working. Now it need some OOP wrapping and then will be ready to go.

荷兰医生瑞贝卡·冈波茨(Rebecca Gomperts)开着一艘船,在公海上给需要帮助的女孩做堕胎手术

在公海船只上只需遵守船只所在国家法律,而荷兰法律是允许堕胎的

但我认为她最大的历史功绩是用包裹和无人机向需要的女孩运送堕胎药

我要分享的是她和她的“浪之女”号游艇的纪录片《Vessel》(暂时还没找到字幕,建议保存,建议扩散防封)
aliyundrive.com/s/gyUaixtF5wy
提取码: 0b6q

《Vessel》豆瓣条目:
movie.douban.com/subject/26373

关于她的事迹:
163.com/dy/article/GR7CK33Q051

她的散发堕胎药联系网站:
aidaccess.org/
womenonweb.org/

PS:在日本,口服避孕药在1999年之前是非法的
根据2015年联合国的调查,泰国女性避孕药的使用率为33.7%,远高于日本女性的1.1%
在日本,购买避孕药每月需要5000日元左右,这对使用者来说是一种金钱上的打击。至于紧急避孕药,在法国不需要处方就能买到的20年后的今天,在日本仍然需要医生的批准。

RT @yrr0r@twitter.com

:换一个灯泡需要多少个xyn?

:一个就够了,但她需要首先填一个表,分析更换灯泡和维持现状对个人/家庭/社会的有利点和不利点,并且只能跟医师讲自己需要一个普通的灯泡,不能讲那个灯泡外面有个罩或者尺寸不一样。而且去开灯泡的处方时必须穿JK去才能向医师证明自己确实想灯泡,否则会拿不到处方。

🐦🔗: twitter.com/yrr0r/status/16135

Pcap4J is AMAZING!!!

My Java code created a tun device, assigned v6 address: 0020::100/7. That's all.

I use pcap4j to parse the request packet and build the reply packet. It works!

网友补充,白天的棚子已经被鲜花和玩偶塞满了

Show thread

【转发自Baoshuo's Channel

https://github.com/cloudflare/wildebeest

Cloudflare 新推出了一个名为 Wildebeest 的 Fediverse 服务端实现,并在 GitHub 上开源。

Wildebeest 运行在 Workers、Pages、D1、Zero Trust Access 和 Images 之上。也就是说,无需服务器即可使用 Wildebeest 运行一个自己的 Fediverse 实例。

#Cloudflare #Fediverse #Mastodon

Telegram 原文

I really want to pay someone to port those win32 headers for me.

I got the LUID, then to assign IPv6 for that tun device, I have to port the MIB_UNICASTIPADDRESS_ROW structure to Java, which of course is nested with other structures.

OMG

RT @jojunmmmerco@twitter.com

官媒1月10日报道称,银行已从9日启动“50万元以上资金客户预约办理”。

但康先生和其他知情储户却表示,包括他们在内的超过1000名通过柜台办理活期存款储户仍无法取款,绝大多数来自河南省外。

另外,至少一名储户在维权过程中被捕的储户仍被羁押于河南,现况不明。 abc.net.au/chinese/2023-01-11/

🐦🔗: twitter.com/jojunmmmerco/statu

I hate win32.

Apparently, I forgot to run my Java program in privilege mode, so it gives a error 5 (Access is denied), which you have to ask it by invoking GetLastError().

And then, there is encoding issues. I give it plain ASCII chars, and windows think it's some Chinese characters.

My heart is physically pain at the moment.

【慎入】突发!广州正佳广场出现大型车祸事故,一辆黑色宝马多次冲撞碾压行人,目前具体原因未知,疑似报复社会。

今天,知名律师李庄发布了他前往丰县探望铁链女八孩母亲的经历
李庄|丰县行:铁链女所生活的村庄,仍有人在严密设防

Show more
Qoto Mastodon

QOTO: Question Others to Teach Ourselves
An inclusive, Academic Freedom, instance
All cultures welcome.
Hate speech and harassment strictly forbidden.