Search
New Pokémon Snap’s ‘Obama Skip’ Is The Latest Speedrunning Trick With A Weird Name
10.7.2021
Like any sub-culture, speedrunning is known for creating its own unique vocabulary that, at times, can sound like an entirely different language. Fortunately, we have folks like Abyssoft to act as our Sherpas and guide us up the treacherous speedrunning mountain. His latest video explains...
Sega Changes PSO2 Name To Something Less Borderline Racist
9.7.2021
A non-player character in Sega MMO Phantasy Star Online 2: New Genesis underwent a name change with this week’s scheduled maintenance. The black and brown member of the robotic CAST race formerly known as “Diggah” shall henceforth be known as “Excator.”Read more
Fix Seeing “0” in Your JSX Code
9.7.2021
The early days of the web felt like the wild west when it came to coding practices — just make it work. Then we became enlightened to better practices, separating HTML from CSS and JavaScript. Then came React and JSX, where we combine JavaScript, HTML, and even CSS with Styled Components...
Korean Banks Elevate Cybersecurity to Deal With Crypto-Related Risks
7.7.2021
South Korean banks are taking steps to bring cybersecurity to a new level as they try to keep up with fintechs and address new threats arising from their interaction with the crypto space. A number of institutions are adopting unprecedented measures including the integration of blockchain...
Zero-Width Space
2.7.2021
The name zero-width space is antithetical, but it’s not without uses. In text, maybe you’d use it around slashes because you want to be sure the words are treated individually but not have any physical space around the slash:…
The post Zero-Width Space appeared first...
Korean Crypto Exchanges Consider Suing Government Over Banking Requirements
30.6.2021
All cryptocurrency exchanges in South Korea except the largest four may be unable to meet the bank account requirements needed to stay in business. A number of Korean crypto exchanges are considering suing the government and financial authorities, claiming that the country’s crypto law...
How to Upload a File via SSH and Command Line
28.6.2021
My preference for daily work is usually GUI applications, like Visual Studio Code for text editing and Cyberduck for remote file server management. I’m also a huge fan of automation, so I do try to learn the command line equivalents of UI functions. My latest desire was wanting to know how...
Korean Banks to Be Relieved of Liability for Crypto-Related Crime, Report Suggests
28.6.2021
Banking institutions in South Korea have reportedly requested to not be held accountable for crimes linked to cryptocurrencies such as money laundering. According to local media, financial regulators are now developing rules that could relieve Korean banks from responsibility when screening...
Europol Cracks Down on Vitae Belgian Ponzi Scheme, Recovers €1.5 Million in Crypto
28.6.2021
Europol, the EU law agency, cracked down on Vitae, a Belgian Ponzi scheme. Europol raided 17 locations related to the website, promoted as a social media site with its own cryptocurrency. The company operated in Switzerland under the name VITAE AG. Law enforcement officials recovered €1.1...
Always Show Arrows for Number Input
21.6.2021
While I enjoy small details that make user interfaces more elegant, I also believe that less is more, especially when it comes to native behavior. One native behavior I dislike is that <input type="number" /> elements only show the increment and decrement arrows when the input is focused....
Gather Feedback Using the Amazing UserWell (Sponsored)
14.6.2021
Most websites and mobile apps collect all sorts of data to try to gain insights into what users are doing, not doing, and to gain insight into what users may want. Those metrics are useful but there’s a more valuable way to get information: direct feedback from users. Userwell is an awesome...
JavaScript Numeric Separators
10.6.2021
Writing good code is important — writing code that’s easily human readable is a next level skill. It’s not often that APIs are introduced whose seemingly only useful function is making code more readable, but let me introduce you to JavaScript numeric separators: an API that lets...
FTX Lands Naming Deal With Esports Giant TSM for $210 Million
5.6.2021
On Friday, FTX Exchange announced signing a naming rights deal with U.S. professional esports organization TSM for $210 million. The cryptocurrency exchange’s multi-year partnership arrangement will allow the crypto firm to rename the company to “TSM FTX.” Esports Firm TSM Will...
How to Restart
4.6.2021
I recently wrote a .bat script on Windows to mine Ethereum when I’m not using my gaming PC to frag noobs. I have a friend who also tries to mine cryptocurrencies but their machines have AMD processors; every once in a while, the processor and the mining executable start fighting and...
Steve Wozniak Can’t Stop Bitcoin Giveaway Scams Using His Name — Federal Law Protects Youtube
3.6.2021
Apple co-founder Steve Wozniak has lost his lawsuit against Youtube over bitcoin giveaway scams using his name and image. The judge reportedly said that “Youtube and its parent, Google LLC, are protected by the federal law that shields internet platforms from responsibility for content posted...
Hexagons and Beyond: Flexible, Responsive Grid Patterns, Sans Media Queries
3.6.2021
A little while back, Chris shared this nice hexagonal grid. And true to its name, it’s using —wait for it — CSS Grid to form that layout. It’s a neat trick! Combining grid columns, grid gaps, and creative clipping …
The post Hexagons and Beyond: Flexible, Responsive Grid Patterns, Sans Media...
Bukkake Noodles Get A Safe For Work Name In The U.S.
3.6.2021
In Japan, bukkake udon is a traditional noodle dish that’s especially popular in the summertime. The word “bukkake” refers to the “splashing” of the savory broth. Yes, also means something else.Read more
CSS :is
31.5.2021
There are scores of developers who hate CSS; don’t get it, don’t want to get it, etc. Most of that is either down to inefficiencies within the language or misunderstanding of how to properly construct a website structure. I mostly love CSS but there are some parts of the language that...
Ubisoft Insists Latest Game, [INSERT NAME], Isn’t Political
28.5.2021
Today, Ubisoft showed off some new gameplay from the upcoming [INSERT GENRE] game [INSERT NAME]. The footage shows that the game’s setting and story seem to be politically charged and potentially filled with commentary about [INSERT CURRENT EVENT]. However, as usual, Ubisoft has been quick...
What I Learned Building a Word Game App With Nuxt on Google Play
25.5.2021
I fell in love with coding the moment I created my first CSS :hover effect. Years later, that initial bite into interactivity on the web led me to a new goal: making a game.
Table of contents
What’s the game
…
The post What I Learned Building a Word Game App With Nuxt on Google Play...