Got an air fryer and I will accept that with this device, my gut isn’t going away, lol. (v2.jacky.wtf/post/d95c091e-…)
{
"type": "entry",
"published": "2020-04-12T06:24:43+00:00",
"url": "https://twitter.com/jackyalcine/status/1249221894982811648",
"content": {
"text": "Got an air fryer and I will accept that with this device, my gut isn\u2019t going away, lol. (v2.jacky.wtf/post/d95c091e-\u2026)",
"html": "Got an air fryer and I will accept that with this device, my gut isn\u2019t going away, lol. (<a href=\"https://v2.jacky.wtf/post/d95c091e-e695-4d71-aac5-e2c536ba0eff\">v2.jacky.wtf/post/d95c091e-\u2026</a>)"
},
"author": {
"type": "card",
"name": "next thing you'll say: \"biden isn't so bad!\"",
"url": "https://twitter.com/jackyalcine",
"photo": "https://pbs.twimg.com/profile_images/1248530239254192129/rr7SDwSK.jpg"
},
"post-type": "note",
"_id": "10671262",
"_source": "2773"
}
Got an air fryer and I will accept that with this device, my gut isn’t going away, lol.
{
"type": "entry",
"published": "2020-04-11T23:24:39.86926-07:00",
"url": "https://v2.jacky.wtf/post/d95c091e-e695-4d71-aac5-e2c536ba0eff",
"content": {
"text": "Got an air fryer and I will accept that with this device, my gut isn\u2019t going away, lol.",
"html": "<p>Got an air fryer and I will accept that with this device, my gut isn\u2019t going away, lol.</p>"
},
"author": {
"type": "card",
"name": "",
"url": "https://v2.jacky.wtf",
"photo": null
},
"post-type": "note",
"_id": "10671202",
"_source": "1886"
}
{
"type": "entry",
"published": "2020-04-12T00:17:38-04:00",
"url": "https://david.shanske.com/2020/04/12/thinking-about-weather/",
"name": "Thinking About Weather",
"content": {
"text": "Much to my annoyance, at the end of March, Dark Sky announced it was now part of Apple and was immediately shutting down its Android app and would be shutting down its public API at the end of 2021. So, Dark Sky, my favorite weather service, is going to be dead to me.\nHowever, this is not the first time an API has shut down on me. I created a WordPress plugin called Simple Location. It uses map APIs to show maps of location, reverse geocoding APIs to turn coordinates into location data, and of course, Weather APIs to get the weather for a location at the time of a post.\nI like adding weather to my posts, and I maintain my own weather stations at two locations. So, I went through all of the Weather API I have integrated\u00a0 to note some of the pros and cons.\n\nHERE \u2013 The newest provider I\u2019ve added. It returns some info none of the other providers do: Descriptor values for air, sky; a textual description of the air, temperature, and precipitation; Snow cover as well as amount that has fallen; wind speed on the Beaufort scale; UV index; Barometric trend And their free tier offers 250,000 transactions per month. Does not offer historical data.\n\nNational Weather Service \u2013 No API key or limits as government data. Doesn\u2019t keep more than a few days of historic data. Good general data. You are also limited to NWS Observation and forecast stations.\n\nOpenWeatherMap \u2013 The free tier limits you to 1000 calls per day, and a limited subset of their APIs. However, in response to the Dark Sky situation, they just added a new API endpoint that is included, which mirrors the Dark Sky API offering. It offers the current weather, hourly forecast for 48 hours, daily forecast for 7 days, and historical weather data for 5 previous days. It also offers a Stations API for retrieving data from a user supplied weather station. UV Index is available, but that is a separate API call.\u00a0 They\u2019ll also sell you 40 years worth of weather data for a single location for 10 cents.\n\nWeatherbit \u2013 Daily forecasts and current weather data is free for non-commercial use. Offers UV Index and Air Quality Index.\u00a0 Allows for historical data.\n\nWeatherStack \u2013 Free tier limits you to 1000 calls per month, so this is the one I\u2019m least likely to use. Does include historical data.\n\nMet Office UK \u2013 The UK\u2019s service has the most basic of all the data provided. Behind a free API key, you can get information for several hundred stations in the UK. However, the Data Point API is set to be replaced in future, but the replacement does not currently have an observation API, only a forecast one.\n\nAccuweather \u2013 Free tier limited to 50 calls per day, and referred to as a trial. And you cannot lookup by location, you need to query for a location key\u2026which means if you look it up every time, that\u2019s only 25 calls per day. Didn\u2019t even bother to implement this.\n\nWeather Channel \u2013 only opened its API for a Call for Code challenge period.\n\nWeather Underground \u2013 While Weather Underground shut its API down, it does still offer one for Personal Weather Station contributors. This appeals to me. I still send my weather data to Weather Underground\u2026as well as 5 other places. But I would only be able to search current conditions for Personal Weather Stations.\n\nAerisWeather \u2013 Same as Weather Underground, free access to their APIs and weather reporting stations if you contribute. Might implement this in future.\nAnyone have any other weather sources for current conditions?\n\u00a0",
"html": "Much to my annoyance, at the end of March, Dark Sky <a href=\"https://blog.darksky.net/dark-sky-has-a-new-home/\">announced</a> it was now part of Apple and was immediately shutting down its Android app and would be shutting down its public API at the end of 2021. So, Dark Sky, my favorite weather service, is going to be dead to me.\n<p>However, this is not the first time an API has shut down on me. I created a WordPress plugin called <a href=\"https://wordpress.org/plugins/simple-location/\">Simple Location</a>. It uses map APIs to show maps of location, reverse geocoding APIs to turn coordinates into location data, and of course, Weather APIs to get the weather for a location at the time of a post.</p>\n<p>I like adding weather to my posts, and I maintain my own weather stations at two locations. So, I went through all of the Weather API I have integrated\u00a0 to note some of the pros and cons.</p>\n<ul><li>\n<a href=\"https://developer.here.com/documentation/weather/\">HERE</a> \u2013 The newest provider I\u2019ve added. It returns some info none of the other providers do: Descriptor values for air, sky; a textual description of the air, temperature, and precipitation; Snow cover as well as amount that has fallen; wind speed on the Beaufort scale; UV index; Barometric trend And their free tier offers 250,000 transactions per month. Does not offer historical data.</li>\n<li>\n<a href=\"https://www.weather.gov/documentation/services-web-api\">National Weather Service</a> \u2013 No API key or limits as government data. Doesn\u2019t keep more than a few days of historic data. Good general data. You are also limited to NWS Observation and forecast stations.</li>\n<li>\n<a href=\"https://openweathermap.org/api\">OpenWeatherMap</a> \u2013 The free tier limits you to 1000 calls per day, and a limited subset of their APIs. However, in response to the Dark Sky situation, they just added a new API <a href=\"https://openweathermap.org/api/one-call-api\">endpoint</a> that is included, which mirrors the Dark Sky API offering. It offers the current weather, hourly forecast for 48 hours, daily forecast for 7 days, and historical weather data for 5 previous days. It also offers a Stations API for retrieving data from a user supplied weather station. UV Index is available, but that is a separate API call.\u00a0 They\u2019ll also sell you 40 years worth of weather data for a single location for 10 cents.</li>\n<li>\n<a href=\"https://www.weatherbit.io/\">Weatherbit</a> \u2013 Daily forecasts and current weather data is free for non-commercial use. Offers UV Index and Air Quality Index.\u00a0 Allows for historical data.</li>\n<li>\n<a href=\"https://weatherstack.com/documentation\">WeatherStack</a> \u2013 Free tier limits you to 1000 calls per month, so this is the one I\u2019m least likely to use. Does include historical data.</li>\n<li>\n<a href=\"https://www.metoffice.gov.uk/services/data/datapoint\">Met Office UK</a> \u2013 The UK\u2019s service has the most basic of all the data provided. Behind a free API key, you can get information for several hundred stations in the UK. However, the Data Point API is set to be replaced in future, but the replacement does not currently have an observation API, only a forecast one.</li>\n<li>\n<a href=\"https://developer.accuweather.com/apis\">Accuweather</a> \u2013 Free tier limited to 50 calls per day, and referred to as a trial. And you cannot lookup by location, you need to query for a location key\u2026which means if you look it up every time, that\u2019s only 25 calls per day. Didn\u2019t even bother to implement this.</li>\n<li>\n<a href=\"https://weather.com/swagger-docs/call-for-code\">Weather Channel</a> \u2013 only opened its API for a Call for Code challenge period.</li>\n<li>\n<a href=\"https://apicommunity.wunderground.com/weatherapi/topics/weather-underground-api-update\">Weather Underground</a> \u2013 While Weather Underground shut its API down, it does still offer one for Personal Weather Station contributors. This appeals to me. I still send my weather data to Weather Underground\u2026as well as 5 other places. But I would only be able to search current conditions for Personal Weather Stations.</li>\n<li>\n<a href=\"https://www.aerisweather.com/support/docs/api/reference/endpoints/\">AerisWeather</a> \u2013 Same as Weather Underground, free access to their APIs and weather reporting stations if you contribute. Might implement this in future.</li>\n</ul><p>Anyone have any other weather sources for current conditions?</p>\n<p>\u00a0</p>"
},
"author": {
"type": "card",
"name": "David Shanske",
"url": "https://david.shanske.com/",
"photo": "https://secure.gravatar.com/avatar/681eba02e72ba1d894097034a8110e61?s=49&d=mm&r=g"
},
"post-type": "article",
"_id": "10669630",
"_source": "1905"
}
turns out the only thing I want to do on the internet is have friendly arguments over who, between RZA and DJ Premier, is slightly more legendary than the other
{
"type": "entry",
"published": "2020-04-12T03:31:04+00:00",
"url": "https://twitter.com/tinysubversions/status/1249178191022952450",
"content": {
"text": "turns out the only thing I want to do on the internet is have friendly arguments over who, between RZA and DJ Premier, is slightly more legendary than the other"
},
"author": {
"type": "card",
"name": "Darius Kazemi",
"url": "https://twitter.com/tinysubversions",
"photo": "https://pbs.twimg.com/profile_images/1204800150939435008/Qk7oX7db.jpg"
},
"post-type": "note",
"_id": "10669057",
"_source": "2773"
}
Really want something like hcaptcha.com but self-hostable (so it can feed data to data stores of choice like Mozilla’s DeepMind, OpenStreetMap) so we can stop giving Google so much shit for free. (v2.jacky.wtf/post/d28e60e4-…)
{
"type": "entry",
"published": "2020-04-12T02:44:29+00:00",
"url": "https://twitter.com/jackyalcine/status/1249166471705608197",
"content": {
"text": "Really want something like hcaptcha.com but self-hostable (so it can feed data to data stores of choice like Mozilla\u2019s DeepMind, OpenStreetMap) so we can stop giving Google so much shit for free. (v2.jacky.wtf/post/d28e60e4-\u2026)",
"html": "Really want something like <a href=\"https://www.hcaptcha.com/\">hcaptcha.com</a> but self-hostable (so it can feed data to data stores of choice like Mozilla\u2019s DeepMind, OpenStreetMap) so we can stop giving Google so much shit for free. (<a href=\"https://v2.jacky.wtf/post/d28e60e4-6191-4ba0-8693-98777aef6c9d\">v2.jacky.wtf/post/d28e60e4-\u2026</a>)"
},
"author": {
"type": "card",
"name": "next thing you'll say: \"biden isn't so bad!\"",
"url": "https://twitter.com/jackyalcine",
"photo": "https://pbs.twimg.com/profile_images/1248530239254192129/rr7SDwSK.jpg"
},
"post-type": "note",
"_id": "10668328",
"_source": "2773"
}
Really want something like https://www.hcaptcha.com/ but self-hostable (so it can feed data to data stores of choice like Mozilla’s DeepMind, OpenStreetMap) so we can stop giving Google so much shit for free.
{
"type": "entry",
"published": "2020-04-11T19:44:28.12260-07:00",
"url": "https://v2.jacky.wtf/post/d28e60e4-6191-4ba0-8693-98777aef6c9d",
"content": {
"text": "Really want something like https://www.hcaptcha.com/ but self-hostable (so it can feed data to data stores of choice like Mozilla\u2019s DeepMind, OpenStreetMap) so we can stop giving Google so much shit for free.",
"html": "<p>Really want something like <a href=\"https://www.hcaptcha.com/\">https://www.hcaptcha.com/</a> but self-hostable (so it can feed data to data stores of choice like Mozilla\u2019s DeepMind, OpenStreetMap) so we can stop giving Google so much shit for free.</p>"
},
"author": {
"type": "card",
"name": "",
"url": "https://v2.jacky.wtf",
"photo": null
},
"post-type": "note",
"_id": "10668276",
"_source": "1886"
}
Everytime there’s something I want to do to make life easier; it’s easier to do it on Linux than on Windows.
Namely:
* stream audio device from one machine to another
* disable telemetry bits in system
* update MAC address of network interfaces… v2.jacky.wtf/post/dbaa7036-…
{
"type": "entry",
"published": "2020-04-12T02:21:43+00:00",
"url": "https://twitter.com/jackyalcine/status/1249160742412210177",
"content": {
"text": "Everytime there\u2019s something I want to do to make life easier; it\u2019s easier to do it on Linux than on Windows.\n\nNamely:\n\n * stream audio device from one machine to another\n * disable telemetry bits in system\n * update MAC address of network interfaces\u2026 v2.jacky.wtf/post/dbaa7036-\u2026",
"html": "Everytime there\u2019s something I want to do to make life easier; it\u2019s easier to do it on Linux than on Windows.\n\nNamely:\n\n * stream audio device from one machine to another\n * disable telemetry bits in system\n * update MAC address of network interfaces\u2026 <a href=\"https://v2.jacky.wtf/post/dbaa7036-a3d0-4027-82f4-0f4ea0577c42\">v2.jacky.wtf/post/dbaa7036-\u2026</a>"
},
"author": {
"type": "card",
"name": "next thing you'll say: \"biden isn't so bad!\"",
"url": "https://twitter.com/jackyalcine",
"photo": "https://pbs.twimg.com/profile_images/1248530239254192129/rr7SDwSK.jpg"
},
"post-type": "note",
"_id": "10667984",
"_source": "2773"
}
Everytime there’s something I want to do to make life easier; it’s easier to do it on Linux than on Windows.
Namely:
- stream audio device from one machine to another
- disable telemetry bits in system
- update MAC address of network interfaces
(list is longer but this is just from today)
{
"type": "entry",
"published": "2020-04-11T19:21:39.38802-07:00",
"url": "https://v2.jacky.wtf/post/dbaa7036-a3d0-4027-82f4-0f4ea0577c42",
"content": {
"text": "Everytime there\u2019s something I want to do to make life easier; it\u2019s easier to do it on Linux than on Windows.Namely:stream audio device from one machine to another\n\ndisable telemetry bits in system\n\nupdate MAC address of network interfaces\n\n(list is longer but this is just from today)",
"html": "<p>Everytime there\u2019s something I want to do to make life easier; it\u2019s easier to do it on Linux than on Windows.</p><p>Namely:</p><ul><li>stream audio device from one machine to another\n</li>\n<li>disable telemetry bits in system\n</li>\n<li>update MAC address of network interfaces\n</li>\n</ul><p>(list is longer but this is just from today)</p>"
},
"author": {
"type": "card",
"name": "",
"url": "https://v2.jacky.wtf",
"photo": null
},
"post-type": "note",
"_id": "10667964",
"_source": "1886"
}
I would watch the fuck out if that. Six seasons & a movie.
I love the idea of a "reverse Indian Jones" who steals artifacts from western museums in order to return them.
{
"type": "entry",
"published": "2020-04-12T01:47:08+00:00",
"url": "https://twitter.com/karabaic/status/1249152038249861121",
"quotation-of": "https://twitter.com/MidniteLibrary/status/1249149657764245505",
"content": {
"text": "I would watch the fuck out if that. Six seasons & a movie.",
"html": "I would watch the fuck out if that. Six seasons & a movie."
},
"author": {
"type": "card",
"name": "jk",
"url": "https://twitter.com/karabaic",
"photo": "https://pbs.twimg.com/profile_images/899122188921446400/NZHI0sB2.jpg"
},
"post-type": "note",
"refs": {
"https://twitter.com/MidniteLibrary/status/1249149657764245505": {
"type": "entry",
"published": "2020-04-12T01:37:41+00:00",
"url": "https://twitter.com/MidniteLibrary/status/1249149657764245505",
"in-reply-to": [
"https://twitter.com/Pamela_Drouin/status/1249148452526862337"
],
"content": {
"text": "I love the idea of a \"reverse Indian Jones\" who steals artifacts from western museums in order to return them.",
"html": "I love the idea of a \"reverse Indian Jones\" who steals artifacts from western museums in order to return them.\n<a class=\"u-mention\" href=\"https://twitter.com/Pamela_Drouin\"></a>"
},
"author": {
"type": "card",
"name": "Matthew Murray \ud83e\udd87",
"url": "https://twitter.com/MidniteLibrary",
"photo": "https://pbs.twimg.com/profile_images/1081263018481053697/Llq-qzDJ.jpg"
},
"post-type": "reply"
}
},
"_id": "10667440",
"_source": "2773"
}
Damn sounds like feds should have a larger role in helping companies growing versus private interest because look at how that's worked out
#4!
“The technical difficulty of our business means it would have never been possible for a team that didn't come from wealthy backgrounds to pursue their dreams. VC m...
{
"type": "entry",
"published": "2020-04-12T01:04:33+00:00",
"url": "https://twitter.com/jackyalcine/status/1249141322772078597",
"quotation-of": "https://twitter.com/nice_to_vcs/status/1249064206487281665",
"content": {
"text": "Damn sounds like feds should have a larger role in helping companies growing versus private interest because look at how that's worked out"
},
"author": {
"type": "card",
"name": "next thing you'll say: \"biden isn't so bad!\"",
"url": "https://twitter.com/jackyalcine",
"photo": "https://pbs.twimg.com/profile_images/1248530239254192129/rr7SDwSK.jpg"
},
"post-type": "note",
"refs": {
"https://twitter.com/nice_to_vcs/status/1249064206487281665": {
"type": "entry",
"published": "2020-04-11T19:58:07+00:00",
"url": "https://twitter.com/nice_to_vcs/status/1249064206487281665",
"in-reply-to": [
"https://twitter.com/nice_to_vcs/status/1249049521004228608"
],
"content": {
"text": "#4!\n\n\u201cThe technical difficulty of our business means it would have never been possible for a team that didn't come from wealthy backgrounds to pursue their dreams. VC made it possible and we created a team we now call family.\u201d\n\nVC is an incredible meritocratizing force for good!"
},
"author": {
"type": "card",
"name": "Being Nice to VCs",
"url": "https://twitter.com/nice_to_vcs",
"photo": "https://pbs.twimg.com/profile_images/1248801697637363714/XxLCSPjA.jpg"
},
"post-type": "reply"
}
},
"_id": "10666770",
"_source": "2773"
}
#2:
They're the least evil of rich capitalists and never boring!
We could not agree more, anonymous VC lover! #NiceToVCs
Fellow VC lovers, keep the anonymous kind DM...
{
"type": "entry",
"published": "2020-04-12T01:03:50+00:00",
"url": "https://twitter.com/jackyalcine/status/1249141142047916037",
"quotation-of": "https://twitter.com/nice_to_vcs/status/1249022589084684288",
"content": {
"text": "Oxymoron alert!"
},
"author": {
"type": "card",
"name": "next thing you'll say: \"biden isn't so bad!\"",
"url": "https://twitter.com/jackyalcine",
"photo": "https://pbs.twimg.com/profile_images/1248530239254192129/rr7SDwSK.jpg"
},
"post-type": "note",
"refs": {
"https://twitter.com/nice_to_vcs/status/1249022589084684288": {
"type": "entry",
"published": "2020-04-11T17:12:45+00:00",
"url": "https://twitter.com/nice_to_vcs/status/1249022589084684288",
"in-reply-to": [
"https://twitter.com/nice_to_vcs/status/1249022141535666176"
],
"content": {
"text": "#2: \n\nThey're the least evil of rich capitalists and never boring!\n\nWe could not agree more, anonymous VC lover! #NiceToVCs \n\nFellow VC lovers, keep the anonymous kind DMs coming!",
"html": "#2: \n\nThey're the least evil of rich capitalists and never boring!\n\nWe could not agree more, anonymous VC lover! <a href=\"https://twitter.com/search?q=%23NiceToVCs\">#NiceToVCs</a> \n\nFellow VC lovers, keep the anonymous kind DMs coming!"
},
"author": {
"type": "card",
"name": "Being Nice to VCs",
"url": "https://twitter.com/nice_to_vcs",
"photo": "https://pbs.twimg.com/profile_images/1248801697637363714/XxLCSPjA.jpg"
},
"post-type": "reply"
}
},
"_id": "10666771",
"_source": "2773"
}
This is a terrifying concept lol
Anon kind message #1:
VCs are the most interesting people because they get paid to know a little bit about a lot of stuff ... and unlike futurists & consultants have act...
{
"type": "entry",
"published": "2020-04-12T01:03:40+00:00",
"url": "https://twitter.com/jackyalcine/status/1249141097936420866",
"quotation-of": "https://twitter.com/nice_to_vcs/status/1249022141535666176",
"content": {
"text": "This is a terrifying concept lol"
},
"author": {
"type": "card",
"name": "next thing you'll say: \"biden isn't so bad!\"",
"url": "https://twitter.com/jackyalcine",
"photo": "https://pbs.twimg.com/profile_images/1248530239254192129/rr7SDwSK.jpg"
},
"post-type": "note",
"refs": {
"https://twitter.com/nice_to_vcs/status/1249022141535666176": {
"type": "entry",
"published": "2020-04-11T17:10:58+00:00",
"url": "https://twitter.com/nice_to_vcs/status/1249022141535666176",
"in-reply-to": [
"https://twitter.com/nice_to_vcs/status/1249018314073882625"
],
"content": {
"text": "Anon kind message #1:\n\nVCs are the most interesting people because they get paid to know a little bit about a lot of stuff ... and unlike futurists & consultants have actual skin in the game. So they don't BS as much ...\n\nSo true! Which VCs do you find interesting? Tag below!",
"html": "Anon kind message #1:\n\nVCs are the most interesting people because they get paid to know a little bit about a lot of stuff ... and unlike futurists & consultants have actual skin in the game. So they don't BS as much ...\n\nSo true! Which VCs do you find interesting? Tag below!"
},
"author": {
"type": "card",
"name": "Being Nice to VCs",
"url": "https://twitter.com/nice_to_vcs",
"photo": "https://pbs.twimg.com/profile_images/1248801697637363714/XxLCSPjA.jpg"
},
"post-type": "reply"
}
},
"_id": "10666772",
"_source": "2773"
}
Do you have something nice you want to say about a VC but you can’t tweet about it because there is immense peer pressure to be mean to VCs on Twitter?
DM us something...
{
"type": "entry",
"published": "2020-04-12T01:03:12+00:00",
"url": "https://twitter.com/jackyalcine/status/1249140982051979264",
"video": [
"https://video.twimg.com/tweet_video/EVXXGQqUMAEyUiC.mp4"
],
"quotation-of": "https://twitter.com/nice_to_vcs/status/1249018314073882625",
"content": {
"text": "https://t.co/alqlvQYFsn"
},
"author": {
"type": "card",
"name": "next thing you'll say: \"biden isn't so bad!\"",
"url": "https://twitter.com/jackyalcine",
"photo": "https://pbs.twimg.com/profile_images/1248530239254192129/rr7SDwSK.jpg"
},
"post-type": "video",
"refs": {
"https://twitter.com/nice_to_vcs/status/1249018314073882625": {
"type": "entry",
"published": "2020-04-11T16:55:46+00:00",
"url": "https://twitter.com/nice_to_vcs/status/1249018314073882625",
"content": {
"text": "Do you have something nice you want to say about a VC but you can\u2019t tweet about it because there is immense peer pressure to be mean to VCs on Twitter?\n\nDM us something nice you want to say about a VC and we will share it for you anonymously!\n\n#NiceToVCs",
"html": "Do you have something nice you want to say about a VC but you can\u2019t tweet about it because there is immense peer pressure to be mean to VCs on Twitter?\n\nDM us something nice you want to say about a VC and we will share it for you anonymously!\n\n<a href=\"https://twitter.com/search?q=%23NiceToVCs\">#NiceToVCs</a>"
},
"author": {
"type": "card",
"name": "Being Nice to VCs",
"url": "https://twitter.com/nice_to_vcs",
"photo": "https://pbs.twimg.com/profile_images/1248801697637363714/XxLCSPjA.jpg"
},
"post-type": "note"
}
},
"_id": "10666750",
"_source": "2773"
}
WoL is borderline magic, lol!
And the fact that the packets are described as magic doesn’t help, lol. (v2.jacky.wtf/post/fdc30145-…)
{
"type": "entry",
"published": "2020-04-12T00:39:14+00:00",
"url": "https://twitter.com/jackyalcine/status/1249134949917212673",
"content": {
"text": "WoL is borderline magic, lol!\n\nAnd the fact that the packets are described as magic doesn\u2019t help, lol. (v2.jacky.wtf/post/fdc30145-\u2026)",
"html": "WoL is borderline magic, lol!\n\nAnd the fact that the packets are described as magic doesn\u2019t help, lol. (<a href=\"https://v2.jacky.wtf/post/fdc30145-3a98-4bc7-a3fc-28c98d63ad41\">v2.jacky.wtf/post/fdc30145-\u2026</a>)"
},
"author": {
"type": "card",
"name": "next thing you'll say: \"biden isn't so bad!\"",
"url": "https://twitter.com/jackyalcine",
"photo": "https://pbs.twimg.com/profile_images/1248530239254192129/rr7SDwSK.jpg"
},
"post-type": "note",
"_id": "10666509",
"_source": "2773"
}
WoL is borderline magic, lol!
And the fact that the packets are described as magic doesn’t help, lol.
{
"type": "entry",
"published": "2020-04-11T17:39:12.55126-07:00",
"url": "https://v2.jacky.wtf/post/fdc30145-3a98-4bc7-a3fc-28c98d63ad41",
"content": {
"text": "WoL is borderline magic, lol!And the fact that the packets are described as magic doesn\u2019t help, lol.",
"html": "<p>WoL is borderline magic, lol!</p><p>And the fact that the packets are described as magic doesn\u2019t help, lol.</p>"
},
"author": {
"type": "card",
"name": "",
"url": "https://v2.jacky.wtf",
"photo": null
},
"post-type": "note",
"_id": "10666344",
"_source": "1886"
}
If The Avengers were an 80's Sitcom - YouTube // Great job by my friend David. Hilarious 🤣 youtube.com/watch?v=Fq6AsZ…
{
"type": "entry",
"published": "2020-04-12T00:11:57+00:00",
"url": "https://twitter.com/cleverdevil/status/1249128085041098754",
"content": {
"text": "If The Avengers were an 80's Sitcom - YouTube // Great job by my friend David. Hilarious \ud83e\udd23 youtube.com/watch?v=Fq6AsZ\u2026",
"html": "If The Avengers were an 80's Sitcom - YouTube // Great job by my friend David. Hilarious \ud83e\udd23 <a href=\"https://www.youtube.com/watch?v=Fq6AsZmmNj4\">youtube.com/watch?v=Fq6AsZ\u2026</a>"
},
"author": {
"type": "card",
"name": "Jonathan LaCour",
"url": "https://twitter.com/cleverdevil",
"photo": "https://pbs.twimg.com/profile_images/744804831064317952/W-gMo7AO.jpg"
},
"post-type": "note",
"_id": "10666053",
"_source": "2773"
}
{
"type": "entry",
"author": {
"name": "Jared White",
"url": "https://jaredwhite.com/",
"photo": null
},
"url": "https://jaredwhite.com/pictures/20200411/1",
"published": "2020-04-11T14:59:02-07:00",
"content": {
"html": "<img alt=\"\" src=\"https://res.cloudinary.com/mariposta/image/upload/w_1200,c_limit,q_65/7011AA3D-98EA-4DE5-B4E9-377D3DB00F40_gpxi0q.jpg\" /><p>Sitting on a bench in the sun listening to a podcast. For a fleeting moment, the world is bright.</p>",
"text": "Sitting on a bench in the sun listening to a podcast. For a fleeting moment, the world is bright."
},
"name": "Picture for Saturday, April 11, 2020 at 2:59 PM",
"post-type": "article",
"_id": "10666003",
"_source": "2783"
}
Guys we are meant to be mourning the death of Jesus Christ!
Jesus Christ!!
{
"type": "entry",
"published": "2020-04-11T23:21:46+00:00",
"url": "https://twitter.com/jackyalcine/status/1249115452963315712",
"quotation-of": "https://twitter.com/Rhanty/status/1248772027873402881",
"content": {
"text": "did he die tho?"
},
"author": {
"type": "card",
"name": "next thing you'll say: \"biden isn't so bad!\"",
"url": "https://twitter.com/jackyalcine",
"photo": "https://pbs.twimg.com/profile_images/1248530239254192129/rr7SDwSK.jpg"
},
"post-type": "note",
"refs": {
"https://twitter.com/Rhanty/status/1248772027873402881": {
"type": "entry",
"published": "2020-04-11T00:37:07+00:00",
"url": "https://twitter.com/Rhanty/status/1248772027873402881",
"content": {
"text": "Guys we are meant to be mourning the death of Jesus Christ! \n\nJesus Christ!!"
},
"author": {
"type": "card",
"name": "Cognoscenti",
"url": "https://twitter.com/Rhanty",
"photo": "https://pbs.twimg.com/profile_images/1231732485035347968/hUFiYyWJ.jpg"
},
"post-type": "note"
}
},
"_id": "10665238",
"_source": "2773"
}
And most people IN tech ignoring it like the plague.
They still praising Microsoft despite their heavy involvement work with ICE;
Amazon despite their work with police and discriminatory AI.
Tech only cares about profit and infinite growth
https://twitter.com/AsiaChloeBrown/status/1249116462062669824
{
"type": "entry",
"published": "2020-04-11T16:27:24.33479-07:00",
"url": "https://v2.jacky.wtf/post/b4429790-97f0-4add-89f7-7a6af4815da9",
"content": {
"text": "And most people IN tech ignoring it like the plague.They still praising Microsoft despite their heavy involvement work with ICE;Amazon despite their work with police and discriminatory AI.Tech only cares about profit and infinite growthhttps://twitter.com/AsiaChloeBrown/status/1249116462062669824",
"html": "<p>And most people IN tech ignoring it like the plague.</p><p>They still praising Microsoft despite their heavy involvement work with ICE;</p><p>Amazon despite their work with police and discriminatory AI.</p><p>Tech only cares about profit and infinite growth</p><p><a href=\"https://twitter.com/AsiaChloeBrown/status/1249116462062669824\">https://twitter.com/AsiaChloeBrown/status/1249116462062669824</a></p>"
},
"author": {
"type": "card",
"name": "",
"url": "https://v2.jacky.wtf",
"photo": null
},
"post-type": "note",
"_id": "10665156",
"_source": "1886"
}
billionaires are useless entities and their wealth in all forms should be extracted and repurposed for public good deemed by the people.
in the words of capitalists, they’re a waste of money + wealth.
{
"type": "entry",
"published": "2020-04-11T16:25:58.47493-07:00",
"url": "https://v2.jacky.wtf/post/2e87e66d-2c4d-4373-a340-7aaaf3ad33df",
"content": {
"text": "billionaires are useless entities and their wealth in all forms should be extracted and repurposed for public good deemed by the people.in the words of capitalists, they\u2019re a waste of money + wealth.",
"html": "<p>billionaires are useless entities and their wealth in all forms should be extracted and repurposed for public good deemed by the people.</p><p>in the words of capitalists, they\u2019re a waste of money + wealth.</p>"
},
"author": {
"type": "card",
"name": "",
"url": "https://v2.jacky.wtf",
"photo": null
},
"post-type": "note",
"_id": "10665157",
"_source": "1886"
}