TGTGInsightтелеграм анализLIVE / telegram public index
← Такты, стеки, два колеса

TGINSIGHT SIMILAR POSTS

Намери подобно съдържание

Изходен канал @clockstackwheels · Post #1084 · 9.04

В общем, была задача на оптимизацию плана работ: есть набор заказов, и в каждом N тасков. Таски могут зависеть друг от друга или нет, имеют длительность и тип. Ещё есть M работников, каждый из которых может выполнять таски только определённых типов, причём, у каждого своя скорость. Если все таски в заказе выполнены, фирма получает сколько-то денег. У заказа есть дедлайн, за просрочку штраф (за каждый день просрочки), который вычитается из цены заказа. И ещё фирма тратит деньги за каждый день своей работы независимо от того, как загружены её сотрудники (то есть просто платит зарплаты по сути). Ещё важен учёт праздников и выходных. Нужно заработать на определённом наборе заказов и работников как можно больше денег. Полный текст задачи и код программы проверки есть в репозитории. Эта задача является изменённым заказом, который мы с напарником решали в реальной жизни: оптимизация работы печатных станков для типографии. Правда, тогда и мы справились так себе, и заказчик в итоге сначала захотел всё вручную сам делать, а потом и вовсе похоронил проект при смене директора. !!! Не читайте дальше, если хотите сначала попробовать решить самостоятельно, потому что я сейчас опишу эффективные подходы и результаты. ________________________________________ Так вот. Мы с другим экспертом Андреем сразу сели и написали разные варианты, чтобы задать шкалу, по которой будем оценивать решения команд. За пару часов я собрал примитивный жадный алгоритм, который сортировал заказы по прибыльности и укладывал в сетку кое-как, это дало нам нижнюю оценку. Мой алгоритм заработал ~75 млн виртуальных рублей, мы решили для оценки поставить нижней границей 40 млн. То есть всё, что ещё ниже, оценивалось в ноль баллов за качество оптимизации. Затем Андрей закрылся дома на три дня и вышел на свет со сложным жадным алгоритмом, который очень хитро сортировал заказы и очень хитро укладывал их в сетку, попутно выбирая разные способы этой укладки в зависимости от конкретного заказа. Это позволило заработать ~275 млн рублей. Мы сделали верхней границей для оценки 280 млн. К сожалению, в итоге только две команды из десяти прошли нижнюю границу, заработав, соответственно, ~91 и ~105 млн. К верхней границе не приблизился никто. И у четырёх команд алгоритм вообще не смог уложить без нарушений задачи в сетку (то есть, например, произвольно менял длительности, накладывал задачи друг на друга, давал одному работнику две задачи в один момент и так далее). Важной ошибкой команд, на мой взгляд, являлся тот факт, что никто не воспользовался возможностью запустить алгоритм на несколько минут и дать ему поработать. По условиям задания, можно было тянуть до 5 минут на одну оптимизацию, но по факту решения команд отрабатывали за единицы и десятки секунд. На самом конкурсе, пока команды работали, я решил попробовать сделать быстрое (по времени написания) но эффективное решение. Сначала попробовал жадную сортировку + доведение до лучшего варианта методом имитации отжига. В качестве нового состояния я просто менял местами заказы целиком. Этот вариант работал пару минут и дал мне около ~200 млн дохода. К слову, команда-лидер использовала такой же подход, просто не докрутила число итераций и температуру. Ну и потом я взял готовую либу по реализации классической генетики с особями и скрещиванием. Особью был массив с приоритетами заказов (которые конечно же нужно было аккуратно уложить чистым алгоритмом). Тип скрещивания: scattered. Всего 15 поколений по 20 особей, и это за минуту-полторы давало ~230-240 млн. Считаю, что для конкурса это самый лучший выбор: пишется одним человеком за день и даёт почти максимум, при этом легко настраивается на нужную длительность работы, легко параллелится. Ну а потом уже дома я посидел и накодил свой вариант сложного жадного с плавающим окном перебора отсортированных заказов и плавающей же укладкой по работникам. Такая штука за две минуты зарабатывает ~281 млн. Но за три дня в условиях стресса я бы такое не сделал, скорее всего. #dev

Hashtags

Резултати

Намерени 9 подобни публикации

Търсене: #datasecurity

当前筛选 #datasecurity清除筛选
AI & Law

@ai_and_law · Post #584 · 04.06.2025 г., 07:04

🌐Global Consensus Emerges on AI Data Security Standards Four leading cybersecurity agencies — from the U.S., U.K., Australia, and New Zealand — have jointly released best practice guidance for securing data across AI system lifecycles. The focus: ensuring integrity, traceability, and resilience in AI training and deployment environments. The document recommends practical safeguards such as digital signatures for trusted dataset revisions, provenance tracking, and the use of secure infrastructure. It also emphasizes proactive risk mitigation, calling for robust data protection strategies not just at the point of deployment, but from the earliest stages of model development. #AI#DataSecurity#AIgovernance

AI & Law

@ai_and_law · Post #387 · 02.09.2024 г., 07:04

Privacy at Stake: LegalShield Faces Lawsuit Over AI-Driven Call Interceptions LegalShield, a prominent online legal services provider, is under fire as a class action lawsuit accuses the company of secretly intercepting and analyzing confidential client communications. The lawsuit claims that LegalShield failed to inform customers that their interactions would be routed through Talkdesk, a call center technology provider, which uses AI to listen, record, and analyze every word in real-time. Talkdesk allegedly utilizes this intercepted data not just for enhancing customer service but also for its own purposes, including developing AI models. The lawsuit highlights the sensitive nature of the information at risk, such as credit card details and Social Security numbers, and suggests that clients would have refrained from engaging with LegalShield had they known about these practices. This case underscores the growing concerns over privacy and the ethical use of AI in customer interactions, particularly in industries where confidentiality is paramount. #AI#Privacy#DataSecurity#LegalTech

NEA Singapore

@NEASingapore · Post #915 · 14.10.2024 г., 05:36

Give your e-waste a second life by recycling them this International E-waste Day 📱💻♻️ Find out more about how to recycle your e-waste at go.gov.sg/e-waste Let’s also reduce the amount of e-waste generated by: - Considering if you really need to buy new a product or if the current one can be repaired - Choosing second-hand products over new products - Donating devices that are in good condition to those who could put them to better use #RecycleRight#RecycleOurEWaste#IEWD2024#InternationalEWasteDay2024#DataSecurity

AI & Law

@ai_and_law · Post #43 · 30.06.2023 г., 07:04

Are your favorite Apps invading your privacy? Let's find out! Artificial Intelligence has become a hot topic, raising questions about its impact on user privacy. Are AI apps really intruding on our personal data? A recent investigation by Home Security Heroes (HSH) reveals some eye-opening findings. By examining various AI applications, HSH has uncovered the extent of data intrusion facilitated by AI technology. To determine the invasiveness of AI apps, HSH used the privacy labels available on the App Store. These labels reveal the amount of personal information an app tracks for marketing purposes. They evaluated a total of 159 apps. Key Insights: 1️⃣ 75% of AI apps share users' data with third parties. 2️⃣ 64% of investigated AI-powered apps track users' personal data for their own marketing benefits. The Most Invasive AI Apps: 🔹 Tracking 43% of personal data: Brainly Photoleap: AI Art Photo Editor 🔹 Tracking 36% of personal data: Google Assistant Socratic by Google DaVinci – AI Generated Art Facetune AI Photo/Video Editor How comfortable are you with AI apps tracking and sharing your personal data? Are the benefits worth the potential risks to your privacy? #AI#Privacy#DataSecurity#UserProtection#AIApps

Crypto M - Crypto News

@CryptoM · Post #64802 · 10.04.2026 г., 00:36

🚀 AI TRENDS | U.S. Officials Convene Wall Street Leaders Over AI Cybersecurity Concerns U.S. Treasury Secretary Scott Bessent and Federal Reserve Chair Jerome Powell have called an urgent meeting with Wall Street leaders to address concerns about the potential cybersecurity risks posed by the latest AI model from Anthropic. Bloomberg posted on X, highlighting the growing apprehension among financial regulators regarding the implications of advanced AI technologies on the security of financial systems. The meeting underscores the increasing focus on AI's role in cybersecurity, as financial institutions grapple with the challenges of integrating cutting-edge technologies while safeguarding sensitive data. The Anthropic AI model, known for its advanced capabilities, has raised alarms about its potential misuse in cyberattacks, prompting federal officials to seek input from industry leaders on mitigating these risks. This development comes amid a broader dialogue on the balance between technological innovation and security, as AI continues to transform various sectors. The discussions are expected to explore strategies for enhancing cybersecurity measures and ensuring that AI advancements do not compromise the integrity of financial systems. #AI#Cybersecurity#WallStreet#Finance#Anthropic#USOfficials#Technology#Innovation#DataSecurity#FinancialRegulation

Crypto M - Crypto News

@CryptoM · Post #65386 · 13.04.2026 г., 04:05

🚀 Telegram CEO Criticizes WhatsApp's Encryption Practices Telegram CEO Pavel Durov has criticized WhatsApp's end-to-end encryption, labeling it as a 'massive consumer fraud.' According to ChainCatcher, Durov highlighted that approximately 95% of private messages are stored in unencrypted backups on Apple and Google servers. Durov expressed concerns that this situation poses a risk to user privacy. Despite WhatsApp's claims of using end-to-end encryption for message transmission, the backup mechanism fails to ensure complete encryption of user information. His remarks have sparked industry attention regarding privacy protection measures in mainstream communication applications. #Telegram#WhatsApp#Encryption#Privacy#DataSecurity#PavelDurov#CyberSecurity#MessagingApps#TechNews#EndToEndEncryption

X

@PROJECT · Post #22 · 12.11.2024 г., 03:35

🔐 Is Your Data Secure? 🔐 🫰 Discover peace of mind with #Cloudatabox – the #future of #secure, #decentralized storage powered by innovative #Web3 solutions! 🌐✨ 🚀Register Now to explore how Cloudatabox keeps your data protected and accessible like never before. 📂🔒 Secure your future, secure your data! #Cloudatabox#DataSecurity#Web3Solutions#DecentralizedStorage#RegisterToday#FutureOfStorage

Crypto M - Crypto News

@CryptoM · Post #65165 · 11.04.2026 г., 14:20

🚀 Heart South Reports Potential Data Breach Affecting Thousands Heart South has announced that approximately 46,666 individuals may have been affected by a data breach, with patient information from its network appearing on the dark web. According to NS3.AI, the company has been unable to verify if any specific individual's data was compromised. Notifications regarding the potential breach began being distributed in April 2026. #HeartSouth#databreach#patientdata#darkweb#NS3AI#privacy#cybersecurity#datasecurity#breachnotification#April2026

Crypto M - Crypto News

@CryptoM · Post #65190 · 11.04.2026 г., 18:14

🚀 Pavel Durov Highlights Privacy Risks of Push Notifications Pavel Durov has raised concerns about the privacy implications of push notifications. According to NS3.AI, Durov pointed out that message data can persist in notification logs, posing a privacy risk even after messages or apps are deleted. He referenced a report by 404 Media, which revealed that the FBI was able to retrieve deleted Signal messages from an Apple iPhone by accessing these notification logs. #PavelDurov#Privacy#PushNotifications#DataSecurity#Signal#iPhone#FBI#DigitalPrivacy#NotificationLogs#CyberSecurity