Pages

vineri, 19 decembrie 2025

News : Cast n Chill – Launch Trailer – Nintendo Switch 2

News : Olaf: Bringing an Animated Character to Life in the Physical World

Google Apps Script : ... get data from protected websites with scrapingbee A.P.I. and GAScript.

Simple example with scrapingbee A.P.I. and GAScript to get data from the btassetmanagement.ro website.
Many financial websites — including BT Asset Management — use several layers of protection to prevent automated scraping. These protections are not meant to block normal users, but to stop bots, crawlers, and automated tools from extracting data at high speed.
Web Application Firewall that detects:
  • unusual request patterns
  • requests without browser headers
  • requests from datacenter IPs
  • too many requests in a short time
  • missing cookies or session tokens
If the request looks like a bot, the firewall returns

News : Paralives

News : Paradox Steam Winter Sale 2025

News : Crystal of Atlan | Snowbrush Festival is here!

News : PowerWash Simulator 2 | Adventure Time Pack

News : Sunday City — Update 1.9

News : How to Draw Toy Freddy | Five Nights at Freddy's 2.

joi, 18 decembrie 2025

News : MakeRoom Winter Update Trailer

News : AI Copilot vs BT Technology – Smart Simulations and Investment Insights

Today I tested the beta artificial intelligence on the co-pilot at Banca Transilvania, it left me in suspense with questions related to simulations, estimates, etc. But the co-pilot at Microsoft was smarter and made me a graph for a 1000 euro simulation at BT Technology
BT Technology is an open-end investment fund managed by BT Asset Management (Banca Transilvania Group). It invests primarily in shares of companies from the technology and IT sector, listed on major international stock exchanges like NASDAQ, NYSE, and London Stock Exchange
Currency: EUR (investments and unit value are expressed in euro).
Risk level: Medium-high (rated 4 out of 7 on the synthetic risk scale)

miercuri, 17 decembrie 2025

Security : Rust Binder contains the following unsafe operation on kernel.

This operation is unsafe because when touching the prev/next pointers of a list element, we have to ensure that no other thread is also touching them in parallel. If the node is present in the list that `remove` is called on, then that is fine because we have exclusive access to that list. If the node is not in any list, then it's also ok. But if it's present in a different list that may be accessed in parallel, then that may be a data race on the prev/next pointers.

News : Reporting a security issue - good practice.

This is how the python solve a security issue:
We take security very seriously and ask that you follow our security policy carefully.
If you've identified a security issue with a project hosted on PyPI.
Login to your PyPI account, then visit the project's page on PyPI. At the bottom of the sidebar, click Report project as malware. Supply the following details in the form:
  • A URL to the project in question
  • An explanation of what makes the project a security issue
  • A link to the problematic lines in the project's distributions via inspector.pypi.io
Important! If you believe you've identified a security issue with PyPI, DO NOT report the issue in any public forum, including (but not limited to):
  • Our GitHub issue tracker
  • Official or unofficial chat channels
  • Official or unofficial mailing lists