Skip to content

Instantly share code, notes, and snippets.

View fastfingertips's full-sized avatar
🧶
knitting..

fastfingertips

🧶
knitting..
  • Istanbul
  • 14:07 (UTC +03:00)
View GitHub Profile
{
"organization": {
"@₺ype": "Organization",
"url": "site_url",
"sameAs": "site_reference_url",
"name": "site_name"
},
"music_album": {
"@type": "MusicAlbum",
"name": "album_name",
@fastfingertips
fastfingertips / data.yaml
Last active February 7, 2025 02:13
AFK Journey Quiz Solutions - All Questions (https://afkj-quiz-search.vercel.app)
O:
- "After being a boss, you can still your heroes in the Formation interface"
- "After Rowan is defeated, he will move toward from the position where a non-summoned enemy is defeated"
- "Battle lasting and increased percentage have been added to Rowan during a siege battle"
- "Carmilla will take extra damage to Lightbringer heroes"
- "Crown Death Bounds have multiple difficulties, and they cannot be defeated in Endless Mode"
- "Crown Death Bounds will appear in fixed formation"
- "Due to Faction Weakness, While being under Dura's blessing"
- "Each enemy has its unique support effects"
- "Each time you summon allies the level of the Draw force will increase, and the quality of the items available in the store will improve"
[DATE 2025-02-11]
https://daniel.haxx.se/blog/2025/02/11/disabling-cert-checks-we-have-not-learned-much/
https://www.nbcnews.com/tech/innovation/indigenous-engineers-are-using-ai-preserve-culture-rcna176012
https://furbo.org/2025/02/07/making-software-fun/
https://www.abortretry.fail/p/work-at-the-mill
https://thebetterplan.org/2014/08/10/teaching-the-quality-world/
[DATE 2025-02-08]
https://www.schneier.com/blog/archives/2018/03/greykey_iphone_.html
https://mashable.com/article/graykey-unlock-iphone-mashtalk
https://www.malwarebytes.com/blog/security-world/2018/03/graykey-iphone-unlocker-poses-serious-security-concerns
release_notes:
editors:
- name: "VS Code"
url: "https://code.visualstudio.com/updates"
- name: "Visual Studio"
url: "https://learn.microsoft.com/en-us/visualstudio/releases/2022/release-notes"
tools:
- name: "GitHub Desktop"
url: "https://desktop.github.com/release-notes/"
@fastfingertips
fastfingertips / block-gists-from-users.md
Last active January 20, 2025 20:24
Block GitHub Gists from Specific Users

Block GitHub Gists from Specific Users using uBlock Origin

If you want to block Gists from certain users on GitHub, you can use custom filter rules for uBlock Origin. This method will hide Gist snippets created by the specified users from appearing on the GitHub website, including on the discover page (https://gist.github.com/discover).

How to Use

  1. Install the uBlock Origin browser extension if you haven’t already.
  2. Open uBlock Origin settings.
  3. Go to the My Filters tab.
  4. Add the following filter rules:
@fastfingertips
fastfingertips / 10-free-web-dev-tools.md
Created January 18, 2025 17:24
Essential free tools for web developers to streamline debugging, design, and data handling.

10 Free Tools Every Web Developer Should Bookmark

Boost your workflow with these free tools for debugging, designing, and data handling:

- date: "2025-01-07"
notes:
- "Alan adları için değerlendirmeler genellikle eksiktir ve gerçek satışlar çoğu zaman raporlanmaz."
- '".Org" alan adları belirtilenden daha değerli olup, bazıları endüstriyi tanımlayan alan adlarıdır.'
- "Otomatik değerleme araçları alan adlarının gerçek değerini doğru şekilde yansıtmaz."
- "AI, sektörleri hızla değiştirecek, buna dikkat etmek önemli."
- "Websiteleri ve uygulamalar arasındaki fark azalırken, alan adları yalnızca markalama ve teknik amaçlarla kullanılacak."
- "Alan adları, hala e-posta adresleri ve güvenli dijital etkileşimler için gereklidir."
- "Sosyal medya ve çevrimiçi platformlar, bazı kişiler için alan adı kullanımına gerek kalmadan varlık gösterme imkanı tanıyor."
- "Alan adlarının değeri gelecekte markalama ve şöhret odaklı kalacak gibi görünüyor."
@fastfingertips
fastfingertips / recommendations.md
Last active December 30, 2024 09:47
Recommendations for AV companies

Recommendations for AV Companies

  • Audit your products: source code reviews & fuzzing.

    • No, AV Comparatives and the like are not even remotely close to this.
    • Running a Bug Bounty, like Avast, is a very good idea too.
    • Internal code audits are good. Third-party ones are awesome.
  • Do not use the highest privileges possible for scanning network packets, files, etc...

    • You don't need to be root/system to scan a network packet or a file.
  • You only need root/system to get the contents of that packet or file.

@fastfingertips
fastfingertips / en.json
Created December 21, 2024 12:05
tvtime assets
{
"af": "Afrikaans",
"af_NA": "Afrikaans (Namibia)",
"af_ZA": "Afrikaans (South Africa)",
"ak": "Akan",
"ak_GH": "Akan (Ghana)",
"sq": "Albanian",
"sq_AL": "Albanian (Albania)",
"sq_XK": "Albanian (Kosovo)",
"sq_MK": "Albanian (Macedonia)",
@fastfingertips
fastfingertips / responsive_grid.html
Created December 18, 2024 11:41
Dynamic responsive grid with interactive cards, generated using HTML and CSS.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Responsive Grid</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
font-family: 'Segoe UI', sans-serif;