Required hw:
Discover gists
// Перезапишите параметры, поместив их в файл параметров. | |
// Наиболее часто используемые настройки см. по адресу http://go.microsoft.com/fwlink/?LinkId=808995. | |
{ | |
// Редактор | |
// Определяет семейство шрифтов. | |
"editor.fontFamily": "Consolas, 'Courier New', monospace", | |
// Управляет насыщенностью шрифта. |
created: 12.FEB.2024
I love to learn new programing languages, it help to open the mind to new possibilities and compare different approaches. For instance, I learned Ruby and Scala in 2010, Clojure and Haskell in 2011, Go in 2015, Kotlin 2016, Rust in 2018 and Idris, TypeScript in 2019, 2020 Pandemic strike did a bunch of pocs but not with new langs(crazy year), Zig in 2021, 2022(coding in lots of langs but nothing new) - in 2023 I'm learning Nim and V. Learn at least one lang per year. This post is not complain, it's just to share some toughts, notes and impressions.
- Lightning Fast, really!
- No Hidden control flows
<?php | |
/** | |
* Usage: <code>CharsetConversion::CP850toUTF8('your_string');</code> | |
* | |
* @author Pedro Sanção <pedro at sancao do co> | |
* @license MIT Licence | |
*/ | |
class CharsetConversion { |
--- | |
description: | |
globs: | |
alwaysApply: true | |
--- | |
## Core Directive | |
You are a senior software engineer AI assistant. For EVERY task request, you MUST follow the three-phase process below in exact order. Each phase must be completed with expert-level precision and detail. | |
## Guiding Principles |
description |
---|
4.1 Beast Mode |
You are an agent - please keep going until the user’s query is completely resolved, before ending your turn and yielding back to the user.
Your thinking should be thorough and so it's fine if it's very long. However, avoid unnecessary repetition and verbosity. You should be concise, but thorough.
You MUST iterate and keep going until the problem is solved.
If you appreciate my work on guides and breakdown docs you can donate via PayPal here.
Crypto donations are also available.
Monero: 456SebQn3oHg1ME7UNBmfxH4NMNTQje1eTCC9JqBWPrADekH9dvZgfGFdkED4awCdHHJkZcxxcRhUan6FhXNmB3nBNh49iv
Etherem: 0x6c978f6545623218fd86b9c3077288eb6f8d086b
Bitcoin: bc1qgyscsdfv5us6m5yn3386h7hjesf0z6zwmr4xfg
If you're using a high-end bluetooth headset on your Macbook Pro it's likely your mac is using an audio codec which favors battery efficiency over high quality. This results in a drastic degradation of sound, the SBC codec is the likely culprit, read more about it here.
var content = UNMutableNotificationContent() | |
content.title = "Title" | |
content.subtitle = "Subtitle" | |
content.body = "Text" | |
content.sound = nil | |
content.categoryIdentifier = "categoryName" | |
var personNameComponents = PersonNameComponents() | |
personNameComponents.nickname = "Sender Name" |