1. Hosting a website on a disposable vape (bogdanthegeek.github.io)
Someone's trash is another person's web server.
38 篇热帖
Someone's trash is another person's web server.
a #ChatControl update (shared on the ISOC "Global Encryption Coalition" mailing list):
"The good news is that the blocking minority held. Members states raised concerns about privacy and cybersecurity as reasons for their opposition. Even countries that are officially in support of the proposal asked questions along these lines for the first time – showing that they are facing increased pressure back home.
The bad news is that #Denmark is moving forward even though they did not receive full support. They are keeping their plan to take this proposal to the Justice and Home Affairs Council meeting on October 14th.
After discussing with partners, we understand this as a strategy from Denmark. They are not making progress at the working level (the meeting today) and therefore will try directly at the political level (justice and home affairs). During these coming four weeks they will try to convince some of the blocking member states to reconsider their position.
What this means for us is that we need to keep up the pressure. We should be thanking the blocking countries for their position and encouraging the undecided or supportive countries to reconsider. We should keep up pressure in the media at the same time."
Attached: 1 image
Danish Minister of Justice and chief architect of the current Chat Control proposal, Peter Hummelgaard:
"We must break with the totally erroneous perception that it is everyone's civil liberty to communicate on encrypted messaging services."
Share your thoughts via https://fightchatcontrol.eu/, or to jm@jm.dk directly.
Source: https://www.ft.dk/samling/20231/almdel/REU/spm/1426/index.htm
Send and receive money as easily as sending a text, across apps, borders, and currencies.
Writing about the big beautiful mess that is making things for the world wide web.
I have an incredibly boring summer hobby: looking at the changelog for the WebKit Github repo. Why? Because I spend a chunk of my professional life working with webviews inside mobile apps and I like to get an early peek into what's coming in the next version of iOS. Since
In a recent 3Blue1Brown video series on transformer models, Grant Sanderson posed a fascinating question: How can a relatively modest embedding space of 12,288 dimensions (GPT-3) accommodate millions of distinct real-world concepts?
The answer lies at the intersection of high-dimensional geometry and a remarkable mathematical result known as the
YouTube 上盡享你喜愛的影片和音樂、上載原創內容,並與親友和世界各地的人分享。
These are CubeSats. Satellites that are going to space—or at least, the ones I have here are prototypes. But these have one thing in common: they're all powered by either a Raspberry Pi, or a microcontroller. There are already Pis in space, like on Mark Rober's SatGus, on GASPACS, and the Astro Pis on the Space station. Another Pi is going up this weekend, which is why I'm posting this today. I'll get to that one, but I wanted to spend some time talking about two things that fascinate me: Raspberry Pis, and putting them space!
An transformer based LLM. Written completely in Rust - tekaratzas/RustGPT
The surprising results of calculating π in certain non-Euclidean geometries.
A former Meta product manager has claimed that the social network circumvented Apple’s privacy protections, as well as cheating advertisers,...
Secretary of State Marco Rubio has revoked visas and green cards of foreign nationals for opposing Israel's genocide of Palestinians in Gaza
Learn more about Can grapevines help slow the plastic waste problem? at South Dakota State University in Brookings, SD.
Cannabis use is linked to an almost quadrupling in the risk of developing diabetes, according to an analysis of real-world data from over 4 million adults, being presented at the Annual Meeting of the European Association for the Study of Diabetes (EASD) held in Vienna, Austria (15–19 Sept).
该页面展示了名为 Anubis 的网站保护系统信息,而非Celestia太空可视化内容。其主要目的是保护网站服务器免受大规模AI网络爬虫的过度抓取,这种抓取可能导致网站服务中断。
核心机制与目的:
技术要求与注意事项:
1.21.3。Abstract page for arXiv paper 2503.20821: "Hello, is this Anna?": Unpacking the Lifecycle of Pig-Butchering Scams
内容概要
本文认为,软件开发工作容易变得枯燥重复,但可以通过主动寻找技术挑战来增添工作中的“张力”,从而获得类似精彩故事中解决冲突的满足感。作者将日常开发中频繁出现的技术问题比作故事中的“反派”,并举例说明,鼓励开发者主动识别并解决这些问题,无论是在工作中还是个人项目中,以此让工作变得更具吸引力。
核心观点与例子
行动建议 选择一个挑战去应对,这是让日常工作保持趣味性的方式之一。如果在工作中无法实践,可以在个人项目中尝试。正确的“张力”追逐会自然形成有价值的故事和成果。
“氛围编码”使资深开发者沦为“AI保姆”
资深开发者在使用AI生成代码时,正面临从“编写者”转变为“审查者与修复者”的挑战,这一过程被比喻为照看一个聪明但不可靠的孩子。
核心问题与现象
资深开发者的亲身体验
应对与未来展望
结论 氛围编码技术尚不成熟,其带来的效率提升伴随着显著的质量与安全成本。开发者社区正逐渐接受一个现实:在享受AI加速器作用的同时,必须将其代码视为需要严格校对和修复的初稿,而非即拿即用的产品。这标志着软件开发工作模式的深刻转变。
Today we turned off our Online Certificate Status Protocol (OCSP) service, as announced in December of last year. We stopped including OCSP URLs in our certificates more than 90 days ago, so all Let’s Encrypt certificates that contained OCSP URLs have now expired. Going forward, we will publish revocation information exclusively via Certificate Revocation Lists (CRLs). We ended support for OCSP primarily because it represents a considerable risk to privacy on the Internet. When someone visits a website using a browser or other software that checks for certificate revocation via OCSP, the Certificate Authority (CA) operating the OCSP responder immediately becomes aware of which website is being visited from that visitor’s particular IP address. Even when a CA intentionally does not retain this information, as is the case with Let’s Encrypt, it could accidentally be retained or CAs could be legally compelled to collect it. CRLs do not have this issue.
本文介绍了如何自托管Google Fonts字体,以避免直接使用Google提供的代码而导致访客IP地址泄露给Google。
核心动机:出于隐私保护,不应直接粘贴Google Fonts提供的嵌入代码。
主要步骤:
/Assets/Fonts/Fira/Code/版本/)。fonts.gstatic.com 的绝对URL改为指向本地文件的相对路径。code)指定字体家族 font-family: "Fira Code", monospace; 等。文章最后提供了一个具体的代码示例作为参考,并再次强调了遵守字体许可证的重要性。
The Linux kernel has to handle many different sources of data that should not be trusted: user [...]
Also adds multilingual emails, improved admin tools, and session management.
Exploring the world of constraint solvers with very simple examples.
I spent way too much time on this
Making your next open-source contribution make the world better. For Good First Issue is a curated list of accessible issues from open-source projects helping our communities. Start today!
核心论点:以AI为代表的增强编程技术正在稳步降低软件开发的成本、技能壁垒和所需时间,这引发了一个根本性的经济学矛盾:未来程序员会更多还是更少?
这两种效应看似相互排斥,但可能同时存在。由此衍生的另一个矛盾是:既然现在写程序更便宜,我们更应该立即行动;但如果未来成本会更低,为何不等待?这种“通缩螺旋”思维可能导致投资延迟,从而抑制经济活动。
与由需求疲软、信心崩溃驱动的传统破坏性经济通缩不同,编程通缩是由真实的生产力提升驱动的。AI并非简单地重新分配资源,而是从根本上降低了创造软件的成本。
面对廉价代码的 abundance,稀缺资源转变为理解力、判断力和洞察力。具体策略包括:
我们正在见证软件开发基础经济学的实时转变。编程通缩已成现实,关键在于如何适应这种 abundance。无论未来程序员人数增减,培养理解、整合与判断的能力都至关重要。这些技能在自动化取代常规编码时能提供差异化优势,在廉价工具催生程序员爆炸时也能帮助从噪音中识别信号,从而在任一场景下保持竞争力。
I've read numerous articles about renting versus buying and most dive into financial projections while completely missing the bigger picture.
Titania Programming Language. Contribute to gingerBill/titania development by creating an account on GitHub.
Anisha Sharma Marketing Specialist, RISC-V International Anisha is part of the RISC-V International marketing team, responsible for managing social media and tracking the latest updates from our members. She brings...