Search
Coinbase Rolls Out Bitcoin and ETH Futures for US Investors
1.11.2023
Popular cryptocurrency exchange Coinbase has announced the launch of its native Bitcoin and Ethereum futures contracts for US retail traders. In a November 1 blog post, the US-based Bitcoin trading hub stated that the service is being rolled out via the Coinbase Advanced platform. Now, retail...
Proč Java používá tak dlouhé názvy tříd a proměnných
30.10.2023
Častokrá slyší stížnosti u lidí, kteří nejsou úplně fandové do Javy, že se v ní píší sáhodlouhé názvy tříd a proměnných. Např: /---pre OrderService.java ExternalOrderService.java CsvImportOrderService.java \--- A k nim následně názvy instancí: /---pre final var orderService = new OrderService();...
Google podporuje podvodné reklamy
29.10.2023
Na youtubu jsem narazil na podvodnou reklamu na investici se společností ČEZ. To, že je pochybná už naznačuje lokalita – Kazachstán. Reportoval jsem ji jako podvod, jelikož se jedná o evidentní podvod. Google mne dost nemile překvapil "Dobrý den, Pavel, rádi bychom vás informovali, že jsme...
Záhada Facebookového spamu rozluštěna
29.10.2023
Už delší dobu na Facebooku bojuju s tím, že mi na nástěnku tapetuje nejen reklamami, které je obtížné zablokovat, ale rovněž i různými fotkami a videi ze skupin, které vůbec neodebírám – a nejde to nijak vypnout. Proč to dělá? Zprvu jsem si říkal, že ten Facebook je prostě švihlej, a zanadával...
How to Get the Current Branch Name with git
28.10.2023
Most developers spoil themselves with fun command line utilities to make their work easier and more efficient. One such command line helper allows developers to always show the git branch in the command line. How can you get the current branch? With this handy snippet: git branch --show-current...
Terrorism Funding Claims Contradicted by Lack of Evidence for Substantial Crypto Donations to Hamas
27.10.2023
Blockchain analytics company Elliptic refuted claims on Wednesday that Hamas received millions in crypto donations in the months leading up to its attack on Israel earlier this month. Elliptic stated in a blog post that there is “no evidence to support the assertion that Hamas has received...
Mastercard Partners with MoonPay to Explore Multiple Integrations
26.10.2023
Digital assets payment platform, MoonPay announced a partnership with global payment firm Mastercard to advance web3 integrations, build connections, and boost marketing tools. MoonPay revealed the new development in a blog post adding on X (Twitter) that Keith Grossman the company’s...
UK Financial Watchdog Flags “Common” Failures in Crypto Marketing
25.10.2023
The Financial Conduct Authority (FCA) has identified some recurring issues in the marketing of cryptoassets following the implementation of new regulations on October 8. In a Wednesday blog post, the FCA highlighted three primary problems, which include misleading claims regarding...
AutoSave with VSCode
23.10.2023
Visual Studio Code has taken the crown of most used text editor, at least in JavaScript spheres. VSCode is fast, feature-filled, and supports thousands of plugins to boost productivity. Developers can also tweak hundreds of settings to enrich functionality. One such feature is the autoSave feature....
Blockchain Publishing Company LBRY Announces Shutdown Following Court Judgment and Debts
21.10.2023
Facing a judgment from the federal government and encumbered with significant debts, LBRY Inc., the blockchain-based publishing company, has signaled its intent to terminate operations. This announcement, shared via a blog post hosted on Odysee, arrives in the aftermath of a contentious legal...
Mini Commander: Klon Midnight Commanderu vytvořený umělou inteligencí
15.10.2023
V dnešním článku si představíme zajímavý software nazývaný Mini Commander. Jedná se o klon známého Midnight Commanderu, který je oblíbený mezi uživateli Linuxu a Unixu. Co na něm však dělá zajímavým je fakt, že většina jeho kódu byla generována umělou inteligencí GPT-4
How to Detect Failed Requests via Web Extensions
2.10.2023
One of the best things that ever happened to t he user experience of the web has been web extensions. Browsers are powerful but extensions bring a new level of functionality. Whether it’s crypto wallets, media players, or other popular plugins, web extensions have become essential to every...
Migrace skriptů tampermonkey po upgrade na firefox snap
29.9.2023
Chtěl bych se podělit o čerstvou zkušenost. Třeba se to někomu bude hodit. Nedávno jsem upgradnul z Ubuntu 18.04 přes 20.04 ma 22.04. Byl to nightmare, ale o tomhle tento blog nebude. Dnes jsem s hrůzou zjistil, že další věc, která přestala fungovat, jsou scripty v tampermonkey ve firefoxu. Kdybych...
Ordinals Creator Casey Rodarmor Introduces ‘Runes,’ New Fungible Token Protocol for Bitcoin
26.9.2023
Casey Rodarmor, creator of Bitcoin Ordinal inscriptions, introduced a new fungible token protocol named Runes in a blog post September 25, 2023. Although uncertain if it’s a “good idea,” Rodarmor believes a robust fungible token protocol could “bring significant transaction...
Welcome to the New LimeWire: AI Media Generation (Sponsored)
22.9.2023
LimeWire was a staple of my youth. LimeWire was software that allowed users to share any type of file during the revolutionary days of file sharing. Fast forward to today and LimeWire is back, again as revolutionary software, but this time in the field of AI content publishing. From creating images...
Unveiling 15+ Essential Tools & Resources for Web Designers and Agencies in 2023 (Sponsored)
12.9.2023
You’ve visited countless websites, and now you’re designing your own. Stop and think for a minute about what you’ve liked and didn’t like about some of those you visited. Was it the front page, the layout in general, or the functionalities that either met with your satisfaction or turned you off?...
Unveiling 15+ Essential Tools & Resources for Web Designers and Agencies in 2023 (Sponsored)
12.9.2023
You’ve visited countless websites, and now you’re designing your own. Stop and think for a minute about what you’ve liked and didn’t like about some of those you visited. Was it the front page, the layout in general, or the functionalities that either met with your satisfaction or turned you off?...
Záložky adresářů na příkazové řádce (DirectoryBookmarks)
11.9.2023
Přepínáte ve znakovém terminálu často různé adresáře souborového systému? Pak by vám mohla přijít vhod aplikace popsaná v tomto článku. Jak to funguje? V aktuálně navštíveném adresáři lze napsat (v terminálu) příkazsdf d1 , kde parametrd1 je alfanumerický text reprezentující název záložky. Od toho...
Sum an Array of Numbers with JavaScript
7.9.2023
It’s rare that I’m disappointed by the JavaScript language not having a function that I need. One such case was summing an array of numbers — I was expecting Math.sum or a likewise, baked in API. Fear not — summing an array of numbers is easy using Array.prototype.reduce!...
ZABBIX a neočekávaný nárůst velikosti databáze
4.9.2023
Rád bych se s Vámi podělil o jeden zajímavý problém a jeho řešení týkající se rychlého a velkého nárůstu dat v databázi monitorovacího nástroje ZABBIX. Na začátku příběhu byla migrace celého monitoring prostředí ze stávající on-premise instalace do Microsoft Azure cloudu v rámci sjednocení...