Skip to main content

黑洞资源笔记

  1. min-sized-rust 这个 repo 演示了如何最小化 Rust 二进制文件的大小。

    默认情况下,Rust 优化了执行速度、编译速度和易于调试,而没有考虑二进制大小,因为对于绝大多数应用程序来说这是更理想的。 但是对于开发人员想要优化二进制大小的情况,Rust 提供了实现这一点的机制。

    项目地址 | #Rust
  2. gatus 是一个面向开发人员的健康仪表板,它使用 HTTP、ICMP、TCP 甚至 DNS 查询来监控服务,并通过使用状态码等值的条件列表来评估所述查询的结果, 响应时间、证书到期、正文等。 最重要的是,这些健康检查中的每一个都可以通过 Slack、PagerDuty、Discord、Twilio 来发送告警。

    项目地址 | 官方地址
  3. 如何提现 Apple Pay️

    1.Get a new or an old Iphone or Ipad that has never been used with apple pay cash
    2.Verify 1 of the accounts via apple pay cash. It has to match the name and address on a driver license and the phone.
    3.Once verified make another new accont on the same iphone/ipad if it let. If not get anew phone or ipad. U can verify if u want if not u dont have to
    4.Get a cc or debit log with email access and add it to apple pay. Once u have that verified via bank or email access u can now send cash from the debit or cc.
    5.Two ways of adding money 1st way is to go to apple pay cash on the account the ccor debit is on and click add money and its gone ask how much. If verified add $1500 if not verified add $450. Once money is added u can go to imessage and send to your other account via your money in apple pay cash
    6.The second way is to send straight to that person via imessage instead of adding it to that account
    7.You can make 3 profiles per phone or ipad so just repeat steps. Apple DOES NOT charge back so once u want to withdraw funds u can add your bank account and send to that account.

    Can take 2-3 days to get deposited.
    1.) Get Fresh Phone W Active APay Or GPay
    2.) Purchase OTPBOT Or Get Code From otp bot
    3.) Get CC From Your Site Or from a vendor
    4.) Connect CC To Apple Pay And Send The One Time Code to Card Holder Phone, Send Call From Bot To Receive Code And Connect Your CC To Apple Pay! Also Make Sure Your Bot Pulls ATM Pin
    5.) From Here you got 3 Options, Add Cash ( Which Might Burn Your Device) Instore Swipe or ATM.
  4. 5分钟经典英文技术演讲系列博文

    5分钟经典英文技术演讲1:如何快速掌握新技术 - Kathy Sierra | 地址
    无论是谁,以有限的精力来面对层出不穷的新技术挑战都是不够的。你需要学会一套方法论来帮助你快速习得新的技能。

    5分钟经典英文技术演讲2:软件设计真正的精髓-Scott Meyer,《Effective C++》的作者 | 地址

    成功的软件产品都有其共性。在Scott Meyer看来,这些共性由几个要素组成。在你的作品中考虑这些要素,将帮助你掌握软件设计真正的精髓。

    5分钟经典英文技术演讲3:如何应对信息过载并提高生产效率-Scott Hanselman | 地址

    信息过载的时代,能否找到一种在信息洪流中独善其身的方法,让我们专注于真正重要事情?当生活/工作的范畴一再扩大,我们也需要延展自身的边界,在充分利用信息的同时,保持持续的生产效率。
  5. JSON Crack 是一个从 JSON 对象生成图表的工具,可以将 JSON 数据立即无缝地转换为可视化图表。这些图表比文本格式更容易导航,并且更方便,这个工具还允许我们搜索节点。此外,生成的图表也可以作为图像下载或剪贴板。

    JSON Crack |#工具