Install
A constructive and inclusive social network for software developers. With you every step of your journey.
- 10,536articles · 30d
- 29+ min agolatest article
- Aug 13, 2026earliest in window
- 97%with images
- 293avg words
- software 9,772
- coding 9,557
- development 9,523
- engineering 9,503
- community 9,480
- inclusive 9,443
- ai 8,012
- webdev 5,769
- programming 5,172
- productivity 3,514
- python 2,984
- technology 2,877
- artificial intelligence 2,827
- devops 2,742
- security 2,734
- llm 2,307
- architecture 2,269
- agents 2,172
- tutorial 2,111
- javascript 1,941
- Software Dev. 9,738
- Science & Technology 9,609
- Computers & Electronics 7,447
- Business & Industrial 811
- Internet & Telecom 779
- Economy, Business & Finance 382
- Finance 332
- Arts, Culture, Entertainment & Media 247
Please confirm you are human
This browser or connection looks automated. Press and continuously hold the control for 3 seconds to enable Google-hosted web results and, when separately allowed, AI-assisted answers.
A successful check enables 100 search requests. Interactive access does not authorize scraping, systematic collection, or reuse of search output.
News
Memory64 moved the browser ceiling and exposed an ABI gap
22+ hour, 6+ min ago (364+ words) A 32-bit WebAssembly heap put the browser playground near a 4 GB ceiling. With weights and AdamW state, that limited the fp32 model size to roughly 250 million parameters. Compiling the same C++ source with Memory64 and BigInt support changed the pointer width. One…...
Windows CVE-2026-81963 and CVE-2026-85880: Two Exploited SYSTEM Privilege Escalation Flaws
2+ day, 13+ hour ago (1459+ words) 1. Basic Information Article Title: Microsoft September 2026 Patch Tuesday fixes 966 flaws, 2 zero-days Publisher: BleepingComputer Publication Date: 2026-09-08 Original Source: BleepingComputer Related Sources: MSRC CVE-2026-81963, MSRC CVE-2026-85880, CISA KEV Catalog Related Malware, Groups, CVEs, and Products: CVE-2026-81963, CVE-2026-85880, Windows Update Stack, Windows Advanced…...
The hotfix somebody made by hand that our nightly apply reverted
3+ day, 19+ hour ago (796+ words) We had an incident at 19:20, fixed it at 19:35, wrote it up, and went home. The same incident started again at 02:07 the next morning with nobody awake to recognise it, and the on-call engineer spent forty minutes rediscovering a root cause…...
PrimeVue v4 Stopped Active Dev: OpenVue Takes Over on MIT
2+ week, 3+ hour ago (234+ words) If your stack relies on PrimeVue v4, there's a recent change in the project's maintenance lifecycle worth knowing about. PrimeVue v4 has officially transitioned into security-only maintenance mode. As outlined in the project’s documentation, active feature development has ceased, issue tracking is…...
Android APK XopProtector加固原理(一):Native Shell 如何隐藏和恢复 DEX
2+ week, 4+ day ago (105+ words) Shell 壳 + DEX 保护 + Runtime Restore。 对于 Java 或 Kotlin 开发的 Android 应用来说,大部分业务逻辑最终都会被编译成: 虽然经过 ProGuard 或 R8 混淆之后: 这就是 Native Shell 存在的意义。 其中 packer 模块负责对 APK 进行分析和重组。 其中 dexes.zip 使用 PDX1 格式承载 DEX 相关保护数据,而 code.bin 用于保存运行时恢复所需的代码数据。 原始 APK…...
CVE-2026-75501: Calix Router WAN-side UPnP Exposes Internal Devices
2+ week, 4+ day ago (1575+ words) 1. Basic Information Article Title: Calix GS7 XGS GS5239XG residential router contains missing authentication vulnerability Publisher: CERT/CC Publish Date: 2026-08-21 Update Date: 2026-08-21 Severity: high Original Reference: CERT/CC Vulnerability Note VU#756733 Related Sources: Technical Analysis by Brian Khan Quintana, BleepingComputer, NVD - CVE-2026-75501 Related…...
I Found a P0 Auth Bypass by Testing What null Does to BCrypt
2+ week, 5+ day ago (229+ words) While building SCIP — a supply chain platform with 90+ Spring Boot REST endpoints — I was boundary-testing the auth flow when I noticed something that shouldn't have been possible. This was returning true. Not for a specific hash. Not under some obscure…...
Day 30: Hard Reset Forgets on Purpose, and NAT Needs a Guardrail Switched Off
3+ week, 20+ hour ago (837+ words) Thirty days in, and today both tasks required deliberately switching off something that exists to protect you. Git refuses to let you overwrite shared history. EC2 refuses to forward packets that aren't addressed to it. Both refusals are correct. Both had…...
Patch Tuesday as a weapon: what Nightmare Eclipse exposed about the disclosure model
3+ week, 3+ day ago (996+ words) There is a day every month when Microsoft releases its security patches. The second Tuesday. The industry calls it Patch Tuesday. The day after, informally, is Exploit Wednesday — when researchers reverse-engineer the patches to find what was fixed, then target…...
The cp932 crash in the build gate that only happened on Windows — static detection, behavioral testing, and a negative check
3+ week, 4+ day ago (324+ words) During the Windows build for v1.6.11, the build gate reported "version number consistency check failed." But the version numbers were correct everywhere. macOS terminals use UTF-8 by default. Running bump_version.py directly or via subprocess on Mac produces no encoding errors — emoji…...