40s Newsletter
- Lianjia programmer sentenced to 7 years for deleting 9TB of company data
- The developer was fired after developing an APP within 20 days, and angrily used the company's official account to issue a message wishing "an early closure"
- RISC-V International Foundation CEO: Arm needs to be wary of RISC-V
- iPhone still running after shutdown may be a breeding ground for malware, study says
- More than half of programmers in big factories are willing to cut their salary and change jobs, and the average annual salary of programmers is over 240,000 yuan
- Microsoft: Be wary of brute force attacks against MSSQL servers
- Gitee closes some open source repositories: review before going online
- Google launches "Now in Android" app
- Apple's new flagship new AR helmet is basically completed: dual 4K screens, new iOS blessing
- Spring Boot 2.7.0 released
- Deno 1.22 released
- Visual Studio Code 1.67.2 released
- Opera 87 Stable Released
- FreeBSD 13.1 released
Industry information
Lianjia programmer sentenced to 7 years for deleting 9TB of company data
Recently, according to China Judgment Documents Network, the database administrator of the former Lianjiawang (Beijing) Technology Co., Ltd. was sentenced to seven years in prison in the first instance for the crime of sabotaging the computer information system, and the original sentence was upheld in the second instance. On June 4, 2018, the database administrator of Lianjiawang (Beijing) Technology Co., Ltd. took advantage of the convenience of being the "root" authority of the company's financial system, logged in to the company's financial system, and stored a total of 9TB of financial data and Relevant applications were removed, rendering the company's financial systems completely inaccessible.
The developer was fired after developing an APP within 20 days, and angrily used the company's official account to issue a message wishing "an early closure"
The official account of a technology company was suspected of being hacked by the person in charge of the original technical team, wishing the company "an early closure". According to the article, the company once asked the technical team to develop an APP within 20 days and work overtime all night long; after that, it continued to put pressure on the bug repair process, and also required the im instant messaging function to be completed within a week. The article concluded that its team was fired en masse. The Tianyancha APP shows that the company involved, Xiangxun Digital Technology (Shanghai) Co., Ltd., was established on March 7, 2022, with a registered capital of 1 million yuan. The official website shows that this is an NFT digital collection platform.
RISC-V International Foundation CEO: Arm needs to be wary of RISC-V
Recently, the foreign magazine The Register conducted an interview with RISC-V CEO Calista Redmond. In the interview, Calista Redmond talked about Intel's not too worried about its x86 business, so it became a platinum member of the ISA Alliance, and RISC-V in 2022. What V will look like - start to enter the laptop space, AI space, Google hyperscale chips, and edge space, and plan in 5 years to complete the progress that Arm took 20 years to achieve. Redmond gave a bold point: "RISC-V may not pose a threat to Intel, but Arm needs to be wary of the existence of RISC-V."
iPhone still running after shutdown may be a breeding ground for malware, study says
According to reports, the chip in Apple's iPhone will continue to operate in low power mode (LPM) when the device is turned off, allowing users to use the "find" function to locate a lost or stolen device, or to continue using it after the battery is depleted. Apple wallet and car keys. A few days ago, researchers designed a malicious software based on this mechanism, which can also run when the user turns off the iPhone. Although the corresponding research is still theoretical, it has exposed the security problems of Apple devices.
More than half of programmers in big factories are willing to cut their salary and change jobs, and the average annual salary of programmers is over 240,000 yuan
According to the "2022 Big Data Analysis of the Way Out for Programmers in Major Internet Factories" launched by a recruitment platform, judging from the average annual salary of new positions for programmers in major industries, the salary of programmers is generally higher, all higher than 240,000. In these industries, the average annual salary of programmers in electronic communication, finance, Internet, and service outsourcing industries is over 300,000 yuan, ranking the top four, with 326,100 yuan, 320,800 yuan, 318,400 yuan, and 316,000 yuan respectively. By tracking the delivery behavior of programmers through big data, it is found that programmers who are willing to cut their salary and change jobs account for 39.26% of the total number of programmers seeking jobs. Among the jobseekers who are willing to change jobs for programmers in big factories, those who are willing to cut their salary and change jobs account for 55.34% of the jobseekers for programmers in big factories.
Microsoft: Be wary of brute force attacks against MSSQL servers
According to the Bleeping Computer website, Microsoft is issuing a security warning to users of Microsoft SQL Server (MSSQL) database servers, wary of attackers using weak passwords to launch brute force attacks on MSSQL exposed on the network.
Gitee closes some open source repositories: review before going online
On May 18, many developers found that Gitee suddenly launched a new policy: open source libraries must be reviewed before going online. On Gitee, many open source projects with few stars have been closed for public access, but they can still be searched, and the search shows pages that are only accessible to members.
On the evening of the same day, Gitee officially responded, "Gitee will implement measures to go online after open source warehouse review from now on. All newly launched open source warehouses need to be manually reviewed before they can be officially released. Warehouses that are already open source will be temporarily converted to private warehouses. After the review, it will be made public, and at the same time, it will increase the technical and human input for the review, speed up the review process, and strive to ensure the experience of every developer. This is also out of necessity. At present, the Gitee team can ensure that everyone The optimal solution for normal use as soon as possible, we are doing our best to reduce the inconvenience for everyone, I hope everyone can understand."
Google launches "Now in Android" app
At this year's I/O developer conference, Google revealed a new "Now in Android" app for developers, designed to help developers understand all areas of Android development, and showcase some of the best examples and Advocate design, and solutions to complex real-world problems that other sample apps can't handle. The first alpha version of the "Now in Android" app is currently available for download on GitHub, and interested developers can download the experience.
Apple's new flagship new AR helmet is basically completed: dual 4K screens, new iOS blessing
According to the latest reports from foreign media, Apple showed the AR/VR headset at the company's board of directors last week, which means that the development of the device is almost complete and may be officially released soon. At present, Apple is developing software for the device, and there is news that the software may be called RealityOS or rOS (can be seen as a customized version of the iOS system). In fact, before this, the supply chain said that the device has completed the second phase of engineering verification testing (EVT 2) to ensure that the prototype device meets Apple's design goals and specifications, and it is expected to be unveiled before the end of 2022.
Latest technical developments
Spring Boot 2.7.0 released
Major updates
- Add "application/graphql+json" MIME type for GraphQL
- Spring Security SAML can be configured for a logout policy
bug fix
- Default properties configured by SpringApplication have higher priority than properties configured with @PropertySource 3
- The WebClient fails to record metrics, causing the request to fail #31089
- Artemis dependency management is incomplete #31079
- Statsd component lacks configuration for buffered and step properties
- Request debug logging for WebFlux endpoints formatted as strings for readability
- @ConditionalOnProperty meta-annotation @AliasFor doesn't work
Deno 1.22 released
Major updates
- Update default type checking mode
- Removed unstable Deno.emit(), Deno.formatDiagnostics() and Deno.applySourceMap() APIs
- Deno namespaces are available by default in workers
- Added --no-config flag
- Navigator.userAgent
- Upgrade Deno.resolveDns() API
- Introduce new Response.json() static method
Visual Studio Code 1.67.2 released
Major fixes
- Some terminal startup configuration parameters are double escaped #149283
- build [macos]: Timeout when uploading config for Bing settings search #149089
- Disabled toolbar icons are not dimmed in version 1.67 #149075
- The selection indicator for launch shortcuts doesn't clean up automatically #148893
- Debugger's STDIN/STDOUT redirection doesn't work in 1.67 #148887
- April 2022 - Recovery 2 #148935
Opera 87 Stable Released
Opera 87 is officially released, which is based on Chromium 101 (101.0.4951.64). This release improves Easy Files by introducing the ability to select multiple files, making it even easier to use. Easy Files now displays a checkbox when hovering over a file, clicking the checkbox enables Easy Files to enter multi-select mode, allowing you to select multiple files and upload them all at once.
FreeBSD 13.1 released
Major updates
- Added support for HiFive Unmatched RISC-V boards
- Position-Independent Executable (PIE) support is enabled by default on the underlying system for 64-bit architectures
- New zfskeys rc (8) service script that allows automatic decryption of ZFS datasets using ZFS native encryption during startup
- NVMe emulation upgraded to version 1.4 of the NVMe specification
- Added assembly optimized code for OpenSSL on powerpc, powerpc64 and powerpc64le
- Detection of CPU features has accelerated cryptographic operations for ARMv7 and ARM64 has been fixed to greatly speed up aes-256-gcm and sha256
- Enable building ASAN and UBSAN libraries on risc-v 64 and riscv-64-sf
- Fix corrupted output on serial console on powerpc64
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。