Skip to content

Instantly share code, notes, and snippets.

Hey everyone, meet Kevin here. Everybody's going crazy for the Joe Rogan podcast with
Elon Musk. We're going to watch and react to it together. So let's get right into it.
There's just a drop. So here we go. Let's listen in.
Oh yeah. Got to start with the smoking. Of course it's the cars this time.
Have you seen that before? Did people get you?
No. He's awesome.
He's awesome. He's pretty edgy.
Dude, Elon looks like the hex coin guy. No, what are you doing?
Amazing that he puts out a piece of art per day. 365 days a year.
Yeah, I was following him on the X platform, FKA Twitter, but it was too jarring.
Albania
https://apps.apple.com/AL/app/chatgpt/id6448311069
Algeria
https://apps.apple.com/DZ/app/chatgpt/id6448311069
Angola
https://apps.apple.com/AO/app/chatgpt/id6448311069
Anguilla
https://apps.apple.com/AI/app/chatgpt/id6448311069
Antigua and Barbuda
https://apps.apple.com/AG/app/chatgpt/id6448311069

Why EC2 Mac is Good for Your Business

If you're a business looking to optimize your development and testing workflow, then EC2 Mac is a game-changer. Here are just a few reasons why EC2 Mac is a great choice for businesses:

EC2 Mac is Easy to Use and Integrate

  • EC2 Mac provides the ability to run macOS on Amazon Web Services (AWS), making it easy to integrate with your existing AWS infrastructure and tools.
  • EC2 Mac allows you to spin up and scale your macOS environments quickly and easily, so you can focus on your development and testing work without worrying about infrastructure management.
  • EC2 Mac offers a wide range of instance types, including the latest M1-based instances, so you can choose the right configuration for your workloads.
  • EC2 Mac provides built-in support for popular development tools and frameworks, including Xcode, Git, and more, making it easy to get started with your existing workflow.
[ Music ] >> Please welcome Vice President, Serverless Compute, AWS, Holly Mesrobian. [ Music ] >> Welcome. Welcome to Accelerating Innovation with Serverless on AWS. As I was introduced, I'm Holly Mesrobian, and I'm the VP of Serverless Compute. Today, we're going to talk about how Serverless got to where it is, our vision for the future, and how we think about innovation going forwards. And I have a couple of great customers who are going to join me and show just what is possible with a Serverless approach. Both Lambda and ECS launched in 2014. And while they're very different services, with quite different approaches, they started with the same vision in mind. It's to help customers so that they can build more and focus on just building their applications. This gave developers and organizations simple, but opinionated ways to build by taking advantage of everything that AWS has to offer. ECS took a major step towards this vision with the launch of Fargate in 2017. For those of you who don't know, today is
@matijagrcic
matijagrcic / extensions.json
Last active August 19, 2022 12:16
Recommended extensions and tasks for React Native
{
// See https://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"esbenp.prettier-vscode",
"msjsdiag.vscode-react-native",
"mhutchie.git-graph",
"eamodio.gitlens",
"donjayamanne.githistory",
"wix.vscode-import-cost",

Change permission (chmod 400 myKey.pem) of pem key on Windows

$keyName = "SomeKeyName.pem"

icacls.exe $keyName /reset

icacls.exe $keyName /grant:r "$($env:username):(r)"

icacls.exe $keyName /inheritance:r
@matijagrcic
matijagrcic / lists.txt
Created January 19, 2021 11:05 — forked from ScottHelme/lists.txt
My Pi-hole blocklist list.
https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts https://mirror1.malwaredomains.com/files/justdomains http://sysctl.org/cameleon/hosts https://zeustracker.abuse.ch/blocklist.php?download=domainblocklist https://s3.amazonaws.com/lists.disconnect.me/simple_tracking.txt https://s3.amazonaws.com/lists.disconnect.me/simple_ad.txt https://hosts-file.net/ad_servers.txt https://v.firebog.net/hosts/AdguardDNS.txt https://adaway.org/hosts.txt https://v.firebog.net/hosts/Easyprivacy.txt https://v.firebog.net/hosts/Prigent-Ads.txt https://zerodot1.gitlab.io/CoinBlockerLists/hosts https://s3.amazonaws.com/lists.disconnect.me/simple_malvertising.txt https://raw.githubusercontent.com/ScottHelme/revocation-endpoints/master/ocsp.txt https://raw.githubusercontent.com/ScottHelme/revocation-endpoints/master/crl.txt https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts https://www.malwaredomainlist.c
@matijagrcic
matijagrcic / SonosMusicLibrary.ps1
Created December 22, 2020 09:56
Fix Sonos Music Library
Remove-NetFirewallRule -DisplayName "SonosLibraryService"
Remove-NetFirewallRule -DisplayName "Sonos Controller"
Remove-NetFirewallRule -DisplayName "Sonos Desktop Controller"
@matijagrcic
matijagrcic / settings.json
Created November 19, 2020 08:58 — forked from jayphelps/settings.json
Modifications on top of "Community Material Theme Palenight" Before and after: https://twitter.com/_jayphelps/status/1259321038728560642?s=20
// Modify your settings.json to add these. Customize further how you prefer.
{
"workbench.editor.highlightModifiedTabs": true,
"workbench.editor.tabCloseButton": "off",
"workbench.colorCustomizations": {
"editor.lineHighlightBackground": "#ffffff06",
"editor.foreground": "#acb3db",
"selection.background": "#89DDFF",
"progressBar.background": "#89DDFF",
"textLink.foreground": "#89DDFF",