Недавно завирусился пост под названием The Fall of Stack Overflow («Падение Stack Overflow»), подробно рассказывающий о падении трафика этого сайта за последние полтора года на 35-50%.Самой очевидной причиной этого можно назвать ИИ, потому что ChatGPT чрезвычайно полезен в качестве помощника в кодинге. Однако, мой дорогой разработчик, это не совсем правда.Если приглядеться, то можно обнаружить, что самое существенное падение произошло примерно в апреле 2022 года, хотя ChatGPT вышел семь месяце…
Skeleton Mammoth logotype.Введение.Существует множество отличных статей, посвященных скелетон загрузчикам, в которых рассказывается об их типах, случаях и необходимости их использования. Я не буду перечислять их здесь, вы можете легко найти их в своем любимом поисковике.После подробного изучения этой темы, я решил создать очень простое, гибкое, переиспользуемое, настраиваемое и легкое решение, которое подойдет для большинства случаев использования. В этой статье я опишу процесс создания этого …
Verified darknet market and darknet service links on the Tor Network Tor / Darknet Links Find more information on DarkNetEye All the sites listed have been verified by DarkNetEye as being legitimate operations. Beware of unverified links which may result in you being scammed. DarkNetEye is one of the oldest and most established darknet news and link portals which is used by thousands of people every day to access the darknet safely. These are a selection of the most popular darknet markets and …
Sei Sei is a general purpose, open-source L1 blockchain offering the best infrastructure for the exchange of digital assets. The chain emphasizes reliability, security and high throughput above all else, enabling an entirely new echelon of ultra-high performance DeFi products built on top. Sei's on-chain CLOB and matching engine provides deep liquidity and price-time-priority matching for traders and apps. Apps built on Sei benefit from built-in orderbook infrastructure, deep liquidity, an…
Golang utility for proving and finalizing withdrawals from op-stack chains.withdrawer Golang utility for proving and finalizing ETH withdrawals from op-stack chains. Installation go install github.com/base-org/withdrawer@latest Usage Step 1 Initiate a withdrawal on L2 by sending ETH to the L2StandardBridge contract at 0x4200000000000000000000000000000000000010, and note the tx hash. Example on Base Goerli: 0xc4055dcb2e4647c37166caba8c7392625c2b62f9117a8bc4d96270da24b38f13. Note: Do not send ER…
A collection of awesome one-liners for bug bounty hunting.One-Liners Thanks to all who create these Awesome One Liners❤️ Subdomain Enumeration Juicy Subdomains subfinder -d target.com -silent | dnsprobe -silent | cut -d ' ' -f1 | grep --color 'api\|dev\|stg\|test\|admin\|demo\|stage\|pre\|vpn' from BufferOver.run curl -s https://dns.bufferover.run/dns?q=.target.com | jq -r .FDNS_A[] | cut -d',' -f2 | sort -u from Riddler.io curl -s "https://riddler.io/search/e…
The open-source status page The Open-source Status Page and Alerting System The Atlassian's Statuspage Open Source Alternative. Learn more » Discord · Website · Issues · Roadmap About OpenStatus OpenStatus is open-source status page and alerting system. We are building it publicly for everyone to see our progress. We believe great softwares are built this way. You can choose to host it yourself or use our hosted version at open…
A self-hosted, open-source collaborative bookmark manager to collect, organize and archive webpages. Linkwarden Homepage | Getting Started | Features | Roadmap | Screenshots | Support ❤ Intro & motivation Linkwarden is a self-hosted, open-source collaborative bookmark manager to collect, organize and archive webpages. The objective is to organize useful webpages and articles you find across the web in one place, and since useful webpages can go away (see the inevitability of Lin…
An Open-source Toolkit for LLM DevelopmentLLaMA2-Accessory: An Open-source Toolkit for LLM Development 🚀 🚀LLaMA2-Accessory is an open-source toolkit for pre-training, fine-tuning and deployment of Large Language Models (LLMs) and mutlimodal LLMs. This repo is mainly inherited from LLaMA-Adapter with more advanced features.🧠 News [2023.07.23] Initial release 📌 Features 💡Support More Datasets and Tasks 🎯Pre-training with RefinedWeb and StarCoder. 📚Single-modal fine-tuning with Alpaca,…